From 8d862c42303377c12da87b6e492009e604b9a801 Mon Sep 17 00:00:00 2001 From: Nadim Salloum Date: Tue, 15 Jun 2021 21:43:25 +0300 Subject: [PATCH] update design --- public/css/app.css | 67593 +++++----------- public/js/app.js | 240 +- resources/css/app.css | 2 +- resources/js/Components/BreadCrumb.vue | 2 +- .../js/Components/Buttons/PrintButton.vue | 2 +- resources/js/Components/CarCard.vue | 28 +- resources/js/Components/ContactCard.vue | 6 +- resources/js/Components/ContractCard.vue | 13 +- .../js/Components/Dashboard/DashItem.vue | 10 +- resources/js/Components/Documents/Item.vue | 10 +- resources/js/Components/Documents/Upload.vue | 2 +- resources/js/Components/Documents/View.vue | 2 +- .../js/Components/Payments/CreateModal.vue | 6 +- resources/js/Components/ShowPage.vue | 8 +- resources/js/Components/Sidebar.vue | 30 +- resources/js/Components/SimpleTable.vue | 2 +- resources/js/Jetstream/Button.vue | 2 +- resources/js/Jetstream/Input.vue | 2 +- resources/js/Jetstream/NavLink.vue | 4 +- resources/js/Jetstream/Welcome.vue | 104 - resources/js/Layouts/Layout.vue | 2 +- .../Pages/Cars/Components/CarFormFields.vue | 14 +- resources/js/Pages/Cars/Show.vue | 4 +- .../Contacts/Components/ContactFormFields.vue | 2 +- resources/js/Pages/Contacts/Show.vue | 16 +- .../Contracts/Components/ContractForm.vue | 6 +- .../js/Pages/Contracts/CreateFromCar.vue | 2 +- .../js/Pages/Contracts/CreateFromContact.vue | 2 +- resources/js/Pages/Contracts/Show.vue | 28 +- resources/js/Pages/Dashboard.vue | 14 +- resources/js/Pages/Reports/Index.vue | 4 +- tailwind.config.js | 22 + 32 files changed, 22328 insertions(+), 45856 deletions(-) delete mode 100644 resources/js/Jetstream/Welcome.vue diff --git a/public/css/app.css b/public/css/app.css index abaae22..b0d82fd 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -412,7 +412,7 @@ body { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ - border-color: #e5e7eb; /* 2 */ + border-color: #e2e8f0; /* 2 */ } /* @@ -443,18 +443,18 @@ textarea { input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; - color: #9ca3af; + color: #94a3b8; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; - color: #9ca3af; + color: #94a3b8; } input::placeholder, textarea::placeholder { opacity: 1; - color: #9ca3af; + color: #94a3b8; } button, @@ -572,7 +572,7 @@ video { -moz-appearance: none; appearance: none; background-color: #fff; - border-color: #6b7280; + border-color: #64748b; border-width: 1px; border-radius: 0px; padding-top: 0.5rem; @@ -597,17 +597,17 @@ video { } input::-moz-placeholder, textarea::-moz-placeholder { - color: #6b7280; + color: #64748b; opacity: 1; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { - color: #6b7280; + color: #64748b; opacity: 1; } input::placeholder, textarea::placeholder { - color: #6b7280; + color: #64748b; opacity: 1; } @@ -620,7 +620,7 @@ input::placeholder, textarea::placeholder { } select { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); background-position: right 0.5rem center; background-repeat: no-repeat; background-size: 1.5em 1.5em; @@ -661,7 +661,7 @@ select { width: 1rem; color: #2563eb; background-color: #fff; - border-color: #6b7280; + border-color: #64748b; border-width: 1px; } @@ -783,12 +783,12 @@ select { } .prose { - color: #374151; + color: #334155; max-width: 65ch; } .prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -796,13 +796,13 @@ select { } .prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -822,7 +822,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -834,7 +834,7 @@ select { .prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -843,7 +843,7 @@ select { } .prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -852,9 +852,9 @@ select { .prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -870,7 +870,7 @@ select { } .prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -879,7 +879,7 @@ select { } .prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -888,7 +888,7 @@ select { } .prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -897,7 +897,7 @@ select { } .prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -905,14 +905,14 @@ select { } .prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -926,12 +926,12 @@ select { } .prose a code { - color: #111827; + color: #0f172a; } .prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -975,10 +975,10 @@ select { } .prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .prose thead th { @@ -990,7 +990,7 @@ select { .prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .prose tbody tr:last-child { @@ -2011,60 +2011,24 @@ select { margin-bottom: 0; } -.prose-red a { - color: #dc2626; +.prose-red { } -.prose-red a code { - color: #dc2626; +.prose-orange { } -.prose-yellow a { - color: #d97706; +.prose-yellow { } -.prose-yellow a code { - color: #d97706; -} - -.prose-green a { - color: #059669; -} - -.prose-green a code { - color: #059669; -} - -.prose-blue a { - color: #2563eb; -} - -.prose-blue a code { - color: #2563eb; +.prose-green { } .prose-indigo a { - color: #4f46e5; + color: #5661b3; } .prose-indigo a code { - color: #4f46e5; -} - -.prose-purple a { - color: #7c3aed; -} - -.prose-purple a code { - color: #7c3aed; -} - -.prose-pink a { - color: #db2777; -} - -.prose-pink a code { - color: #db2777; + color: #5661b3; } .space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -3001,56 +2965,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } -.divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); -} - -.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); -} - -.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); -} - -.divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); -} - -.divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); -} - -.divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); -} - -.divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); -} - -.divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); -} - -.divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); -} - .divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -3101,304 +3015,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } +.divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); +} + +.divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); +} + +.divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); +} + +.divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); +} + +.divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); +} + +.divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); +} + +.divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); +} + +.divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); +} + +.divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); +} + +.divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); +} + .divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } -.divide-blue-50 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } -.divide-blue-100 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } -.divide-blue-200 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } -.divide-blue-300 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } -.divide-blue-400 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } -.divide-blue-500 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } -.divide-blue-600 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } -.divide-blue-700 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } -.divide-blue-800 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } -.divide-blue-900 > :not([hidden]) ~ :not([hidden]) { +.divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); -} - -.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); -} - -.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); -} - -.divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); -} - -.divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); -} - -.divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); -} - -.divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); -} - -.divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); -} - -.divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); -} - -.divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); -} - -.divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); -} - -.divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); -} - -.divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); -} - -.divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); -} - -.divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); -} - -.divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); -} - -.divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); -} - -.divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); -} - -.divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); -} - -.divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); -} - -.divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); -} - -.divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); -} - -.divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -3603,56 +3457,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); -} - -.bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); -} - -.bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); -} - -.bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); -} - -.bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); -} - -.bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); -} - .bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -3703,304 +3507,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } +.bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); +} + +.bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); +} + +.bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); +} + +.bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); +} + +.bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); +} + +.bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); +} + +.bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); +} + +.bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); +} + +.bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); +} + +.bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); +} + .bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } -.bg-blue-50 { +.bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } -.bg-blue-100 { +.bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } -.bg-blue-200 { +.bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } -.bg-blue-300 { +.bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } -.bg-blue-400 { +.bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } -.bg-blue-500 { +.bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } -.bg-blue-600 { +.bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } -.bg-blue-700 { +.bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } -.bg-blue-800 { +.bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } -.bg-blue-900 { +.bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-transparent { @@ -4021,56 +3765,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); -} - .group:hover .group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -4121,304 +3815,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } +.group:hover .group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); +} + .group:hover .group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-50 { +.group:hover .group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-100 { +.group:hover .group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-200 { +.group:hover .group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-300 { +.group:hover .group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-400 { +.group:hover .group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-500 { +.group:hover .group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-600 { +.group:hover .group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-700 { +.group:hover .group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-800 { +.group:hover .group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } -.group:hover .group-hover\:bg-blue-900 { +.group:hover .group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.group:hover .group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .focus-within\:bg-transparent:focus-within { @@ -4439,56 +4073,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } -.focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); -} - -.focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); -} - .focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -4539,304 +4123,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } +.focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); +} + +.focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); +} + .focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-50:focus-within { +.focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-100:focus-within { +.focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-200:focus-within { +.focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-300:focus-within { +.focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-400:focus-within { +.focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-500:focus-within { +.focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-600:focus-within { +.focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-700:focus-within { +.focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-800:focus-within { +.focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } -.focus-within\:bg-blue-900:focus-within { +.focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .hover\:bg-transparent:hover { @@ -4857,56 +4381,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); -} - -.hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); -} - .hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -4957,304 +4431,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } +.hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); +} + +.hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); +} + .hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } -.hover\:bg-blue-50:hover { +.hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } -.hover\:bg-blue-100:hover { +.hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } -.hover\:bg-blue-200:hover { +.hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } -.hover\:bg-blue-300:hover { +.hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } -.hover\:bg-blue-400:hover { +.hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } -.hover\:bg-blue-500:hover { +.hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } -.hover\:bg-blue-600:hover { +.hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } -.hover\:bg-blue-700:hover { +.hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } -.hover\:bg-blue-800:hover { +.hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } -.hover\:bg-blue-900:hover { +.hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .focus\:bg-transparent:focus { @@ -5275,56 +4689,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } -.focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); -} - -.focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); -} - .focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -5375,304 +4739,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } +.focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); +} + +.focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); +} + .focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } -.focus\:bg-blue-50:focus { +.focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } -.focus\:bg-blue-100:focus { +.focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } -.focus\:bg-blue-200:focus { +.focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } -.focus\:bg-blue-300:focus { +.focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } -.focus\:bg-blue-400:focus { +.focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } -.focus\:bg-blue-500:focus { +.focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } -.focus\:bg-blue-600:focus { +.focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } -.focus\:bg-blue-700:focus { +.focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } -.focus\:bg-blue-800:focus { +.focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } -.focus\:bg-blue-900:focus { +.focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); -} - -.focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); -} - -.focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .bg-none { @@ -5731,56 +5035,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -5831,304 +5085,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .via-transparent { @@ -6147,46 +5341,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -6227,244 +5381,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .to-transparent { @@ -6483,46 +5589,6 @@ select { --tw-gradient-to: #fff; } -.to-gray-50 { - --tw-gradient-to: #f9fafb; -} - -.to-gray-100 { - --tw-gradient-to: #f3f4f6; -} - -.to-gray-200 { - --tw-gradient-to: #e5e7eb; -} - -.to-gray-300 { - --tw-gradient-to: #d1d5db; -} - -.to-gray-400 { - --tw-gradient-to: #9ca3af; -} - -.to-gray-500 { - --tw-gradient-to: #6b7280; -} - -.to-gray-600 { - --tw-gradient-to: #4b5563; -} - -.to-gray-700 { - --tw-gradient-to: #374151; -} - -.to-gray-800 { - --tw-gradient-to: #1f2937; -} - -.to-gray-900 { - --tw-gradient-to: #111827; -} - .to-red-50 { --tw-gradient-to: #fef2f2; } @@ -6563,244 +5629,196 @@ select { --tw-gradient-to: #7f1d1d; } +.to-orange-50 { + --tw-gradient-to: #fff7ed; +} + +.to-orange-100 { + --tw-gradient-to: #ffedd5; +} + +.to-orange-200 { + --tw-gradient-to: #fed7aa; +} + +.to-orange-300 { + --tw-gradient-to: #fdba74; +} + +.to-orange-400 { + --tw-gradient-to: #fb923c; +} + +.to-orange-500 { + --tw-gradient-to: #f97316; +} + +.to-orange-600 { + --tw-gradient-to: #ea580c; +} + +.to-orange-700 { + --tw-gradient-to: #c2410c; +} + +.to-orange-800 { + --tw-gradient-to: #9a3412; +} + +.to-orange-900 { + --tw-gradient-to: #7c2d12; +} + .to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } -.to-blue-50 { - --tw-gradient-to: #eff6ff; +.to-gray-50 { + --tw-gradient-to: #f8fafc; } -.to-blue-100 { - --tw-gradient-to: #dbeafe; +.to-gray-100 { + --tw-gradient-to: #f1f5f9; } -.to-blue-200 { - --tw-gradient-to: #bfdbfe; +.to-gray-200 { + --tw-gradient-to: #e2e8f0; } -.to-blue-300 { - --tw-gradient-to: #93c5fd; +.to-gray-300 { + --tw-gradient-to: #cbd5e1; } -.to-blue-400 { - --tw-gradient-to: #60a5fa; +.to-gray-400 { + --tw-gradient-to: #94a3b8; } -.to-blue-500 { - --tw-gradient-to: #3b82f6; +.to-gray-500 { + --tw-gradient-to: #64748b; } -.to-blue-600 { - --tw-gradient-to: #2563eb; +.to-gray-600 { + --tw-gradient-to: #475569; } -.to-blue-700 { - --tw-gradient-to: #1d4ed8; +.to-gray-700 { + --tw-gradient-to: #334155; } -.to-blue-800 { - --tw-gradient-to: #1e40af; +.to-gray-800 { + --tw-gradient-to: #1e293b; } -.to-blue-900 { - --tw-gradient-to: #1e3a8a; -} - -.to-indigo-50 { - --tw-gradient-to: #eef2ff; +.to-gray-900 { + --tw-gradient-to: #0f172a; } .to-indigo-100 { - --tw-gradient-to: #e0e7ff; -} - -.to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .to-indigo-900 { - --tw-gradient-to: #312e81; -} - -.to-purple-50 { - --tw-gradient-to: #f5f3ff; -} - -.to-purple-100 { - --tw-gradient-to: #ede9fe; -} - -.to-purple-200 { - --tw-gradient-to: #ddd6fe; -} - -.to-purple-300 { - --tw-gradient-to: #c4b5fd; -} - -.to-purple-400 { - --tw-gradient-to: #a78bfa; -} - -.to-purple-500 { - --tw-gradient-to: #8b5cf6; -} - -.to-purple-600 { - --tw-gradient-to: #7c3aed; -} - -.to-purple-700 { - --tw-gradient-to: #6d28d9; -} - -.to-purple-800 { - --tw-gradient-to: #5b21b6; -} - -.to-purple-900 { - --tw-gradient-to: #4c1d95; -} - -.to-pink-50 { - --tw-gradient-to: #fdf2f8; -} - -.to-pink-100 { - --tw-gradient-to: #fce7f3; -} - -.to-pink-200 { - --tw-gradient-to: #fbcfe8; -} - -.to-pink-300 { - --tw-gradient-to: #f9a8d4; -} - -.to-pink-400 { - --tw-gradient-to: #f472b6; -} - -.to-pink-500 { - --tw-gradient-to: #ec4899; -} - -.to-pink-600 { - --tw-gradient-to: #db2777; -} - -.to-pink-700 { - --tw-gradient-to: #be185d; -} - -.to-pink-800 { - --tw-gradient-to: #9d174d; -} - -.to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .hover\:from-transparent:hover { @@ -6823,56 +5841,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -6923,304 +5891,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .hover\:via-transparent:hover { @@ -7239,46 +6147,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -7319,244 +6187,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .hover\:to-transparent:hover { @@ -7575,46 +6395,6 @@ select { --tw-gradient-to: #fff; } -.hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; -} - -.hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; -} - -.hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; -} - -.hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; -} - -.hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; -} - -.hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; -} - -.hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; -} - -.hover\:to-gray-700:hover { - --tw-gradient-to: #374151; -} - -.hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; -} - -.hover\:to-gray-900:hover { - --tw-gradient-to: #111827; -} - .hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -7655,244 +6435,196 @@ select { --tw-gradient-to: #7f1d1d; } +.hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; +} + +.hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; +} + +.hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; +} + +.hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; +} + +.hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; +} + +.hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; +} + +.hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; +} + +.hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; +} + +.hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; +} + +.hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; +} + .hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } -.hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; +.hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } -.hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; +.hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } -.hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; +.hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } -.hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; +.hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } -.hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; +.hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } -.hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; +.hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } -.hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; +.hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } -.hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; +.hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } -.hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; +.hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } -.hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; -} - -.hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; +.hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; -} - -.hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; -} - -.hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; -} - -.hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; -} - -.hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; -} - -.hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; -} - -.hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; -} - -.hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; -} - -.hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; -} - -.hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; -} - -.hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; -} - -.hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; -} - -.hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; -} - -.hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; -} - -.hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; -} - -.hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; -} - -.hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; -} - -.hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; -} - -.hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; -} - -.hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; -} - -.hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; -} - -.hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .focus\:from-transparent:focus { @@ -7915,56 +6647,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -8015,304 +6697,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .focus\:via-transparent:focus { @@ -8331,46 +6953,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } -.focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); -} - -.focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); -} - -.focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); -} - -.focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); -} - -.focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); -} - -.focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); -} - -.focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); -} - -.focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); -} - -.focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); -} - -.focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); -} - .focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -8411,244 +6993,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } +.focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); +} + +.focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); +} + +.focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); +} + +.focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); +} + +.focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); +} + +.focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); +} + +.focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); +} + +.focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); +} + +.focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); +} + +.focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); +} + .focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } -.focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); +.focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } -.focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); +.focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } -.focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); +.focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } -.focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); +.focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } -.focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); +.focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } -.focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); +.focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } -.focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); +.focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } -.focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); +.focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } -.focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); +.focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } -.focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); -} - -.focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); +.focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); -} - -.focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); -} - -.focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); -} - -.focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); -} - -.focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); -} - -.focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); -} - -.focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); -} - -.focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); -} - -.focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); -} - -.focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); -} - -.focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); -} - -.focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); -} - -.focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); -} - -.focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); -} - -.focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); -} - -.focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); -} - -.focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); -} - -.focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); -} - -.focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); -} - -.focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); -} - -.focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); -} - -.focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .focus\:to-transparent:focus { @@ -8667,46 +7201,6 @@ select { --tw-gradient-to: #fff; } -.focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; -} - -.focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; -} - -.focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; -} - -.focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; -} - -.focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; -} - -.focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; -} - -.focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; -} - -.focus\:to-gray-700:focus { - --tw-gradient-to: #374151; -} - -.focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; -} - -.focus\:to-gray-900:focus { - --tw-gradient-to: #111827; -} - .focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -8747,244 +7241,196 @@ select { --tw-gradient-to: #7f1d1d; } +.focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; +} + +.focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; +} + +.focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; +} + +.focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; +} + +.focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; +} + +.focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; +} + +.focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; +} + +.focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; +} + +.focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; +} + +.focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; +} + .focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } -.focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; +.focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } -.focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; +.focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } -.focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; +.focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } -.focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; +.focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } -.focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; +.focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } -.focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; +.focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } -.focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; +.focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } -.focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; +.focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } -.focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; +.focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } -.focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; -} - -.focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; +.focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; -} - -.focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; -} - -.focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; -} - -.focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; -} - -.focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; -} - -.focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; -} - -.focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; -} - -.focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; -} - -.focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; -} - -.focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; -} - -.focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; -} - -.focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; -} - -.focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; -} - -.focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; -} - -.focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; -} - -.focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; -} - -.focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; -} - -.focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; -} - -.focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; -} - -.focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; -} - -.focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; -} - -.focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .bg-opacity-0 { @@ -9385,56 +7831,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } -.border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); -} - -.border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -.border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); -} - -.border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); -} - -.border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); -} - -.border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); -} - -.border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); -} - -.border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); -} - .border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -9485,304 +7881,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } +.border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); +} + +.border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); +} + +.border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); +} + +.border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); +} + +.border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); +} + +.border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); +} + +.border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); +} + +.border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); +} + +.border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); +} + +.border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); +} + .border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } -.border-blue-50 { +.border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } -.border-blue-100 { +.border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } -.border-blue-200 { +.border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } -.border-blue-300 { +.border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } -.border-blue-400 { +.border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } -.border-blue-500 { +.border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } -.border-blue-600 { +.border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } -.border-blue-700 { +.border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } -.border-blue-800 { +.border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } -.border-blue-900 { +.border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .group-hover\:border-transparent { @@ -9803,56 +8139,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); -} - .group:hover .group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -9903,304 +8189,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } +.group:hover .group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); +} + +.group:hover .group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); +} + .group:hover .group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-50 { +.group:hover .group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-100 { +.group:hover .group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-200 { +.group:hover .group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-300 { +.group:hover .group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-400 { +.group:hover .group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-500 { +.group:hover .group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-600 { +.group:hover .group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-700 { +.group:hover .group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-800 { +.group:hover .group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } -.group:hover .group-hover\:border-blue-900 { +.group:hover .group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.group:hover .group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .focus-within\:border-transparent:focus-within { @@ -10221,56 +8447,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } -.focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); -} - -.focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); -} - .focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -10321,304 +8497,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } +.focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); +} + +.focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); +} + .focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } -.focus-within\:border-blue-50:focus-within { +.focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } -.focus-within\:border-blue-100:focus-within { +.focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } -.focus-within\:border-blue-200:focus-within { +.focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } -.focus-within\:border-blue-300:focus-within { +.focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } -.focus-within\:border-blue-400:focus-within { +.focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } -.focus-within\:border-blue-500:focus-within { +.focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } -.focus-within\:border-blue-600:focus-within { +.focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } -.focus-within\:border-blue-700:focus-within { +.focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } -.focus-within\:border-blue-800:focus-within { +.focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } -.focus-within\:border-blue-900:focus-within { +.focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .hover\:border-transparent:hover { @@ -10639,56 +8755,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } -.hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); -} - -.hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -.hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); -} - -.hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); -} - -.hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); -} - -.hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); -} - -.hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); -} - -.hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); -} - .hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -10739,304 +8805,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } +.hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); +} + +.hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); +} + +.hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); +} + +.hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); +} + +.hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); +} + +.hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); +} + +.hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); +} + +.hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); +} + +.hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); +} + +.hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); +} + .hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } -.hover\:border-blue-50:hover { +.hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } -.hover\:border-blue-100:hover { +.hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } -.hover\:border-blue-200:hover { +.hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } -.hover\:border-blue-300:hover { +.hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } -.hover\:border-blue-400:hover { +.hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } -.hover\:border-blue-500:hover { +.hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } -.hover\:border-blue-600:hover { +.hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } -.hover\:border-blue-700:hover { +.hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } -.hover\:border-blue-800:hover { +.hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } -.hover\:border-blue-900:hover { +.hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .focus\:border-transparent:focus { @@ -11057,56 +9063,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } -.focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); -} - -.focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); -} - -.focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); -} - -.focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); -} - -.focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); -} - -.focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); -} - -.focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); -} - -.focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); -} - -.focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); -} - -.focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); -} - .focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -11157,304 +9113,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } +.focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); +} + +.focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); +} + +.focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); +} + +.focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); +} + +.focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); +} + +.focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); +} + +.focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); +} + +.focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); +} + +.focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); +} + +.focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); +} + .focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } -.focus\:border-blue-50:focus { +.focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } -.focus\:border-blue-100:focus { +.focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } -.focus\:border-blue-200:focus { +.focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } -.focus\:border-blue-300:focus { +.focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } -.focus\:border-blue-400:focus { +.focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } -.focus\:border-blue-500:focus { +.focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } -.focus\:border-blue-600:focus { +.focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } -.focus\:border-blue-700:focus { +.focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } -.focus\:border-blue-800:focus { +.focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } -.focus\:border-blue-900:focus { +.focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); -} - -.focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); -} - -.focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); -} - -.focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); -} - -.focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); -} - -.focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); -} - -.focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); -} - -.focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); -} - -.focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); -} - -.focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); -} - -.focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); -} - -.focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); -} - -.focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); -} - -.focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); -} - -.focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); -} - -.focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); -} - -.focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); -} - -.focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); -} - -.focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); -} - -.focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); -} - -.focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); -} - -.focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); -} - -.focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .border-opacity-0 { @@ -17176,156 +15072,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } -.placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - -.placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - .placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -17476,904 +15222,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } +.placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + +.placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + .placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } -.placeholder-blue-50::-moz-placeholder { +.placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.placeholder-blue-50:-ms-input-placeholder { +.placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.placeholder-blue-50::placeholder { +.placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.placeholder-blue-100::-moz-placeholder { +.placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.placeholder-blue-100:-ms-input-placeholder { +.placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.placeholder-blue-100::placeholder { +.placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.placeholder-blue-200::-moz-placeholder { +.placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.placeholder-blue-200:-ms-input-placeholder { +.placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.placeholder-blue-200::placeholder { +.placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.placeholder-blue-300::-moz-placeholder { +.placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.placeholder-blue-300:-ms-input-placeholder { +.placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.placeholder-blue-300::placeholder { +.placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.placeholder-blue-400::-moz-placeholder { +.placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.placeholder-blue-400:-ms-input-placeholder { +.placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.placeholder-blue-400::placeholder { +.placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.placeholder-blue-500::-moz-placeholder { +.placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.placeholder-blue-500:-ms-input-placeholder { +.placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.placeholder-blue-500::placeholder { +.placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.placeholder-blue-600::-moz-placeholder { +.placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.placeholder-blue-600:-ms-input-placeholder { +.placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.placeholder-blue-600::placeholder { +.placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.placeholder-blue-700::-moz-placeholder { +.placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.placeholder-blue-700:-ms-input-placeholder { +.placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.placeholder-blue-700::placeholder { +.placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.placeholder-blue-800::-moz-placeholder { +.placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.placeholder-blue-800:-ms-input-placeholder { +.placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.placeholder-blue-800::placeholder { +.placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.placeholder-blue-900::-moz-placeholder { +.placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } -.placeholder-blue-900:-ms-input-placeholder { +.placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } -.placeholder-blue-900::placeholder { +.placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .focus\:placeholder-transparent:focus::-moz-placeholder { @@ -18430,156 +15996,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } -.focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); -} - .focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -18730,904 +16146,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } +.focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); +} + .focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-50:focus::-moz-placeholder { +.focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-50:focus:-ms-input-placeholder { +.focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-50:focus::placeholder { +.focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-100:focus::-moz-placeholder { +.focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-100:focus:-ms-input-placeholder { +.focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-100:focus::placeholder { +.focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-200:focus::-moz-placeholder { +.focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-200:focus:-ms-input-placeholder { +.focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-200:focus::placeholder { +.focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-300:focus::-moz-placeholder { +.focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-300:focus:-ms-input-placeholder { +.focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-300:focus::placeholder { +.focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-400:focus::-moz-placeholder { +.focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-400:focus:-ms-input-placeholder { +.focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-400:focus::placeholder { +.focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-500:focus::-moz-placeholder { +.focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-500:focus:-ms-input-placeholder { +.focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-500:focus::placeholder { +.focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-600:focus::-moz-placeholder { +.focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-600:focus:-ms-input-placeholder { +.focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-600:focus::placeholder { +.focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-700:focus::-moz-placeholder { +.focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-700:focus:-ms-input-placeholder { +.focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-700:focus::placeholder { +.focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-800:focus::-moz-placeholder { +.focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-800:focus:-ms-input-placeholder { +.focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-800:focus::placeholder { +.focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-900:focus::-moz-placeholder { +.focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-900:focus:-ms-input-placeholder { +.focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } -.focus\:placeholder-blue-900:focus::placeholder { +.focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); -} - -.focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .placeholder-opacity-0::-moz-placeholder { @@ -23188,46 +20424,6 @@ select { --tw-ring-offset-color: #fff; } -.ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; -} - -.ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; -} - -.ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; -} - -.ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; -} - -.ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; -} - -.ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; -} - -.ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; -} - -.ring-offset-gray-700 { - --tw-ring-offset-color: #374151; -} - -.ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; -} - -.ring-offset-gray-900 { - --tw-ring-offset-color: #111827; -} - .ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -23268,244 +20464,196 @@ select { --tw-ring-offset-color: #7f1d1d; } +.ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; +} + +.ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; +} + +.ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; +} + +.ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; +} + +.ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; +} + +.ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; +} + +.ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; +} + +.ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; +} + +.ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; +} + +.ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; +} + .ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } -.ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; +.ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } -.ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; +.ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } -.ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; +.ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } -.ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; +.ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } -.ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; +.ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } -.ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; +.ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } -.ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; +.ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } -.ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; +.ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } -.ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; +.ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } -.ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; -} - -.ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; +.ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; -} - -.ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; -} - -.ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; -} - -.ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; -} - -.ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; -} - -.ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; -} - -.ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; -} - -.ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; -} - -.ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; -} - -.ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; -} - -.ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; -} - -.ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; -} - -.ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; -} - -.ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; -} - -.ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; -} - -.ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; -} - -.ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; -} - -.ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; -} - -.ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; -} - -.ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; -} - -.ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; -} - -.ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .focus-within\:ring-offset-transparent:focus-within { @@ -23524,46 +20672,6 @@ select { --tw-ring-offset-color: #fff; } -.focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; -} - -.focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; -} - -.focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; -} - -.focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; -} - -.focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; -} - -.focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; -} - -.focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; -} - -.focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; -} - -.focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; -} - -.focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; -} - .focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -23604,244 +20712,196 @@ select { --tw-ring-offset-color: #7f1d1d; } +.focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; +} + +.focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; +} + +.focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; +} + +.focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; +} + +.focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; +} + +.focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; +} + +.focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; +} + +.focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; +} + +.focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; +} + +.focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; +} + .focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } -.focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; +.focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } -.focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; +.focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } -.focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; +.focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } -.focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; +.focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } -.focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; +.focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } -.focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; +.focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } -.focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; +.focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } -.focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; +.focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } -.focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; +.focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } -.focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; -} - -.focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; +.focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; -} - -.focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; -} - -.focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; -} - -.focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; -} - -.focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; -} - -.focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; -} - -.focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; -} - -.focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; -} - -.focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; -} - -.focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; -} - -.focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; -} - -.focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; -} - -.focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; -} - -.focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; -} - -.focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; -} - -.focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; -} - -.focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; -} - -.focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; -} - -.focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; -} - -.focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; -} - -.focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; -} - -.focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .focus\:ring-offset-transparent:focus { @@ -23860,46 +20920,6 @@ select { --tw-ring-offset-color: #fff; } -.focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; -} - -.focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; -} - -.focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; -} - -.focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; -} - -.focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; -} - -.focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; -} - -.focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; -} - -.focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; -} - -.focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; -} - -.focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; -} - .focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -23940,244 +20960,196 @@ select { --tw-ring-offset-color: #7f1d1d; } +.focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; +} + +.focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; +} + +.focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; +} + +.focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; +} + +.focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; +} + +.focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; +} + +.focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; +} + +.focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; +} + +.focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; +} + +.focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; +} + .focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } -.focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; +.focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } -.focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; +.focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } -.focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; +.focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } -.focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; +.focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } -.focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; +.focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } -.focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; +.focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } -.focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; +.focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } -.focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; +.focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } -.focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; +.focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } -.focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; -} - -.focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; +.focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; -} - -.focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; -} - -.focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; -} - -.focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; -} - -.focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; -} - -.focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; -} - -.focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; -} - -.focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; -} - -.focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; -} - -.focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; -} - -.focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; -} - -.focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; -} - -.focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; -} - -.focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; -} - -.focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; -} - -.focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; -} - -.focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; -} - -.focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; -} - -.focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; -} - -.focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; -} - -.focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; -} - -.focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .ring-offset-0 { @@ -24258,56 +21230,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } -.ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); -} - -.ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); -} - -.ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); -} - -.ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); -} - -.ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); -} - -.ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); -} - -.ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); -} - -.ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); -} - -.ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); -} - .ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -24358,304 +21280,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } +.ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); +} + +.ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); +} + +.ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); +} + +.ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); +} + +.ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); +} + +.ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); +} + +.ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); +} + +.ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); +} + +.ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); +} + +.ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); +} + .ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } -.ring-blue-50 { +.ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } -.ring-blue-100 { +.ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } -.ring-blue-200 { +.ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } -.ring-blue-300 { +.ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } -.ring-blue-400 { +.ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } -.ring-blue-500 { +.ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } -.ring-blue-600 { +.ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } -.ring-blue-700 { +.ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } -.ring-blue-800 { +.ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } -.ring-blue-900 { +.ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .focus-within\:ring-transparent:focus-within { @@ -24676,56 +21538,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } -.focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); -} - -.focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); -} - .focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -24776,304 +21588,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } +.focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); +} + +.focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); +} + .focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-50:focus-within { +.focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-100:focus-within { +.focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-200:focus-within { +.focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-300:focus-within { +.focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-400:focus-within { +.focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-500:focus-within { +.focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-600:focus-within { +.focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-700:focus-within { +.focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-800:focus-within { +.focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } -.focus-within\:ring-blue-900:focus-within { +.focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .focus\:ring-transparent:focus { @@ -25094,56 +21846,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } -.focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); -} - -.focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); -} - .focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -25194,304 +21896,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } +.focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); +} + +.focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); +} + .focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } -.focus\:ring-blue-50:focus { +.focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } -.focus\:ring-blue-100:focus { +.focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } -.focus\:ring-blue-200:focus { +.focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } -.focus\:ring-blue-300:focus { +.focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } -.focus\:ring-blue-400:focus { +.focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } -.focus\:ring-blue-500:focus { +.focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } -.focus\:ring-blue-600:focus { +.focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } -.focus\:ring-blue-700:focus { +.focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } -.focus\:ring-blue-800:focus { +.focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } -.focus\:ring-blue-900:focus { +.focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); -} - -.focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); -} - -.focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .ring-opacity-0 { @@ -25736,56 +22378,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); -} - -.text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); -} - -.text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -.text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -.text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); -} - -.text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - .text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -25836,304 +22428,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } +.text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); +} + +.text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); +} + +.text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); +} + +.text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); +} + +.text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); +} + +.text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); +} + +.text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); +} + +.text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); +} + +.text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); +} + +.text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); +} + .text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } -.text-blue-50 { +.text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } -.text-blue-100 { +.text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } -.text-blue-200 { +.text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } -.text-blue-300 { +.text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } -.text-blue-400 { +.text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } -.text-blue-500 { +.text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } -.text-blue-600 { +.text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } -.text-blue-700 { +.text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } -.text-blue-800 { +.text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } -.text-blue-900 { +.text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .group-hover\:text-transparent { @@ -26154,56 +22686,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - .group:hover .group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -26254,304 +22736,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } +.group:hover .group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); +} + .group:hover .group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-50 { +.group:hover .group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-100 { +.group:hover .group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-200 { +.group:hover .group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-300 { +.group:hover .group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-400 { +.group:hover .group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-500 { +.group:hover .group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-600 { +.group:hover .group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-700 { +.group:hover .group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-800 { +.group:hover .group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } -.group:hover .group-hover\:text-blue-900 { +.group:hover .group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.group:hover .group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .focus-within\:text-transparent:focus-within { @@ -26572,56 +22994,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - .focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -26672,304 +23044,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } +.focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); +} + +.focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); +} + .focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } -.focus-within\:text-blue-50:focus-within { +.focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } -.focus-within\:text-blue-100:focus-within { +.focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } -.focus-within\:text-blue-200:focus-within { +.focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } -.focus-within\:text-blue-300:focus-within { +.focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } -.focus-within\:text-blue-400:focus-within { +.focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } -.focus-within\:text-blue-500:focus-within { +.focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } -.focus-within\:text-blue-600:focus-within { +.focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } -.focus-within\:text-blue-700:focus-within { +.focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } -.focus-within\:text-blue-800:focus-within { +.focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } -.focus-within\:text-blue-900:focus-within { +.focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .hover\:text-transparent:hover { @@ -26990,56 +23302,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); -} - -.hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); -} - -.hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -.hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -.hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); -} - -.hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - .hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -27090,304 +23352,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } +.hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); +} + +.hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); +} + +.hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); +} + +.hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); +} + +.hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); +} + +.hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); +} + +.hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); +} + +.hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); +} + +.hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); +} + +.hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); +} + .hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } -.hover\:text-blue-50:hover { +.hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } -.hover\:text-blue-100:hover { +.hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } -.hover\:text-blue-200:hover { +.hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } -.hover\:text-blue-300:hover { +.hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } -.hover\:text-blue-400:hover { +.hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } -.hover\:text-blue-500:hover { +.hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } -.hover\:text-blue-600:hover { +.hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } -.hover\:text-blue-700:hover { +.hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } -.hover\:text-blue-800:hover { +.hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } -.hover\:text-blue-900:hover { +.hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .focus\:text-transparent:focus { @@ -27408,56 +23610,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); -} - -.focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); -} - -.focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); -} - -.focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); -} - -.focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); -} - -.focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); -} - -.focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); -} - -.focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); -} - -.focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); -} - -.focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); -} - .focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -27508,304 +23660,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } +.focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); +} + +.focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); +} + +.focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); +} + +.focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); +} + +.focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); +} + +.focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); +} + +.focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); +} + +.focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); +} + +.focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); +} + +.focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); +} + .focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } -.focus\:text-blue-50:focus { +.focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } -.focus\:text-blue-100:focus { +.focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } -.focus\:text-blue-200:focus { +.focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } -.focus\:text-blue-300:focus { +.focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } -.focus\:text-blue-400:focus { +.focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } -.focus\:text-blue-500:focus { +.focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } -.focus\:text-blue-600:focus { +.focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } -.focus\:text-blue-700:focus { +.focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } -.focus\:text-blue-800:focus { +.focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } -.focus\:text-blue-900:focus { +.focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); -} - -.focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); -} - -.focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); -} - -.focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); -} - -.focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); -} - -.focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); -} - -.focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); -} - -.focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); -} - -.focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); -} - -.focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); -} - -.focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); -} - -.focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); -} - -.focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); -} - -.focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); -} - -.focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); -} - -.focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); -} - -.focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); -} - -.focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); -} - -.focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); -} - -.focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); -} - -.focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); -} - -.focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); -} - -.focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .text-opacity-0 { @@ -33409,12 +29501,12 @@ select { } .sm\:prose { - color: #374151; + color: #334155; max-width: 65ch; } .sm\:prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -33422,13 +29514,13 @@ select { } .sm\:prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .sm\:prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -33448,7 +29540,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -33460,7 +29552,7 @@ select { .sm\:prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -33469,7 +29561,7 @@ select { } .sm\:prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -33478,9 +29570,9 @@ select { .sm\:prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -33496,7 +29588,7 @@ select { } .sm\:prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -33505,7 +29597,7 @@ select { } .sm\:prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -33514,7 +29606,7 @@ select { } .sm\:prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -33523,7 +29615,7 @@ select { } .sm\:prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -33531,14 +29623,14 @@ select { } .sm\:prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .sm\:prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -33552,12 +29644,12 @@ select { } .sm\:prose a code { - color: #111827; + color: #0f172a; } .sm\:prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -33601,10 +29693,10 @@ select { } .sm\:prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .sm\:prose thead th { @@ -33616,7 +29708,7 @@ select { .sm\:prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .sm\:prose tbody tr:last-child { @@ -34637,60 +30729,24 @@ select { margin-bottom: 0; } - .sm\:prose-red a { - color: #dc2626; + .sm\:prose-red { } - .sm\:prose-red a code { - color: #dc2626; + .sm\:prose-orange { } - .sm\:prose-yellow a { - color: #d97706; + .sm\:prose-yellow { } - .sm\:prose-yellow a code { - color: #d97706; - } - - .sm\:prose-green a { - color: #059669; - } - - .sm\:prose-green a code { - color: #059669; - } - - .sm\:prose-blue a { - color: #2563eb; - } - - .sm\:prose-blue a code { - color: #2563eb; + .sm\:prose-green { } .sm\:prose-indigo a { - color: #4f46e5; + color: #5661b3; } .sm\:prose-indigo a code { - color: #4f46e5; - } - - .sm\:prose-purple a { - color: #7c3aed; - } - - .sm\:prose-purple a code { - color: #7c3aed; - } - - .sm\:prose-pink a { - color: #db2777; - } - - .sm\:prose-pink a code { - color: #db2777; + color: #5661b3; } .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -35627,56 +31683,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } - .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); - } - - .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); - } - .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -35727,304 +31733,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } + .sm\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); + } + + .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); + } + .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } - .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } - .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } - .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } - .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } - .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } - .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } - .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } - .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } - .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } - .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { + .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -36229,56 +32175,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .sm\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .sm\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .sm\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -36329,304 +32225,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .sm\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .sm\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .sm\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .sm\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .sm\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .sm\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .sm\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .sm\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .sm\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .sm\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .sm\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .sm\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .sm\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .sm\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .sm\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .sm\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .sm\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .sm\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .sm\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .sm\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .sm\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .sm\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .sm\:bg-blue-50 { + .sm\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .sm\:bg-blue-100 { + .sm\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .sm\:bg-blue-200 { + .sm\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .sm\:bg-blue-300 { + .sm\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .sm\:bg-blue-400 { + .sm\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .sm\:bg-blue-500 { + .sm\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .sm\:bg-blue-600 { + .sm\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .sm\:bg-blue-700 { + .sm\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .sm\:bg-blue-800 { + .sm\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .sm\:bg-blue-900 { + .sm\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .sm\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .sm\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .sm\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .sm\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .sm\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .sm\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .sm\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .sm\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-transparent { @@ -36647,56 +32483,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .group:hover .sm\:group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -36747,304 +32533,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .group:hover .sm\:group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .group:hover .sm\:group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .group:hover .sm\:group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-50 { + .group:hover .sm\:group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-100 { + .group:hover .sm\:group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-200 { + .group:hover .sm\:group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-300 { + .group:hover .sm\:group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-400 { + .group:hover .sm\:group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-500 { + .group:hover .sm\:group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-600 { + .group:hover .sm\:group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-700 { + .group:hover .sm\:group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-800 { + .group:hover .sm\:group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .group:hover .sm\:group-hover\:bg-blue-900 { + .group:hover .sm\:group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .sm\:group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .sm\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-transparent:focus-within { @@ -37065,56 +32791,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .sm\:focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -37165,304 +32841,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .sm\:focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .sm\:focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-50:focus-within { + .sm\:focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-100:focus-within { + .sm\:focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-200:focus-within { + .sm\:focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-300:focus-within { + .sm\:focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-400:focus-within { + .sm\:focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-500:focus-within { + .sm\:focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-600:focus-within { + .sm\:focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-700:focus-within { + .sm\:focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-800:focus-within { + .sm\:focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .sm\:focus-within\:bg-blue-900:focus-within { + .sm\:focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .sm\:focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .sm\:hover\:bg-transparent:hover { @@ -37483,56 +33099,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .sm\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .sm\:hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -37583,304 +33149,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .sm\:hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .sm\:hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .sm\:hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .sm\:hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .sm\:hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-50:hover { + .sm\:hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-100:hover { + .sm\:hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-200:hover { + .sm\:hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-300:hover { + .sm\:hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-400:hover { + .sm\:hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-500:hover { + .sm\:hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-600:hover { + .sm\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-700:hover { + .sm\:hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-800:hover { + .sm\:hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .sm\:hover\:bg-blue-900:hover { + .sm\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .sm\:hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .sm\:focus\:bg-transparent:focus { @@ -37901,56 +33407,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .sm\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .sm\:focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -38001,304 +33457,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .sm\:focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .sm\:focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .sm\:focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .sm\:focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .sm\:focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-50:focus { + .sm\:focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-100:focus { + .sm\:focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-200:focus { + .sm\:focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-300:focus { + .sm\:focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-400:focus { + .sm\:focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-500:focus { + .sm\:focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-600:focus { + .sm\:focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-700:focus { + .sm\:focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-800:focus { + .sm\:focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .sm\:focus\:bg-blue-900:focus { + .sm\:focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .sm\:focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .sm\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .sm\:bg-none { @@ -38357,56 +33753,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -38457,304 +33803,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:via-transparent { @@ -38773,46 +34059,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -38853,244 +34099,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:to-transparent { @@ -39109,46 +34307,6 @@ select { --tw-gradient-to: #fff; } - .sm\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .sm\:to-gray-100 { - --tw-gradient-to: #f3f4f6; - } - - .sm\:to-gray-200 { - --tw-gradient-to: #e5e7eb; - } - - .sm\:to-gray-300 { - --tw-gradient-to: #d1d5db; - } - - .sm\:to-gray-400 { - --tw-gradient-to: #9ca3af; - } - - .sm\:to-gray-500 { - --tw-gradient-to: #6b7280; - } - - .sm\:to-gray-600 { - --tw-gradient-to: #4b5563; - } - - .sm\:to-gray-700 { - --tw-gradient-to: #374151; - } - - .sm\:to-gray-800 { - --tw-gradient-to: #1f2937; - } - - .sm\:to-gray-900 { - --tw-gradient-to: #111827; - } - .sm\:to-red-50 { --tw-gradient-to: #fef2f2; } @@ -39189,244 +34347,196 @@ select { --tw-gradient-to: #7f1d1d; } + .sm\:to-orange-50 { + --tw-gradient-to: #fff7ed; + } + + .sm\:to-orange-100 { + --tw-gradient-to: #ffedd5; + } + + .sm\:to-orange-200 { + --tw-gradient-to: #fed7aa; + } + + .sm\:to-orange-300 { + --tw-gradient-to: #fdba74; + } + + .sm\:to-orange-400 { + --tw-gradient-to: #fb923c; + } + + .sm\:to-orange-500 { + --tw-gradient-to: #f97316; + } + + .sm\:to-orange-600 { + --tw-gradient-to: #ea580c; + } + + .sm\:to-orange-700 { + --tw-gradient-to: #c2410c; + } + + .sm\:to-orange-800 { + --tw-gradient-to: #9a3412; + } + + .sm\:to-orange-900 { + --tw-gradient-to: #7c2d12; + } + .sm\:to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .sm\:to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .sm\:to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .sm\:to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .sm\:to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .sm\:to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .sm\:to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .sm\:to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .sm\:to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .sm\:to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .sm\:to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .sm\:to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .sm\:to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .sm\:to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .sm\:to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .sm\:to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .sm\:to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .sm\:to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .sm\:to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .sm\:to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .sm\:to-blue-50 { - --tw-gradient-to: #eff6ff; + .sm\:to-gray-50 { + --tw-gradient-to: #f8fafc; } - .sm\:to-blue-100 { - --tw-gradient-to: #dbeafe; + .sm\:to-gray-100 { + --tw-gradient-to: #f1f5f9; } - .sm\:to-blue-200 { - --tw-gradient-to: #bfdbfe; + .sm\:to-gray-200 { + --tw-gradient-to: #e2e8f0; } - .sm\:to-blue-300 { - --tw-gradient-to: #93c5fd; + .sm\:to-gray-300 { + --tw-gradient-to: #cbd5e1; } - .sm\:to-blue-400 { - --tw-gradient-to: #60a5fa; + .sm\:to-gray-400 { + --tw-gradient-to: #94a3b8; } - .sm\:to-blue-500 { - --tw-gradient-to: #3b82f6; + .sm\:to-gray-500 { + --tw-gradient-to: #64748b; } - .sm\:to-blue-600 { - --tw-gradient-to: #2563eb; + .sm\:to-gray-600 { + --tw-gradient-to: #475569; } - .sm\:to-blue-700 { - --tw-gradient-to: #1d4ed8; + .sm\:to-gray-700 { + --tw-gradient-to: #334155; } - .sm\:to-blue-800 { - --tw-gradient-to: #1e40af; + .sm\:to-gray-800 { + --tw-gradient-to: #1e293b; } - .sm\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .sm\:to-indigo-50 { - --tw-gradient-to: #eef2ff; + .sm\:to-gray-900 { + --tw-gradient-to: #0f172a; } .sm\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .sm\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .sm\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .sm\:to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .sm\:to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .sm\:to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .sm\:to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .sm\:to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .sm\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .sm\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .sm\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .sm\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .sm\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .sm\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .sm\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .sm\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .sm\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .sm\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .sm\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .sm\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .sm\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .sm\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .sm\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .sm\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .sm\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .sm\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .sm\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .sm\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .sm\:to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .sm\:hover\:from-transparent:hover { @@ -39449,56 +34559,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -39549,304 +34609,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:hover\:via-transparent:hover { @@ -39865,46 +34865,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -39945,244 +34905,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:hover\:to-transparent:hover { @@ -40201,46 +35113,6 @@ select { --tw-gradient-to: #fff; } - .sm\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .sm\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; - } - - .sm\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; - } - - .sm\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; - } - - .sm\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; - } - - .sm\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; - } - - .sm\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; - } - - .sm\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151; - } - - .sm\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; - } - - .sm\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827; - } - .sm\:hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -40281,244 +35153,196 @@ select { --tw-gradient-to: #7f1d1d; } + .sm\:hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; + } + + .sm\:hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; + } + + .sm\:hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; + } + + .sm\:hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; + } + + .sm\:hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; + } + + .sm\:hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; + } + + .sm\:hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; + } + + .sm\:hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; + } + + .sm\:hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; + } + + .sm\:hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; + } + .sm\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .sm\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .sm\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .sm\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .sm\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .sm\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .sm\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .sm\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .sm\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .sm\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .sm\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .sm\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .sm\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .sm\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .sm\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .sm\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .sm\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .sm\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .sm\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .sm\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .sm\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; + .sm\:hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } - .sm\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; + .sm\:hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } - .sm\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; + .sm\:hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } - .sm\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; + .sm\:hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } - .sm\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; + .sm\:hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } - .sm\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; + .sm\:hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } - .sm\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; + .sm\:hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } - .sm\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; + .sm\:hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } - .sm\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; + .sm\:hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } - .sm\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .sm\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; + .sm\:hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .sm\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .sm\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .sm\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .sm\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .sm\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .sm\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .sm\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .sm\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .sm\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .sm\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .sm\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .sm\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .sm\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .sm\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .sm\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .sm\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .sm\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .sm\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .sm\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .sm\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .sm\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .sm\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .sm\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .sm\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .sm\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .sm\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .sm\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .sm\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .sm\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .sm\:focus\:from-transparent:focus { @@ -40541,56 +35365,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -40641,304 +35415,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:focus\:via-transparent:focus { @@ -40957,46 +35671,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .sm\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .sm\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .sm\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .sm\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .sm\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .sm\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .sm\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .sm\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .sm\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .sm\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .sm\:focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -41037,244 +35711,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .sm\:focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .sm\:focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .sm\:focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .sm\:focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .sm\:focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .sm\:focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .sm\:focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .sm\:focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .sm\:focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .sm\:focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .sm\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .sm\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .sm\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .sm\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .sm\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .sm\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .sm\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .sm\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .sm\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .sm\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .sm\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .sm\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .sm\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .sm\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .sm\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .sm\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .sm\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .sm\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .sm\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .sm\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .sm\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .sm\:focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .sm\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .sm\:focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .sm\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .sm\:focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .sm\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .sm\:focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .sm\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .sm\:focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .sm\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .sm\:focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .sm\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .sm\:focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .sm\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .sm\:focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .sm\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .sm\:focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .sm\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .sm\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .sm\:focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .sm\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .sm\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .sm\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .sm\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .sm\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .sm\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .sm\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .sm\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .sm\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .sm\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .sm\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .sm\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .sm\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .sm\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .sm\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .sm\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .sm\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .sm\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .sm\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .sm\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .sm\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .sm\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .sm\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .sm\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .sm\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .sm\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .sm\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .sm\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .sm\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .sm\:focus\:to-transparent:focus { @@ -41293,46 +35919,6 @@ select { --tw-gradient-to: #fff; } - .sm\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .sm\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; - } - - .sm\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; - } - - .sm\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; - } - - .sm\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; - } - - .sm\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; - } - - .sm\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; - } - - .sm\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151; - } - - .sm\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; - } - - .sm\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827; - } - .sm\:focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -41373,244 +35959,196 @@ select { --tw-gradient-to: #7f1d1d; } + .sm\:focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; + } + + .sm\:focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; + } + + .sm\:focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; + } + + .sm\:focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; + } + + .sm\:focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; + } + + .sm\:focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; + } + + .sm\:focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; + } + + .sm\:focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; + } + + .sm\:focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; + } + + .sm\:focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; + } + .sm\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .sm\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .sm\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .sm\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .sm\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .sm\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .sm\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .sm\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .sm\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .sm\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .sm\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .sm\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .sm\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .sm\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .sm\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .sm\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .sm\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .sm\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .sm\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .sm\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .sm\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; + .sm\:focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } - .sm\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; + .sm\:focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } - .sm\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; + .sm\:focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } - .sm\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; + .sm\:focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } - .sm\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; + .sm\:focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } - .sm\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; + .sm\:focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } - .sm\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; + .sm\:focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } - .sm\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; + .sm\:focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } - .sm\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; + .sm\:focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } - .sm\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .sm\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; + .sm\:focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .sm\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .sm\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .sm\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .sm\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .sm\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .sm\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .sm\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .sm\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .sm\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .sm\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .sm\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .sm\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .sm\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .sm\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .sm\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .sm\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .sm\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .sm\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .sm\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .sm\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .sm\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .sm\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .sm\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .sm\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .sm\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .sm\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .sm\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .sm\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .sm\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .sm\:bg-opacity-0 { @@ -42011,56 +36549,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .sm\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .sm\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .sm\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .sm\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .sm\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .sm\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .sm\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .sm\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .sm\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .sm\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -42111,304 +36599,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .sm\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .sm\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .sm\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .sm\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .sm\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .sm\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .sm\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .sm\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .sm\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .sm\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .sm\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .sm\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .sm\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .sm\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .sm\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .sm\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .sm\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .sm\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .sm\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .sm\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .sm\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .sm\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .sm\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .sm\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .sm\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .sm\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .sm\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .sm\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .sm\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .sm\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .sm\:border-blue-50 { + .sm\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .sm\:border-blue-100 { + .sm\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .sm\:border-blue-200 { + .sm\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .sm\:border-blue-300 { + .sm\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .sm\:border-blue-400 { + .sm\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .sm\:border-blue-500 { + .sm\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .sm\:border-blue-600 { + .sm\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .sm\:border-blue-700 { + .sm\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .sm\:border-blue-800 { + .sm\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .sm\:border-blue-900 { + .sm\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .sm\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .sm\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .sm\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .sm\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .sm\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .sm\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .sm\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .sm\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-transparent { @@ -42429,56 +36857,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .group:hover .sm\:group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -42529,304 +36907,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .group:hover .sm\:group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .group:hover .sm\:group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .group:hover .sm\:group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-50 { + .group:hover .sm\:group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-100 { + .group:hover .sm\:group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-200 { + .group:hover .sm\:group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-300 { + .group:hover .sm\:group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-400 { + .group:hover .sm\:group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-500 { + .group:hover .sm\:group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-600 { + .group:hover .sm\:group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-700 { + .group:hover .sm\:group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-800 { + .group:hover .sm\:group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .group:hover .sm\:group-hover\:border-blue-900 { + .group:hover .sm\:group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .sm\:group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .group:hover .sm\:group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .sm\:focus-within\:border-transparent:focus-within { @@ -42847,56 +37165,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .sm\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .sm\:focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -42947,304 +37215,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .sm\:focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .sm\:focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .sm\:focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .sm\:focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .sm\:focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-50:focus-within { + .sm\:focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-100:focus-within { + .sm\:focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-200:focus-within { + .sm\:focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-300:focus-within { + .sm\:focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-400:focus-within { + .sm\:focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-500:focus-within { + .sm\:focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-600:focus-within { + .sm\:focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-700:focus-within { + .sm\:focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-800:focus-within { + .sm\:focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .sm\:focus-within\:border-blue-900:focus-within { + .sm\:focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .sm\:focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .sm\:hover\:border-transparent:hover { @@ -43265,56 +37473,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .sm\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .sm\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .sm\:hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -43365,304 +37523,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .sm\:hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .sm\:hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .sm\:hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .sm\:hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .sm\:hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .sm\:hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .sm\:hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .sm\:hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .sm\:hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .sm\:hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .sm\:hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .sm\:hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .sm\:hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .sm\:hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-50:hover { + .sm\:hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-100:hover { + .sm\:hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-200:hover { + .sm\:hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-300:hover { + .sm\:hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-400:hover { + .sm\:hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-500:hover { + .sm\:hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-600:hover { + .sm\:hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-700:hover { + .sm\:hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-800:hover { + .sm\:hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .sm\:hover\:border-blue-900:hover { + .sm\:hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .sm\:hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .sm\:focus\:border-transparent:focus { @@ -43683,56 +37781,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .sm\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .sm\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .sm\:focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -43783,304 +37831,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .sm\:focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .sm\:focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .sm\:focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .sm\:focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .sm\:focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .sm\:focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .sm\:focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .sm\:focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .sm\:focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .sm\:focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .sm\:focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .sm\:focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .sm\:focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .sm\:focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-50:focus { + .sm\:focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-100:focus { + .sm\:focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-200:focus { + .sm\:focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-300:focus { + .sm\:focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-400:focus { + .sm\:focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-500:focus { + .sm\:focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-600:focus { + .sm\:focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-700:focus { + .sm\:focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-800:focus { + .sm\:focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .sm\:focus\:border-blue-900:focus { + .sm\:focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .sm\:focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .sm\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .sm\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .sm\:border-opacity-0 { @@ -49802,156 +43790,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .sm\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .sm\:placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -50102,904 +43940,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .sm\:placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .sm\:placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .sm\:placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .sm\:placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-50::-moz-placeholder { + .sm\:placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-50:-ms-input-placeholder { + .sm\:placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-50::placeholder { + .sm\:placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-100::-moz-placeholder { + .sm\:placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-100:-ms-input-placeholder { + .sm\:placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-100::placeholder { + .sm\:placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-200::-moz-placeholder { + .sm\:placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-200:-ms-input-placeholder { + .sm\:placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-200::placeholder { + .sm\:placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-300::-moz-placeholder { + .sm\:placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-300:-ms-input-placeholder { + .sm\:placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-300::placeholder { + .sm\:placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-400::-moz-placeholder { + .sm\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-400:-ms-input-placeholder { + .sm\:placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-400::placeholder { + .sm\:placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-500::-moz-placeholder { + .sm\:placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-500:-ms-input-placeholder { + .sm\:placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-500::placeholder { + .sm\:placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-600::-moz-placeholder { + .sm\:placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-600:-ms-input-placeholder { + .sm\:placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-600::placeholder { + .sm\:placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-700::-moz-placeholder { + .sm\:placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-700:-ms-input-placeholder { + .sm\:placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-700::placeholder { + .sm\:placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-800::-moz-placeholder { + .sm\:placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-800:-ms-input-placeholder { + .sm\:placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-800::placeholder { + .sm\:placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-900::-moz-placeholder { + .sm\:placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-900:-ms-input-placeholder { + .sm\:placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .sm\:placeholder-blue-900::placeholder { + .sm\:placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-transparent:focus::-moz-placeholder { @@ -51056,156 +44714,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .sm\:focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -51356,904 +44864,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .sm\:focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-50:focus::placeholder { + .sm\:focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-100:focus::placeholder { + .sm\:focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-200:focus::placeholder { + .sm\:focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-300:focus::placeholder { + .sm\:focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-400:focus::placeholder { + .sm\:focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-500:focus::placeholder { + .sm\:focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-600:focus::placeholder { + .sm\:focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-700:focus::placeholder { + .sm\:focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-800:focus::placeholder { + .sm\:focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder { + .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { + .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .sm\:focus\:placeholder-blue-900:focus::placeholder { + .sm\:focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .sm\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .sm\:placeholder-opacity-0::-moz-placeholder { @@ -55801,46 +49129,6 @@ select { --tw-ring-offset-color: #fff; } - .sm\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; - } - - .sm\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; - } - - .sm\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; - } - - .sm\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; - } - - .sm\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; - } - - .sm\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; - } - - .sm\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151; - } - - .sm\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; - } - - .sm\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827; - } - .sm\:ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -55881,244 +49169,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .sm\:ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; + } + + .sm\:ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; + } + + .sm\:ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; + } + + .sm\:ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; + } + + .sm\:ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; + } + + .sm\:ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; + } + + .sm\:ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; + } + + .sm\:ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; + } + + .sm\:ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; + } + + .sm\:ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; + } + .sm\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .sm\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .sm\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .sm\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .sm\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .sm\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .sm\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .sm\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .sm\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .sm\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .sm\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .sm\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .sm\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .sm\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .sm\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .sm\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .sm\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .sm\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .sm\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .sm\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .sm\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; + .sm\:ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } - .sm\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; + .sm\:ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } - .sm\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; + .sm\:ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } - .sm\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; + .sm\:ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } - .sm\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; + .sm\:ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } - .sm\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; + .sm\:ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } - .sm\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; + .sm\:ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } - .sm\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; + .sm\:ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } - .sm\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; + .sm\:ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } - .sm\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; + .sm\:ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .sm\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .sm\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .sm\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .sm\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .sm\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .sm\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .sm\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .sm\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .sm\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .sm\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .sm\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .sm\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .sm\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .sm\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .sm\:focus-within\:ring-offset-transparent:focus-within { @@ -56137,46 +49377,6 @@ select { --tw-ring-offset-color: #fff; } - .sm\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; - } - - .sm\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; - } - - .sm\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; - } - - .sm\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; - } - - .sm\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; - } - - .sm\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; - } - - .sm\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; - } - - .sm\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; - } - - .sm\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; - } - .sm\:focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -56217,244 +49417,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .sm\:focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; + } + + .sm\:focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; + } + + .sm\:focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; + } + + .sm\:focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; + } + + .sm\:focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; + } + + .sm\:focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; + } + + .sm\:focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; + } + + .sm\:focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; + } + + .sm\:focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; + } + + .sm\:focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; + } + .sm\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .sm\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .sm\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .sm\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .sm\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .sm\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .sm\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .sm\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .sm\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .sm\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .sm\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .sm\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .sm\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .sm\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .sm\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .sm\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .sm\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .sm\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .sm\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .sm\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .sm\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; + .sm\:focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } - .sm\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; + .sm\:focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } - .sm\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; + .sm\:focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } - .sm\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; + .sm\:focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } - .sm\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; + .sm\:focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } - .sm\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; + .sm\:focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } - .sm\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; + .sm\:focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } - .sm\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; + .sm\:focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } - .sm\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; + .sm\:focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } - .sm\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; + .sm\:focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .sm\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .sm\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .sm\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .sm\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .sm\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .sm\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .sm\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .sm\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .sm\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .sm\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .sm\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .sm\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .sm\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .sm\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .sm\:focus\:ring-offset-transparent:focus { @@ -56473,46 +49625,6 @@ select { --tw-ring-offset-color: #fff; } - .sm\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .sm\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; - } - - .sm\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; - } - - .sm\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; - } - - .sm\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; - } - - .sm\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; - } - - .sm\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; - } - - .sm\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; - } - - .sm\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; - } - - .sm\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; - } - .sm\:focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -56553,244 +49665,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .sm\:focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; + } + + .sm\:focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; + } + + .sm\:focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; + } + + .sm\:focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; + } + + .sm\:focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; + } + + .sm\:focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; + } + + .sm\:focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; + } + + .sm\:focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; + } + + .sm\:focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; + } + + .sm\:focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; + } + .sm\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .sm\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .sm\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .sm\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .sm\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .sm\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .sm\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .sm\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .sm\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .sm\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .sm\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .sm\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .sm\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .sm\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .sm\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .sm\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .sm\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .sm\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .sm\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .sm\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .sm\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; + .sm\:focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } - .sm\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; + .sm\:focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } - .sm\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; + .sm\:focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } - .sm\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; + .sm\:focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } - .sm\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; + .sm\:focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } - .sm\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; + .sm\:focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } - .sm\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; + .sm\:focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } - .sm\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; + .sm\:focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } - .sm\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; + .sm\:focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } - .sm\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .sm\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; + .sm\:focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .sm\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .sm\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .sm\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .sm\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .sm\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .sm\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .sm\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .sm\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .sm\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .sm\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .sm\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .sm\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .sm\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .sm\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .sm\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .sm\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .sm\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .sm\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .sm\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .sm\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .sm\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .sm\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .sm\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .sm\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .sm\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .sm\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .sm\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .sm\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .sm\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .sm\:ring-offset-0 { @@ -56871,56 +49935,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .sm\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .sm\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .sm\:ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -56971,304 +49985,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .sm\:ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .sm\:ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .sm\:ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .sm\:ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .sm\:ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .sm\:ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .sm\:ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .sm\:ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .sm\:ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .sm\:ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .sm\:ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .sm\:ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .sm\:ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .sm\:ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .sm\:ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .sm\:ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .sm\:ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .sm\:ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .sm\:ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .sm\:ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .sm\:ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .sm\:ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .sm\:ring-blue-50 { + .sm\:ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .sm\:ring-blue-100 { + .sm\:ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .sm\:ring-blue-200 { + .sm\:ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .sm\:ring-blue-300 { + .sm\:ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .sm\:ring-blue-400 { + .sm\:ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .sm\:ring-blue-500 { + .sm\:ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .sm\:ring-blue-600 { + .sm\:ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .sm\:ring-blue-700 { + .sm\:ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .sm\:ring-blue-800 { + .sm\:ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .sm\:ring-blue-900 { + .sm\:ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .sm\:ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .sm\:ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .sm\:ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .sm\:ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .sm\:ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .sm\:ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .sm\:ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .sm\:ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-transparent:focus-within { @@ -57289,56 +50243,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .sm\:focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -57389,304 +50293,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .sm\:focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .sm\:focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-50:focus-within { + .sm\:focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-100:focus-within { + .sm\:focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-200:focus-within { + .sm\:focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-300:focus-within { + .sm\:focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-400:focus-within { + .sm\:focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-500:focus-within { + .sm\:focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-600:focus-within { + .sm\:focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-700:focus-within { + .sm\:focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-800:focus-within { + .sm\:focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .sm\:focus-within\:ring-blue-900:focus-within { + .sm\:focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .sm\:focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .sm\:focus\:ring-transparent:focus { @@ -57707,56 +50551,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .sm\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .sm\:focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -57807,304 +50601,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .sm\:focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .sm\:focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .sm\:focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .sm\:focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .sm\:focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-50:focus { + .sm\:focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-100:focus { + .sm\:focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-200:focus { + .sm\:focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-300:focus { + .sm\:focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-400:focus { + .sm\:focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-500:focus { + .sm\:focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-600:focus { + .sm\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-700:focus { + .sm\:focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-800:focus { + .sm\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .sm\:focus\:ring-blue-900:focus { + .sm\:focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .sm\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .sm\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .sm\:ring-opacity-0 { @@ -58349,56 +51083,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .sm\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .sm\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .sm\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .sm\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .sm\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .sm\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .sm\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .sm\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .sm\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .sm\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -58449,304 +51133,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .sm\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .sm\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .sm\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .sm\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .sm\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .sm\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .sm\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .sm\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .sm\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .sm\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .sm\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .sm\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .sm\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .sm\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .sm\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .sm\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .sm\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .sm\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .sm\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .sm\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .sm\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .sm\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .sm\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .sm\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .sm\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .sm\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .sm\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .sm\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .sm\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .sm\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .sm\:text-blue-50 { + .sm\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .sm\:text-blue-100 { + .sm\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .sm\:text-blue-200 { + .sm\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .sm\:text-blue-300 { + .sm\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .sm\:text-blue-400 { + .sm\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .sm\:text-blue-500 { + .sm\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .sm\:text-blue-600 { + .sm\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .sm\:text-blue-700 { + .sm\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .sm\:text-blue-800 { + .sm\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .sm\:text-blue-900 { + .sm\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .sm\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .sm\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .sm\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .sm\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .sm\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .sm\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .sm\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .sm\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-transparent { @@ -58767,56 +51391,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .group:hover .sm\:group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -58867,304 +51441,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .group:hover .sm\:group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .group:hover .sm\:group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .group:hover .sm\:group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-50 { + .group:hover .sm\:group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-100 { + .group:hover .sm\:group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-200 { + .group:hover .sm\:group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-300 { + .group:hover .sm\:group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-400 { + .group:hover .sm\:group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-500 { + .group:hover .sm\:group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-600 { + .group:hover .sm\:group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-700 { + .group:hover .sm\:group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-800 { + .group:hover .sm\:group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .group:hover .sm\:group-hover\:text-blue-900 { + .group:hover .sm\:group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .sm\:group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .group:hover .sm\:group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .sm\:focus-within\:text-transparent:focus-within { @@ -59185,56 +51699,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .sm\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .sm\:focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -59285,304 +51749,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .sm\:focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .sm\:focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .sm\:focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .sm\:focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .sm\:focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-50:focus-within { + .sm\:focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-100:focus-within { + .sm\:focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-200:focus-within { + .sm\:focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-300:focus-within { + .sm\:focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-400:focus-within { + .sm\:focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-500:focus-within { + .sm\:focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-600:focus-within { + .sm\:focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-700:focus-within { + .sm\:focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-800:focus-within { + .sm\:focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .sm\:focus-within\:text-blue-900:focus-within { + .sm\:focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .sm\:focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .sm\:hover\:text-transparent:hover { @@ -59603,56 +52007,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .sm\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .sm\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .sm\:hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -59703,304 +52057,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .sm\:hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .sm\:hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .sm\:hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .sm\:hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .sm\:hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .sm\:hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .sm\:hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .sm\:hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .sm\:hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .sm\:hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .sm\:hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .sm\:hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .sm\:hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .sm\:hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-50:hover { + .sm\:hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-100:hover { + .sm\:hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-200:hover { + .sm\:hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-300:hover { + .sm\:hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-400:hover { + .sm\:hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-500:hover { + .sm\:hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-600:hover { + .sm\:hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-700:hover { + .sm\:hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-800:hover { + .sm\:hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .sm\:hover\:text-blue-900:hover { + .sm\:hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .sm\:hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .sm\:focus\:text-transparent:focus { @@ -60021,56 +52315,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .sm\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .sm\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .sm\:focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -60121,304 +52365,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .sm\:focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .sm\:focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .sm\:focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .sm\:focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .sm\:focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .sm\:focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .sm\:focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .sm\:focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .sm\:focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .sm\:focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .sm\:focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .sm\:focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .sm\:focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .sm\:focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-50:focus { + .sm\:focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-100:focus { + .sm\:focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-200:focus { + .sm\:focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-300:focus { + .sm\:focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-400:focus { + .sm\:focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-500:focus { + .sm\:focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-600:focus { + .sm\:focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-700:focus { + .sm\:focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-800:focus { + .sm\:focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .sm\:focus\:text-blue-900:focus { + .sm\:focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .sm\:focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .sm\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .sm\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .sm\:text-opacity-0 { @@ -65865,12 +58049,12 @@ select { } .md\:prose { - color: #374151; + color: #334155; max-width: 65ch; } .md\:prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -65878,13 +58062,13 @@ select { } .md\:prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .md\:prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -65904,7 +58088,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -65916,7 +58100,7 @@ select { .md\:prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -65925,7 +58109,7 @@ select { } .md\:prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -65934,9 +58118,9 @@ select { .md\:prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -65952,7 +58136,7 @@ select { } .md\:prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -65961,7 +58145,7 @@ select { } .md\:prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -65970,7 +58154,7 @@ select { } .md\:prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -65979,7 +58163,7 @@ select { } .md\:prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -65987,14 +58171,14 @@ select { } .md\:prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .md\:prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -66008,12 +58192,12 @@ select { } .md\:prose a code { - color: #111827; + color: #0f172a; } .md\:prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -66057,10 +58241,10 @@ select { } .md\:prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .md\:prose thead th { @@ -66072,7 +58256,7 @@ select { .md\:prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .md\:prose tbody tr:last-child { @@ -67093,60 +59277,24 @@ select { margin-bottom: 0; } - .md\:prose-red a { - color: #dc2626; + .md\:prose-red { } - .md\:prose-red a code { - color: #dc2626; + .md\:prose-orange { } - .md\:prose-yellow a { - color: #d97706; + .md\:prose-yellow { } - .md\:prose-yellow a code { - color: #d97706; - } - - .md\:prose-green a { - color: #059669; - } - - .md\:prose-green a code { - color: #059669; - } - - .md\:prose-blue a { - color: #2563eb; - } - - .md\:prose-blue a code { - color: #2563eb; + .md\:prose-green { } .md\:prose-indigo a { - color: #4f46e5; + color: #5661b3; } .md\:prose-indigo a code { - color: #4f46e5; - } - - .md\:prose-purple a { - color: #7c3aed; - } - - .md\:prose-purple a code { - color: #7c3aed; - } - - .md\:prose-pink a { - color: #db2777; - } - - .md\:prose-pink a code { - color: #db2777; + color: #5661b3; } .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -68083,56 +60231,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } - .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); - } - - .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); - } - - .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); - } - - .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); - } - - .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); - } - - .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); - } - - .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); - } - - .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); - } - - .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); - } - .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -68183,304 +60281,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } + .md\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); + } + + .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); + } + + .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); + } + + .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); + } + + .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); + } + + .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); + } + + .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); + } + + .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); + } + + .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); + } + + .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); + } + .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } - .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } - .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } - .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } - .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } - .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } - .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } - .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } - .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } - .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } - .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { + .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .md\:divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -68685,56 +60723,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .md\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .md\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .md\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .md\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .md\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .md\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .md\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .md\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .md\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .md\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -68785,304 +60773,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .md\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .md\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .md\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .md\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .md\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .md\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .md\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .md\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .md\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .md\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .md\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .md\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .md\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .md\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .md\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .md\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .md\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .md\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .md\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .md\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .md\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .md\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .md\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .md\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .md\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .md\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .md\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .md\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .md\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .md\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .md\:bg-blue-50 { + .md\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .md\:bg-blue-100 { + .md\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .md\:bg-blue-200 { + .md\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .md\:bg-blue-300 { + .md\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .md\:bg-blue-400 { + .md\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .md\:bg-blue-500 { + .md\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .md\:bg-blue-600 { + .md\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .md\:bg-blue-700 { + .md\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .md\:bg-blue-800 { + .md\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .md\:bg-blue-900 { + .md\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .md\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .md\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .md\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .md\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .md\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .md\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .md\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .md\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-transparent { @@ -69103,56 +61031,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .group:hover .md\:group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -69203,304 +61081,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .group:hover .md\:group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .group:hover .md\:group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .group:hover .md\:group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-50 { + .group:hover .md\:group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-100 { + .group:hover .md\:group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-200 { + .group:hover .md\:group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-300 { + .group:hover .md\:group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-400 { + .group:hover .md\:group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-500 { + .group:hover .md\:group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-600 { + .group:hover .md\:group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-700 { + .group:hover .md\:group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-800 { + .group:hover .md\:group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .group:hover .md\:group-hover\:bg-blue-900 { + .group:hover .md\:group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .md\:group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .md\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .md\:focus-within\:bg-transparent:focus-within { @@ -69521,56 +61339,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .md\:focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -69621,304 +61389,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .md\:focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .md\:focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .md\:focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .md\:focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .md\:focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-50:focus-within { + .md\:focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-100:focus-within { + .md\:focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-200:focus-within { + .md\:focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-300:focus-within { + .md\:focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-400:focus-within { + .md\:focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-500:focus-within { + .md\:focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-600:focus-within { + .md\:focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-700:focus-within { + .md\:focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-800:focus-within { + .md\:focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .md\:focus-within\:bg-blue-900:focus-within { + .md\:focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .md\:focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .md\:hover\:bg-transparent:hover { @@ -69939,56 +61647,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .md\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .md\:hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -70039,304 +61697,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .md\:hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .md\:hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .md\:hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .md\:hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .md\:hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .md\:hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .md\:hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .md\:hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .md\:hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .md\:hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .md\:hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .md\:hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .md\:hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .md\:hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-50:hover { + .md\:hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-100:hover { + .md\:hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-200:hover { + .md\:hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-300:hover { + .md\:hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-400:hover { + .md\:hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-500:hover { + .md\:hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-600:hover { + .md\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-700:hover { + .md\:hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-800:hover { + .md\:hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .md\:hover\:bg-blue-900:hover { + .md\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .md\:hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .md\:focus\:bg-transparent:focus { @@ -70357,56 +61955,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .md\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .md\:focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -70457,304 +62005,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .md\:focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .md\:focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .md\:focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .md\:focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .md\:focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .md\:focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .md\:focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .md\:focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .md\:focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .md\:focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .md\:focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .md\:focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .md\:focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .md\:focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-50:focus { + .md\:focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-100:focus { + .md\:focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-200:focus { + .md\:focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-300:focus { + .md\:focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-400:focus { + .md\:focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-500:focus { + .md\:focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-600:focus { + .md\:focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-700:focus { + .md\:focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-800:focus { + .md\:focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .md\:focus\:bg-blue-900:focus { + .md\:focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .md\:focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .md\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .md\:bg-none { @@ -70813,56 +62301,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -70913,304 +62351,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:via-transparent { @@ -71229,46 +62607,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -71309,244 +62647,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:to-transparent { @@ -71565,46 +62855,6 @@ select { --tw-gradient-to: #fff; } - .md\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .md\:to-gray-100 { - --tw-gradient-to: #f3f4f6; - } - - .md\:to-gray-200 { - --tw-gradient-to: #e5e7eb; - } - - .md\:to-gray-300 { - --tw-gradient-to: #d1d5db; - } - - .md\:to-gray-400 { - --tw-gradient-to: #9ca3af; - } - - .md\:to-gray-500 { - --tw-gradient-to: #6b7280; - } - - .md\:to-gray-600 { - --tw-gradient-to: #4b5563; - } - - .md\:to-gray-700 { - --tw-gradient-to: #374151; - } - - .md\:to-gray-800 { - --tw-gradient-to: #1f2937; - } - - .md\:to-gray-900 { - --tw-gradient-to: #111827; - } - .md\:to-red-50 { --tw-gradient-to: #fef2f2; } @@ -71645,244 +62895,196 @@ select { --tw-gradient-to: #7f1d1d; } + .md\:to-orange-50 { + --tw-gradient-to: #fff7ed; + } + + .md\:to-orange-100 { + --tw-gradient-to: #ffedd5; + } + + .md\:to-orange-200 { + --tw-gradient-to: #fed7aa; + } + + .md\:to-orange-300 { + --tw-gradient-to: #fdba74; + } + + .md\:to-orange-400 { + --tw-gradient-to: #fb923c; + } + + .md\:to-orange-500 { + --tw-gradient-to: #f97316; + } + + .md\:to-orange-600 { + --tw-gradient-to: #ea580c; + } + + .md\:to-orange-700 { + --tw-gradient-to: #c2410c; + } + + .md\:to-orange-800 { + --tw-gradient-to: #9a3412; + } + + .md\:to-orange-900 { + --tw-gradient-to: #7c2d12; + } + .md\:to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .md\:to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .md\:to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .md\:to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .md\:to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .md\:to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .md\:to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .md\:to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .md\:to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .md\:to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .md\:to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .md\:to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .md\:to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .md\:to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .md\:to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .md\:to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .md\:to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .md\:to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .md\:to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .md\:to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .md\:to-blue-50 { - --tw-gradient-to: #eff6ff; + .md\:to-gray-50 { + --tw-gradient-to: #f8fafc; } - .md\:to-blue-100 { - --tw-gradient-to: #dbeafe; + .md\:to-gray-100 { + --tw-gradient-to: #f1f5f9; } - .md\:to-blue-200 { - --tw-gradient-to: #bfdbfe; + .md\:to-gray-200 { + --tw-gradient-to: #e2e8f0; } - .md\:to-blue-300 { - --tw-gradient-to: #93c5fd; + .md\:to-gray-300 { + --tw-gradient-to: #cbd5e1; } - .md\:to-blue-400 { - --tw-gradient-to: #60a5fa; + .md\:to-gray-400 { + --tw-gradient-to: #94a3b8; } - .md\:to-blue-500 { - --tw-gradient-to: #3b82f6; + .md\:to-gray-500 { + --tw-gradient-to: #64748b; } - .md\:to-blue-600 { - --tw-gradient-to: #2563eb; + .md\:to-gray-600 { + --tw-gradient-to: #475569; } - .md\:to-blue-700 { - --tw-gradient-to: #1d4ed8; + .md\:to-gray-700 { + --tw-gradient-to: #334155; } - .md\:to-blue-800 { - --tw-gradient-to: #1e40af; + .md\:to-gray-800 { + --tw-gradient-to: #1e293b; } - .md\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .md\:to-indigo-50 { - --tw-gradient-to: #eef2ff; + .md\:to-gray-900 { + --tw-gradient-to: #0f172a; } .md\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .md\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .md\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .md\:to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .md\:to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .md\:to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .md\:to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .md\:to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .md\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .md\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .md\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .md\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .md\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .md\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .md\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .md\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .md\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .md\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .md\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .md\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .md\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .md\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .md\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .md\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .md\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .md\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .md\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .md\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .md\:to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .md\:hover\:from-transparent:hover { @@ -71905,56 +63107,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -72005,304 +63157,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:hover\:via-transparent:hover { @@ -72321,46 +63413,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -72401,244 +63453,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:hover\:to-transparent:hover { @@ -72657,46 +63661,6 @@ select { --tw-gradient-to: #fff; } - .md\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .md\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; - } - - .md\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; - } - - .md\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; - } - - .md\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; - } - - .md\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; - } - - .md\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; - } - - .md\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151; - } - - .md\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; - } - - .md\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827; - } - .md\:hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -72737,244 +63701,196 @@ select { --tw-gradient-to: #7f1d1d; } + .md\:hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; + } + + .md\:hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; + } + + .md\:hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; + } + + .md\:hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; + } + + .md\:hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; + } + + .md\:hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; + } + + .md\:hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; + } + + .md\:hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; + } + + .md\:hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; + } + + .md\:hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; + } + .md\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .md\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .md\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .md\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .md\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .md\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .md\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .md\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .md\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .md\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .md\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .md\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .md\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .md\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .md\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .md\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .md\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .md\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .md\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .md\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .md\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; + .md\:hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } - .md\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; + .md\:hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } - .md\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; + .md\:hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } - .md\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; + .md\:hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } - .md\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; + .md\:hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } - .md\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; + .md\:hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } - .md\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; + .md\:hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } - .md\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; + .md\:hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } - .md\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; + .md\:hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } - .md\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .md\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; + .md\:hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .md\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .md\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .md\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .md\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .md\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .md\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .md\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .md\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .md\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .md\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .md\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .md\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .md\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .md\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .md\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .md\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .md\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .md\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .md\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .md\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .md\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .md\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .md\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .md\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .md\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .md\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .md\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .md\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .md\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .md\:focus\:from-transparent:focus { @@ -72997,56 +63913,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -73097,304 +63963,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:focus\:via-transparent:focus { @@ -73413,46 +64219,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .md\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .md\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .md\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .md\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .md\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .md\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .md\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .md\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .md\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .md\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .md\:focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -73493,244 +64259,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .md\:focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .md\:focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .md\:focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .md\:focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .md\:focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .md\:focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .md\:focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .md\:focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .md\:focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .md\:focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .md\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .md\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .md\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .md\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .md\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .md\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .md\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .md\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .md\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .md\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .md\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .md\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .md\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .md\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .md\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .md\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .md\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .md\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .md\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .md\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .md\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .md\:focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .md\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .md\:focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .md\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .md\:focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .md\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .md\:focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .md\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .md\:focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .md\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .md\:focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .md\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .md\:focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .md\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .md\:focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .md\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .md\:focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .md\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .md\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .md\:focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .md\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .md\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .md\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .md\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .md\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .md\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .md\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .md\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .md\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .md\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .md\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .md\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .md\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .md\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .md\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .md\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .md\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .md\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .md\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .md\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .md\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .md\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .md\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .md\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .md\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .md\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .md\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .md\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .md\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .md\:focus\:to-transparent:focus { @@ -73749,46 +64467,6 @@ select { --tw-gradient-to: #fff; } - .md\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .md\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; - } - - .md\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; - } - - .md\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; - } - - .md\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; - } - - .md\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; - } - - .md\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; - } - - .md\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151; - } - - .md\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; - } - - .md\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827; - } - .md\:focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -73829,244 +64507,196 @@ select { --tw-gradient-to: #7f1d1d; } + .md\:focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; + } + + .md\:focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; + } + + .md\:focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; + } + + .md\:focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; + } + + .md\:focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; + } + + .md\:focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; + } + + .md\:focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; + } + + .md\:focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; + } + + .md\:focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; + } + + .md\:focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; + } + .md\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .md\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .md\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .md\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .md\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .md\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .md\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .md\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .md\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .md\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .md\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .md\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .md\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .md\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .md\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .md\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .md\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .md\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .md\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .md\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .md\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; + .md\:focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } - .md\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; + .md\:focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } - .md\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; + .md\:focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } - .md\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; + .md\:focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } - .md\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; + .md\:focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } - .md\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; + .md\:focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } - .md\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; + .md\:focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } - .md\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; + .md\:focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } - .md\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; + .md\:focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } - .md\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .md\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; + .md\:focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .md\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .md\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .md\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .md\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .md\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .md\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .md\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .md\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .md\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .md\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .md\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .md\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .md\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .md\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .md\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .md\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .md\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .md\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .md\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .md\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .md\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .md\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .md\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .md\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .md\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .md\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .md\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .md\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .md\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .md\:bg-opacity-0 { @@ -74467,56 +65097,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .md\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .md\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .md\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .md\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .md\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .md\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .md\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .md\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .md\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .md\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -74567,304 +65147,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .md\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .md\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .md\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .md\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .md\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .md\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .md\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .md\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .md\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .md\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .md\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .md\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .md\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .md\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .md\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .md\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .md\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .md\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .md\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .md\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .md\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .md\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .md\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .md\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .md\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .md\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .md\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .md\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .md\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .md\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .md\:border-blue-50 { + .md\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .md\:border-blue-100 { + .md\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .md\:border-blue-200 { + .md\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .md\:border-blue-300 { + .md\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .md\:border-blue-400 { + .md\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .md\:border-blue-500 { + .md\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .md\:border-blue-600 { + .md\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .md\:border-blue-700 { + .md\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .md\:border-blue-800 { + .md\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .md\:border-blue-900 { + .md\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .md\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .md\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .md\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .md\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .md\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .md\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .md\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .md\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-transparent { @@ -74885,56 +65405,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .group:hover .md\:group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -74985,304 +65455,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .group:hover .md\:group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .group:hover .md\:group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .group:hover .md\:group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-50 { + .group:hover .md\:group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-100 { + .group:hover .md\:group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-200 { + .group:hover .md\:group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-300 { + .group:hover .md\:group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-400 { + .group:hover .md\:group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-500 { + .group:hover .md\:group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-600 { + .group:hover .md\:group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-700 { + .group:hover .md\:group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-800 { + .group:hover .md\:group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .group:hover .md\:group-hover\:border-blue-900 { + .group:hover .md\:group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .md\:group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .group:hover .md\:group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .md\:focus-within\:border-transparent:focus-within { @@ -75303,56 +65713,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .md\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .md\:focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -75403,304 +65763,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .md\:focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .md\:focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .md\:focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .md\:focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .md\:focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .md\:focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .md\:focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .md\:focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .md\:focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .md\:focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .md\:focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .md\:focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .md\:focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .md\:focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-50:focus-within { + .md\:focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-100:focus-within { + .md\:focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-200:focus-within { + .md\:focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-300:focus-within { + .md\:focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-400:focus-within { + .md\:focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-500:focus-within { + .md\:focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-600:focus-within { + .md\:focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-700:focus-within { + .md\:focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-800:focus-within { + .md\:focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .md\:focus-within\:border-blue-900:focus-within { + .md\:focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .md\:focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .md\:hover\:border-transparent:hover { @@ -75721,56 +66021,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .md\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .md\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .md\:hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -75821,304 +66071,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .md\:hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .md\:hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .md\:hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .md\:hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .md\:hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .md\:hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .md\:hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .md\:hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .md\:hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .md\:hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .md\:hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .md\:hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .md\:hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .md\:hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .md\:hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .md\:hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .md\:hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .md\:hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .md\:hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .md\:hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .md\:hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .md\:hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .md\:hover\:border-blue-50:hover { + .md\:hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .md\:hover\:border-blue-100:hover { + .md\:hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .md\:hover\:border-blue-200:hover { + .md\:hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .md\:hover\:border-blue-300:hover { + .md\:hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .md\:hover\:border-blue-400:hover { + .md\:hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .md\:hover\:border-blue-500:hover { + .md\:hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .md\:hover\:border-blue-600:hover { + .md\:hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .md\:hover\:border-blue-700:hover { + .md\:hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .md\:hover\:border-blue-800:hover { + .md\:hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .md\:hover\:border-blue-900:hover { + .md\:hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .md\:hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .md\:hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .md\:hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .md\:hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .md\:hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .md\:hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .md\:hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .md\:hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .md\:focus\:border-transparent:focus { @@ -76139,56 +66329,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .md\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .md\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .md\:focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -76239,304 +66379,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .md\:focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .md\:focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .md\:focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .md\:focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .md\:focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .md\:focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .md\:focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .md\:focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .md\:focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .md\:focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .md\:focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .md\:focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .md\:focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .md\:focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .md\:focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .md\:focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .md\:focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .md\:focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .md\:focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .md\:focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .md\:focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .md\:focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .md\:focus\:border-blue-50:focus { + .md\:focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .md\:focus\:border-blue-100:focus { + .md\:focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .md\:focus\:border-blue-200:focus { + .md\:focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .md\:focus\:border-blue-300:focus { + .md\:focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .md\:focus\:border-blue-400:focus { + .md\:focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .md\:focus\:border-blue-500:focus { + .md\:focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .md\:focus\:border-blue-600:focus { + .md\:focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .md\:focus\:border-blue-700:focus { + .md\:focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .md\:focus\:border-blue-800:focus { + .md\:focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .md\:focus\:border-blue-900:focus { + .md\:focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .md\:focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .md\:focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .md\:focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .md\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .md\:focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .md\:focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .md\:focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .md\:focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .md\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .md\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .md\:border-opacity-0 { @@ -82258,156 +72338,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .md\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .md\:placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -82558,904 +72488,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .md\:placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .md\:placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .md\:placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .md\:placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .md\:placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-50::-moz-placeholder { + .md\:placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-50:-ms-input-placeholder { + .md\:placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-50::placeholder { + .md\:placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-100::-moz-placeholder { + .md\:placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-100:-ms-input-placeholder { + .md\:placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-100::placeholder { + .md\:placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-200::-moz-placeholder { + .md\:placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-200:-ms-input-placeholder { + .md\:placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-200::placeholder { + .md\:placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-300::-moz-placeholder { + .md\:placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-300:-ms-input-placeholder { + .md\:placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-300::placeholder { + .md\:placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-400::-moz-placeholder { + .md\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-400:-ms-input-placeholder { + .md\:placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-400::placeholder { + .md\:placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-500::-moz-placeholder { + .md\:placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-500:-ms-input-placeholder { + .md\:placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-500::placeholder { + .md\:placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-600::-moz-placeholder { + .md\:placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-600:-ms-input-placeholder { + .md\:placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-600::placeholder { + .md\:placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-700::-moz-placeholder { + .md\:placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-700:-ms-input-placeholder { + .md\:placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-700::placeholder { + .md\:placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-800::-moz-placeholder { + .md\:placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-800:-ms-input-placeholder { + .md\:placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-800::placeholder { + .md\:placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-900::-moz-placeholder { + .md\:placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-900:-ms-input-placeholder { + .md\:placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .md\:placeholder-blue-900::placeholder { + .md\:placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-transparent:focus::-moz-placeholder { @@ -83512,156 +73262,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .md\:focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -83812,904 +73412,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .md\:focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .md\:focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-50:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-50:focus::placeholder { + .md\:focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-100:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-100:focus::placeholder { + .md\:focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-200:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-200:focus::placeholder { + .md\:focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-300:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-300:focus::placeholder { + .md\:focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-400:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-400:focus::placeholder { + .md\:focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-500:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-500:focus::placeholder { + .md\:focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-600:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-600:focus::placeholder { + .md\:focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-700:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-700:focus::placeholder { + .md\:focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-800:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-800:focus::placeholder { + .md\:focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-900:focus::-moz-placeholder { + .md\:focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { + .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .md\:focus\:placeholder-blue-900:focus::placeholder { + .md\:focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .md\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .md\:placeholder-opacity-0::-moz-placeholder { @@ -88257,46 +77677,6 @@ select { --tw-ring-offset-color: #fff; } - .md\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .md\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; - } - - .md\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; - } - - .md\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; - } - - .md\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; - } - - .md\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; - } - - .md\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; - } - - .md\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151; - } - - .md\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; - } - - .md\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827; - } - .md\:ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -88337,244 +77717,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .md\:ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; + } + + .md\:ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; + } + + .md\:ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; + } + + .md\:ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; + } + + .md\:ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; + } + + .md\:ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; + } + + .md\:ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; + } + + .md\:ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; + } + + .md\:ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; + } + + .md\:ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; + } + .md\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .md\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .md\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .md\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .md\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .md\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .md\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .md\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .md\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .md\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .md\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .md\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .md\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .md\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .md\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .md\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .md\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .md\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .md\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .md\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .md\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; + .md\:ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } - .md\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; + .md\:ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } - .md\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; + .md\:ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } - .md\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; + .md\:ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } - .md\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; + .md\:ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } - .md\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; + .md\:ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } - .md\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; + .md\:ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } - .md\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; + .md\:ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } - .md\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; + .md\:ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } - .md\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; + .md\:ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .md\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .md\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .md\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .md\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .md\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .md\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .md\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .md\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .md\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .md\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .md\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .md\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .md\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .md\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .md\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .md\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .md\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .md\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .md\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .md\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .md\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .md\:focus-within\:ring-offset-transparent:focus-within { @@ -88593,46 +77925,6 @@ select { --tw-ring-offset-color: #fff; } - .md\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .md\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; - } - - .md\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; - } - - .md\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; - } - - .md\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; - } - - .md\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; - } - - .md\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; - } - - .md\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; - } - - .md\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; - } - - .md\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; - } - .md\:focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -88673,244 +77965,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .md\:focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; + } + + .md\:focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; + } + + .md\:focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; + } + + .md\:focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; + } + + .md\:focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; + } + + .md\:focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; + } + + .md\:focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; + } + + .md\:focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; + } + + .md\:focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; + } + + .md\:focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; + } + .md\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .md\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .md\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .md\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .md\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .md\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .md\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .md\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .md\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .md\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .md\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .md\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .md\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .md\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .md\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .md\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .md\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .md\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .md\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .md\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .md\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; + .md\:focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } - .md\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; + .md\:focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } - .md\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; + .md\:focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } - .md\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; + .md\:focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } - .md\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; + .md\:focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } - .md\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; + .md\:focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } - .md\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; + .md\:focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } - .md\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; + .md\:focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } - .md\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; + .md\:focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } - .md\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; + .md\:focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .md\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .md\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .md\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .md\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .md\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .md\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .md\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .md\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .md\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .md\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .md\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .md\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .md\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .md\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .md\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .md\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .md\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .md\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .md\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .md\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .md\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .md\:focus\:ring-offset-transparent:focus { @@ -88929,46 +78173,6 @@ select { --tw-ring-offset-color: #fff; } - .md\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .md\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; - } - - .md\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; - } - - .md\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; - } - - .md\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; - } - - .md\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; - } - - .md\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; - } - - .md\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; - } - - .md\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; - } - - .md\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; - } - .md\:focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -89009,244 +78213,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .md\:focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; + } + + .md\:focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; + } + + .md\:focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; + } + + .md\:focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; + } + + .md\:focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; + } + + .md\:focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; + } + + .md\:focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; + } + + .md\:focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; + } + + .md\:focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; + } + + .md\:focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; + } + .md\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .md\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .md\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .md\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .md\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .md\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .md\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .md\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .md\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .md\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .md\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .md\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .md\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .md\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .md\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .md\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .md\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .md\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .md\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .md\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .md\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; + .md\:focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } - .md\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; + .md\:focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } - .md\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; + .md\:focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } - .md\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; + .md\:focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } - .md\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; + .md\:focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } - .md\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; + .md\:focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } - .md\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; + .md\:focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } - .md\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; + .md\:focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } - .md\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; + .md\:focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } - .md\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .md\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; + .md\:focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .md\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .md\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .md\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .md\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .md\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .md\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .md\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .md\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .md\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .md\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .md\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .md\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .md\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .md\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .md\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .md\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .md\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .md\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .md\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .md\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .md\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .md\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .md\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .md\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .md\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .md\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .md\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .md\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .md\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .md\:ring-offset-0 { @@ -89327,56 +78483,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .md\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .md\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .md\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .md\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .md\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .md\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .md\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .md\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .md\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .md\:ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -89427,304 +78533,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .md\:ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .md\:ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .md\:ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .md\:ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .md\:ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .md\:ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .md\:ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .md\:ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .md\:ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .md\:ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .md\:ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .md\:ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .md\:ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .md\:ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .md\:ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .md\:ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .md\:ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .md\:ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .md\:ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .md\:ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .md\:ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .md\:ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .md\:ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .md\:ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .md\:ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .md\:ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .md\:ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .md\:ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .md\:ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .md\:ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .md\:ring-blue-50 { + .md\:ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .md\:ring-blue-100 { + .md\:ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .md\:ring-blue-200 { + .md\:ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .md\:ring-blue-300 { + .md\:ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .md\:ring-blue-400 { + .md\:ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .md\:ring-blue-500 { + .md\:ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .md\:ring-blue-600 { + .md\:ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .md\:ring-blue-700 { + .md\:ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .md\:ring-blue-800 { + .md\:ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .md\:ring-blue-900 { + .md\:ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .md\:ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .md\:ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .md\:ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .md\:ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .md\:ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .md\:ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .md\:ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .md\:ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .md\:focus-within\:ring-transparent:focus-within { @@ -89745,56 +78791,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .md\:focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -89845,304 +78841,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .md\:focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .md\:focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .md\:focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .md\:focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .md\:focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-50:focus-within { + .md\:focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-100:focus-within { + .md\:focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-200:focus-within { + .md\:focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-300:focus-within { + .md\:focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-400:focus-within { + .md\:focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-500:focus-within { + .md\:focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-600:focus-within { + .md\:focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-700:focus-within { + .md\:focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-800:focus-within { + .md\:focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .md\:focus-within\:ring-blue-900:focus-within { + .md\:focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .md\:focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .md\:focus\:ring-transparent:focus { @@ -90163,56 +79099,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .md\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .md\:focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -90263,304 +79149,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .md\:focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .md\:focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .md\:focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .md\:focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .md\:focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .md\:focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .md\:focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .md\:focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .md\:focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .md\:focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .md\:focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .md\:focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .md\:focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .md\:focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-50:focus { + .md\:focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-100:focus { + .md\:focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-200:focus { + .md\:focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-300:focus { + .md\:focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-400:focus { + .md\:focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-500:focus { + .md\:focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-600:focus { + .md\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-700:focus { + .md\:focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-800:focus { + .md\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .md\:focus\:ring-blue-900:focus { + .md\:focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .md\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .md\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .md\:ring-opacity-0 { @@ -90805,56 +79631,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .md\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .md\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .md\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .md\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .md\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .md\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .md\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .md\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .md\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .md\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -90905,304 +79681,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .md\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .md\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .md\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .md\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .md\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .md\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .md\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .md\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .md\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .md\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .md\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .md\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .md\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .md\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .md\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .md\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .md\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .md\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .md\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .md\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .md\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .md\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .md\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .md\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .md\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .md\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .md\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .md\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .md\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .md\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .md\:text-blue-50 { + .md\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .md\:text-blue-100 { + .md\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .md\:text-blue-200 { + .md\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .md\:text-blue-300 { + .md\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .md\:text-blue-400 { + .md\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .md\:text-blue-500 { + .md\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .md\:text-blue-600 { + .md\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .md\:text-blue-700 { + .md\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .md\:text-blue-800 { + .md\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .md\:text-blue-900 { + .md\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .md\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .md\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .md\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .md\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .md\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .md\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .md\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .md\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-transparent { @@ -91223,56 +79939,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .group:hover .md\:group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -91323,304 +79989,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .group:hover .md\:group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .group:hover .md\:group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .group:hover .md\:group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-50 { + .group:hover .md\:group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-100 { + .group:hover .md\:group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-200 { + .group:hover .md\:group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-300 { + .group:hover .md\:group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-400 { + .group:hover .md\:group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-500 { + .group:hover .md\:group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-600 { + .group:hover .md\:group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-700 { + .group:hover .md\:group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-800 { + .group:hover .md\:group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .group:hover .md\:group-hover\:text-blue-900 { + .group:hover .md\:group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .md\:group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .group:hover .md\:group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .md\:focus-within\:text-transparent:focus-within { @@ -91641,56 +80247,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .md\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .md\:focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -91741,304 +80297,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .md\:focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .md\:focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .md\:focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .md\:focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .md\:focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .md\:focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .md\:focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .md\:focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .md\:focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .md\:focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .md\:focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .md\:focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .md\:focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .md\:focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-50:focus-within { + .md\:focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-100:focus-within { + .md\:focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-200:focus-within { + .md\:focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-300:focus-within { + .md\:focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-400:focus-within { + .md\:focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-500:focus-within { + .md\:focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-600:focus-within { + .md\:focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-700:focus-within { + .md\:focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-800:focus-within { + .md\:focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .md\:focus-within\:text-blue-900:focus-within { + .md\:focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .md\:focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .md\:hover\:text-transparent:hover { @@ -92059,56 +80555,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .md\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .md\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .md\:hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -92159,304 +80605,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .md\:hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .md\:hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .md\:hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .md\:hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .md\:hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .md\:hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .md\:hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .md\:hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .md\:hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .md\:hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .md\:hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .md\:hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .md\:hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .md\:hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .md\:hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .md\:hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .md\:hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .md\:hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .md\:hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .md\:hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .md\:hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .md\:hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .md\:hover\:text-blue-50:hover { + .md\:hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .md\:hover\:text-blue-100:hover { + .md\:hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .md\:hover\:text-blue-200:hover { + .md\:hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .md\:hover\:text-blue-300:hover { + .md\:hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .md\:hover\:text-blue-400:hover { + .md\:hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .md\:hover\:text-blue-500:hover { + .md\:hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .md\:hover\:text-blue-600:hover { + .md\:hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .md\:hover\:text-blue-700:hover { + .md\:hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .md\:hover\:text-blue-800:hover { + .md\:hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .md\:hover\:text-blue-900:hover { + .md\:hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .md\:hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .md\:hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .md\:hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .md\:hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .md\:hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .md\:hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .md\:hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .md\:hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .md\:focus\:text-transparent:focus { @@ -92477,56 +80863,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .md\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .md\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .md\:focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -92577,304 +80913,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .md\:focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .md\:focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .md\:focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .md\:focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .md\:focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .md\:focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .md\:focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .md\:focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .md\:focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .md\:focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .md\:focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .md\:focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .md\:focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .md\:focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .md\:focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .md\:focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .md\:focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .md\:focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .md\:focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .md\:focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .md\:focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .md\:focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .md\:focus\:text-blue-50:focus { + .md\:focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .md\:focus\:text-blue-100:focus { + .md\:focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .md\:focus\:text-blue-200:focus { + .md\:focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .md\:focus\:text-blue-300:focus { + .md\:focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .md\:focus\:text-blue-400:focus { + .md\:focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .md\:focus\:text-blue-500:focus { + .md\:focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .md\:focus\:text-blue-600:focus { + .md\:focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .md\:focus\:text-blue-700:focus { + .md\:focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .md\:focus\:text-blue-800:focus { + .md\:focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .md\:focus\:text-blue-900:focus { + .md\:focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .md\:focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .md\:focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .md\:focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .md\:focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .md\:focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .md\:focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .md\:focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .md\:focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .md\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .md\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .md\:text-opacity-0 { @@ -98321,12 +86597,12 @@ select { } .lg\:prose { - color: #374151; + color: #334155; max-width: 65ch; } .lg\:prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -98334,13 +86610,13 @@ select { } .lg\:prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .lg\:prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -98360,7 +86636,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -98372,7 +86648,7 @@ select { .lg\:prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -98381,7 +86657,7 @@ select { } .lg\:prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -98390,9 +86666,9 @@ select { .lg\:prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -98408,7 +86684,7 @@ select { } .lg\:prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -98417,7 +86693,7 @@ select { } .lg\:prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -98426,7 +86702,7 @@ select { } .lg\:prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -98435,7 +86711,7 @@ select { } .lg\:prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -98443,14 +86719,14 @@ select { } .lg\:prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .lg\:prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -98464,12 +86740,12 @@ select { } .lg\:prose a code { - color: #111827; + color: #0f172a; } .lg\:prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -98513,10 +86789,10 @@ select { } .lg\:prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .lg\:prose thead th { @@ -98528,7 +86804,7 @@ select { .lg\:prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .lg\:prose tbody tr:last-child { @@ -99549,60 +87825,24 @@ select { margin-bottom: 0; } - .lg\:prose-red a { - color: #dc2626; + .lg\:prose-red { } - .lg\:prose-red a code { - color: #dc2626; + .lg\:prose-orange { } - .lg\:prose-yellow a { - color: #d97706; + .lg\:prose-yellow { } - .lg\:prose-yellow a code { - color: #d97706; - } - - .lg\:prose-green a { - color: #059669; - } - - .lg\:prose-green a code { - color: #059669; - } - - .lg\:prose-blue a { - color: #2563eb; - } - - .lg\:prose-blue a code { - color: #2563eb; + .lg\:prose-green { } .lg\:prose-indigo a { - color: #4f46e5; + color: #5661b3; } .lg\:prose-indigo a code { - color: #4f46e5; - } - - .lg\:prose-purple a { - color: #7c3aed; - } - - .lg\:prose-purple a code { - color: #7c3aed; - } - - .lg\:prose-pink a { - color: #db2777; - } - - .lg\:prose-pink a code { - color: #db2777; + color: #5661b3; } .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -100539,56 +88779,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } - .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); - } - - .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); - } - .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -100639,304 +88829,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } + .lg\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); + } + + .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); + } + .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } - .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } - .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } - .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } - .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } - .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } - .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } - .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } - .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } - .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } - .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { + .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -101141,56 +89271,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .lg\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .lg\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .lg\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -101241,304 +89321,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .lg\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .lg\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .lg\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .lg\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .lg\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .lg\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .lg\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .lg\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .lg\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .lg\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .lg\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .lg\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .lg\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .lg\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .lg\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .lg\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .lg\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .lg\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .lg\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .lg\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .lg\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .lg\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .lg\:bg-blue-50 { + .lg\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .lg\:bg-blue-100 { + .lg\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .lg\:bg-blue-200 { + .lg\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .lg\:bg-blue-300 { + .lg\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .lg\:bg-blue-400 { + .lg\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .lg\:bg-blue-500 { + .lg\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .lg\:bg-blue-600 { + .lg\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .lg\:bg-blue-700 { + .lg\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .lg\:bg-blue-800 { + .lg\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .lg\:bg-blue-900 { + .lg\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .lg\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .lg\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .lg\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .lg\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .lg\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .lg\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .lg\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .lg\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-transparent { @@ -101559,56 +89579,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .group:hover .lg\:group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -101659,304 +89629,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .group:hover .lg\:group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .group:hover .lg\:group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .group:hover .lg\:group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-50 { + .group:hover .lg\:group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-100 { + .group:hover .lg\:group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-200 { + .group:hover .lg\:group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-300 { + .group:hover .lg\:group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-400 { + .group:hover .lg\:group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-500 { + .group:hover .lg\:group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-600 { + .group:hover .lg\:group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-700 { + .group:hover .lg\:group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-800 { + .group:hover .lg\:group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .group:hover .lg\:group-hover\:bg-blue-900 { + .group:hover .lg\:group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .lg\:group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .lg\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-transparent:focus-within { @@ -101977,56 +89887,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .lg\:focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -102077,304 +89937,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .lg\:focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .lg\:focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-50:focus-within { + .lg\:focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-100:focus-within { + .lg\:focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-200:focus-within { + .lg\:focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-300:focus-within { + .lg\:focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-400:focus-within { + .lg\:focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-500:focus-within { + .lg\:focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-600:focus-within { + .lg\:focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-700:focus-within { + .lg\:focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-800:focus-within { + .lg\:focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .lg\:focus-within\:bg-blue-900:focus-within { + .lg\:focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .lg\:focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .lg\:hover\:bg-transparent:hover { @@ -102395,56 +90195,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .lg\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .lg\:hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -102495,304 +90245,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .lg\:hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .lg\:hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .lg\:hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .lg\:hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .lg\:hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-50:hover { + .lg\:hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-100:hover { + .lg\:hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-200:hover { + .lg\:hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-300:hover { + .lg\:hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-400:hover { + .lg\:hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-500:hover { + .lg\:hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-600:hover { + .lg\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-700:hover { + .lg\:hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-800:hover { + .lg\:hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .lg\:hover\:bg-blue-900:hover { + .lg\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .lg\:hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .lg\:focus\:bg-transparent:focus { @@ -102813,56 +90503,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .lg\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .lg\:focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -102913,304 +90553,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .lg\:focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .lg\:focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .lg\:focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .lg\:focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .lg\:focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-50:focus { + .lg\:focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-100:focus { + .lg\:focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-200:focus { + .lg\:focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-300:focus { + .lg\:focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-400:focus { + .lg\:focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-500:focus { + .lg\:focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-600:focus { + .lg\:focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-700:focus { + .lg\:focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-800:focus { + .lg\:focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .lg\:focus\:bg-blue-900:focus { + .lg\:focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .lg\:focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .lg\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .lg\:bg-none { @@ -103269,56 +90849,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -103369,304 +90899,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:via-transparent { @@ -103685,46 +91155,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -103765,244 +91195,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:to-transparent { @@ -104021,46 +91403,6 @@ select { --tw-gradient-to: #fff; } - .lg\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .lg\:to-gray-100 { - --tw-gradient-to: #f3f4f6; - } - - .lg\:to-gray-200 { - --tw-gradient-to: #e5e7eb; - } - - .lg\:to-gray-300 { - --tw-gradient-to: #d1d5db; - } - - .lg\:to-gray-400 { - --tw-gradient-to: #9ca3af; - } - - .lg\:to-gray-500 { - --tw-gradient-to: #6b7280; - } - - .lg\:to-gray-600 { - --tw-gradient-to: #4b5563; - } - - .lg\:to-gray-700 { - --tw-gradient-to: #374151; - } - - .lg\:to-gray-800 { - --tw-gradient-to: #1f2937; - } - - .lg\:to-gray-900 { - --tw-gradient-to: #111827; - } - .lg\:to-red-50 { --tw-gradient-to: #fef2f2; } @@ -104101,244 +91443,196 @@ select { --tw-gradient-to: #7f1d1d; } + .lg\:to-orange-50 { + --tw-gradient-to: #fff7ed; + } + + .lg\:to-orange-100 { + --tw-gradient-to: #ffedd5; + } + + .lg\:to-orange-200 { + --tw-gradient-to: #fed7aa; + } + + .lg\:to-orange-300 { + --tw-gradient-to: #fdba74; + } + + .lg\:to-orange-400 { + --tw-gradient-to: #fb923c; + } + + .lg\:to-orange-500 { + --tw-gradient-to: #f97316; + } + + .lg\:to-orange-600 { + --tw-gradient-to: #ea580c; + } + + .lg\:to-orange-700 { + --tw-gradient-to: #c2410c; + } + + .lg\:to-orange-800 { + --tw-gradient-to: #9a3412; + } + + .lg\:to-orange-900 { + --tw-gradient-to: #7c2d12; + } + .lg\:to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .lg\:to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .lg\:to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .lg\:to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .lg\:to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .lg\:to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .lg\:to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .lg\:to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .lg\:to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .lg\:to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .lg\:to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .lg\:to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .lg\:to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .lg\:to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .lg\:to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .lg\:to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .lg\:to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .lg\:to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .lg\:to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .lg\:to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .lg\:to-blue-50 { - --tw-gradient-to: #eff6ff; + .lg\:to-gray-50 { + --tw-gradient-to: #f8fafc; } - .lg\:to-blue-100 { - --tw-gradient-to: #dbeafe; + .lg\:to-gray-100 { + --tw-gradient-to: #f1f5f9; } - .lg\:to-blue-200 { - --tw-gradient-to: #bfdbfe; + .lg\:to-gray-200 { + --tw-gradient-to: #e2e8f0; } - .lg\:to-blue-300 { - --tw-gradient-to: #93c5fd; + .lg\:to-gray-300 { + --tw-gradient-to: #cbd5e1; } - .lg\:to-blue-400 { - --tw-gradient-to: #60a5fa; + .lg\:to-gray-400 { + --tw-gradient-to: #94a3b8; } - .lg\:to-blue-500 { - --tw-gradient-to: #3b82f6; + .lg\:to-gray-500 { + --tw-gradient-to: #64748b; } - .lg\:to-blue-600 { - --tw-gradient-to: #2563eb; + .lg\:to-gray-600 { + --tw-gradient-to: #475569; } - .lg\:to-blue-700 { - --tw-gradient-to: #1d4ed8; + .lg\:to-gray-700 { + --tw-gradient-to: #334155; } - .lg\:to-blue-800 { - --tw-gradient-to: #1e40af; + .lg\:to-gray-800 { + --tw-gradient-to: #1e293b; } - .lg\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .lg\:to-indigo-50 { - --tw-gradient-to: #eef2ff; + .lg\:to-gray-900 { + --tw-gradient-to: #0f172a; } .lg\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .lg\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .lg\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .lg\:to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .lg\:to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .lg\:to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .lg\:to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .lg\:to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .lg\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .lg\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .lg\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .lg\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .lg\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .lg\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .lg\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .lg\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .lg\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .lg\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .lg\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .lg\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .lg\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .lg\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .lg\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .lg\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .lg\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .lg\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .lg\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .lg\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .lg\:to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .lg\:hover\:from-transparent:hover { @@ -104361,56 +91655,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -104461,304 +91705,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:hover\:via-transparent:hover { @@ -104777,46 +91961,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -104857,244 +92001,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:hover\:to-transparent:hover { @@ -105113,46 +92209,6 @@ select { --tw-gradient-to: #fff; } - .lg\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .lg\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; - } - - .lg\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; - } - - .lg\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; - } - - .lg\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; - } - - .lg\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; - } - - .lg\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; - } - - .lg\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151; - } - - .lg\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; - } - - .lg\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827; - } - .lg\:hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -105193,244 +92249,196 @@ select { --tw-gradient-to: #7f1d1d; } + .lg\:hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; + } + + .lg\:hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; + } + + .lg\:hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; + } + + .lg\:hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; + } + + .lg\:hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; + } + + .lg\:hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; + } + + .lg\:hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; + } + + .lg\:hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; + } + + .lg\:hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; + } + + .lg\:hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; + } + .lg\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .lg\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .lg\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .lg\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .lg\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .lg\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .lg\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .lg\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .lg\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .lg\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .lg\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .lg\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .lg\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .lg\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .lg\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .lg\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .lg\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .lg\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .lg\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .lg\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .lg\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; + .lg\:hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } - .lg\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; + .lg\:hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } - .lg\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; + .lg\:hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } - .lg\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; + .lg\:hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } - .lg\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; + .lg\:hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } - .lg\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; + .lg\:hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } - .lg\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; + .lg\:hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } - .lg\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; + .lg\:hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } - .lg\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; + .lg\:hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } - .lg\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .lg\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; + .lg\:hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .lg\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .lg\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .lg\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .lg\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .lg\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .lg\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .lg\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .lg\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .lg\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .lg\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .lg\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .lg\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .lg\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .lg\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .lg\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .lg\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .lg\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .lg\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .lg\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .lg\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .lg\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .lg\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .lg\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .lg\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .lg\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .lg\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .lg\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .lg\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .lg\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .lg\:focus\:from-transparent:focus { @@ -105453,56 +92461,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -105553,304 +92511,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:focus\:via-transparent:focus { @@ -105869,46 +92767,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .lg\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .lg\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .lg\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .lg\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .lg\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .lg\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .lg\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .lg\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .lg\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .lg\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .lg\:focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -105949,244 +92807,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .lg\:focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .lg\:focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .lg\:focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .lg\:focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .lg\:focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .lg\:focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .lg\:focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .lg\:focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .lg\:focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .lg\:focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .lg\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .lg\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .lg\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .lg\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .lg\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .lg\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .lg\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .lg\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .lg\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .lg\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .lg\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .lg\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .lg\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .lg\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .lg\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .lg\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .lg\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .lg\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .lg\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .lg\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .lg\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .lg\:focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .lg\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .lg\:focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .lg\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .lg\:focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .lg\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .lg\:focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .lg\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .lg\:focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .lg\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .lg\:focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .lg\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .lg\:focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .lg\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .lg\:focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .lg\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .lg\:focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .lg\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .lg\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .lg\:focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .lg\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .lg\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .lg\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .lg\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .lg\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .lg\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .lg\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .lg\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .lg\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .lg\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .lg\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .lg\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .lg\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .lg\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .lg\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .lg\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .lg\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .lg\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .lg\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .lg\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .lg\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .lg\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .lg\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .lg\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .lg\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .lg\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .lg\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .lg\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .lg\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .lg\:focus\:to-transparent:focus { @@ -106205,46 +93015,6 @@ select { --tw-gradient-to: #fff; } - .lg\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .lg\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; - } - - .lg\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; - } - - .lg\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; - } - - .lg\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; - } - - .lg\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; - } - - .lg\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; - } - - .lg\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151; - } - - .lg\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; - } - - .lg\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827; - } - .lg\:focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -106285,244 +93055,196 @@ select { --tw-gradient-to: #7f1d1d; } + .lg\:focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; + } + + .lg\:focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; + } + + .lg\:focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; + } + + .lg\:focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; + } + + .lg\:focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; + } + + .lg\:focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; + } + + .lg\:focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; + } + + .lg\:focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; + } + + .lg\:focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; + } + + .lg\:focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; + } + .lg\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .lg\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .lg\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .lg\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .lg\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .lg\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .lg\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .lg\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .lg\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .lg\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .lg\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .lg\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .lg\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .lg\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .lg\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .lg\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .lg\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .lg\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .lg\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .lg\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .lg\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; + .lg\:focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } - .lg\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; + .lg\:focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } - .lg\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; + .lg\:focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } - .lg\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; + .lg\:focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } - .lg\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; + .lg\:focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } - .lg\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; + .lg\:focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } - .lg\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; + .lg\:focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } - .lg\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; + .lg\:focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } - .lg\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; + .lg\:focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } - .lg\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .lg\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; + .lg\:focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .lg\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .lg\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .lg\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .lg\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .lg\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .lg\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .lg\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .lg\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .lg\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .lg\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .lg\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .lg\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .lg\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .lg\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .lg\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .lg\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .lg\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .lg\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .lg\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .lg\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .lg\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .lg\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .lg\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .lg\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .lg\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .lg\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .lg\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .lg\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .lg\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .lg\:bg-opacity-0 { @@ -106923,56 +93645,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .lg\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .lg\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .lg\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .lg\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .lg\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .lg\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .lg\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .lg\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .lg\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .lg\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -107023,304 +93695,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .lg\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .lg\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .lg\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .lg\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .lg\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .lg\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .lg\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .lg\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .lg\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .lg\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .lg\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .lg\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .lg\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .lg\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .lg\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .lg\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .lg\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .lg\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .lg\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .lg\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .lg\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .lg\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .lg\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .lg\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .lg\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .lg\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .lg\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .lg\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .lg\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .lg\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .lg\:border-blue-50 { + .lg\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .lg\:border-blue-100 { + .lg\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .lg\:border-blue-200 { + .lg\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .lg\:border-blue-300 { + .lg\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .lg\:border-blue-400 { + .lg\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .lg\:border-blue-500 { + .lg\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .lg\:border-blue-600 { + .lg\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .lg\:border-blue-700 { + .lg\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .lg\:border-blue-800 { + .lg\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .lg\:border-blue-900 { + .lg\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .lg\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .lg\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .lg\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .lg\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .lg\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .lg\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .lg\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .lg\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-transparent { @@ -107341,56 +93953,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .group:hover .lg\:group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -107441,304 +94003,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .group:hover .lg\:group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .group:hover .lg\:group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .group:hover .lg\:group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-50 { + .group:hover .lg\:group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-100 { + .group:hover .lg\:group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-200 { + .group:hover .lg\:group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-300 { + .group:hover .lg\:group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-400 { + .group:hover .lg\:group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-500 { + .group:hover .lg\:group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-600 { + .group:hover .lg\:group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-700 { + .group:hover .lg\:group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-800 { + .group:hover .lg\:group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .group:hover .lg\:group-hover\:border-blue-900 { + .group:hover .lg\:group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .lg\:group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .group:hover .lg\:group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .lg\:focus-within\:border-transparent:focus-within { @@ -107759,56 +94261,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .lg\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .lg\:focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -107859,304 +94311,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .lg\:focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .lg\:focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .lg\:focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .lg\:focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .lg\:focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-50:focus-within { + .lg\:focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-100:focus-within { + .lg\:focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-200:focus-within { + .lg\:focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-300:focus-within { + .lg\:focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-400:focus-within { + .lg\:focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-500:focus-within { + .lg\:focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-600:focus-within { + .lg\:focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-700:focus-within { + .lg\:focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-800:focus-within { + .lg\:focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .lg\:focus-within\:border-blue-900:focus-within { + .lg\:focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .lg\:focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .lg\:hover\:border-transparent:hover { @@ -108177,56 +94569,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .lg\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .lg\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .lg\:hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -108277,304 +94619,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .lg\:hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .lg\:hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .lg\:hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .lg\:hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .lg\:hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .lg\:hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .lg\:hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .lg\:hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .lg\:hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .lg\:hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .lg\:hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .lg\:hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .lg\:hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .lg\:hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-50:hover { + .lg\:hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-100:hover { + .lg\:hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-200:hover { + .lg\:hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-300:hover { + .lg\:hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-400:hover { + .lg\:hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-500:hover { + .lg\:hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-600:hover { + .lg\:hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-700:hover { + .lg\:hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-800:hover { + .lg\:hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .lg\:hover\:border-blue-900:hover { + .lg\:hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .lg\:hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .lg\:focus\:border-transparent:focus { @@ -108595,56 +94877,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .lg\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .lg\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .lg\:focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -108695,304 +94927,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .lg\:focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .lg\:focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .lg\:focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .lg\:focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .lg\:focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .lg\:focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .lg\:focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .lg\:focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .lg\:focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .lg\:focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .lg\:focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .lg\:focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .lg\:focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .lg\:focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-50:focus { + .lg\:focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-100:focus { + .lg\:focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-200:focus { + .lg\:focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-300:focus { + .lg\:focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-400:focus { + .lg\:focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-500:focus { + .lg\:focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-600:focus { + .lg\:focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-700:focus { + .lg\:focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-800:focus { + .lg\:focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .lg\:focus\:border-blue-900:focus { + .lg\:focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .lg\:focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .lg\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .lg\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .lg\:border-opacity-0 { @@ -114714,156 +100886,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .lg\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .lg\:placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -115014,904 +101036,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .lg\:placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .lg\:placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .lg\:placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .lg\:placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-50::-moz-placeholder { + .lg\:placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-50:-ms-input-placeholder { + .lg\:placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-50::placeholder { + .lg\:placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-100::-moz-placeholder { + .lg\:placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-100:-ms-input-placeholder { + .lg\:placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-100::placeholder { + .lg\:placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-200::-moz-placeholder { + .lg\:placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-200:-ms-input-placeholder { + .lg\:placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-200::placeholder { + .lg\:placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-300::-moz-placeholder { + .lg\:placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-300:-ms-input-placeholder { + .lg\:placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-300::placeholder { + .lg\:placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-400::-moz-placeholder { + .lg\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-400:-ms-input-placeholder { + .lg\:placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-400::placeholder { + .lg\:placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-500::-moz-placeholder { + .lg\:placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-500:-ms-input-placeholder { + .lg\:placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-500::placeholder { + .lg\:placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-600::-moz-placeholder { + .lg\:placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-600:-ms-input-placeholder { + .lg\:placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-600::placeholder { + .lg\:placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-700::-moz-placeholder { + .lg\:placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-700:-ms-input-placeholder { + .lg\:placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-700::placeholder { + .lg\:placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-800::-moz-placeholder { + .lg\:placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-800:-ms-input-placeholder { + .lg\:placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-800::placeholder { + .lg\:placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-900::-moz-placeholder { + .lg\:placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-900:-ms-input-placeholder { + .lg\:placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .lg\:placeholder-blue-900::placeholder { + .lg\:placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-transparent:focus::-moz-placeholder { @@ -115968,156 +101810,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .lg\:focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -116268,904 +101960,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .lg\:focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-50:focus::placeholder { + .lg\:focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-100:focus::placeholder { + .lg\:focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-200:focus::placeholder { + .lg\:focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-300:focus::placeholder { + .lg\:focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-400:focus::placeholder { + .lg\:focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-500:focus::placeholder { + .lg\:focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-600:focus::placeholder { + .lg\:focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-700:focus::placeholder { + .lg\:focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-800:focus::placeholder { + .lg\:focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder { + .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { + .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .lg\:focus\:placeholder-blue-900:focus::placeholder { + .lg\:focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .lg\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .lg\:placeholder-opacity-0::-moz-placeholder { @@ -120713,46 +106225,6 @@ select { --tw-ring-offset-color: #fff; } - .lg\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; - } - - .lg\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; - } - - .lg\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; - } - - .lg\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; - } - - .lg\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; - } - - .lg\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; - } - - .lg\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151; - } - - .lg\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; - } - - .lg\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827; - } - .lg\:ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -120793,244 +106265,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .lg\:ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; + } + + .lg\:ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; + } + + .lg\:ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; + } + + .lg\:ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; + } + + .lg\:ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; + } + + .lg\:ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; + } + + .lg\:ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; + } + + .lg\:ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; + } + + .lg\:ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; + } + + .lg\:ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; + } + .lg\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .lg\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .lg\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .lg\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .lg\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .lg\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .lg\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .lg\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .lg\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .lg\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .lg\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .lg\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .lg\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .lg\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .lg\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .lg\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .lg\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .lg\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .lg\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .lg\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .lg\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; + .lg\:ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } - .lg\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; + .lg\:ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } - .lg\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; + .lg\:ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } - .lg\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; + .lg\:ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } - .lg\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; + .lg\:ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } - .lg\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; + .lg\:ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } - .lg\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; + .lg\:ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } - .lg\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; + .lg\:ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } - .lg\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; + .lg\:ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } - .lg\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; + .lg\:ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .lg\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .lg\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .lg\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .lg\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .lg\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .lg\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .lg\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .lg\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .lg\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .lg\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .lg\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .lg\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .lg\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .lg\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .lg\:focus-within\:ring-offset-transparent:focus-within { @@ -121049,46 +106473,6 @@ select { --tw-ring-offset-color: #fff; } - .lg\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; - } - - .lg\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; - } - - .lg\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; - } - - .lg\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; - } - - .lg\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; - } - - .lg\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; - } - - .lg\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; - } - - .lg\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; - } - - .lg\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; - } - .lg\:focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -121129,244 +106513,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .lg\:focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; + } + + .lg\:focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; + } + + .lg\:focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; + } + + .lg\:focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; + } + + .lg\:focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; + } + + .lg\:focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; + } + + .lg\:focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; + } + + .lg\:focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; + } + + .lg\:focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; + } + + .lg\:focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; + } + .lg\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .lg\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .lg\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .lg\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .lg\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .lg\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .lg\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .lg\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .lg\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .lg\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .lg\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .lg\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .lg\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .lg\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .lg\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .lg\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .lg\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .lg\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .lg\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .lg\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .lg\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; + .lg\:focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } - .lg\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; + .lg\:focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } - .lg\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; + .lg\:focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } - .lg\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; + .lg\:focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } - .lg\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; + .lg\:focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } - .lg\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; + .lg\:focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } - .lg\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; + .lg\:focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } - .lg\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; + .lg\:focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } - .lg\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; + .lg\:focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } - .lg\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; + .lg\:focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .lg\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .lg\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .lg\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .lg\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .lg\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .lg\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .lg\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .lg\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .lg\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .lg\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .lg\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .lg\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .lg\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .lg\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .lg\:focus\:ring-offset-transparent:focus { @@ -121385,46 +106721,6 @@ select { --tw-ring-offset-color: #fff; } - .lg\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .lg\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; - } - - .lg\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; - } - - .lg\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; - } - - .lg\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; - } - - .lg\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; - } - - .lg\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; - } - - .lg\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; - } - - .lg\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; - } - - .lg\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; - } - .lg\:focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -121465,244 +106761,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .lg\:focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; + } + + .lg\:focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; + } + + .lg\:focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; + } + + .lg\:focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; + } + + .lg\:focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; + } + + .lg\:focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; + } + + .lg\:focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; + } + + .lg\:focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; + } + + .lg\:focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; + } + + .lg\:focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; + } + .lg\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .lg\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .lg\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .lg\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .lg\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .lg\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .lg\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .lg\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .lg\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .lg\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .lg\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .lg\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .lg\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .lg\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .lg\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .lg\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .lg\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .lg\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .lg\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .lg\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .lg\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; + .lg\:focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } - .lg\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; + .lg\:focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } - .lg\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; + .lg\:focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } - .lg\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; + .lg\:focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } - .lg\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; + .lg\:focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } - .lg\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; + .lg\:focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } - .lg\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; + .lg\:focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } - .lg\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; + .lg\:focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } - .lg\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; + .lg\:focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } - .lg\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .lg\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; + .lg\:focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .lg\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .lg\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .lg\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .lg\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .lg\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .lg\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .lg\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .lg\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .lg\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .lg\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .lg\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .lg\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .lg\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .lg\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .lg\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .lg\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .lg\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .lg\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .lg\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .lg\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .lg\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .lg\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .lg\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .lg\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .lg\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .lg\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .lg\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .lg\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .lg\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .lg\:ring-offset-0 { @@ -121783,56 +107031,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .lg\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .lg\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .lg\:ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -121883,304 +107081,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .lg\:ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .lg\:ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .lg\:ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .lg\:ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .lg\:ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .lg\:ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .lg\:ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .lg\:ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .lg\:ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .lg\:ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .lg\:ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .lg\:ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .lg\:ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .lg\:ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .lg\:ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .lg\:ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .lg\:ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .lg\:ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .lg\:ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .lg\:ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .lg\:ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .lg\:ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .lg\:ring-blue-50 { + .lg\:ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .lg\:ring-blue-100 { + .lg\:ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .lg\:ring-blue-200 { + .lg\:ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .lg\:ring-blue-300 { + .lg\:ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .lg\:ring-blue-400 { + .lg\:ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .lg\:ring-blue-500 { + .lg\:ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .lg\:ring-blue-600 { + .lg\:ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .lg\:ring-blue-700 { + .lg\:ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .lg\:ring-blue-800 { + .lg\:ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .lg\:ring-blue-900 { + .lg\:ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .lg\:ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .lg\:ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .lg\:ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .lg\:ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .lg\:ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .lg\:ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .lg\:ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .lg\:ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-transparent:focus-within { @@ -122201,56 +107339,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .lg\:focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -122301,304 +107389,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .lg\:focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .lg\:focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-50:focus-within { + .lg\:focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-100:focus-within { + .lg\:focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-200:focus-within { + .lg\:focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-300:focus-within { + .lg\:focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-400:focus-within { + .lg\:focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-500:focus-within { + .lg\:focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-600:focus-within { + .lg\:focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-700:focus-within { + .lg\:focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-800:focus-within { + .lg\:focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .lg\:focus-within\:ring-blue-900:focus-within { + .lg\:focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .lg\:focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .lg\:focus\:ring-transparent:focus { @@ -122619,56 +107647,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .lg\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .lg\:focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -122719,304 +107697,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .lg\:focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .lg\:focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .lg\:focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .lg\:focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .lg\:focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-50:focus { + .lg\:focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-100:focus { + .lg\:focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-200:focus { + .lg\:focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-300:focus { + .lg\:focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-400:focus { + .lg\:focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-500:focus { + .lg\:focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-600:focus { + .lg\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-700:focus { + .lg\:focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-800:focus { + .lg\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .lg\:focus\:ring-blue-900:focus { + .lg\:focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .lg\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .lg\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .lg\:ring-opacity-0 { @@ -123261,56 +108179,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .lg\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .lg\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .lg\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .lg\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .lg\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .lg\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .lg\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .lg\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .lg\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .lg\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -123361,304 +108229,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .lg\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .lg\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .lg\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .lg\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .lg\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .lg\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .lg\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .lg\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .lg\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .lg\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .lg\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .lg\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .lg\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .lg\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .lg\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .lg\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .lg\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .lg\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .lg\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .lg\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .lg\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .lg\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .lg\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .lg\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .lg\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .lg\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .lg\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .lg\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .lg\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .lg\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .lg\:text-blue-50 { + .lg\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .lg\:text-blue-100 { + .lg\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .lg\:text-blue-200 { + .lg\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .lg\:text-blue-300 { + .lg\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .lg\:text-blue-400 { + .lg\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .lg\:text-blue-500 { + .lg\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .lg\:text-blue-600 { + .lg\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .lg\:text-blue-700 { + .lg\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .lg\:text-blue-800 { + .lg\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .lg\:text-blue-900 { + .lg\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .lg\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .lg\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .lg\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .lg\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .lg\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .lg\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .lg\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .lg\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-transparent { @@ -123679,56 +108487,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .group:hover .lg\:group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -123779,304 +108537,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .group:hover .lg\:group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .group:hover .lg\:group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .group:hover .lg\:group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-50 { + .group:hover .lg\:group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-100 { + .group:hover .lg\:group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-200 { + .group:hover .lg\:group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-300 { + .group:hover .lg\:group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-400 { + .group:hover .lg\:group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-500 { + .group:hover .lg\:group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-600 { + .group:hover .lg\:group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-700 { + .group:hover .lg\:group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-800 { + .group:hover .lg\:group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .group:hover .lg\:group-hover\:text-blue-900 { + .group:hover .lg\:group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .lg\:group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .group:hover .lg\:group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .lg\:focus-within\:text-transparent:focus-within { @@ -124097,56 +108795,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .lg\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .lg\:focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -124197,304 +108845,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .lg\:focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .lg\:focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .lg\:focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .lg\:focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .lg\:focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-50:focus-within { + .lg\:focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-100:focus-within { + .lg\:focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-200:focus-within { + .lg\:focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-300:focus-within { + .lg\:focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-400:focus-within { + .lg\:focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-500:focus-within { + .lg\:focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-600:focus-within { + .lg\:focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-700:focus-within { + .lg\:focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-800:focus-within { + .lg\:focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .lg\:focus-within\:text-blue-900:focus-within { + .lg\:focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .lg\:focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .lg\:hover\:text-transparent:hover { @@ -124515,56 +109103,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .lg\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .lg\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .lg\:hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -124615,304 +109153,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .lg\:hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .lg\:hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .lg\:hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .lg\:hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .lg\:hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .lg\:hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .lg\:hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .lg\:hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .lg\:hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .lg\:hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .lg\:hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .lg\:hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .lg\:hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .lg\:hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-50:hover { + .lg\:hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-100:hover { + .lg\:hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-200:hover { + .lg\:hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-300:hover { + .lg\:hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-400:hover { + .lg\:hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-500:hover { + .lg\:hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-600:hover { + .lg\:hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-700:hover { + .lg\:hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-800:hover { + .lg\:hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .lg\:hover\:text-blue-900:hover { + .lg\:hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .lg\:hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .lg\:focus\:text-transparent:focus { @@ -124933,56 +109411,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .lg\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .lg\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .lg\:focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -125033,304 +109461,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .lg\:focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .lg\:focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .lg\:focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .lg\:focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .lg\:focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .lg\:focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .lg\:focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .lg\:focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .lg\:focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .lg\:focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .lg\:focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .lg\:focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .lg\:focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .lg\:focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-50:focus { + .lg\:focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-100:focus { + .lg\:focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-200:focus { + .lg\:focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-300:focus { + .lg\:focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-400:focus { + .lg\:focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-500:focus { + .lg\:focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-600:focus { + .lg\:focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-700:focus { + .lg\:focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-800:focus { + .lg\:focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .lg\:focus\:text-blue-900:focus { + .lg\:focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .lg\:focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .lg\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .lg\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .lg\:text-opacity-0 { @@ -130777,12 +115145,12 @@ select { } .xl\:prose { - color: #374151; + color: #334155; max-width: 65ch; } .xl\:prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -130790,13 +115158,13 @@ select { } .xl\:prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .xl\:prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -130816,7 +115184,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -130828,7 +115196,7 @@ select { .xl\:prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -130837,7 +115205,7 @@ select { } .xl\:prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -130846,9 +115214,9 @@ select { .xl\:prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -130864,7 +115232,7 @@ select { } .xl\:prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -130873,7 +115241,7 @@ select { } .xl\:prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -130882,7 +115250,7 @@ select { } .xl\:prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -130891,7 +115259,7 @@ select { } .xl\:prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -130899,14 +115267,14 @@ select { } .xl\:prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .xl\:prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -130920,12 +115288,12 @@ select { } .xl\:prose a code { - color: #111827; + color: #0f172a; } .xl\:prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -130969,10 +115337,10 @@ select { } .xl\:prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .xl\:prose thead th { @@ -130984,7 +115352,7 @@ select { .xl\:prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .xl\:prose tbody tr:last-child { @@ -132005,60 +116373,24 @@ select { margin-bottom: 0; } - .xl\:prose-red a { - color: #dc2626; + .xl\:prose-red { } - .xl\:prose-red a code { - color: #dc2626; + .xl\:prose-orange { } - .xl\:prose-yellow a { - color: #d97706; + .xl\:prose-yellow { } - .xl\:prose-yellow a code { - color: #d97706; - } - - .xl\:prose-green a { - color: #059669; - } - - .xl\:prose-green a code { - color: #059669; - } - - .xl\:prose-blue a { - color: #2563eb; - } - - .xl\:prose-blue a code { - color: #2563eb; + .xl\:prose-green { } .xl\:prose-indigo a { - color: #4f46e5; + color: #5661b3; } .xl\:prose-indigo a code { - color: #4f46e5; - } - - .xl\:prose-purple a { - color: #7c3aed; - } - - .xl\:prose-purple a code { - color: #7c3aed; - } - - .xl\:prose-pink a { - color: #db2777; - } - - .xl\:prose-pink a code { - color: #db2777; + color: #5661b3; } .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -132995,56 +117327,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } - .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); - } - - .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); - } - .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -133095,304 +117377,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } + .xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); + } + + .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); + } + .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } - .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } - .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } - .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } - .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } - .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } - .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } - .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } - .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } - .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } - .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { + .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -133597,56 +117819,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .xl\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .xl\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .xl\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -133697,304 +117869,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .xl\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .xl\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .xl\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .xl\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .xl\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .xl\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .xl\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .xl\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .xl\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .xl\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .xl\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .xl\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .xl\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .xl\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .xl\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .xl\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .xl\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .xl\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .xl\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .xl\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .xl\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .xl\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .xl\:bg-blue-50 { + .xl\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .xl\:bg-blue-100 { + .xl\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .xl\:bg-blue-200 { + .xl\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .xl\:bg-blue-300 { + .xl\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .xl\:bg-blue-400 { + .xl\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .xl\:bg-blue-500 { + .xl\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .xl\:bg-blue-600 { + .xl\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .xl\:bg-blue-700 { + .xl\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .xl\:bg-blue-800 { + .xl\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .xl\:bg-blue-900 { + .xl\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .xl\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .xl\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .xl\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .xl\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .xl\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .xl\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .xl\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .xl\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-transparent { @@ -134015,56 +118127,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .group:hover .xl\:group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -134115,304 +118177,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .group:hover .xl\:group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .group:hover .xl\:group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .group:hover .xl\:group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-50 { + .group:hover .xl\:group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-100 { + .group:hover .xl\:group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-200 { + .group:hover .xl\:group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-300 { + .group:hover .xl\:group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-400 { + .group:hover .xl\:group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-500 { + .group:hover .xl\:group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-600 { + .group:hover .xl\:group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-700 { + .group:hover .xl\:group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-800 { + .group:hover .xl\:group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .group:hover .xl\:group-hover\:bg-blue-900 { + .group:hover .xl\:group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .xl\:group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-transparent:focus-within { @@ -134433,56 +118435,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .xl\:focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -134533,304 +118485,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .xl\:focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .xl\:focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-50:focus-within { + .xl\:focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-100:focus-within { + .xl\:focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-200:focus-within { + .xl\:focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-300:focus-within { + .xl\:focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-400:focus-within { + .xl\:focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-500:focus-within { + .xl\:focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-600:focus-within { + .xl\:focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-700:focus-within { + .xl\:focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-800:focus-within { + .xl\:focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .xl\:focus-within\:bg-blue-900:focus-within { + .xl\:focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .xl\:focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .xl\:hover\:bg-transparent:hover { @@ -134851,56 +118743,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .xl\:hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -134951,304 +118793,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .xl\:hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .xl\:hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .xl\:hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .xl\:hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .xl\:hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-50:hover { + .xl\:hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-100:hover { + .xl\:hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-200:hover { + .xl\:hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-300:hover { + .xl\:hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-400:hover { + .xl\:hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-500:hover { + .xl\:hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-600:hover { + .xl\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-700:hover { + .xl\:hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-800:hover { + .xl\:hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .xl\:hover\:bg-blue-900:hover { + .xl\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .xl\:hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .xl\:focus\:bg-transparent:focus { @@ -135269,56 +119051,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .xl\:focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -135369,304 +119101,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .xl\:focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .xl\:focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .xl\:focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .xl\:focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .xl\:focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-50:focus { + .xl\:focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-100:focus { + .xl\:focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-200:focus { + .xl\:focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-300:focus { + .xl\:focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-400:focus { + .xl\:focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-500:focus { + .xl\:focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-600:focus { + .xl\:focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-700:focus { + .xl\:focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-800:focus { + .xl\:focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .xl\:focus\:bg-blue-900:focus { + .xl\:focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .xl\:focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .xl\:bg-none { @@ -135725,56 +119397,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -135825,304 +119447,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:via-transparent { @@ -136141,46 +119703,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -136221,244 +119743,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:to-transparent { @@ -136477,46 +119951,6 @@ select { --tw-gradient-to: #fff; } - .xl\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .xl\:to-gray-100 { - --tw-gradient-to: #f3f4f6; - } - - .xl\:to-gray-200 { - --tw-gradient-to: #e5e7eb; - } - - .xl\:to-gray-300 { - --tw-gradient-to: #d1d5db; - } - - .xl\:to-gray-400 { - --tw-gradient-to: #9ca3af; - } - - .xl\:to-gray-500 { - --tw-gradient-to: #6b7280; - } - - .xl\:to-gray-600 { - --tw-gradient-to: #4b5563; - } - - .xl\:to-gray-700 { - --tw-gradient-to: #374151; - } - - .xl\:to-gray-800 { - --tw-gradient-to: #1f2937; - } - - .xl\:to-gray-900 { - --tw-gradient-to: #111827; - } - .xl\:to-red-50 { --tw-gradient-to: #fef2f2; } @@ -136557,244 +119991,196 @@ select { --tw-gradient-to: #7f1d1d; } + .xl\:to-orange-50 { + --tw-gradient-to: #fff7ed; + } + + .xl\:to-orange-100 { + --tw-gradient-to: #ffedd5; + } + + .xl\:to-orange-200 { + --tw-gradient-to: #fed7aa; + } + + .xl\:to-orange-300 { + --tw-gradient-to: #fdba74; + } + + .xl\:to-orange-400 { + --tw-gradient-to: #fb923c; + } + + .xl\:to-orange-500 { + --tw-gradient-to: #f97316; + } + + .xl\:to-orange-600 { + --tw-gradient-to: #ea580c; + } + + .xl\:to-orange-700 { + --tw-gradient-to: #c2410c; + } + + .xl\:to-orange-800 { + --tw-gradient-to: #9a3412; + } + + .xl\:to-orange-900 { + --tw-gradient-to: #7c2d12; + } + .xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .xl\:to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .xl\:to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .xl\:to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .xl\:to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .xl\:to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .xl\:to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .xl\:to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .xl\:to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .xl\:to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .xl\:to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .xl\:to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .xl\:to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .xl\:to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .xl\:to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .xl\:to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .xl\:to-blue-50 { - --tw-gradient-to: #eff6ff; + .xl\:to-gray-50 { + --tw-gradient-to: #f8fafc; } - .xl\:to-blue-100 { - --tw-gradient-to: #dbeafe; + .xl\:to-gray-100 { + --tw-gradient-to: #f1f5f9; } - .xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe; + .xl\:to-gray-200 { + --tw-gradient-to: #e2e8f0; } - .xl\:to-blue-300 { - --tw-gradient-to: #93c5fd; + .xl\:to-gray-300 { + --tw-gradient-to: #cbd5e1; } - .xl\:to-blue-400 { - --tw-gradient-to: #60a5fa; + .xl\:to-gray-400 { + --tw-gradient-to: #94a3b8; } - .xl\:to-blue-500 { - --tw-gradient-to: #3b82f6; + .xl\:to-gray-500 { + --tw-gradient-to: #64748b; } - .xl\:to-blue-600 { - --tw-gradient-to: #2563eb; + .xl\:to-gray-600 { + --tw-gradient-to: #475569; } - .xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8; + .xl\:to-gray-700 { + --tw-gradient-to: #334155; } - .xl\:to-blue-800 { - --tw-gradient-to: #1e40af; + .xl\:to-gray-800 { + --tw-gradient-to: #1e293b; } - .xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff; + .xl\:to-gray-900 { + --tw-gradient-to: #0f172a; } .xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .xl\:to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .xl\:to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .xl\:to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .xl\:to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .xl\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .xl\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .xl\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .xl\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .xl\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .xl\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .xl\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .xl\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .xl\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .xl\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .xl\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .xl\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .xl\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .xl\:to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .xl\:hover\:from-transparent:hover { @@ -136817,56 +120203,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -136917,304 +120253,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:hover\:via-transparent:hover { @@ -137233,46 +120509,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -137313,244 +120549,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:hover\:to-transparent:hover { @@ -137569,46 +120757,6 @@ select { --tw-gradient-to: #fff; } - .xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; - } - - .xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; - } - - .xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; - } - - .xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; - } - - .xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; - } - - .xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; - } - - .xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151; - } - - .xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; - } - - .xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827; - } - .xl\:hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -137649,244 +120797,196 @@ select { --tw-gradient-to: #7f1d1d; } + .xl\:hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; + } + + .xl\:hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; + } + + .xl\:hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; + } + + .xl\:hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; + } + + .xl\:hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; + } + + .xl\:hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; + } + + .xl\:hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; + } + + .xl\:hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; + } + + .xl\:hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; + } + + .xl\:hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; + } + .xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; + .xl\:hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } - .xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; + .xl\:hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } - .xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; + .xl\:hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } - .xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; + .xl\:hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } - .xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; + .xl\:hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } - .xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; + .xl\:hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } - .xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; + .xl\:hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } - .xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; + .xl\:hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } - .xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; + .xl\:hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } - .xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; + .xl\:hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .xl\:focus\:from-transparent:focus { @@ -137909,56 +121009,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -138009,304 +121059,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:focus\:via-transparent:focus { @@ -138325,46 +121315,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .xl\:focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -138405,244 +121355,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .xl\:focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .xl\:focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .xl\:focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .xl\:focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .xl\:focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .xl\:focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .xl\:focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .xl\:focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .xl\:focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .xl\:focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .xl\:focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .xl\:focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .xl\:focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .xl\:focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .xl\:focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .xl\:focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .xl\:focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .xl\:focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .xl\:focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .xl\:focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .xl\:focus\:to-transparent:focus { @@ -138661,46 +121563,6 @@ select { --tw-gradient-to: #fff; } - .xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; - } - - .xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; - } - - .xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; - } - - .xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; - } - - .xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; - } - - .xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; - } - - .xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151; - } - - .xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; - } - - .xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827; - } - .xl\:focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -138741,244 +121603,196 @@ select { --tw-gradient-to: #7f1d1d; } + .xl\:focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; + } + + .xl\:focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; + } + + .xl\:focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; + } + + .xl\:focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; + } + + .xl\:focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; + } + + .xl\:focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; + } + + .xl\:focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; + } + + .xl\:focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; + } + + .xl\:focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; + } + + .xl\:focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; + } + .xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; + .xl\:focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } - .xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; + .xl\:focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } - .xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; + .xl\:focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } - .xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; + .xl\:focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } - .xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; + .xl\:focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } - .xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; + .xl\:focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } - .xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; + .xl\:focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } - .xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; + .xl\:focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } - .xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; + .xl\:focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } - .xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; + .xl\:focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .xl\:bg-opacity-0 { @@ -139379,56 +122193,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .xl\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .xl\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .xl\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .xl\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .xl\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .xl\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .xl\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .xl\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .xl\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .xl\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -139479,304 +122243,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .xl\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .xl\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .xl\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .xl\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .xl\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .xl\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .xl\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .xl\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .xl\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .xl\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .xl\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .xl\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .xl\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .xl\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .xl\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .xl\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .xl\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .xl\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .xl\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .xl\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .xl\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .xl\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .xl\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .xl\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .xl\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .xl\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .xl\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .xl\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .xl\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .xl\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .xl\:border-blue-50 { + .xl\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .xl\:border-blue-100 { + .xl\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .xl\:border-blue-200 { + .xl\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .xl\:border-blue-300 { + .xl\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .xl\:border-blue-400 { + .xl\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .xl\:border-blue-500 { + .xl\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .xl\:border-blue-600 { + .xl\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .xl\:border-blue-700 { + .xl\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .xl\:border-blue-800 { + .xl\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .xl\:border-blue-900 { + .xl\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .xl\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .xl\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .xl\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .xl\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .xl\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .xl\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .xl\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .xl\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-transparent { @@ -139797,56 +122501,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .group:hover .xl\:group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -139897,304 +122551,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .group:hover .xl\:group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .group:hover .xl\:group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .group:hover .xl\:group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-50 { + .group:hover .xl\:group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-100 { + .group:hover .xl\:group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-200 { + .group:hover .xl\:group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-300 { + .group:hover .xl\:group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-400 { + .group:hover .xl\:group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-500 { + .group:hover .xl\:group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-600 { + .group:hover .xl\:group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-700 { + .group:hover .xl\:group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-800 { + .group:hover .xl\:group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .group:hover .xl\:group-hover\:border-blue-900 { + .group:hover .xl\:group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .xl\:group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .group:hover .xl\:group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .xl\:focus-within\:border-transparent:focus-within { @@ -140215,56 +122809,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .xl\:focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -140315,304 +122859,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .xl\:focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .xl\:focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .xl\:focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .xl\:focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .xl\:focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-50:focus-within { + .xl\:focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-100:focus-within { + .xl\:focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-200:focus-within { + .xl\:focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-300:focus-within { + .xl\:focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-400:focus-within { + .xl\:focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-500:focus-within { + .xl\:focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-600:focus-within { + .xl\:focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-700:focus-within { + .xl\:focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-800:focus-within { + .xl\:focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .xl\:focus-within\:border-blue-900:focus-within { + .xl\:focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .xl\:focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .xl\:hover\:border-transparent:hover { @@ -140633,56 +123117,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .xl\:hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -140733,304 +123167,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .xl\:hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .xl\:hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .xl\:hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .xl\:hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .xl\:hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .xl\:hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .xl\:hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .xl\:hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .xl\:hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .xl\:hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .xl\:hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .xl\:hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .xl\:hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .xl\:hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-50:hover { + .xl\:hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-100:hover { + .xl\:hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-200:hover { + .xl\:hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-300:hover { + .xl\:hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-400:hover { + .xl\:hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-500:hover { + .xl\:hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-600:hover { + .xl\:hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-700:hover { + .xl\:hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-800:hover { + .xl\:hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .xl\:hover\:border-blue-900:hover { + .xl\:hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .xl\:hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .xl\:focus\:border-transparent:focus { @@ -141051,56 +123425,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .xl\:focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -141151,304 +123475,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .xl\:focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .xl\:focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .xl\:focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .xl\:focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .xl\:focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .xl\:focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .xl\:focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .xl\:focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .xl\:focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .xl\:focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .xl\:focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .xl\:focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .xl\:focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .xl\:focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-50:focus { + .xl\:focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-100:focus { + .xl\:focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-200:focus { + .xl\:focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-300:focus { + .xl\:focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-400:focus { + .xl\:focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-500:focus { + .xl\:focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-600:focus { + .xl\:focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-700:focus { + .xl\:focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-800:focus { + .xl\:focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .xl\:focus\:border-blue-900:focus { + .xl\:focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .xl\:focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .xl\:border-opacity-0 { @@ -147170,156 +129434,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .xl\:placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -147470,904 +129584,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .xl\:placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .xl\:placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .xl\:placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .xl\:placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-50::-moz-placeholder { + .xl\:placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-50:-ms-input-placeholder { + .xl\:placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-50::placeholder { + .xl\:placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-100::-moz-placeholder { + .xl\:placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-100:-ms-input-placeholder { + .xl\:placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-100::placeholder { + .xl\:placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-200::-moz-placeholder { + .xl\:placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-200:-ms-input-placeholder { + .xl\:placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-200::placeholder { + .xl\:placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-300::-moz-placeholder { + .xl\:placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-300:-ms-input-placeholder { + .xl\:placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-300::placeholder { + .xl\:placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-400::-moz-placeholder { + .xl\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-400:-ms-input-placeholder { + .xl\:placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-400::placeholder { + .xl\:placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-500::-moz-placeholder { + .xl\:placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-500:-ms-input-placeholder { + .xl\:placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-500::placeholder { + .xl\:placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-600::-moz-placeholder { + .xl\:placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-600:-ms-input-placeholder { + .xl\:placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-600::placeholder { + .xl\:placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-700::-moz-placeholder { + .xl\:placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-700:-ms-input-placeholder { + .xl\:placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-700::placeholder { + .xl\:placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-800::-moz-placeholder { + .xl\:placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-800:-ms-input-placeholder { + .xl\:placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-800::placeholder { + .xl\:placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-900::-moz-placeholder { + .xl\:placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-900:-ms-input-placeholder { + .xl\:placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .xl\:placeholder-blue-900::placeholder { + .xl\:placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-transparent:focus::-moz-placeholder { @@ -148424,156 +130358,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .xl\:focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -148724,904 +130508,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .xl\:focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-50:focus::placeholder { + .xl\:focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-100:focus::placeholder { + .xl\:focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-200:focus::placeholder { + .xl\:focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-300:focus::placeholder { + .xl\:focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-400:focus::placeholder { + .xl\:focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-500:focus::placeholder { + .xl\:focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-600:focus::placeholder { + .xl\:focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-700:focus::placeholder { + .xl\:focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-800:focus::placeholder { + .xl\:focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { + .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { + .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .xl\:focus\:placeholder-blue-900:focus::placeholder { + .xl\:focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .xl\:placeholder-opacity-0::-moz-placeholder { @@ -153169,46 +134773,6 @@ select { --tw-ring-offset-color: #fff; } - .xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; - } - - .xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; - } - - .xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; - } - - .xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; - } - - .xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; - } - - .xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; - } - - .xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151; - } - - .xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; - } - - .xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827; - } - .xl\:ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -153249,244 +134813,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .xl\:ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; + } + + .xl\:ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; + } + + .xl\:ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; + } + + .xl\:ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; + } + + .xl\:ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; + } + + .xl\:ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; + } + + .xl\:ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; + } + + .xl\:ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; + } + + .xl\:ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; + } + + .xl\:ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; + } + .xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; + .xl\:ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } - .xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; + .xl\:ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } - .xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; + .xl\:ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } - .xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; + .xl\:ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } - .xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; + .xl\:ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } - .xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; + .xl\:ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } - .xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; + .xl\:ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } - .xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; + .xl\:ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } - .xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; + .xl\:ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } - .xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; + .xl\:ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .xl\:focus-within\:ring-offset-transparent:focus-within { @@ -153505,46 +135021,6 @@ select { --tw-ring-offset-color: #fff; } - .xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; - } - - .xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; - } - - .xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; - } - - .xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; - } - - .xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; - } - - .xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; - } - - .xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; - } - - .xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; - } - - .xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; - } - .xl\:focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -153585,244 +135061,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .xl\:focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; + } + + .xl\:focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; + } + + .xl\:focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; + } + + .xl\:focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; + } + + .xl\:focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; + } + + .xl\:focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; + } + + .xl\:focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; + } + + .xl\:focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; + } + + .xl\:focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; + } + + .xl\:focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; + } + .xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; + .xl\:focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } - .xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; + .xl\:focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } - .xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; + .xl\:focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } - .xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; + .xl\:focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } - .xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; + .xl\:focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } - .xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; + .xl\:focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } - .xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; + .xl\:focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } - .xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; + .xl\:focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } - .xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; + .xl\:focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } - .xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; + .xl\:focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .xl\:focus\:ring-offset-transparent:focus { @@ -153841,46 +135269,6 @@ select { --tw-ring-offset-color: #fff; } - .xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; - } - - .xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; - } - - .xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; - } - - .xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; - } - - .xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; - } - - .xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; - } - - .xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; - } - - .xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; - } - - .xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; - } - .xl\:focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -153921,244 +135309,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .xl\:focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; + } + + .xl\:focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; + } + + .xl\:focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; + } + + .xl\:focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; + } + + .xl\:focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; + } + + .xl\:focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; + } + + .xl\:focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; + } + + .xl\:focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; + } + + .xl\:focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; + } + + .xl\:focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; + } + .xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; + .xl\:focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } - .xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; + .xl\:focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } - .xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; + .xl\:focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } - .xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; + .xl\:focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } - .xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; + .xl\:focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } - .xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; + .xl\:focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } - .xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; + .xl\:focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } - .xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; + .xl\:focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } - .xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; + .xl\:focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } - .xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; + .xl\:focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .xl\:ring-offset-0 { @@ -154239,56 +135579,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .xl\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .xl\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .xl\:ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -154339,304 +135629,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .xl\:ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .xl\:ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .xl\:ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .xl\:ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .xl\:ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .xl\:ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .xl\:ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .xl\:ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .xl\:ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .xl\:ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .xl\:ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .xl\:ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .xl\:ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .xl\:ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .xl\:ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .xl\:ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .xl\:ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .xl\:ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .xl\:ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .xl\:ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .xl\:ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .xl\:ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .xl\:ring-blue-50 { + .xl\:ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .xl\:ring-blue-100 { + .xl\:ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .xl\:ring-blue-200 { + .xl\:ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .xl\:ring-blue-300 { + .xl\:ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .xl\:ring-blue-400 { + .xl\:ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .xl\:ring-blue-500 { + .xl\:ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .xl\:ring-blue-600 { + .xl\:ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .xl\:ring-blue-700 { + .xl\:ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .xl\:ring-blue-800 { + .xl\:ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .xl\:ring-blue-900 { + .xl\:ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .xl\:ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .xl\:ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .xl\:ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .xl\:ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .xl\:ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .xl\:ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .xl\:ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .xl\:ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-transparent:focus-within { @@ -154657,56 +135887,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .xl\:focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -154757,304 +135937,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .xl\:focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .xl\:focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-50:focus-within { + .xl\:focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-100:focus-within { + .xl\:focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-200:focus-within { + .xl\:focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-300:focus-within { + .xl\:focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-400:focus-within { + .xl\:focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-500:focus-within { + .xl\:focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-600:focus-within { + .xl\:focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-700:focus-within { + .xl\:focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-800:focus-within { + .xl\:focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .xl\:focus-within\:ring-blue-900:focus-within { + .xl\:focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .xl\:focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .xl\:focus\:ring-transparent:focus { @@ -155075,56 +136195,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .xl\:focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -155175,304 +136245,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .xl\:focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .xl\:focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .xl\:focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .xl\:focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .xl\:focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-50:focus { + .xl\:focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-100:focus { + .xl\:focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-200:focus { + .xl\:focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-300:focus { + .xl\:focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-400:focus { + .xl\:focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-500:focus { + .xl\:focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-600:focus { + .xl\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-700:focus { + .xl\:focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-800:focus { + .xl\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .xl\:focus\:ring-blue-900:focus { + .xl\:focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .xl\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .xl\:ring-opacity-0 { @@ -155717,56 +136727,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .xl\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .xl\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .xl\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .xl\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .xl\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .xl\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .xl\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .xl\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .xl\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .xl\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -155817,304 +136777,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .xl\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .xl\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .xl\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .xl\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .xl\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .xl\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .xl\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .xl\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .xl\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .xl\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .xl\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .xl\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .xl\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .xl\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .xl\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .xl\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .xl\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .xl\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .xl\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .xl\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .xl\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .xl\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .xl\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .xl\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .xl\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .xl\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .xl\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .xl\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .xl\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .xl\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .xl\:text-blue-50 { + .xl\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .xl\:text-blue-100 { + .xl\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .xl\:text-blue-200 { + .xl\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .xl\:text-blue-300 { + .xl\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .xl\:text-blue-400 { + .xl\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .xl\:text-blue-500 { + .xl\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .xl\:text-blue-600 { + .xl\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .xl\:text-blue-700 { + .xl\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .xl\:text-blue-800 { + .xl\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .xl\:text-blue-900 { + .xl\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .xl\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .xl\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .xl\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .xl\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .xl\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .xl\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .xl\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .xl\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-transparent { @@ -156135,56 +137035,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .group:hover .xl\:group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -156235,304 +137085,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .group:hover .xl\:group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .group:hover .xl\:group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .group:hover .xl\:group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-50 { + .group:hover .xl\:group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-100 { + .group:hover .xl\:group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-200 { + .group:hover .xl\:group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-300 { + .group:hover .xl\:group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-400 { + .group:hover .xl\:group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-500 { + .group:hover .xl\:group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-600 { + .group:hover .xl\:group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-700 { + .group:hover .xl\:group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-800 { + .group:hover .xl\:group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .group:hover .xl\:group-hover\:text-blue-900 { + .group:hover .xl\:group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .xl\:group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .group:hover .xl\:group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .xl\:focus-within\:text-transparent:focus-within { @@ -156553,56 +137343,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .xl\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .xl\:focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -156653,304 +137393,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .xl\:focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .xl\:focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .xl\:focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .xl\:focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .xl\:focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-50:focus-within { + .xl\:focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-100:focus-within { + .xl\:focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-200:focus-within { + .xl\:focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-300:focus-within { + .xl\:focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-400:focus-within { + .xl\:focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-500:focus-within { + .xl\:focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-600:focus-within { + .xl\:focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-700:focus-within { + .xl\:focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-800:focus-within { + .xl\:focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .xl\:focus-within\:text-blue-900:focus-within { + .xl\:focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .xl\:focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .xl\:hover\:text-transparent:hover { @@ -156971,56 +137651,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .xl\:hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -157071,304 +137701,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .xl\:hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .xl\:hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .xl\:hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .xl\:hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .xl\:hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .xl\:hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .xl\:hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .xl\:hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .xl\:hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .xl\:hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .xl\:hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .xl\:hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .xl\:hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .xl\:hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-50:hover { + .xl\:hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-100:hover { + .xl\:hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-200:hover { + .xl\:hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-300:hover { + .xl\:hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-400:hover { + .xl\:hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-500:hover { + .xl\:hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-600:hover { + .xl\:hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-700:hover { + .xl\:hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-800:hover { + .xl\:hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .xl\:hover\:text-blue-900:hover { + .xl\:hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .xl\:hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .xl\:focus\:text-transparent:focus { @@ -157389,56 +137959,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .xl\:focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -157489,304 +138009,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .xl\:focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .xl\:focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .xl\:focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .xl\:focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .xl\:focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .xl\:focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .xl\:focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .xl\:focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .xl\:focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .xl\:focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .xl\:focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .xl\:focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .xl\:focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .xl\:focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-50:focus { + .xl\:focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-100:focus { + .xl\:focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-200:focus { + .xl\:focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-300:focus { + .xl\:focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-400:focus { + .xl\:focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-500:focus { + .xl\:focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-600:focus { + .xl\:focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-700:focus { + .xl\:focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-800:focus { + .xl\:focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .xl\:focus\:text-blue-900:focus { + .xl\:focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .xl\:focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .xl\:text-opacity-0 { @@ -163233,12 +143693,12 @@ select { } .\32xl\:prose { - color: #374151; + color: #334155; max-width: 65ch; } .\32xl\:prose [class~="lead"] { - color: #4b5563; + color: #475569; font-size: 1.25em; line-height: 1.6; margin-top: 1.2em; @@ -163246,13 +143706,13 @@ select { } .\32xl\:prose a { - color: #111827; + color: #0f172a; text-decoration: underline; font-weight: 500; } .\32xl\:prose strong { - color: #111827; + color: #0f172a; font-weight: 600; } @@ -163272,7 +143732,7 @@ select { content: counter(list-counter) "."; position: absolute; font-weight: 400; - color: #6b7280; + color: #64748b; left: 0; } @@ -163284,7 +143744,7 @@ select { .\32xl\:prose ul > li::before { content: ""; position: absolute; - background-color: #d1d5db; + background-color: #cbd5e1; border-radius: 50%; width: 0.375em; height: 0.375em; @@ -163293,7 +143753,7 @@ select { } .\32xl\:prose hr { - border-color: #e5e7eb; + border-color: #e2e8f0; border-top-width: 1px; margin-top: 3em; margin-bottom: 3em; @@ -163302,9 +143762,9 @@ select { .\32xl\:prose blockquote { font-weight: 500; font-style: italic; - color: #111827; + color: #0f172a; border-left-width: 0.25rem; - border-left-color: #e5e7eb; + border-left-color: #e2e8f0; quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; @@ -163320,7 +143780,7 @@ select { } .\32xl\:prose h1 { - color: #111827; + color: #0f172a; font-weight: 800; font-size: 2.25em; margin-top: 0; @@ -163329,7 +143789,7 @@ select { } .\32xl\:prose h2 { - color: #111827; + color: #0f172a; font-weight: 700; font-size: 1.5em; margin-top: 2em; @@ -163338,7 +143798,7 @@ select { } .\32xl\:prose h3 { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 1.25em; margin-top: 1.6em; @@ -163347,7 +143807,7 @@ select { } .\32xl\:prose h4 { - color: #111827; + color: #0f172a; font-weight: 600; margin-top: 1.5em; margin-bottom: 0.5em; @@ -163355,14 +143815,14 @@ select { } .\32xl\:prose figure figcaption { - color: #6b7280; + color: #64748b; font-size: 0.875em; line-height: 1.4285714; margin-top: 0.8571429em; } .\32xl\:prose code { - color: #111827; + color: #0f172a; font-weight: 600; font-size: 0.875em; } @@ -163376,12 +143836,12 @@ select { } .\32xl\:prose a code { - color: #111827; + color: #0f172a; } .\32xl\:prose pre { - color: #e5e7eb; - background-color: #1f2937; + color: #e2e8f0; + background-color: #1e293b; overflow-x: auto; font-size: 0.875em; line-height: 1.7142857; @@ -163425,10 +143885,10 @@ select { } .\32xl\:prose thead { - color: #111827; + color: #0f172a; font-weight: 600; border-bottom-width: 1px; - border-bottom-color: #d1d5db; + border-bottom-color: #cbd5e1; } .\32xl\:prose thead th { @@ -163440,7 +143900,7 @@ select { .\32xl\:prose tbody tr { border-bottom-width: 1px; - border-bottom-color: #e5e7eb; + border-bottom-color: #e2e8f0; } .\32xl\:prose tbody tr:last-child { @@ -164461,60 +144921,24 @@ select { margin-bottom: 0; } - .\32xl\:prose-red a { - color: #dc2626; + .\32xl\:prose-red { } - .\32xl\:prose-red a code { - color: #dc2626; + .\32xl\:prose-orange { } - .\32xl\:prose-yellow a { - color: #d97706; + .\32xl\:prose-yellow { } - .\32xl\:prose-yellow a code { - color: #d97706; - } - - .\32xl\:prose-green a { - color: #059669; - } - - .\32xl\:prose-green a code { - color: #059669; - } - - .\32xl\:prose-blue a { - color: #2563eb; - } - - .\32xl\:prose-blue a code { - color: #2563eb; + .\32xl\:prose-green { } .\32xl\:prose-indigo a { - color: #4f46e5; + color: #5661b3; } .\32xl\:prose-indigo a code { - color: #4f46e5; - } - - .\32xl\:prose-purple a { - color: #7c3aed; - } - - .\32xl\:prose-purple a code { - color: #7c3aed; - } - - .\32xl\:prose-pink a { - color: #db2777; - } - - .\32xl\:prose-pink a code { - color: #db2777; + color: #5661b3; } .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) { @@ -165451,56 +145875,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); } - .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-divide-opacity)); - } - - .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-divide-opacity)); - } - .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-divide-opacity)); @@ -165551,304 +145925,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-divide-opacity)); } + .\32xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-divide-opacity)); + } + + .\32xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-divide-opacity)); + } + .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-divide-opacity)); + border-color: rgba(254, 252, 232, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-divide-opacity)); + border-color: rgba(254, 249, 195, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-divide-opacity)); + border-color: rgba(254, 240, 138, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-divide-opacity)); + border-color: rgba(253, 224, 71, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-divide-opacity)); + border-color: rgba(250, 204, 21, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-divide-opacity)); + border-color: rgba(234, 179, 8, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-divide-opacity)); + border-color: rgba(202, 138, 4, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-divide-opacity)); + border-color: rgba(161, 98, 7, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-divide-opacity)); + border-color: rgba(133, 77, 14, var(--tw-divide-opacity)); } .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-divide-opacity)); + border-color: rgba(113, 63, 18, var(--tw-divide-opacity)); } .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-divide-opacity)); + border-color: rgba(240, 253, 244, var(--tw-divide-opacity)); } .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-divide-opacity)); + border-color: rgba(220, 252, 231, var(--tw-divide-opacity)); } .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-divide-opacity)); + border-color: rgba(187, 247, 208, var(--tw-divide-opacity)); } .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-divide-opacity)); + border-color: rgba(134, 239, 172, var(--tw-divide-opacity)); } .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-divide-opacity)); + border-color: rgba(74, 222, 128, var(--tw-divide-opacity)); } .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-divide-opacity)); + border-color: rgba(34, 197, 94, var(--tw-divide-opacity)); } .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-divide-opacity)); + border-color: rgba(22, 163, 74, var(--tw-divide-opacity)); } .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-divide-opacity)); + border-color: rgba(21, 128, 61, var(--tw-divide-opacity)); } .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-divide-opacity)); + border-color: rgba(22, 101, 52, var(--tw-divide-opacity)); } .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-divide-opacity)); + border-color: rgba(20, 83, 45, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-divide-opacity)); + border-color: rgba(248, 250, 252, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-divide-opacity)); + border-color: rgba(241, 245, 249, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-divide-opacity)); + border-color: rgba(226, 232, 240, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-divide-opacity)); + border-color: rgba(203, 213, 225, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-divide-opacity)); + border-color: rgba(148, 163, 184, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-divide-opacity)); + border-color: rgba(100, 116, 139, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-divide-opacity)); + border-color: rgba(71, 85, 105, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-divide-opacity)); + border-color: rgba(51, 65, 85, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-divide-opacity)); + border-color: rgba(30, 41, 59, var(--tw-divide-opacity)); } - .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) { + .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-divide-opacity)); + border-color: rgba(15, 23, 42, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-divide-opacity)); + border-color: rgba(230, 232, 255, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-divide-opacity)); + border-color: rgba(178, 183, 255, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-divide-opacity)); + border-color: rgba(120, 134, 215, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-divide-opacity)); + border-color: rgba(101, 116, 205, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-divide-opacity)); + border-color: rgba(86, 97, 179, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-divide-opacity)); + border-color: rgba(64, 73, 125, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-divide-opacity)); + border-color: rgba(47, 54, 95, var(--tw-divide-opacity)); } .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-divide-opacity)); - } - - .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-divide-opacity)); - } - - .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-divide-opacity)); + border-color: rgba(25, 30, 56, var(--tw-divide-opacity)); } .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { @@ -166053,56 +146367,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .\32xl\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .\32xl\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .\32xl\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -166153,304 +146417,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .\32xl\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .\32xl\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .\32xl\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .\32xl\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .\32xl\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .\32xl\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .\32xl\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .\32xl\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .\32xl\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .\32xl\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .\32xl\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .\32xl\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .\32xl\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .\32xl\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-50 { + .\32xl\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-100 { + .\32xl\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-200 { + .\32xl\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-300 { + .\32xl\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-400 { + .\32xl\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-500 { + .\32xl\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-600 { + .\32xl\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-700 { + .\32xl\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-800 { + .\32xl\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .\32xl\:bg-blue-900 { + .\32xl\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .\32xl\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-transparent { @@ -166471,56 +146675,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .group:hover .\32xl\:group-hover\:bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -166571,304 +146725,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .group:hover .\32xl\:group-hover\:bg-orange-50 { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-100 { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-200 { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-300 { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-400 { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-700 { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-800 { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .group:hover .\32xl\:group-hover\:bg-orange-900 { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .group:hover .\32xl\:group-hover\:bg-yellow-50 { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-100 { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-200 { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-300 { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-400 { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-500 { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-700 { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-800 { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-yellow-900 { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-50 { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-100 { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-200 { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-300 { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-400 { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-500 { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-600 { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-700 { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-800 { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-green-900 { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-50 { + .group:hover .\32xl\:group-hover\:bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-100 { + .group:hover .\32xl\:group-hover\:bg-gray-100 { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-200 { + .group:hover .\32xl\:group-hover\:bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-300 { + .group:hover .\32xl\:group-hover\:bg-gray-300 { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-400 { + .group:hover .\32xl\:group-hover\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-500 { + .group:hover .\32xl\:group-hover\:bg-gray-500 { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-600 { + .group:hover .\32xl\:group-hover\:bg-gray-600 { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-700 { + .group:hover .\32xl\:group-hover\:bg-gray-700 { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-800 { + .group:hover .\32xl\:group-hover\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .group:hover .\32xl\:group-hover\:bg-blue-900 { + .group:hover .\32xl\:group-hover\:bg-gray-900 { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-100 { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-indigo-200 { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-300 { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-400 { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-500 { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-700 { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-800 { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .group:hover .\32xl\:group-hover\:bg-indigo-900 { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-50 { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-200 { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-300 { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-400 { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-500 { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-purple-900 { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-50 { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-100 { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-300 { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-400 { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-500 { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-600 { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-700 { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-800 { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .group:hover .\32xl\:group-hover\:bg-pink-900 { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-transparent:focus-within { @@ -166889,56 +146983,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-gray-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-gray-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .\32xl\:focus-within\:bg-red-50:focus-within { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -166989,304 +147033,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .\32xl\:focus-within\:bg-orange-50:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-100:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-200:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-300:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-400:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-500:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-600:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-700:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-800:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:bg-orange-900:focus-within { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .\32xl\:focus-within\:bg-yellow-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-yellow-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-green-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-50:focus-within { + .\32xl\:focus-within\:bg-gray-50:focus-within { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-100:focus-within { + .\32xl\:focus-within\:bg-gray-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-200:focus-within { + .\32xl\:focus-within\:bg-gray-200:focus-within { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-300:focus-within { + .\32xl\:focus-within\:bg-gray-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-400:focus-within { + .\32xl\:focus-within\:bg-gray-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-500:focus-within { + .\32xl\:focus-within\:bg-gray-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-600:focus-within { + .\32xl\:focus-within\:bg-gray-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-700:focus-within { + .\32xl\:focus-within\:bg-gray-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-800:focus-within { + .\32xl\:focus-within\:bg-gray-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:bg-blue-900:focus-within { + .\32xl\:focus-within\:bg-gray-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-100:focus-within { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-indigo-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-300:focus-within { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-400:focus-within { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-500:focus-within { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-600:focus-within { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-700:focus-within { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-800:focus-within { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .\32xl\:focus-within\:bg-indigo-900:focus-within { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-purple-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-50:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-100:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-200:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-300:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-400:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-500:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-600:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-700:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-800:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus-within\:bg-pink-900:focus-within { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-transparent:hover { @@ -167307,56 +147291,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-gray-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .\32xl\:hover\:bg-red-50:hover { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -167407,304 +147341,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .\32xl\:hover\:bg-orange-50:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-100:hover { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-300:hover { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-400:hover { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-500:hover { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-700:hover { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-800:hover { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:bg-orange-900:hover { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .\32xl\:hover\:bg-yellow-50:hover { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-100:hover { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-200:hover { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-300:hover { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-500:hover { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-600:hover { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-700:hover { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-800:hover { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-yellow-900:hover { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-50:hover { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-100:hover { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-200:hover { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-300:hover { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-400:hover { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-500:hover { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-600:hover { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-700:hover { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-800:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-green-900:hover { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-50:hover { + .\32xl\:hover\:bg-gray-50:hover { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-100:hover { + .\32xl\:hover\:bg-gray-100:hover { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-200:hover { + .\32xl\:hover\:bg-gray-200:hover { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-300:hover { + .\32xl\:hover\:bg-gray-300:hover { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-400:hover { + .\32xl\:hover\:bg-gray-400:hover { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-500:hover { + .\32xl\:hover\:bg-gray-500:hover { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-600:hover { + .\32xl\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-700:hover { + .\32xl\:hover\:bg-gray-700:hover { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-800:hover { + .\32xl\:hover\:bg-gray-800:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .\32xl\:hover\:bg-blue-900:hover { + .\32xl\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-100:hover { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-indigo-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-300:hover { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-400:hover { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-500:hover { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-700:hover { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-800:hover { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .\32xl\:hover\:bg-indigo-900:hover { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-50:hover { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-100:hover { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-300:hover { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-400:hover { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-500:hover { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-700:hover { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-800:hover { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:hover\:bg-pink-900:hover { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-transparent:focus { @@ -167725,56 +147599,6 @@ select { background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-gray-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-gray-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); - } - .\32xl\:focus\:bg-red-50:focus { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); @@ -167825,304 +147649,244 @@ select { background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } + .\32xl\:focus\:bg-orange-50:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 247, 237, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-100:focus { + --tw-bg-opacity: 1; + background-color: rgba(255, 237, 213, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-200:focus { + --tw-bg-opacity: 1; + background-color: rgba(254, 215, 170, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-300:focus { + --tw-bg-opacity: 1; + background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(251, 146, 60, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-500:focus { + --tw-bg-opacity: 1; + background-color: rgba(249, 115, 22, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-600:focus { + --tw-bg-opacity: 1; + background-color: rgba(234, 88, 12, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-700:focus { + --tw-bg-opacity: 1; + background-color: rgba(194, 65, 12, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-800:focus { + --tw-bg-opacity: 1; + background-color: rgba(154, 52, 18, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:bg-orange-900:focus { + --tw-bg-opacity: 1; + background-color: rgba(124, 45, 18, var(--tw-bg-opacity)); + } + .\32xl\:focus\:bg-yellow-50:focus { --tw-bg-opacity: 1; - background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); + background-color: rgba(254, 252, 232, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-100:focus { --tw-bg-opacity: 1; - background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); + background-color: rgba(254, 249, 195, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-200:focus { --tw-bg-opacity: 1; - background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); + background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-300:focus { --tw-bg-opacity: 1; - background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); + background-color: rgba(253, 224, 71, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-400:focus { --tw-bg-opacity: 1; - background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); + background-color: rgba(250, 204, 21, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-500:focus { --tw-bg-opacity: 1; - background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); + background-color: rgba(234, 179, 8, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-600:focus { --tw-bg-opacity: 1; - background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); + background-color: rgba(202, 138, 4, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-700:focus { --tw-bg-opacity: 1; - background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); + background-color: rgba(161, 98, 7, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-800:focus { --tw-bg-opacity: 1; - background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); + background-color: rgba(133, 77, 14, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-yellow-900:focus { --tw-bg-opacity: 1; - background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); + background-color: rgba(113, 63, 18, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-50:focus { --tw-bg-opacity: 1; - background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); + background-color: rgba(240, 253, 244, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-100:focus { --tw-bg-opacity: 1; - background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); + background-color: rgba(220, 252, 231, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-200:focus { --tw-bg-opacity: 1; - background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); + background-color: rgba(187, 247, 208, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-300:focus { --tw-bg-opacity: 1; - background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); + background-color: rgba(134, 239, 172, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-400:focus { --tw-bg-opacity: 1; - background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); + background-color: rgba(74, 222, 128, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-500:focus { --tw-bg-opacity: 1; - background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); + background-color: rgba(34, 197, 94, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-600:focus { --tw-bg-opacity: 1; - background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); + background-color: rgba(22, 163, 74, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-700:focus { --tw-bg-opacity: 1; - background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); + background-color: rgba(21, 128, 61, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-800:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); + background-color: rgba(22, 101, 52, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-green-900:focus { --tw-bg-opacity: 1; - background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); + background-color: rgba(20, 83, 45, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-50:focus { + .\32xl\:focus\:bg-gray-50:focus { --tw-bg-opacity: 1; - background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); + background-color: rgba(248, 250, 252, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-100:focus { + .\32xl\:focus\:bg-gray-100:focus { --tw-bg-opacity: 1; - background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); + background-color: rgba(241, 245, 249, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-200:focus { + .\32xl\:focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); + background-color: rgba(226, 232, 240, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-300:focus { + .\32xl\:focus\:bg-gray-300:focus { --tw-bg-opacity: 1; - background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); + background-color: rgba(203, 213, 225, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-400:focus { + .\32xl\:focus\:bg-gray-400:focus { --tw-bg-opacity: 1; - background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); + background-color: rgba(148, 163, 184, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-500:focus { + .\32xl\:focus\:bg-gray-500:focus { --tw-bg-opacity: 1; - background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); + background-color: rgba(100, 116, 139, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-600:focus { + .\32xl\:focus\:bg-gray-600:focus { --tw-bg-opacity: 1; - background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); + background-color: rgba(71, 85, 105, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-700:focus { + .\32xl\:focus\:bg-gray-700:focus { --tw-bg-opacity: 1; - background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); + background-color: rgba(51, 65, 85, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-800:focus { + .\32xl\:focus\:bg-gray-800:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); + background-color: rgba(30, 41, 59, var(--tw-bg-opacity)); } - .\32xl\:focus\:bg-blue-900:focus { + .\32xl\:focus\:bg-gray-900:focus { --tw-bg-opacity: 1; - background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); + background-color: rgba(15, 23, 42, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-100:focus { --tw-bg-opacity: 1; - background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-indigo-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); + background-color: rgba(230, 232, 255, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-300:focus { --tw-bg-opacity: 1; - background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); + background-color: rgba(178, 183, 255, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-400:focus { --tw-bg-opacity: 1; - background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); + background-color: rgba(120, 134, 215, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-500:focus { --tw-bg-opacity: 1; - background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); + background-color: rgba(101, 116, 205, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-600:focus { --tw-bg-opacity: 1; - background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); + background-color: rgba(86, 97, 179, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-700:focus { --tw-bg-opacity: 1; - background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); + background-color: rgba(64, 73, 125, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-800:focus { --tw-bg-opacity: 1; - background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); + background-color: rgba(47, 54, 95, var(--tw-bg-opacity)); } .\32xl\:focus\:bg-indigo-900:focus { --tw-bg-opacity: 1; - background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-purple-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-50:focus { - --tw-bg-opacity: 1; - background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-100:focus { - --tw-bg-opacity: 1; - background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-200:focus { - --tw-bg-opacity: 1; - background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-300:focus { - --tw-bg-opacity: 1; - background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-400:focus { - --tw-bg-opacity: 1; - background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-500:focus { - --tw-bg-opacity: 1; - background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-600:focus { - --tw-bg-opacity: 1; - background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-700:focus { - --tw-bg-opacity: 1; - background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-800:focus { - --tw-bg-opacity: 1; - background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); - } - - .\32xl\:focus\:bg-pink-900:focus { - --tw-bg-opacity: 1; - background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); + background-color: rgba(25, 30, 56, var(--tw-bg-opacity)); } .\32xl\:bg-none { @@ -168181,56 +147945,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:from-gray-50 { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:from-gray-200 { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:from-gray-300 { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:from-gray-400 { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:from-gray-500 { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:from-gray-600 { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:from-gray-700 { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:from-gray-800 { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:from-gray-900 { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:from-red-50 { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -168281,304 +147995,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:from-orange-50 { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:from-orange-100 { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:from-orange-200 { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:from-orange-300 { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:from-orange-400 { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:from-orange-500 { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:from-orange-600 { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:from-orange-700 { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:from-orange-800 { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:from-orange-900 { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:from-yellow-50 { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:from-yellow-100 { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:from-yellow-200 { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:from-yellow-300 { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:from-yellow-400 { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:from-yellow-500 { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:from-yellow-600 { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:from-yellow-700 { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:from-yellow-800 { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:from-yellow-900 { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:from-green-50 { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:from-green-100 { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:from-green-200 { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:from-green-300 { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:from-green-400 { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:from-green-500 { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:from-green-600 { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:from-green-700 { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:from-green-800 { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:from-green-900 { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:from-blue-50 { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:from-gray-50 { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:from-blue-100 { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:from-gray-100 { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:from-blue-200 { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:from-gray-200 { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:from-blue-300 { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:from-gray-300 { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:from-blue-400 { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:from-gray-400 { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:from-blue-500 { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:from-gray-500 { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:from-blue-600 { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:from-gray-600 { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:from-blue-700 { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:from-gray-700 { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:from-blue-800 { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:from-gray-800 { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:from-blue-900 { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:from-indigo-50 { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:from-gray-900 { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:from-indigo-100 { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:from-indigo-200 { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:from-indigo-300 { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:from-indigo-400 { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:from-indigo-500 { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:from-indigo-600 { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:from-indigo-700 { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:from-purple-50 { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:from-purple-100 { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:from-purple-200 { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:from-purple-300 { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:from-purple-400 { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:from-purple-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:from-purple-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:from-purple-700 { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:from-purple-800 { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:from-purple-900 { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:from-pink-50 { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:from-pink-100 { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:from-pink-200 { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:from-pink-300 { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:from-pink-400 { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:from-pink-500 { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:from-pink-600 { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:from-pink-700 { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:from-pink-800 { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:from-pink-900 { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:via-transparent { @@ -168597,46 +148251,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:via-gray-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:via-gray-100 { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:via-gray-200 { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:via-gray-300 { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:via-gray-400 { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:via-gray-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:via-gray-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:via-gray-700 { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:via-gray-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:via-gray-900 { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:via-red-50 { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -168677,244 +148291,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:via-orange-50 { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:via-orange-100 { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:via-orange-200 { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:via-orange-300 { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:via-orange-400 { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:via-orange-500 { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:via-orange-600 { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:via-orange-700 { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:via-orange-800 { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:via-orange-900 { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:via-yellow-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:via-yellow-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:via-yellow-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:via-yellow-300 { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:via-yellow-400 { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:via-yellow-500 { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:via-yellow-600 { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:via-yellow-700 { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:via-yellow-800 { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:via-yellow-900 { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:via-green-50 { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:via-green-100 { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:via-green-200 { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:via-green-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:via-green-400 { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:via-green-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:via-green-600 { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:via-green-700 { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:via-green-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:via-green-900 { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:via-blue-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:via-gray-50 { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:via-blue-100 { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:via-gray-100 { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:via-blue-200 { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:via-gray-200 { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:via-blue-300 { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:via-gray-300 { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:via-blue-400 { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:via-gray-400 { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:via-blue-500 { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:via-gray-500 { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:via-blue-600 { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:via-gray-600 { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:via-blue-700 { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:via-gray-700 { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:via-blue-800 { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:via-gray-800 { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:via-blue-900 { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:via-indigo-50 { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:via-gray-900 { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:via-indigo-100 { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:via-indigo-200 { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:via-indigo-300 { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:via-indigo-400 { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:via-indigo-500 { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:via-indigo-600 { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:via-indigo-700 { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:via-indigo-800 { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:via-indigo-900 { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:via-purple-50 { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:via-purple-100 { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:via-purple-200 { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:via-purple-300 { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:via-purple-400 { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:via-purple-500 { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:via-purple-600 { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:via-purple-700 { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:via-purple-800 { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:via-purple-900 { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:via-pink-50 { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:via-pink-100 { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:via-pink-200 { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:via-pink-300 { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:via-pink-400 { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:via-pink-500 { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:via-pink-600 { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:via-pink-700 { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:via-pink-800 { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:via-pink-900 { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:to-transparent { @@ -168933,46 +148499,6 @@ select { --tw-gradient-to: #fff; } - .\32xl\:to-gray-50 { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:to-gray-100 { - --tw-gradient-to: #f3f4f6; - } - - .\32xl\:to-gray-200 { - --tw-gradient-to: #e5e7eb; - } - - .\32xl\:to-gray-300 { - --tw-gradient-to: #d1d5db; - } - - .\32xl\:to-gray-400 { - --tw-gradient-to: #9ca3af; - } - - .\32xl\:to-gray-500 { - --tw-gradient-to: #6b7280; - } - - .\32xl\:to-gray-600 { - --tw-gradient-to: #4b5563; - } - - .\32xl\:to-gray-700 { - --tw-gradient-to: #374151; - } - - .\32xl\:to-gray-800 { - --tw-gradient-to: #1f2937; - } - - .\32xl\:to-gray-900 { - --tw-gradient-to: #111827; - } - .\32xl\:to-red-50 { --tw-gradient-to: #fef2f2; } @@ -169013,244 +148539,196 @@ select { --tw-gradient-to: #7f1d1d; } + .\32xl\:to-orange-50 { + --tw-gradient-to: #fff7ed; + } + + .\32xl\:to-orange-100 { + --tw-gradient-to: #ffedd5; + } + + .\32xl\:to-orange-200 { + --tw-gradient-to: #fed7aa; + } + + .\32xl\:to-orange-300 { + --tw-gradient-to: #fdba74; + } + + .\32xl\:to-orange-400 { + --tw-gradient-to: #fb923c; + } + + .\32xl\:to-orange-500 { + --tw-gradient-to: #f97316; + } + + .\32xl\:to-orange-600 { + --tw-gradient-to: #ea580c; + } + + .\32xl\:to-orange-700 { + --tw-gradient-to: #c2410c; + } + + .\32xl\:to-orange-800 { + --tw-gradient-to: #9a3412; + } + + .\32xl\:to-orange-900 { + --tw-gradient-to: #7c2d12; + } + .\32xl\:to-yellow-50 { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .\32xl\:to-yellow-100 { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .\32xl\:to-yellow-200 { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .\32xl\:to-yellow-300 { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .\32xl\:to-yellow-400 { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .\32xl\:to-yellow-500 { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .\32xl\:to-yellow-600 { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .\32xl\:to-yellow-700 { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .\32xl\:to-yellow-800 { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .\32xl\:to-yellow-900 { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .\32xl\:to-green-50 { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .\32xl\:to-green-100 { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .\32xl\:to-green-200 { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .\32xl\:to-green-300 { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .\32xl\:to-green-400 { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .\32xl\:to-green-500 { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .\32xl\:to-green-600 { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .\32xl\:to-green-700 { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .\32xl\:to-green-800 { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .\32xl\:to-green-900 { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .\32xl\:to-blue-50 { - --tw-gradient-to: #eff6ff; + .\32xl\:to-gray-50 { + --tw-gradient-to: #f8fafc; } - .\32xl\:to-blue-100 { - --tw-gradient-to: #dbeafe; + .\32xl\:to-gray-100 { + --tw-gradient-to: #f1f5f9; } - .\32xl\:to-blue-200 { - --tw-gradient-to: #bfdbfe; + .\32xl\:to-gray-200 { + --tw-gradient-to: #e2e8f0; } - .\32xl\:to-blue-300 { - --tw-gradient-to: #93c5fd; + .\32xl\:to-gray-300 { + --tw-gradient-to: #cbd5e1; } - .\32xl\:to-blue-400 { - --tw-gradient-to: #60a5fa; + .\32xl\:to-gray-400 { + --tw-gradient-to: #94a3b8; } - .\32xl\:to-blue-500 { - --tw-gradient-to: #3b82f6; + .\32xl\:to-gray-500 { + --tw-gradient-to: #64748b; } - .\32xl\:to-blue-600 { - --tw-gradient-to: #2563eb; + .\32xl\:to-gray-600 { + --tw-gradient-to: #475569; } - .\32xl\:to-blue-700 { - --tw-gradient-to: #1d4ed8; + .\32xl\:to-gray-700 { + --tw-gradient-to: #334155; } - .\32xl\:to-blue-800 { - --tw-gradient-to: #1e40af; + .\32xl\:to-gray-800 { + --tw-gradient-to: #1e293b; } - .\32xl\:to-blue-900 { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:to-indigo-50 { - --tw-gradient-to: #eef2ff; + .\32xl\:to-gray-900 { + --tw-gradient-to: #0f172a; } .\32xl\:to-indigo-100 { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:to-indigo-200 { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .\32xl\:to-indigo-300 { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .\32xl\:to-indigo-400 { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .\32xl\:to-indigo-500 { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .\32xl\:to-indigo-600 { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .\32xl\:to-indigo-700 { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .\32xl\:to-indigo-800 { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .\32xl\:to-indigo-900 { - --tw-gradient-to: #312e81; - } - - .\32xl\:to-purple-50 { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:to-purple-100 { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:to-purple-200 { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:to-purple-300 { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:to-purple-400 { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:to-purple-500 { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:to-purple-600 { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:to-purple-700 { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:to-purple-800 { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:to-purple-900 { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:to-pink-50 { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:to-pink-100 { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:to-pink-200 { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:to-pink-300 { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:to-pink-400 { - --tw-gradient-to: #f472b6; - } - - .\32xl\:to-pink-500 { - --tw-gradient-to: #ec4899; - } - - .\32xl\:to-pink-600 { - --tw-gradient-to: #db2777; - } - - .\32xl\:to-pink-700 { - --tw-gradient-to: #be185d; - } - - .\32xl\:to-pink-800 { - --tw-gradient-to: #9d174d; - } - - .\32xl\:to-pink-900 { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .\32xl\:hover\:from-transparent:hover { @@ -169273,56 +148751,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:hover\:from-gray-50:hover { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:hover\:from-gray-100:hover { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:hover\:from-gray-200:hover { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:hover\:from-gray-300:hover { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:hover\:from-gray-400:hover { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:hover\:from-gray-500:hover { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:hover\:from-gray-600:hover { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:hover\:from-gray-700:hover { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:hover\:from-gray-800:hover { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:hover\:from-gray-900:hover { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:hover\:from-red-50:hover { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -169373,304 +148801,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:hover\:from-orange-50:hover { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:hover\:from-orange-100:hover { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:hover\:from-orange-200:hover { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:hover\:from-orange-300:hover { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:hover\:from-orange-400:hover { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:hover\:from-orange-500:hover { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:hover\:from-orange-600:hover { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:hover\:from-orange-700:hover { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:hover\:from-orange-800:hover { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:hover\:from-orange-900:hover { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:hover\:from-yellow-50:hover { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:hover\:from-yellow-100:hover { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:hover\:from-yellow-200:hover { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:hover\:from-yellow-300:hover { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:hover\:from-yellow-400:hover { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:hover\:from-yellow-500:hover { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:hover\:from-yellow-600:hover { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:hover\:from-yellow-700:hover { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:hover\:from-yellow-800:hover { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:hover\:from-yellow-900:hover { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:hover\:from-green-50:hover { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:hover\:from-green-100:hover { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:hover\:from-green-200:hover { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:hover\:from-green-300:hover { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:hover\:from-green-400:hover { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:hover\:from-green-500:hover { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:hover\:from-green-600:hover { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:hover\:from-green-700:hover { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:hover\:from-green-800:hover { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:hover\:from-green-900:hover { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:hover\:from-blue-50:hover { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:hover\:from-gray-50:hover { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:hover\:from-blue-100:hover { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:hover\:from-gray-100:hover { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:hover\:from-blue-200:hover { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:hover\:from-gray-200:hover { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:hover\:from-blue-300:hover { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:hover\:from-gray-300:hover { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:hover\:from-blue-400:hover { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:hover\:from-gray-400:hover { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:hover\:from-blue-500:hover { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:hover\:from-gray-500:hover { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:hover\:from-blue-600:hover { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:hover\:from-gray-600:hover { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:hover\:from-blue-700:hover { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:hover\:from-gray-700:hover { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:hover\:from-blue-800:hover { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:hover\:from-gray-800:hover { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:hover\:from-blue-900:hover { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:hover\:from-indigo-50:hover { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:hover\:from-gray-900:hover { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:hover\:from-indigo-100:hover { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:hover\:from-indigo-200:hover { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:hover\:from-indigo-300:hover { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:hover\:from-indigo-400:hover { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:hover\:from-indigo-500:hover { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:hover\:from-indigo-600:hover { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:hover\:from-indigo-700:hover { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:hover\:from-indigo-800:hover { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:hover\:from-indigo-900:hover { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:hover\:from-purple-50:hover { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:hover\:from-purple-100:hover { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:hover\:from-purple-200:hover { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:hover\:from-purple-300:hover { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:hover\:from-purple-400:hover { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:hover\:from-purple-500:hover { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:hover\:from-purple-600:hover { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:hover\:from-purple-700:hover { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:hover\:from-purple-800:hover { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:hover\:from-purple-900:hover { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:hover\:from-pink-50:hover { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:hover\:from-pink-100:hover { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:hover\:from-pink-200:hover { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:hover\:from-pink-300:hover { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:hover\:from-pink-400:hover { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:hover\:from-pink-500:hover { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:hover\:from-pink-600:hover { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:hover\:from-pink-700:hover { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:hover\:from-pink-800:hover { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:hover\:from-pink-900:hover { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:hover\:via-transparent:hover { @@ -169689,46 +149057,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:hover\:via-gray-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:hover\:via-gray-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:hover\:via-gray-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:hover\:via-gray-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:hover\:via-gray-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:hover\:via-gray-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:hover\:via-gray-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:hover\:via-gray-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:hover\:via-gray-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:hover\:via-gray-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:hover\:via-red-50:hover { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -169769,244 +149097,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:hover\:via-orange-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:hover\:via-orange-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:hover\:via-orange-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:hover\:via-orange-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:hover\:via-orange-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:hover\:via-orange-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:hover\:via-orange-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:hover\:via-orange-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:hover\:via-orange-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:hover\:via-orange-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:hover\:via-yellow-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:hover\:via-yellow-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:hover\:via-yellow-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:hover\:via-yellow-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:hover\:via-yellow-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:hover\:via-yellow-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:hover\:via-yellow-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:hover\:via-yellow-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:hover\:via-yellow-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:hover\:via-yellow-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:hover\:via-green-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:hover\:via-green-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:hover\:via-green-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:hover\:via-green-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:hover\:via-green-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:hover\:via-green-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:hover\:via-green-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:hover\:via-green-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:hover\:via-green-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:hover\:via-green-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:hover\:via-blue-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:hover\:via-gray-50:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:hover\:via-blue-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:hover\:via-gray-100:hover { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:hover\:via-blue-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:hover\:via-gray-200:hover { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:hover\:via-blue-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:hover\:via-gray-300:hover { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:hover\:via-blue-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:hover\:via-gray-400:hover { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:hover\:via-blue-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:hover\:via-gray-500:hover { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:hover\:via-blue-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:hover\:via-gray-600:hover { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:hover\:via-blue-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:hover\:via-gray-700:hover { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:hover\:via-blue-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:hover\:via-gray-800:hover { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:hover\:via-blue-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:hover\:via-indigo-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:hover\:via-gray-900:hover { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:hover\:via-indigo-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:hover\:via-indigo-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:hover\:via-indigo-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:hover\:via-indigo-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:hover\:via-indigo-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:hover\:via-indigo-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:hover\:via-indigo-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:hover\:via-indigo-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:hover\:via-indigo-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:hover\:via-purple-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:hover\:via-purple-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:hover\:via-purple-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:hover\:via-purple-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:hover\:via-purple-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:hover\:via-purple-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:hover\:via-purple-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:hover\:via-purple-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:hover\:via-purple-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:hover\:via-purple-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:hover\:via-pink-50:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:hover\:via-pink-100:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:hover\:via-pink-200:hover { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:hover\:via-pink-300:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:hover\:via-pink-400:hover { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:hover\:via-pink-500:hover { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:hover\:via-pink-600:hover { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:hover\:via-pink-700:hover { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:hover\:via-pink-800:hover { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:hover\:via-pink-900:hover { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:hover\:to-transparent:hover { @@ -170025,46 +149305,6 @@ select { --tw-gradient-to: #fff; } - .\32xl\:hover\:to-gray-50:hover { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:hover\:to-gray-100:hover { - --tw-gradient-to: #f3f4f6; - } - - .\32xl\:hover\:to-gray-200:hover { - --tw-gradient-to: #e5e7eb; - } - - .\32xl\:hover\:to-gray-300:hover { - --tw-gradient-to: #d1d5db; - } - - .\32xl\:hover\:to-gray-400:hover { - --tw-gradient-to: #9ca3af; - } - - .\32xl\:hover\:to-gray-500:hover { - --tw-gradient-to: #6b7280; - } - - .\32xl\:hover\:to-gray-600:hover { - --tw-gradient-to: #4b5563; - } - - .\32xl\:hover\:to-gray-700:hover { - --tw-gradient-to: #374151; - } - - .\32xl\:hover\:to-gray-800:hover { - --tw-gradient-to: #1f2937; - } - - .\32xl\:hover\:to-gray-900:hover { - --tw-gradient-to: #111827; - } - .\32xl\:hover\:to-red-50:hover { --tw-gradient-to: #fef2f2; } @@ -170105,244 +149345,196 @@ select { --tw-gradient-to: #7f1d1d; } + .\32xl\:hover\:to-orange-50:hover { + --tw-gradient-to: #fff7ed; + } + + .\32xl\:hover\:to-orange-100:hover { + --tw-gradient-to: #ffedd5; + } + + .\32xl\:hover\:to-orange-200:hover { + --tw-gradient-to: #fed7aa; + } + + .\32xl\:hover\:to-orange-300:hover { + --tw-gradient-to: #fdba74; + } + + .\32xl\:hover\:to-orange-400:hover { + --tw-gradient-to: #fb923c; + } + + .\32xl\:hover\:to-orange-500:hover { + --tw-gradient-to: #f97316; + } + + .\32xl\:hover\:to-orange-600:hover { + --tw-gradient-to: #ea580c; + } + + .\32xl\:hover\:to-orange-700:hover { + --tw-gradient-to: #c2410c; + } + + .\32xl\:hover\:to-orange-800:hover { + --tw-gradient-to: #9a3412; + } + + .\32xl\:hover\:to-orange-900:hover { + --tw-gradient-to: #7c2d12; + } + .\32xl\:hover\:to-yellow-50:hover { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .\32xl\:hover\:to-yellow-100:hover { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .\32xl\:hover\:to-yellow-200:hover { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .\32xl\:hover\:to-yellow-300:hover { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .\32xl\:hover\:to-yellow-400:hover { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .\32xl\:hover\:to-yellow-500:hover { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .\32xl\:hover\:to-yellow-600:hover { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .\32xl\:hover\:to-yellow-700:hover { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .\32xl\:hover\:to-yellow-800:hover { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .\32xl\:hover\:to-yellow-900:hover { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .\32xl\:hover\:to-green-50:hover { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .\32xl\:hover\:to-green-100:hover { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .\32xl\:hover\:to-green-200:hover { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .\32xl\:hover\:to-green-300:hover { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .\32xl\:hover\:to-green-400:hover { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .\32xl\:hover\:to-green-500:hover { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .\32xl\:hover\:to-green-600:hover { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .\32xl\:hover\:to-green-700:hover { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .\32xl\:hover\:to-green-800:hover { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .\32xl\:hover\:to-green-900:hover { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .\32xl\:hover\:to-blue-50:hover { - --tw-gradient-to: #eff6ff; + .\32xl\:hover\:to-gray-50:hover { + --tw-gradient-to: #f8fafc; } - .\32xl\:hover\:to-blue-100:hover { - --tw-gradient-to: #dbeafe; + .\32xl\:hover\:to-gray-100:hover { + --tw-gradient-to: #f1f5f9; } - .\32xl\:hover\:to-blue-200:hover { - --tw-gradient-to: #bfdbfe; + .\32xl\:hover\:to-gray-200:hover { + --tw-gradient-to: #e2e8f0; } - .\32xl\:hover\:to-blue-300:hover { - --tw-gradient-to: #93c5fd; + .\32xl\:hover\:to-gray-300:hover { + --tw-gradient-to: #cbd5e1; } - .\32xl\:hover\:to-blue-400:hover { - --tw-gradient-to: #60a5fa; + .\32xl\:hover\:to-gray-400:hover { + --tw-gradient-to: #94a3b8; } - .\32xl\:hover\:to-blue-500:hover { - --tw-gradient-to: #3b82f6; + .\32xl\:hover\:to-gray-500:hover { + --tw-gradient-to: #64748b; } - .\32xl\:hover\:to-blue-600:hover { - --tw-gradient-to: #2563eb; + .\32xl\:hover\:to-gray-600:hover { + --tw-gradient-to: #475569; } - .\32xl\:hover\:to-blue-700:hover { - --tw-gradient-to: #1d4ed8; + .\32xl\:hover\:to-gray-700:hover { + --tw-gradient-to: #334155; } - .\32xl\:hover\:to-blue-800:hover { - --tw-gradient-to: #1e40af; + .\32xl\:hover\:to-gray-800:hover { + --tw-gradient-to: #1e293b; } - .\32xl\:hover\:to-blue-900:hover { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:hover\:to-indigo-50:hover { - --tw-gradient-to: #eef2ff; + .\32xl\:hover\:to-gray-900:hover { + --tw-gradient-to: #0f172a; } .\32xl\:hover\:to-indigo-100:hover { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:hover\:to-indigo-200:hover { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .\32xl\:hover\:to-indigo-300:hover { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .\32xl\:hover\:to-indigo-400:hover { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .\32xl\:hover\:to-indigo-500:hover { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .\32xl\:hover\:to-indigo-600:hover { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .\32xl\:hover\:to-indigo-700:hover { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .\32xl\:hover\:to-indigo-800:hover { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .\32xl\:hover\:to-indigo-900:hover { - --tw-gradient-to: #312e81; - } - - .\32xl\:hover\:to-purple-50:hover { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:hover\:to-purple-100:hover { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:hover\:to-purple-200:hover { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:hover\:to-purple-300:hover { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:hover\:to-purple-400:hover { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:hover\:to-purple-500:hover { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:hover\:to-purple-600:hover { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:hover\:to-purple-700:hover { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:hover\:to-purple-800:hover { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:hover\:to-purple-900:hover { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:hover\:to-pink-50:hover { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:hover\:to-pink-100:hover { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:hover\:to-pink-200:hover { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:hover\:to-pink-300:hover { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:hover\:to-pink-400:hover { - --tw-gradient-to: #f472b6; - } - - .\32xl\:hover\:to-pink-500:hover { - --tw-gradient-to: #ec4899; - } - - .\32xl\:hover\:to-pink-600:hover { - --tw-gradient-to: #db2777; - } - - .\32xl\:hover\:to-pink-700:hover { - --tw-gradient-to: #be185d; - } - - .\32xl\:hover\:to-pink-800:hover { - --tw-gradient-to: #9d174d; - } - - .\32xl\:hover\:to-pink-900:hover { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .\32xl\:focus\:from-transparent:focus { @@ -170365,56 +149557,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:focus\:from-gray-50:focus { - --tw-gradient-from: #f9fafb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:focus\:from-gray-100:focus { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:focus\:from-gray-200:focus { - --tw-gradient-from: #e5e7eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:focus\:from-gray-300:focus { - --tw-gradient-from: #d1d5db; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:focus\:from-gray-400:focus { - --tw-gradient-from: #9ca3af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:focus\:from-gray-500:focus { - --tw-gradient-from: #6b7280; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:focus\:from-gray-600:focus { - --tw-gradient-from: #4b5563; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:focus\:from-gray-700:focus { - --tw-gradient-from: #374151; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:focus\:from-gray-800:focus { - --tw-gradient-from: #1f2937; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:focus\:from-gray-900:focus { - --tw-gradient-from: #111827; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:focus\:from-red-50:focus { --tw-gradient-from: #fef2f2; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)); @@ -170465,304 +149607,244 @@ select { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:focus\:from-orange-50:focus { + --tw-gradient-from: #fff7ed; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:focus\:from-orange-100:focus { + --tw-gradient-from: #ffedd5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:focus\:from-orange-200:focus { + --tw-gradient-from: #fed7aa; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:focus\:from-orange-300:focus { + --tw-gradient-from: #fdba74; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:focus\:from-orange-400:focus { + --tw-gradient-from: #fb923c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:focus\:from-orange-500:focus { + --tw-gradient-from: #f97316; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:focus\:from-orange-600:focus { + --tw-gradient-from: #ea580c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:focus\:from-orange-700:focus { + --tw-gradient-from: #c2410c; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:focus\:from-orange-800:focus { + --tw-gradient-from: #9a3412; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:focus\:from-orange-900:focus { + --tw-gradient-from: #7c2d12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:focus\:from-yellow-50:focus { - --tw-gradient-from: #fffbeb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-from: #fefce8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:focus\:from-yellow-100:focus { - --tw-gradient-from: #fef3c7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-from: #fef9c3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:focus\:from-yellow-200:focus { - --tw-gradient-from: #fde68a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-from: #fef08a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:focus\:from-yellow-300:focus { - --tw-gradient-from: #fcd34d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-from: #fde047; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:focus\:from-yellow-400:focus { - --tw-gradient-from: #fbbf24; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-from: #facc15; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:focus\:from-yellow-500:focus { - --tw-gradient-from: #f59e0b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-from: #eab308; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:focus\:from-yellow-600:focus { - --tw-gradient-from: #d97706; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-from: #ca8a04; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:focus\:from-yellow-700:focus { - --tw-gradient-from: #b45309; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-from: #a16207; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:focus\:from-yellow-800:focus { - --tw-gradient-from: #92400e; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-from: #854d0e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:focus\:from-yellow-900:focus { - --tw-gradient-from: #78350f; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-from: #713f12; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:focus\:from-green-50:focus { - --tw-gradient-from: #ecfdf5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-from: #f0fdf4; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:focus\:from-green-100:focus { - --tw-gradient-from: #d1fae5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-from: #dcfce7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:focus\:from-green-200:focus { - --tw-gradient-from: #a7f3d0; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-from: #bbf7d0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:focus\:from-green-300:focus { - --tw-gradient-from: #6ee7b7; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-from: #86efac; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:focus\:from-green-400:focus { - --tw-gradient-from: #34d399; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-from: #4ade80; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:focus\:from-green-500:focus { - --tw-gradient-from: #10b981; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-from: #22c55e; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:focus\:from-green-600:focus { - --tw-gradient-from: #059669; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-from: #16a34a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:focus\:from-green-700:focus { - --tw-gradient-from: #047857; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-from: #15803d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:focus\:from-green-800:focus { - --tw-gradient-from: #065f46; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-from: #166534; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:focus\:from-green-900:focus { - --tw-gradient-from: #064e3b; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-from: #14532d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:focus\:from-blue-50:focus { - --tw-gradient-from: #eff6ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:focus\:from-gray-50:focus { + --tw-gradient-from: #f8fafc; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:focus\:from-blue-100:focus { - --tw-gradient-from: #dbeafe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:focus\:from-gray-100:focus { + --tw-gradient-from: #f1f5f9; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:focus\:from-blue-200:focus { - --tw-gradient-from: #bfdbfe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:focus\:from-gray-200:focus { + --tw-gradient-from: #e2e8f0; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:focus\:from-blue-300:focus { - --tw-gradient-from: #93c5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:focus\:from-gray-300:focus { + --tw-gradient-from: #cbd5e1; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:focus\:from-blue-400:focus { - --tw-gradient-from: #60a5fa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:focus\:from-gray-400:focus { + --tw-gradient-from: #94a3b8; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:focus\:from-blue-500:focus { - --tw-gradient-from: #3b82f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:focus\:from-gray-500:focus { + --tw-gradient-from: #64748b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:focus\:from-blue-600:focus { - --tw-gradient-from: #2563eb; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:focus\:from-gray-600:focus { + --tw-gradient-from: #475569; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:focus\:from-blue-700:focus { - --tw-gradient-from: #1d4ed8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:focus\:from-gray-700:focus { + --tw-gradient-from: #334155; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:focus\:from-blue-800:focus { - --tw-gradient-from: #1e40af; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:focus\:from-gray-800:focus { + --tw-gradient-from: #1e293b; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:focus\:from-blue-900:focus { - --tw-gradient-from: #1e3a8a; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:focus\:from-indigo-50:focus { - --tw-gradient-from: #eef2ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:focus\:from-gray-900:focus { + --tw-gradient-from: #0f172a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:focus\:from-indigo-100:focus { - --tw-gradient-from: #e0e7ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:focus\:from-indigo-200:focus { - --tw-gradient-from: #c7d2fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-from: #e6e8ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:focus\:from-indigo-300:focus { - --tw-gradient-from: #a5b4fc; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-from: #b2b7ff; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:focus\:from-indigo-400:focus { - --tw-gradient-from: #818cf8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-from: #7886d7; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:focus\:from-indigo-500:focus { - --tw-gradient-from: #6366f1; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-from: #6574cd; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:focus\:from-indigo-600:focus { - --tw-gradient-from: #4f46e5; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-from: #5661b3; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:focus\:from-indigo-700:focus { - --tw-gradient-from: #4338ca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-from: #40497d; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:focus\:from-indigo-800:focus { - --tw-gradient-from: #3730a3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-from: #2f365f; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:focus\:from-indigo-900:focus { - --tw-gradient-from: #312e81; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:focus\:from-purple-50:focus { - --tw-gradient-from: #f5f3ff; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:focus\:from-purple-100:focus { - --tw-gradient-from: #ede9fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:focus\:from-purple-200:focus { - --tw-gradient-from: #ddd6fe; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:focus\:from-purple-300:focus { - --tw-gradient-from: #c4b5fd; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:focus\:from-purple-400:focus { - --tw-gradient-from: #a78bfa; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:focus\:from-purple-500:focus { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:focus\:from-purple-600:focus { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:focus\:from-purple-700:focus { - --tw-gradient-from: #6d28d9; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:focus\:from-purple-800:focus { - --tw-gradient-from: #5b21b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:focus\:from-purple-900:focus { - --tw-gradient-from: #4c1d95; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:focus\:from-pink-50:focus { - --tw-gradient-from: #fdf2f8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:focus\:from-pink-100:focus { - --tw-gradient-from: #fce7f3; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:focus\:from-pink-200:focus { - --tw-gradient-from: #fbcfe8; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:focus\:from-pink-300:focus { - --tw-gradient-from: #f9a8d4; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:focus\:from-pink-400:focus { - --tw-gradient-from: #f472b6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:focus\:from-pink-500:focus { - --tw-gradient-from: #ec4899; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:focus\:from-pink-600:focus { - --tw-gradient-from: #db2777; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:focus\:from-pink-700:focus { - --tw-gradient-from: #be185d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:focus\:from-pink-800:focus { - --tw-gradient-from: #9d174d; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:focus\:from-pink-900:focus { - --tw-gradient-from: #831843; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-from: #191e38; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:focus\:via-transparent:focus { @@ -170781,46 +149863,6 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } - .\32xl\:focus\:via-gray-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0)); - } - - .\32xl\:focus\:via-gray-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0)); - } - - .\32xl\:focus\:via-gray-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0)); - } - - .\32xl\:focus\:via-gray-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0)); - } - - .\32xl\:focus\:via-gray-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0)); - } - - .\32xl\:focus\:via-gray-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0)); - } - - .\32xl\:focus\:via-gray-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)); - } - - .\32xl\:focus\:via-gray-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0)); - } - - .\32xl\:focus\:via-gray-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0)); - } - - .\32xl\:focus\:via-gray-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0)); - } - .\32xl\:focus\:via-red-50:focus { --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)); } @@ -170861,244 +149903,196 @@ select { --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)); } + .\32xl\:focus\:via-orange-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)); + } + + .\32xl\:focus\:via-orange-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)); + } + + .\32xl\:focus\:via-orange-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)); + } + + .\32xl\:focus\:via-orange-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)); + } + + .\32xl\:focus\:via-orange-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)); + } + + .\32xl\:focus\:via-orange-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)); + } + + .\32xl\:focus\:via-orange-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)); + } + + .\32xl\:focus\:via-orange-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)); + } + + .\32xl\:focus\:via-orange-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)); + } + + .\32xl\:focus\:via-orange-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)); + } + .\32xl\:focus\:via-yellow-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)); } .\32xl\:focus\:via-yellow-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)); } .\32xl\:focus\:via-yellow-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)); } .\32xl\:focus\:via-yellow-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)); } .\32xl\:focus\:via-yellow-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)); } .\32xl\:focus\:via-yellow-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)); } .\32xl\:focus\:via-yellow-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)); } .\32xl\:focus\:via-yellow-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)); } .\32xl\:focus\:via-yellow-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)); } .\32xl\:focus\:via-yellow-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)); } .\32xl\:focus\:via-green-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)); } .\32xl\:focus\:via-green-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)); } .\32xl\:focus\:via-green-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)); } .\32xl\:focus\:via-green-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)); } .\32xl\:focus\:via-green-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)); } .\32xl\:focus\:via-green-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)); } .\32xl\:focus\:via-green-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)); } .\32xl\:focus\:via-green-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)); } .\32xl\:focus\:via-green-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)); } .\32xl\:focus\:via-green-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)); } - .\32xl\:focus\:via-blue-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)); + .\32xl\:focus\:via-gray-50:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)); } - .\32xl\:focus\:via-blue-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)); + .\32xl\:focus\:via-gray-100:focus { + --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)); } - .\32xl\:focus\:via-blue-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)); + .\32xl\:focus\:via-gray-200:focus { + --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)); } - .\32xl\:focus\:via-blue-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)); + .\32xl\:focus\:via-gray-300:focus { + --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)); } - .\32xl\:focus\:via-blue-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)); + .\32xl\:focus\:via-gray-400:focus { + --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)); } - .\32xl\:focus\:via-blue-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)); + .\32xl\:focus\:via-gray-500:focus { + --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)); } - .\32xl\:focus\:via-blue-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)); + .\32xl\:focus\:via-gray-600:focus { + --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)); } - .\32xl\:focus\:via-blue-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)); + .\32xl\:focus\:via-gray-700:focus { + --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)); } - .\32xl\:focus\:via-blue-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)); + .\32xl\:focus\:via-gray-800:focus { + --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)); } - .\32xl\:focus\:via-blue-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)); - } - - .\32xl\:focus\:via-indigo-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)); + .\32xl\:focus\:via-gray-900:focus { + --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)); } .\32xl\:focus\:via-indigo-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)); - } - - .\32xl\:focus\:via-indigo-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #e6e8ff, var(--tw-gradient-to, rgba(230, 232, 255, 0)); } .\32xl\:focus\:via-indigo-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #b2b7ff, var(--tw-gradient-to, rgba(178, 183, 255, 0)); } .\32xl\:focus\:via-indigo-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #7886d7, var(--tw-gradient-to, rgba(120, 134, 215, 0)); } .\32xl\:focus\:via-indigo-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #6574cd, var(--tw-gradient-to, rgba(101, 116, 205, 0)); } .\32xl\:focus\:via-indigo-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #5661b3, var(--tw-gradient-to, rgba(86, 97, 179, 0)); } .\32xl\:focus\:via-indigo-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #40497d, var(--tw-gradient-to, rgba(64, 73, 125, 0)); } .\32xl\:focus\:via-indigo-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #2f365f, var(--tw-gradient-to, rgba(47, 54, 95, 0)); } .\32xl\:focus\:via-indigo-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)); - } - - .\32xl\:focus\:via-purple-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)); - } - - .\32xl\:focus\:via-purple-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)); - } - - .\32xl\:focus\:via-purple-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)); - } - - .\32xl\:focus\:via-purple-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)); - } - - .\32xl\:focus\:via-purple-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)); - } - - .\32xl\:focus\:via-purple-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)); - } - - .\32xl\:focus\:via-purple-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)); - } - - .\32xl\:focus\:via-purple-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)); - } - - .\32xl\:focus\:via-purple-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)); - } - - .\32xl\:focus\:via-purple-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)); - } - - .\32xl\:focus\:via-pink-50:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)); - } - - .\32xl\:focus\:via-pink-100:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)); - } - - .\32xl\:focus\:via-pink-200:focus { - --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)); - } - - .\32xl\:focus\:via-pink-300:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)); - } - - .\32xl\:focus\:via-pink-400:focus { - --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)); - } - - .\32xl\:focus\:via-pink-500:focus { - --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)); - } - - .\32xl\:focus\:via-pink-600:focus { - --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)); - } - - .\32xl\:focus\:via-pink-700:focus { - --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)); - } - - .\32xl\:focus\:via-pink-800:focus { - --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)); - } - - .\32xl\:focus\:via-pink-900:focus { - --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)); + --tw-gradient-stops: var(--tw-gradient-from), #191e38, var(--tw-gradient-to, rgba(25, 30, 56, 0)); } .\32xl\:focus\:to-transparent:focus { @@ -171117,46 +150111,6 @@ select { --tw-gradient-to: #fff; } - .\32xl\:focus\:to-gray-50:focus { - --tw-gradient-to: #f9fafb; - } - - .\32xl\:focus\:to-gray-100:focus { - --tw-gradient-to: #f3f4f6; - } - - .\32xl\:focus\:to-gray-200:focus { - --tw-gradient-to: #e5e7eb; - } - - .\32xl\:focus\:to-gray-300:focus { - --tw-gradient-to: #d1d5db; - } - - .\32xl\:focus\:to-gray-400:focus { - --tw-gradient-to: #9ca3af; - } - - .\32xl\:focus\:to-gray-500:focus { - --tw-gradient-to: #6b7280; - } - - .\32xl\:focus\:to-gray-600:focus { - --tw-gradient-to: #4b5563; - } - - .\32xl\:focus\:to-gray-700:focus { - --tw-gradient-to: #374151; - } - - .\32xl\:focus\:to-gray-800:focus { - --tw-gradient-to: #1f2937; - } - - .\32xl\:focus\:to-gray-900:focus { - --tw-gradient-to: #111827; - } - .\32xl\:focus\:to-red-50:focus { --tw-gradient-to: #fef2f2; } @@ -171197,244 +150151,196 @@ select { --tw-gradient-to: #7f1d1d; } + .\32xl\:focus\:to-orange-50:focus { + --tw-gradient-to: #fff7ed; + } + + .\32xl\:focus\:to-orange-100:focus { + --tw-gradient-to: #ffedd5; + } + + .\32xl\:focus\:to-orange-200:focus { + --tw-gradient-to: #fed7aa; + } + + .\32xl\:focus\:to-orange-300:focus { + --tw-gradient-to: #fdba74; + } + + .\32xl\:focus\:to-orange-400:focus { + --tw-gradient-to: #fb923c; + } + + .\32xl\:focus\:to-orange-500:focus { + --tw-gradient-to: #f97316; + } + + .\32xl\:focus\:to-orange-600:focus { + --tw-gradient-to: #ea580c; + } + + .\32xl\:focus\:to-orange-700:focus { + --tw-gradient-to: #c2410c; + } + + .\32xl\:focus\:to-orange-800:focus { + --tw-gradient-to: #9a3412; + } + + .\32xl\:focus\:to-orange-900:focus { + --tw-gradient-to: #7c2d12; + } + .\32xl\:focus\:to-yellow-50:focus { - --tw-gradient-to: #fffbeb; + --tw-gradient-to: #fefce8; } .\32xl\:focus\:to-yellow-100:focus { - --tw-gradient-to: #fef3c7; + --tw-gradient-to: #fef9c3; } .\32xl\:focus\:to-yellow-200:focus { - --tw-gradient-to: #fde68a; + --tw-gradient-to: #fef08a; } .\32xl\:focus\:to-yellow-300:focus { - --tw-gradient-to: #fcd34d; + --tw-gradient-to: #fde047; } .\32xl\:focus\:to-yellow-400:focus { - --tw-gradient-to: #fbbf24; + --tw-gradient-to: #facc15; } .\32xl\:focus\:to-yellow-500:focus { - --tw-gradient-to: #f59e0b; + --tw-gradient-to: #eab308; } .\32xl\:focus\:to-yellow-600:focus { - --tw-gradient-to: #d97706; + --tw-gradient-to: #ca8a04; } .\32xl\:focus\:to-yellow-700:focus { - --tw-gradient-to: #b45309; + --tw-gradient-to: #a16207; } .\32xl\:focus\:to-yellow-800:focus { - --tw-gradient-to: #92400e; + --tw-gradient-to: #854d0e; } .\32xl\:focus\:to-yellow-900:focus { - --tw-gradient-to: #78350f; + --tw-gradient-to: #713f12; } .\32xl\:focus\:to-green-50:focus { - --tw-gradient-to: #ecfdf5; + --tw-gradient-to: #f0fdf4; } .\32xl\:focus\:to-green-100:focus { - --tw-gradient-to: #d1fae5; + --tw-gradient-to: #dcfce7; } .\32xl\:focus\:to-green-200:focus { - --tw-gradient-to: #a7f3d0; + --tw-gradient-to: #bbf7d0; } .\32xl\:focus\:to-green-300:focus { - --tw-gradient-to: #6ee7b7; + --tw-gradient-to: #86efac; } .\32xl\:focus\:to-green-400:focus { - --tw-gradient-to: #34d399; + --tw-gradient-to: #4ade80; } .\32xl\:focus\:to-green-500:focus { - --tw-gradient-to: #10b981; + --tw-gradient-to: #22c55e; } .\32xl\:focus\:to-green-600:focus { - --tw-gradient-to: #059669; + --tw-gradient-to: #16a34a; } .\32xl\:focus\:to-green-700:focus { - --tw-gradient-to: #047857; + --tw-gradient-to: #15803d; } .\32xl\:focus\:to-green-800:focus { - --tw-gradient-to: #065f46; + --tw-gradient-to: #166534; } .\32xl\:focus\:to-green-900:focus { - --tw-gradient-to: #064e3b; + --tw-gradient-to: #14532d; } - .\32xl\:focus\:to-blue-50:focus { - --tw-gradient-to: #eff6ff; + .\32xl\:focus\:to-gray-50:focus { + --tw-gradient-to: #f8fafc; } - .\32xl\:focus\:to-blue-100:focus { - --tw-gradient-to: #dbeafe; + .\32xl\:focus\:to-gray-100:focus { + --tw-gradient-to: #f1f5f9; } - .\32xl\:focus\:to-blue-200:focus { - --tw-gradient-to: #bfdbfe; + .\32xl\:focus\:to-gray-200:focus { + --tw-gradient-to: #e2e8f0; } - .\32xl\:focus\:to-blue-300:focus { - --tw-gradient-to: #93c5fd; + .\32xl\:focus\:to-gray-300:focus { + --tw-gradient-to: #cbd5e1; } - .\32xl\:focus\:to-blue-400:focus { - --tw-gradient-to: #60a5fa; + .\32xl\:focus\:to-gray-400:focus { + --tw-gradient-to: #94a3b8; } - .\32xl\:focus\:to-blue-500:focus { - --tw-gradient-to: #3b82f6; + .\32xl\:focus\:to-gray-500:focus { + --tw-gradient-to: #64748b; } - .\32xl\:focus\:to-blue-600:focus { - --tw-gradient-to: #2563eb; + .\32xl\:focus\:to-gray-600:focus { + --tw-gradient-to: #475569; } - .\32xl\:focus\:to-blue-700:focus { - --tw-gradient-to: #1d4ed8; + .\32xl\:focus\:to-gray-700:focus { + --tw-gradient-to: #334155; } - .\32xl\:focus\:to-blue-800:focus { - --tw-gradient-to: #1e40af; + .\32xl\:focus\:to-gray-800:focus { + --tw-gradient-to: #1e293b; } - .\32xl\:focus\:to-blue-900:focus { - --tw-gradient-to: #1e3a8a; - } - - .\32xl\:focus\:to-indigo-50:focus { - --tw-gradient-to: #eef2ff; + .\32xl\:focus\:to-gray-900:focus { + --tw-gradient-to: #0f172a; } .\32xl\:focus\:to-indigo-100:focus { - --tw-gradient-to: #e0e7ff; - } - - .\32xl\:focus\:to-indigo-200:focus { - --tw-gradient-to: #c7d2fe; + --tw-gradient-to: #e6e8ff; } .\32xl\:focus\:to-indigo-300:focus { - --tw-gradient-to: #a5b4fc; + --tw-gradient-to: #b2b7ff; } .\32xl\:focus\:to-indigo-400:focus { - --tw-gradient-to: #818cf8; + --tw-gradient-to: #7886d7; } .\32xl\:focus\:to-indigo-500:focus { - --tw-gradient-to: #6366f1; + --tw-gradient-to: #6574cd; } .\32xl\:focus\:to-indigo-600:focus { - --tw-gradient-to: #4f46e5; + --tw-gradient-to: #5661b3; } .\32xl\:focus\:to-indigo-700:focus { - --tw-gradient-to: #4338ca; + --tw-gradient-to: #40497d; } .\32xl\:focus\:to-indigo-800:focus { - --tw-gradient-to: #3730a3; + --tw-gradient-to: #2f365f; } .\32xl\:focus\:to-indigo-900:focus { - --tw-gradient-to: #312e81; - } - - .\32xl\:focus\:to-purple-50:focus { - --tw-gradient-to: #f5f3ff; - } - - .\32xl\:focus\:to-purple-100:focus { - --tw-gradient-to: #ede9fe; - } - - .\32xl\:focus\:to-purple-200:focus { - --tw-gradient-to: #ddd6fe; - } - - .\32xl\:focus\:to-purple-300:focus { - --tw-gradient-to: #c4b5fd; - } - - .\32xl\:focus\:to-purple-400:focus { - --tw-gradient-to: #a78bfa; - } - - .\32xl\:focus\:to-purple-500:focus { - --tw-gradient-to: #8b5cf6; - } - - .\32xl\:focus\:to-purple-600:focus { - --tw-gradient-to: #7c3aed; - } - - .\32xl\:focus\:to-purple-700:focus { - --tw-gradient-to: #6d28d9; - } - - .\32xl\:focus\:to-purple-800:focus { - --tw-gradient-to: #5b21b6; - } - - .\32xl\:focus\:to-purple-900:focus { - --tw-gradient-to: #4c1d95; - } - - .\32xl\:focus\:to-pink-50:focus { - --tw-gradient-to: #fdf2f8; - } - - .\32xl\:focus\:to-pink-100:focus { - --tw-gradient-to: #fce7f3; - } - - .\32xl\:focus\:to-pink-200:focus { - --tw-gradient-to: #fbcfe8; - } - - .\32xl\:focus\:to-pink-300:focus { - --tw-gradient-to: #f9a8d4; - } - - .\32xl\:focus\:to-pink-400:focus { - --tw-gradient-to: #f472b6; - } - - .\32xl\:focus\:to-pink-500:focus { - --tw-gradient-to: #ec4899; - } - - .\32xl\:focus\:to-pink-600:focus { - --tw-gradient-to: #db2777; - } - - .\32xl\:focus\:to-pink-700:focus { - --tw-gradient-to: #be185d; - } - - .\32xl\:focus\:to-pink-800:focus { - --tw-gradient-to: #9d174d; - } - - .\32xl\:focus\:to-pink-900:focus { - --tw-gradient-to: #831843; + --tw-gradient-to: #191e38; } .\32xl\:bg-opacity-0 { @@ -171835,56 +150741,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .\32xl\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .\32xl\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .\32xl\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -171935,304 +150791,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .\32xl\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .\32xl\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .\32xl\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .\32xl\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .\32xl\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .\32xl\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .\32xl\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .\32xl\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .\32xl\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .\32xl\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .\32xl\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .\32xl\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .\32xl\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .\32xl\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .\32xl\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .\32xl\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .\32xl\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .\32xl\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .\32xl\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .\32xl\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .\32xl\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .\32xl\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .\32xl\:border-blue-50 { + .\32xl\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .\32xl\:border-blue-100 { + .\32xl\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .\32xl\:border-blue-200 { + .\32xl\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .\32xl\:border-blue-300 { + .\32xl\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .\32xl\:border-blue-400 { + .\32xl\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .\32xl\:border-blue-500 { + .\32xl\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .\32xl\:border-blue-600 { + .\32xl\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .\32xl\:border-blue-700 { + .\32xl\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .\32xl\:border-blue-800 { + .\32xl\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .\32xl\:border-blue-900 { + .\32xl\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .\32xl\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .\32xl\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .\32xl\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .\32xl\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .\32xl\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .\32xl\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .\32xl\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .\32xl\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-transparent { @@ -172253,56 +151049,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-gray-50 { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-100 { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-200 { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-300 { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-500 { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-800 { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-gray-900 { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .group:hover .\32xl\:group-hover\:border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -172353,304 +151099,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .group:hover .\32xl\:group-hover\:border-orange-50 { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-100 { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-200 { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-300 { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-400 { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-500 { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-600 { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-700 { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-800 { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .group:hover .\32xl\:group-hover\:border-orange-900 { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .group:hover .\32xl\:group-hover\:border-yellow-50 { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-100 { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-200 { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-400 { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-500 { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-600 { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-700 { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-800 { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-yellow-900 { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-50 { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-100 { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-200 { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-300 { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-400 { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-500 { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-600 { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-700 { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-800 { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-green-900 { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-50 { + .group:hover .\32xl\:group-hover\:border-gray-50 { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-100 { + .group:hover .\32xl\:group-hover\:border-gray-100 { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-200 { + .group:hover .\32xl\:group-hover\:border-gray-200 { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-300 { + .group:hover .\32xl\:group-hover\:border-gray-300 { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-400 { + .group:hover .\32xl\:group-hover\:border-gray-400 { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-500 { + .group:hover .\32xl\:group-hover\:border-gray-500 { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-600 { + .group:hover .\32xl\:group-hover\:border-gray-600 { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-700 { + .group:hover .\32xl\:group-hover\:border-gray-700 { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-800 { + .group:hover .\32xl\:group-hover\:border-gray-800 { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .group:hover .\32xl\:group-hover\:border-blue-900 { + .group:hover .\32xl\:group-hover\:border-gray-900 { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-indigo-50 { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-100 { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-indigo-200 { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-300 { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-400 { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-500 { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-600 { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-700 { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-800 { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .group:hover .\32xl\:group-hover\:border-indigo-900 { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-50 { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-100 { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-200 { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-300 { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-400 { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-500 { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-600 { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-700 { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-800 { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-purple-900 { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-50 { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-100 { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-200 { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-300 { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-400 { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-500 { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-600 { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-700 { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-800 { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .group:hover .\32xl\:group-hover\:border-pink-900 { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-transparent:focus-within { @@ -172671,56 +151357,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-gray-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-gray-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .\32xl\:focus-within\:border-red-50:focus-within { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -172771,304 +151407,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .\32xl\:focus-within\:border-orange-50:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-100:focus-within { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-200:focus-within { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-300:focus-within { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-400:focus-within { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-500:focus-within { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-600:focus-within { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-700:focus-within { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-800:focus-within { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .\32xl\:focus-within\:border-orange-900:focus-within { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .\32xl\:focus-within\:border-yellow-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-yellow-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-green-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-50:focus-within { + .\32xl\:focus-within\:border-gray-50:focus-within { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-100:focus-within { + .\32xl\:focus-within\:border-gray-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-200:focus-within { + .\32xl\:focus-within\:border-gray-200:focus-within { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-300:focus-within { + .\32xl\:focus-within\:border-gray-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-400:focus-within { + .\32xl\:focus-within\:border-gray-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-500:focus-within { + .\32xl\:focus-within\:border-gray-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-600:focus-within { + .\32xl\:focus-within\:border-gray-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-700:focus-within { + .\32xl\:focus-within\:border-gray-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-800:focus-within { + .\32xl\:focus-within\:border-gray-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .\32xl\:focus-within\:border-blue-900:focus-within { + .\32xl\:focus-within\:border-gray-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-100:focus-within { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-indigo-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-300:focus-within { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-400:focus-within { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-500:focus-within { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-600:focus-within { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-700:focus-within { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-800:focus-within { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .\32xl\:focus-within\:border-indigo-900:focus-within { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-purple-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-50:focus-within { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-100:focus-within { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-200:focus-within { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-300:focus-within { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-400:focus-within { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-500:focus-within { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-600:focus-within { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-700:focus-within { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-800:focus-within { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus-within\:border-pink-900:focus-within { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .\32xl\:hover\:border-transparent:hover { @@ -173089,56 +151665,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .\32xl\:hover\:border-gray-50:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-100:hover { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-200:hover { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-300:hover { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-500:hover { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-600:hover { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-700:hover { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-gray-900:hover { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .\32xl\:hover\:border-red-50:hover { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -173189,304 +151715,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .\32xl\:hover\:border-orange-50:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-100:hover { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-200:hover { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-300:hover { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-400:hover { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-500:hover { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-600:hover { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-700:hover { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-800:hover { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .\32xl\:hover\:border-orange-900:hover { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .\32xl\:hover\:border-yellow-50:hover { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-100:hover { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-200:hover { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-300:hover { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-400:hover { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-500:hover { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-600:hover { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-700:hover { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-800:hover { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .\32xl\:hover\:border-yellow-900:hover { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-50:hover { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-100:hover { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-200:hover { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-300:hover { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-400:hover { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-500:hover { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-600:hover { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-700:hover { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-800:hover { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .\32xl\:hover\:border-green-900:hover { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-50:hover { + .\32xl\:hover\:border-gray-50:hover { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-100:hover { + .\32xl\:hover\:border-gray-100:hover { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-200:hover { + .\32xl\:hover\:border-gray-200:hover { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-300:hover { + .\32xl\:hover\:border-gray-300:hover { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-400:hover { + .\32xl\:hover\:border-gray-400:hover { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-500:hover { + .\32xl\:hover\:border-gray-500:hover { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-600:hover { + .\32xl\:hover\:border-gray-600:hover { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-700:hover { + .\32xl\:hover\:border-gray-700:hover { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-800:hover { + .\32xl\:hover\:border-gray-800:hover { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .\32xl\:hover\:border-blue-900:hover { + .\32xl\:hover\:border-gray-900:hover { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-50:hover { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-100:hover { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-indigo-200:hover { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-300:hover { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-400:hover { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-500:hover { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-600:hover { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-700:hover { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-800:hover { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .\32xl\:hover\:border-indigo-900:hover { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-50:hover { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-100:hover { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-200:hover { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-300:hover { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-400:hover { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-500:hover { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-600:hover { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-700:hover { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-800:hover { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-purple-900:hover { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-50:hover { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-100:hover { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-200:hover { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-300:hover { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-400:hover { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-500:hover { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-600:hover { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-700:hover { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-800:hover { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:hover\:border-pink-900:hover { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .\32xl\:focus\:border-transparent:focus { @@ -173507,56 +151973,6 @@ select { border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } - .\32xl\:focus\:border-gray-50:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 250, 251, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-100:focus { - --tw-border-opacity: 1; - border-color: rgba(243, 244, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-200:focus { - --tw-border-opacity: 1; - border-color: rgba(229, 231, 235, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-300:focus { - --tw-border-opacity: 1; - border-color: rgba(209, 213, 219, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-400:focus { - --tw-border-opacity: 1; - border-color: rgba(156, 163, 175, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgba(107, 114, 128, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-600:focus { - --tw-border-opacity: 1; - border-color: rgba(75, 85, 99, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-700:focus { - --tw-border-opacity: 1; - border-color: rgba(55, 65, 81, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-800:focus { - --tw-border-opacity: 1; - border-color: rgba(31, 41, 55, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-gray-900:focus { - --tw-border-opacity: 1; - border-color: rgba(17, 24, 39, var(--tw-border-opacity)); - } - .\32xl\:focus\:border-red-50:focus { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); @@ -173607,304 +152023,244 @@ select { border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } + .\32xl\:focus\:border-orange-50:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 247, 237, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-100:focus { + --tw-border-opacity: 1; + border-color: rgba(255, 237, 213, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-200:focus { + --tw-border-opacity: 1; + border-color: rgba(254, 215, 170, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-300:focus { + --tw-border-opacity: 1; + border-color: rgba(253, 186, 116, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-400:focus { + --tw-border-opacity: 1; + border-color: rgba(251, 146, 60, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-500:focus { + --tw-border-opacity: 1; + border-color: rgba(249, 115, 22, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-600:focus { + --tw-border-opacity: 1; + border-color: rgba(234, 88, 12, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-700:focus { + --tw-border-opacity: 1; + border-color: rgba(194, 65, 12, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-800:focus { + --tw-border-opacity: 1; + border-color: rgba(154, 52, 18, var(--tw-border-opacity)); + } + + .\32xl\:focus\:border-orange-900:focus { + --tw-border-opacity: 1; + border-color: rgba(124, 45, 18, var(--tw-border-opacity)); + } + .\32xl\:focus\:border-yellow-50:focus { --tw-border-opacity: 1; - border-color: rgba(255, 251, 235, var(--tw-border-opacity)); + border-color: rgba(254, 252, 232, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-100:focus { --tw-border-opacity: 1; - border-color: rgba(254, 243, 199, var(--tw-border-opacity)); + border-color: rgba(254, 249, 195, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-200:focus { --tw-border-opacity: 1; - border-color: rgba(253, 230, 138, var(--tw-border-opacity)); + border-color: rgba(254, 240, 138, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-300:focus { --tw-border-opacity: 1; - border-color: rgba(252, 211, 77, var(--tw-border-opacity)); + border-color: rgba(253, 224, 71, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-400:focus { --tw-border-opacity: 1; - border-color: rgba(251, 191, 36, var(--tw-border-opacity)); + border-color: rgba(250, 204, 21, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-500:focus { --tw-border-opacity: 1; - border-color: rgba(245, 158, 11, var(--tw-border-opacity)); + border-color: rgba(234, 179, 8, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-600:focus { --tw-border-opacity: 1; - border-color: rgba(217, 119, 6, var(--tw-border-opacity)); + border-color: rgba(202, 138, 4, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-700:focus { --tw-border-opacity: 1; - border-color: rgba(180, 83, 9, var(--tw-border-opacity)); + border-color: rgba(161, 98, 7, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-800:focus { --tw-border-opacity: 1; - border-color: rgba(146, 64, 14, var(--tw-border-opacity)); + border-color: rgba(133, 77, 14, var(--tw-border-opacity)); } .\32xl\:focus\:border-yellow-900:focus { --tw-border-opacity: 1; - border-color: rgba(120, 53, 15, var(--tw-border-opacity)); + border-color: rgba(113, 63, 18, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-50:focus { --tw-border-opacity: 1; - border-color: rgba(236, 253, 245, var(--tw-border-opacity)); + border-color: rgba(240, 253, 244, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-100:focus { --tw-border-opacity: 1; - border-color: rgba(209, 250, 229, var(--tw-border-opacity)); + border-color: rgba(220, 252, 231, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-200:focus { --tw-border-opacity: 1; - border-color: rgba(167, 243, 208, var(--tw-border-opacity)); + border-color: rgba(187, 247, 208, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-300:focus { --tw-border-opacity: 1; - border-color: rgba(110, 231, 183, var(--tw-border-opacity)); + border-color: rgba(134, 239, 172, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-400:focus { --tw-border-opacity: 1; - border-color: rgba(52, 211, 153, var(--tw-border-opacity)); + border-color: rgba(74, 222, 128, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-500:focus { --tw-border-opacity: 1; - border-color: rgba(16, 185, 129, var(--tw-border-opacity)); + border-color: rgba(34, 197, 94, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-600:focus { --tw-border-opacity: 1; - border-color: rgba(5, 150, 105, var(--tw-border-opacity)); + border-color: rgba(22, 163, 74, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-700:focus { --tw-border-opacity: 1; - border-color: rgba(4, 120, 87, var(--tw-border-opacity)); + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-800:focus { --tw-border-opacity: 1; - border-color: rgba(6, 95, 70, var(--tw-border-opacity)); + border-color: rgba(22, 101, 52, var(--tw-border-opacity)); } .\32xl\:focus\:border-green-900:focus { --tw-border-opacity: 1; - border-color: rgba(6, 78, 59, var(--tw-border-opacity)); + border-color: rgba(20, 83, 45, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-50:focus { + .\32xl\:focus\:border-gray-50:focus { --tw-border-opacity: 1; - border-color: rgba(239, 246, 255, var(--tw-border-opacity)); + border-color: rgba(248, 250, 252, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-100:focus { + .\32xl\:focus\:border-gray-100:focus { --tw-border-opacity: 1; - border-color: rgba(219, 234, 254, var(--tw-border-opacity)); + border-color: rgba(241, 245, 249, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-200:focus { + .\32xl\:focus\:border-gray-200:focus { --tw-border-opacity: 1; - border-color: rgba(191, 219, 254, var(--tw-border-opacity)); + border-color: rgba(226, 232, 240, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-300:focus { + .\32xl\:focus\:border-gray-300:focus { --tw-border-opacity: 1; - border-color: rgba(147, 197, 253, var(--tw-border-opacity)); + border-color: rgba(203, 213, 225, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-400:focus { + .\32xl\:focus\:border-gray-400:focus { --tw-border-opacity: 1; - border-color: rgba(96, 165, 250, var(--tw-border-opacity)); + border-color: rgba(148, 163, 184, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-500:focus { + .\32xl\:focus\:border-gray-500:focus { --tw-border-opacity: 1; - border-color: rgba(59, 130, 246, var(--tw-border-opacity)); + border-color: rgba(100, 116, 139, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-600:focus { + .\32xl\:focus\:border-gray-600:focus { --tw-border-opacity: 1; - border-color: rgba(37, 99, 235, var(--tw-border-opacity)); + border-color: rgba(71, 85, 105, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-700:focus { + .\32xl\:focus\:border-gray-700:focus { --tw-border-opacity: 1; - border-color: rgba(29, 78, 216, var(--tw-border-opacity)); + border-color: rgba(51, 65, 85, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-800:focus { + .\32xl\:focus\:border-gray-800:focus { --tw-border-opacity: 1; - border-color: rgba(30, 64, 175, var(--tw-border-opacity)); + border-color: rgba(30, 41, 59, var(--tw-border-opacity)); } - .\32xl\:focus\:border-blue-900:focus { + .\32xl\:focus\:border-gray-900:focus { --tw-border-opacity: 1; - border-color: rgba(30, 58, 138, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-50:focus { - --tw-border-opacity: 1; - border-color: rgba(238, 242, 255, var(--tw-border-opacity)); + border-color: rgba(15, 23, 42, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-100:focus { --tw-border-opacity: 1; - border-color: rgba(224, 231, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-indigo-200:focus { - --tw-border-opacity: 1; - border-color: rgba(199, 210, 254, var(--tw-border-opacity)); + border-color: rgba(230, 232, 255, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-300:focus { --tw-border-opacity: 1; - border-color: rgba(165, 180, 252, var(--tw-border-opacity)); + border-color: rgba(178, 183, 255, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-400:focus { --tw-border-opacity: 1; - border-color: rgba(129, 140, 248, var(--tw-border-opacity)); + border-color: rgba(120, 134, 215, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; - border-color: rgba(99, 102, 241, var(--tw-border-opacity)); + border-color: rgba(101, 116, 205, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-600:focus { --tw-border-opacity: 1; - border-color: rgba(79, 70, 229, var(--tw-border-opacity)); + border-color: rgba(86, 97, 179, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-700:focus { --tw-border-opacity: 1; - border-color: rgba(67, 56, 202, var(--tw-border-opacity)); + border-color: rgba(64, 73, 125, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-800:focus { --tw-border-opacity: 1; - border-color: rgba(55, 48, 163, var(--tw-border-opacity)); + border-color: rgba(47, 54, 95, var(--tw-border-opacity)); } .\32xl\:focus\:border-indigo-900:focus { --tw-border-opacity: 1; - border-color: rgba(49, 46, 129, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-50:focus { - --tw-border-opacity: 1; - border-color: rgba(245, 243, 255, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-100:focus { - --tw-border-opacity: 1; - border-color: rgba(237, 233, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-200:focus { - --tw-border-opacity: 1; - border-color: rgba(221, 214, 254, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-300:focus { - --tw-border-opacity: 1; - border-color: rgba(196, 181, 253, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-400:focus { - --tw-border-opacity: 1; - border-color: rgba(167, 139, 250, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-500:focus { - --tw-border-opacity: 1; - border-color: rgba(139, 92, 246, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-600:focus { - --tw-border-opacity: 1; - border-color: rgba(124, 58, 237, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-700:focus { - --tw-border-opacity: 1; - border-color: rgba(109, 40, 217, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-800:focus { - --tw-border-opacity: 1; - border-color: rgba(91, 33, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-purple-900:focus { - --tw-border-opacity: 1; - border-color: rgba(76, 29, 149, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-50:focus { - --tw-border-opacity: 1; - border-color: rgba(253, 242, 248, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-100:focus { - --tw-border-opacity: 1; - border-color: rgba(252, 231, 243, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-200:focus { - --tw-border-opacity: 1; - border-color: rgba(251, 207, 232, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-300:focus { - --tw-border-opacity: 1; - border-color: rgba(249, 168, 212, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-400:focus { - --tw-border-opacity: 1; - border-color: rgba(244, 114, 182, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-500:focus { - --tw-border-opacity: 1; - border-color: rgba(236, 72, 153, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-600:focus { - --tw-border-opacity: 1; - border-color: rgba(219, 39, 119, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-700:focus { - --tw-border-opacity: 1; - border-color: rgba(190, 24, 93, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-800:focus { - --tw-border-opacity: 1; - border-color: rgba(157, 23, 77, var(--tw-border-opacity)); - } - - .\32xl\:focus\:border-pink-900:focus { - --tw-border-opacity: 1; - border-color: rgba(131, 24, 67, var(--tw-border-opacity)); + border-color: rgba(25, 30, 56, var(--tw-border-opacity)); } .\32xl\:border-opacity-0 { @@ -179626,156 +157982,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-gray-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-gray-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .\32xl\:placeholder-red-50::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -179926,904 +158132,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .\32xl\:placeholder-orange-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-100::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-100:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-100::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-200::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-200:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-200::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-700::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-700:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-700::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-800::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-800:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-800::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-900::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-900:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:placeholder-orange-900::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .\32xl\:placeholder-yellow-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-yellow-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-green-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-50::-moz-placeholder { + .\32xl\:placeholder-gray-50::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-50:-ms-input-placeholder { + .\32xl\:placeholder-gray-50:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-50::placeholder { + .\32xl\:placeholder-gray-50::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-100::-moz-placeholder { + .\32xl\:placeholder-gray-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-100:-ms-input-placeholder { + .\32xl\:placeholder-gray-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-100::placeholder { + .\32xl\:placeholder-gray-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-200::-moz-placeholder { + .\32xl\:placeholder-gray-200::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-200:-ms-input-placeholder { + .\32xl\:placeholder-gray-200:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-200::placeholder { + .\32xl\:placeholder-gray-200::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-300::-moz-placeholder { + .\32xl\:placeholder-gray-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-300:-ms-input-placeholder { + .\32xl\:placeholder-gray-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-300::placeholder { + .\32xl\:placeholder-gray-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-400::-moz-placeholder { + .\32xl\:placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-400:-ms-input-placeholder { + .\32xl\:placeholder-gray-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-400::placeholder { + .\32xl\:placeholder-gray-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-500::-moz-placeholder { + .\32xl\:placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-500:-ms-input-placeholder { + .\32xl\:placeholder-gray-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-500::placeholder { + .\32xl\:placeholder-gray-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-600::-moz-placeholder { + .\32xl\:placeholder-gray-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-600:-ms-input-placeholder { + .\32xl\:placeholder-gray-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-600::placeholder { + .\32xl\:placeholder-gray-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-700::-moz-placeholder { + .\32xl\:placeholder-gray-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-700:-ms-input-placeholder { + .\32xl\:placeholder-gray-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-700::placeholder { + .\32xl\:placeholder-gray-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-800::-moz-placeholder { + .\32xl\:placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-800:-ms-input-placeholder { + .\32xl\:placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-800::placeholder { + .\32xl\:placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-900::-moz-placeholder { + .\32xl\:placeholder-gray-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-900:-ms-input-placeholder { + .\32xl\:placeholder-gray-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .\32xl\:placeholder-blue-900::placeholder { + .\32xl\:placeholder-gray-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-100::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-100:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-100::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-indigo-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-300::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-300:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-300::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-400::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-400:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-400::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-500::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-500:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-500::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-600::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-600:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-600::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-700::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-700:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-700::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-800::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-900::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-900:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-indigo-900::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-purple-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-50::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-100::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-200::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-300::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-400::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-500::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-600::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-700::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-800::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:placeholder-pink-900::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder { @@ -180880,156 +158906,6 @@ select { color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 250, 251, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(243, 244, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(229, 231, 235, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(209, 213, 219, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(156, 163, 175, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(107, 114, 128, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(75, 85, 99, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(55, 65, 81, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(31, 41, 55, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-gray-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(17, 24, 39, var(--tw-placeholder-opacity)); - } - .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(254, 242, 242, var(--tw-placeholder-opacity)); @@ -181180,904 +159056,724 @@ select { color: rgba(127, 29, 29, var(--tw-placeholder-opacity)); } + .\32xl\:focus\:placeholder-orange-50:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-50:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-50:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 247, 237, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-100:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-100:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(255, 237, 213, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-200:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-200:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(254, 215, 170, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-300:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-300:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(253, 186, 116, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-400:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-400:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(251, 146, 60, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(249, 115, 22, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(234, 88, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-700:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-700:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(194, 65, 12, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-800:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-800:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(154, 52, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-900:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + + .\32xl\:focus\:placeholder-orange-900:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgba(124, 45, 18, var(--tw-placeholder-opacity)); + } + .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(255, 251, 235, var(--tw-placeholder-opacity)); + color: rgba(254, 252, 232, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(254, 243, 199, var(--tw-placeholder-opacity)); + color: rgba(254, 249, 195, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(253, 230, 138, var(--tw-placeholder-opacity)); + color: rgba(254, 240, 138, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(252, 211, 77, var(--tw-placeholder-opacity)); + color: rgba(253, 224, 71, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(251, 191, 36, var(--tw-placeholder-opacity)); + color: rgba(250, 204, 21, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(245, 158, 11, var(--tw-placeholder-opacity)); + color: rgba(234, 179, 8, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(217, 119, 6, var(--tw-placeholder-opacity)); + color: rgba(202, 138, 4, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(180, 83, 9, var(--tw-placeholder-opacity)); + color: rgba(161, 98, 7, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(146, 64, 14, var(--tw-placeholder-opacity)); + color: rgba(133, 77, 14, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-yellow-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(120, 53, 15, var(--tw-placeholder-opacity)); + color: rgba(113, 63, 18, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(236, 253, 245, var(--tw-placeholder-opacity)); + color: rgba(240, 253, 244, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(209, 250, 229, var(--tw-placeholder-opacity)); + color: rgba(220, 252, 231, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(167, 243, 208, var(--tw-placeholder-opacity)); + color: rgba(187, 247, 208, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(110, 231, 183, var(--tw-placeholder-opacity)); + color: rgba(134, 239, 172, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(52, 211, 153, var(--tw-placeholder-opacity)); + color: rgba(74, 222, 128, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(16, 185, 129, var(--tw-placeholder-opacity)); + color: rgba(34, 197, 94, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(5, 150, 105, var(--tw-placeholder-opacity)); + color: rgba(22, 163, 74, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(4, 120, 87, var(--tw-placeholder-opacity)); + color: rgba(21, 128, 61, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 95, 70, var(--tw-placeholder-opacity)); + color: rgba(22, 101, 52, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-green-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(6, 78, 59, var(--tw-placeholder-opacity)); + color: rgba(20, 83, 45, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-50:focus::placeholder { + .\32xl\:focus\:placeholder-gray-50:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(239, 246, 255, var(--tw-placeholder-opacity)); + color: rgba(248, 250, 252, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-100:focus::placeholder { + .\32xl\:focus\:placeholder-gray-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(219, 234, 254, var(--tw-placeholder-opacity)); + color: rgba(241, 245, 249, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-200:focus::placeholder { + .\32xl\:focus\:placeholder-gray-200:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(191, 219, 254, var(--tw-placeholder-opacity)); + color: rgba(226, 232, 240, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-300:focus::placeholder { + .\32xl\:focus\:placeholder-gray-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(147, 197, 253, var(--tw-placeholder-opacity)); + color: rgba(203, 213, 225, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-400:focus::placeholder { + .\32xl\:focus\:placeholder-gray-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(96, 165, 250, var(--tw-placeholder-opacity)); + color: rgba(148, 163, 184, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-500:focus::placeholder { + .\32xl\:focus\:placeholder-gray-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(59, 130, 246, var(--tw-placeholder-opacity)); + color: rgba(100, 116, 139, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-600:focus::placeholder { + .\32xl\:focus\:placeholder-gray-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(37, 99, 235, var(--tw-placeholder-opacity)); + color: rgba(71, 85, 105, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-700:focus::placeholder { + .\32xl\:focus\:placeholder-gray-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(29, 78, 216, var(--tw-placeholder-opacity)); + color: rgba(51, 65, 85, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-800:focus::placeholder { + .\32xl\:focus\:placeholder-gray-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 64, 175, var(--tw-placeholder-opacity)); + color: rgba(30, 41, 59, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder { + .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder { + .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } - .\32xl\:focus\:placeholder-blue-900:focus::placeholder { + .\32xl\:focus\:placeholder-gray-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(30, 58, 138, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(238, 242, 255, var(--tw-placeholder-opacity)); + color: rgba(15, 23, 42, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-100:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(224, 231, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-indigo-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(199, 210, 254, var(--tw-placeholder-opacity)); + color: rgba(230, 232, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-300:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(165, 180, 252, var(--tw-placeholder-opacity)); + color: rgba(178, 183, 255, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-400:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(129, 140, 248, var(--tw-placeholder-opacity)); + color: rgba(120, 134, 215, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-500:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(99, 102, 241, var(--tw-placeholder-opacity)); + color: rgba(101, 116, 205, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-600:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(79, 70, 229, var(--tw-placeholder-opacity)); + color: rgba(86, 97, 179, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-700:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(67, 56, 202, var(--tw-placeholder-opacity)); + color: rgba(64, 73, 125, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-800:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(55, 48, 163, var(--tw-placeholder-opacity)); + color: rgba(47, 54, 95, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:focus\:placeholder-indigo-900:focus::placeholder { --tw-placeholder-opacity: 1; - color: rgba(49, 46, 129, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(245, 243, 255, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(237, 233, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(221, 214, 254, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(196, 181, 253, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(167, 139, 250, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(139, 92, 246, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(124, 58, 237, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(109, 40, 217, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(91, 33, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-purple-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(76, 29, 149, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-50:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(253, 242, 248, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-100:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(252, 231, 243, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-200:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(251, 207, 232, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-300:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(249, 168, 212, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-400:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(244, 114, 182, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-500:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(236, 72, 153, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-600:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(219, 39, 119, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-700:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(190, 24, 93, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-800:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(157, 23, 77, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); - } - - .\32xl\:focus\:placeholder-pink-900:focus::placeholder { - --tw-placeholder-opacity: 1; - color: rgba(131, 24, 67, var(--tw-placeholder-opacity)); + color: rgba(25, 30, 56, var(--tw-placeholder-opacity)); } .\32xl\:placeholder-opacity-0::-moz-placeholder { @@ -185625,46 +163321,6 @@ select { --tw-ring-offset-color: #fff; } - .\32xl\:ring-offset-gray-50 { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:ring-offset-gray-100 { - --tw-ring-offset-color: #f3f4f6; - } - - .\32xl\:ring-offset-gray-200 { - --tw-ring-offset-color: #e5e7eb; - } - - .\32xl\:ring-offset-gray-300 { - --tw-ring-offset-color: #d1d5db; - } - - .\32xl\:ring-offset-gray-400 { - --tw-ring-offset-color: #9ca3af; - } - - .\32xl\:ring-offset-gray-500 { - --tw-ring-offset-color: #6b7280; - } - - .\32xl\:ring-offset-gray-600 { - --tw-ring-offset-color: #4b5563; - } - - .\32xl\:ring-offset-gray-700 { - --tw-ring-offset-color: #374151; - } - - .\32xl\:ring-offset-gray-800 { - --tw-ring-offset-color: #1f2937; - } - - .\32xl\:ring-offset-gray-900 { - --tw-ring-offset-color: #111827; - } - .\32xl\:ring-offset-red-50 { --tw-ring-offset-color: #fef2f2; } @@ -185705,244 +163361,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .\32xl\:ring-offset-orange-50 { + --tw-ring-offset-color: #fff7ed; + } + + .\32xl\:ring-offset-orange-100 { + --tw-ring-offset-color: #ffedd5; + } + + .\32xl\:ring-offset-orange-200 { + --tw-ring-offset-color: #fed7aa; + } + + .\32xl\:ring-offset-orange-300 { + --tw-ring-offset-color: #fdba74; + } + + .\32xl\:ring-offset-orange-400 { + --tw-ring-offset-color: #fb923c; + } + + .\32xl\:ring-offset-orange-500 { + --tw-ring-offset-color: #f97316; + } + + .\32xl\:ring-offset-orange-600 { + --tw-ring-offset-color: #ea580c; + } + + .\32xl\:ring-offset-orange-700 { + --tw-ring-offset-color: #c2410c; + } + + .\32xl\:ring-offset-orange-800 { + --tw-ring-offset-color: #9a3412; + } + + .\32xl\:ring-offset-orange-900 { + --tw-ring-offset-color: #7c2d12; + } + .\32xl\:ring-offset-yellow-50 { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .\32xl\:ring-offset-yellow-100 { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .\32xl\:ring-offset-yellow-200 { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .\32xl\:ring-offset-yellow-300 { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .\32xl\:ring-offset-yellow-400 { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .\32xl\:ring-offset-yellow-500 { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .\32xl\:ring-offset-yellow-600 { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .\32xl\:ring-offset-yellow-700 { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .\32xl\:ring-offset-yellow-800 { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .\32xl\:ring-offset-yellow-900 { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .\32xl\:ring-offset-green-50 { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .\32xl\:ring-offset-green-100 { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .\32xl\:ring-offset-green-200 { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .\32xl\:ring-offset-green-300 { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .\32xl\:ring-offset-green-400 { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .\32xl\:ring-offset-green-500 { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .\32xl\:ring-offset-green-600 { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .\32xl\:ring-offset-green-700 { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .\32xl\:ring-offset-green-800 { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .\32xl\:ring-offset-green-900 { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .\32xl\:ring-offset-blue-50 { - --tw-ring-offset-color: #eff6ff; + .\32xl\:ring-offset-gray-50 { + --tw-ring-offset-color: #f8fafc; } - .\32xl\:ring-offset-blue-100 { - --tw-ring-offset-color: #dbeafe; + .\32xl\:ring-offset-gray-100 { + --tw-ring-offset-color: #f1f5f9; } - .\32xl\:ring-offset-blue-200 { - --tw-ring-offset-color: #bfdbfe; + .\32xl\:ring-offset-gray-200 { + --tw-ring-offset-color: #e2e8f0; } - .\32xl\:ring-offset-blue-300 { - --tw-ring-offset-color: #93c5fd; + .\32xl\:ring-offset-gray-300 { + --tw-ring-offset-color: #cbd5e1; } - .\32xl\:ring-offset-blue-400 { - --tw-ring-offset-color: #60a5fa; + .\32xl\:ring-offset-gray-400 { + --tw-ring-offset-color: #94a3b8; } - .\32xl\:ring-offset-blue-500 { - --tw-ring-offset-color: #3b82f6; + .\32xl\:ring-offset-gray-500 { + --tw-ring-offset-color: #64748b; } - .\32xl\:ring-offset-blue-600 { - --tw-ring-offset-color: #2563eb; + .\32xl\:ring-offset-gray-600 { + --tw-ring-offset-color: #475569; } - .\32xl\:ring-offset-blue-700 { - --tw-ring-offset-color: #1d4ed8; + .\32xl\:ring-offset-gray-700 { + --tw-ring-offset-color: #334155; } - .\32xl\:ring-offset-blue-800 { - --tw-ring-offset-color: #1e40af; + .\32xl\:ring-offset-gray-800 { + --tw-ring-offset-color: #1e293b; } - .\32xl\:ring-offset-blue-900 { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:ring-offset-indigo-50 { - --tw-ring-offset-color: #eef2ff; + .\32xl\:ring-offset-gray-900 { + --tw-ring-offset-color: #0f172a; } .\32xl\:ring-offset-indigo-100 { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:ring-offset-indigo-200 { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .\32xl\:ring-offset-indigo-300 { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .\32xl\:ring-offset-indigo-400 { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .\32xl\:ring-offset-indigo-500 { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .\32xl\:ring-offset-indigo-600 { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .\32xl\:ring-offset-indigo-700 { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .\32xl\:ring-offset-indigo-800 { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .\32xl\:ring-offset-indigo-900 { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:ring-offset-purple-50 { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:ring-offset-purple-100 { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:ring-offset-purple-200 { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:ring-offset-purple-300 { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:ring-offset-purple-400 { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:ring-offset-purple-500 { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:ring-offset-purple-600 { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:ring-offset-purple-700 { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:ring-offset-purple-800 { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:ring-offset-purple-900 { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:ring-offset-pink-50 { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:ring-offset-pink-100 { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:ring-offset-pink-200 { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:ring-offset-pink-300 { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:ring-offset-pink-400 { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:ring-offset-pink-500 { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:ring-offset-pink-600 { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:ring-offset-pink-700 { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:ring-offset-pink-800 { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:ring-offset-pink-900 { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .\32xl\:focus-within\:ring-offset-transparent:focus-within { @@ -185961,46 +163569,6 @@ select { --tw-ring-offset-color: #fff; } - .\32xl\:focus-within\:ring-offset-gray-50:focus-within { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:focus-within\:ring-offset-gray-100:focus-within { - --tw-ring-offset-color: #f3f4f6; - } - - .\32xl\:focus-within\:ring-offset-gray-200:focus-within { - --tw-ring-offset-color: #e5e7eb; - } - - .\32xl\:focus-within\:ring-offset-gray-300:focus-within { - --tw-ring-offset-color: #d1d5db; - } - - .\32xl\:focus-within\:ring-offset-gray-400:focus-within { - --tw-ring-offset-color: #9ca3af; - } - - .\32xl\:focus-within\:ring-offset-gray-500:focus-within { - --tw-ring-offset-color: #6b7280; - } - - .\32xl\:focus-within\:ring-offset-gray-600:focus-within { - --tw-ring-offset-color: #4b5563; - } - - .\32xl\:focus-within\:ring-offset-gray-700:focus-within { - --tw-ring-offset-color: #374151; - } - - .\32xl\:focus-within\:ring-offset-gray-800:focus-within { - --tw-ring-offset-color: #1f2937; - } - - .\32xl\:focus-within\:ring-offset-gray-900:focus-within { - --tw-ring-offset-color: #111827; - } - .\32xl\:focus-within\:ring-offset-red-50:focus-within { --tw-ring-offset-color: #fef2f2; } @@ -186041,244 +163609,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .\32xl\:focus-within\:ring-offset-orange-50:focus-within { + --tw-ring-offset-color: #fff7ed; + } + + .\32xl\:focus-within\:ring-offset-orange-100:focus-within { + --tw-ring-offset-color: #ffedd5; + } + + .\32xl\:focus-within\:ring-offset-orange-200:focus-within { + --tw-ring-offset-color: #fed7aa; + } + + .\32xl\:focus-within\:ring-offset-orange-300:focus-within { + --tw-ring-offset-color: #fdba74; + } + + .\32xl\:focus-within\:ring-offset-orange-400:focus-within { + --tw-ring-offset-color: #fb923c; + } + + .\32xl\:focus-within\:ring-offset-orange-500:focus-within { + --tw-ring-offset-color: #f97316; + } + + .\32xl\:focus-within\:ring-offset-orange-600:focus-within { + --tw-ring-offset-color: #ea580c; + } + + .\32xl\:focus-within\:ring-offset-orange-700:focus-within { + --tw-ring-offset-color: #c2410c; + } + + .\32xl\:focus-within\:ring-offset-orange-800:focus-within { + --tw-ring-offset-color: #9a3412; + } + + .\32xl\:focus-within\:ring-offset-orange-900:focus-within { + --tw-ring-offset-color: #7c2d12; + } + .\32xl\:focus-within\:ring-offset-yellow-50:focus-within { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .\32xl\:focus-within\:ring-offset-yellow-100:focus-within { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .\32xl\:focus-within\:ring-offset-yellow-200:focus-within { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .\32xl\:focus-within\:ring-offset-yellow-300:focus-within { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .\32xl\:focus-within\:ring-offset-yellow-400:focus-within { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .\32xl\:focus-within\:ring-offset-yellow-500:focus-within { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .\32xl\:focus-within\:ring-offset-yellow-600:focus-within { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .\32xl\:focus-within\:ring-offset-yellow-700:focus-within { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .\32xl\:focus-within\:ring-offset-yellow-800:focus-within { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .\32xl\:focus-within\:ring-offset-yellow-900:focus-within { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .\32xl\:focus-within\:ring-offset-green-50:focus-within { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .\32xl\:focus-within\:ring-offset-green-100:focus-within { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .\32xl\:focus-within\:ring-offset-green-200:focus-within { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .\32xl\:focus-within\:ring-offset-green-300:focus-within { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .\32xl\:focus-within\:ring-offset-green-400:focus-within { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .\32xl\:focus-within\:ring-offset-green-500:focus-within { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .\32xl\:focus-within\:ring-offset-green-600:focus-within { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .\32xl\:focus-within\:ring-offset-green-700:focus-within { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .\32xl\:focus-within\:ring-offset-green-800:focus-within { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .\32xl\:focus-within\:ring-offset-green-900:focus-within { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .\32xl\:focus-within\:ring-offset-blue-50:focus-within { - --tw-ring-offset-color: #eff6ff; + .\32xl\:focus-within\:ring-offset-gray-50:focus-within { + --tw-ring-offset-color: #f8fafc; } - .\32xl\:focus-within\:ring-offset-blue-100:focus-within { - --tw-ring-offset-color: #dbeafe; + .\32xl\:focus-within\:ring-offset-gray-100:focus-within { + --tw-ring-offset-color: #f1f5f9; } - .\32xl\:focus-within\:ring-offset-blue-200:focus-within { - --tw-ring-offset-color: #bfdbfe; + .\32xl\:focus-within\:ring-offset-gray-200:focus-within { + --tw-ring-offset-color: #e2e8f0; } - .\32xl\:focus-within\:ring-offset-blue-300:focus-within { - --tw-ring-offset-color: #93c5fd; + .\32xl\:focus-within\:ring-offset-gray-300:focus-within { + --tw-ring-offset-color: #cbd5e1; } - .\32xl\:focus-within\:ring-offset-blue-400:focus-within { - --tw-ring-offset-color: #60a5fa; + .\32xl\:focus-within\:ring-offset-gray-400:focus-within { + --tw-ring-offset-color: #94a3b8; } - .\32xl\:focus-within\:ring-offset-blue-500:focus-within { - --tw-ring-offset-color: #3b82f6; + .\32xl\:focus-within\:ring-offset-gray-500:focus-within { + --tw-ring-offset-color: #64748b; } - .\32xl\:focus-within\:ring-offset-blue-600:focus-within { - --tw-ring-offset-color: #2563eb; + .\32xl\:focus-within\:ring-offset-gray-600:focus-within { + --tw-ring-offset-color: #475569; } - .\32xl\:focus-within\:ring-offset-blue-700:focus-within { - --tw-ring-offset-color: #1d4ed8; + .\32xl\:focus-within\:ring-offset-gray-700:focus-within { + --tw-ring-offset-color: #334155; } - .\32xl\:focus-within\:ring-offset-blue-800:focus-within { - --tw-ring-offset-color: #1e40af; + .\32xl\:focus-within\:ring-offset-gray-800:focus-within { + --tw-ring-offset-color: #1e293b; } - .\32xl\:focus-within\:ring-offset-blue-900:focus-within { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:focus-within\:ring-offset-indigo-50:focus-within { - --tw-ring-offset-color: #eef2ff; + .\32xl\:focus-within\:ring-offset-gray-900:focus-within { + --tw-ring-offset-color: #0f172a; } .\32xl\:focus-within\:ring-offset-indigo-100:focus-within { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:focus-within\:ring-offset-indigo-200:focus-within { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .\32xl\:focus-within\:ring-offset-indigo-300:focus-within { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .\32xl\:focus-within\:ring-offset-indigo-400:focus-within { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .\32xl\:focus-within\:ring-offset-indigo-500:focus-within { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .\32xl\:focus-within\:ring-offset-indigo-600:focus-within { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .\32xl\:focus-within\:ring-offset-indigo-700:focus-within { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .\32xl\:focus-within\:ring-offset-indigo-800:focus-within { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .\32xl\:focus-within\:ring-offset-indigo-900:focus-within { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:focus-within\:ring-offset-purple-50:focus-within { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:focus-within\:ring-offset-purple-100:focus-within { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:focus-within\:ring-offset-purple-200:focus-within { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:focus-within\:ring-offset-purple-300:focus-within { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:focus-within\:ring-offset-purple-400:focus-within { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:focus-within\:ring-offset-purple-500:focus-within { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:focus-within\:ring-offset-purple-600:focus-within { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:focus-within\:ring-offset-purple-700:focus-within { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:focus-within\:ring-offset-purple-800:focus-within { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:focus-within\:ring-offset-purple-900:focus-within { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:focus-within\:ring-offset-pink-50:focus-within { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:focus-within\:ring-offset-pink-100:focus-within { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:focus-within\:ring-offset-pink-200:focus-within { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:focus-within\:ring-offset-pink-300:focus-within { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:focus-within\:ring-offset-pink-400:focus-within { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:focus-within\:ring-offset-pink-500:focus-within { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:focus-within\:ring-offset-pink-600:focus-within { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:focus-within\:ring-offset-pink-700:focus-within { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:focus-within\:ring-offset-pink-800:focus-within { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:focus-within\:ring-offset-pink-900:focus-within { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .\32xl\:focus\:ring-offset-transparent:focus { @@ -186297,46 +163817,6 @@ select { --tw-ring-offset-color: #fff; } - .\32xl\:focus\:ring-offset-gray-50:focus { - --tw-ring-offset-color: #f9fafb; - } - - .\32xl\:focus\:ring-offset-gray-100:focus { - --tw-ring-offset-color: #f3f4f6; - } - - .\32xl\:focus\:ring-offset-gray-200:focus { - --tw-ring-offset-color: #e5e7eb; - } - - .\32xl\:focus\:ring-offset-gray-300:focus { - --tw-ring-offset-color: #d1d5db; - } - - .\32xl\:focus\:ring-offset-gray-400:focus { - --tw-ring-offset-color: #9ca3af; - } - - .\32xl\:focus\:ring-offset-gray-500:focus { - --tw-ring-offset-color: #6b7280; - } - - .\32xl\:focus\:ring-offset-gray-600:focus { - --tw-ring-offset-color: #4b5563; - } - - .\32xl\:focus\:ring-offset-gray-700:focus { - --tw-ring-offset-color: #374151; - } - - .\32xl\:focus\:ring-offset-gray-800:focus { - --tw-ring-offset-color: #1f2937; - } - - .\32xl\:focus\:ring-offset-gray-900:focus { - --tw-ring-offset-color: #111827; - } - .\32xl\:focus\:ring-offset-red-50:focus { --tw-ring-offset-color: #fef2f2; } @@ -186377,244 +163857,196 @@ select { --tw-ring-offset-color: #7f1d1d; } + .\32xl\:focus\:ring-offset-orange-50:focus { + --tw-ring-offset-color: #fff7ed; + } + + .\32xl\:focus\:ring-offset-orange-100:focus { + --tw-ring-offset-color: #ffedd5; + } + + .\32xl\:focus\:ring-offset-orange-200:focus { + --tw-ring-offset-color: #fed7aa; + } + + .\32xl\:focus\:ring-offset-orange-300:focus { + --tw-ring-offset-color: #fdba74; + } + + .\32xl\:focus\:ring-offset-orange-400:focus { + --tw-ring-offset-color: #fb923c; + } + + .\32xl\:focus\:ring-offset-orange-500:focus { + --tw-ring-offset-color: #f97316; + } + + .\32xl\:focus\:ring-offset-orange-600:focus { + --tw-ring-offset-color: #ea580c; + } + + .\32xl\:focus\:ring-offset-orange-700:focus { + --tw-ring-offset-color: #c2410c; + } + + .\32xl\:focus\:ring-offset-orange-800:focus { + --tw-ring-offset-color: #9a3412; + } + + .\32xl\:focus\:ring-offset-orange-900:focus { + --tw-ring-offset-color: #7c2d12; + } + .\32xl\:focus\:ring-offset-yellow-50:focus { - --tw-ring-offset-color: #fffbeb; + --tw-ring-offset-color: #fefce8; } .\32xl\:focus\:ring-offset-yellow-100:focus { - --tw-ring-offset-color: #fef3c7; + --tw-ring-offset-color: #fef9c3; } .\32xl\:focus\:ring-offset-yellow-200:focus { - --tw-ring-offset-color: #fde68a; + --tw-ring-offset-color: #fef08a; } .\32xl\:focus\:ring-offset-yellow-300:focus { - --tw-ring-offset-color: #fcd34d; + --tw-ring-offset-color: #fde047; } .\32xl\:focus\:ring-offset-yellow-400:focus { - --tw-ring-offset-color: #fbbf24; + --tw-ring-offset-color: #facc15; } .\32xl\:focus\:ring-offset-yellow-500:focus { - --tw-ring-offset-color: #f59e0b; + --tw-ring-offset-color: #eab308; } .\32xl\:focus\:ring-offset-yellow-600:focus { - --tw-ring-offset-color: #d97706; + --tw-ring-offset-color: #ca8a04; } .\32xl\:focus\:ring-offset-yellow-700:focus { - --tw-ring-offset-color: #b45309; + --tw-ring-offset-color: #a16207; } .\32xl\:focus\:ring-offset-yellow-800:focus { - --tw-ring-offset-color: #92400e; + --tw-ring-offset-color: #854d0e; } .\32xl\:focus\:ring-offset-yellow-900:focus { - --tw-ring-offset-color: #78350f; + --tw-ring-offset-color: #713f12; } .\32xl\:focus\:ring-offset-green-50:focus { - --tw-ring-offset-color: #ecfdf5; + --tw-ring-offset-color: #f0fdf4; } .\32xl\:focus\:ring-offset-green-100:focus { - --tw-ring-offset-color: #d1fae5; + --tw-ring-offset-color: #dcfce7; } .\32xl\:focus\:ring-offset-green-200:focus { - --tw-ring-offset-color: #a7f3d0; + --tw-ring-offset-color: #bbf7d0; } .\32xl\:focus\:ring-offset-green-300:focus { - --tw-ring-offset-color: #6ee7b7; + --tw-ring-offset-color: #86efac; } .\32xl\:focus\:ring-offset-green-400:focus { - --tw-ring-offset-color: #34d399; + --tw-ring-offset-color: #4ade80; } .\32xl\:focus\:ring-offset-green-500:focus { - --tw-ring-offset-color: #10b981; + --tw-ring-offset-color: #22c55e; } .\32xl\:focus\:ring-offset-green-600:focus { - --tw-ring-offset-color: #059669; + --tw-ring-offset-color: #16a34a; } .\32xl\:focus\:ring-offset-green-700:focus { - --tw-ring-offset-color: #047857; + --tw-ring-offset-color: #15803d; } .\32xl\:focus\:ring-offset-green-800:focus { - --tw-ring-offset-color: #065f46; + --tw-ring-offset-color: #166534; } .\32xl\:focus\:ring-offset-green-900:focus { - --tw-ring-offset-color: #064e3b; + --tw-ring-offset-color: #14532d; } - .\32xl\:focus\:ring-offset-blue-50:focus { - --tw-ring-offset-color: #eff6ff; + .\32xl\:focus\:ring-offset-gray-50:focus { + --tw-ring-offset-color: #f8fafc; } - .\32xl\:focus\:ring-offset-blue-100:focus { - --tw-ring-offset-color: #dbeafe; + .\32xl\:focus\:ring-offset-gray-100:focus { + --tw-ring-offset-color: #f1f5f9; } - .\32xl\:focus\:ring-offset-blue-200:focus { - --tw-ring-offset-color: #bfdbfe; + .\32xl\:focus\:ring-offset-gray-200:focus { + --tw-ring-offset-color: #e2e8f0; } - .\32xl\:focus\:ring-offset-blue-300:focus { - --tw-ring-offset-color: #93c5fd; + .\32xl\:focus\:ring-offset-gray-300:focus { + --tw-ring-offset-color: #cbd5e1; } - .\32xl\:focus\:ring-offset-blue-400:focus { - --tw-ring-offset-color: #60a5fa; + .\32xl\:focus\:ring-offset-gray-400:focus { + --tw-ring-offset-color: #94a3b8; } - .\32xl\:focus\:ring-offset-blue-500:focus { - --tw-ring-offset-color: #3b82f6; + .\32xl\:focus\:ring-offset-gray-500:focus { + --tw-ring-offset-color: #64748b; } - .\32xl\:focus\:ring-offset-blue-600:focus { - --tw-ring-offset-color: #2563eb; + .\32xl\:focus\:ring-offset-gray-600:focus { + --tw-ring-offset-color: #475569; } - .\32xl\:focus\:ring-offset-blue-700:focus { - --tw-ring-offset-color: #1d4ed8; + .\32xl\:focus\:ring-offset-gray-700:focus { + --tw-ring-offset-color: #334155; } - .\32xl\:focus\:ring-offset-blue-800:focus { - --tw-ring-offset-color: #1e40af; + .\32xl\:focus\:ring-offset-gray-800:focus { + --tw-ring-offset-color: #1e293b; } - .\32xl\:focus\:ring-offset-blue-900:focus { - --tw-ring-offset-color: #1e3a8a; - } - - .\32xl\:focus\:ring-offset-indigo-50:focus { - --tw-ring-offset-color: #eef2ff; + .\32xl\:focus\:ring-offset-gray-900:focus { + --tw-ring-offset-color: #0f172a; } .\32xl\:focus\:ring-offset-indigo-100:focus { - --tw-ring-offset-color: #e0e7ff; - } - - .\32xl\:focus\:ring-offset-indigo-200:focus { - --tw-ring-offset-color: #c7d2fe; + --tw-ring-offset-color: #e6e8ff; } .\32xl\:focus\:ring-offset-indigo-300:focus { - --tw-ring-offset-color: #a5b4fc; + --tw-ring-offset-color: #b2b7ff; } .\32xl\:focus\:ring-offset-indigo-400:focus { - --tw-ring-offset-color: #818cf8; + --tw-ring-offset-color: #7886d7; } .\32xl\:focus\:ring-offset-indigo-500:focus { - --tw-ring-offset-color: #6366f1; + --tw-ring-offset-color: #6574cd; } .\32xl\:focus\:ring-offset-indigo-600:focus { - --tw-ring-offset-color: #4f46e5; + --tw-ring-offset-color: #5661b3; } .\32xl\:focus\:ring-offset-indigo-700:focus { - --tw-ring-offset-color: #4338ca; + --tw-ring-offset-color: #40497d; } .\32xl\:focus\:ring-offset-indigo-800:focus { - --tw-ring-offset-color: #3730a3; + --tw-ring-offset-color: #2f365f; } .\32xl\:focus\:ring-offset-indigo-900:focus { - --tw-ring-offset-color: #312e81; - } - - .\32xl\:focus\:ring-offset-purple-50:focus { - --tw-ring-offset-color: #f5f3ff; - } - - .\32xl\:focus\:ring-offset-purple-100:focus { - --tw-ring-offset-color: #ede9fe; - } - - .\32xl\:focus\:ring-offset-purple-200:focus { - --tw-ring-offset-color: #ddd6fe; - } - - .\32xl\:focus\:ring-offset-purple-300:focus { - --tw-ring-offset-color: #c4b5fd; - } - - .\32xl\:focus\:ring-offset-purple-400:focus { - --tw-ring-offset-color: #a78bfa; - } - - .\32xl\:focus\:ring-offset-purple-500:focus { - --tw-ring-offset-color: #8b5cf6; - } - - .\32xl\:focus\:ring-offset-purple-600:focus { - --tw-ring-offset-color: #7c3aed; - } - - .\32xl\:focus\:ring-offset-purple-700:focus { - --tw-ring-offset-color: #6d28d9; - } - - .\32xl\:focus\:ring-offset-purple-800:focus { - --tw-ring-offset-color: #5b21b6; - } - - .\32xl\:focus\:ring-offset-purple-900:focus { - --tw-ring-offset-color: #4c1d95; - } - - .\32xl\:focus\:ring-offset-pink-50:focus { - --tw-ring-offset-color: #fdf2f8; - } - - .\32xl\:focus\:ring-offset-pink-100:focus { - --tw-ring-offset-color: #fce7f3; - } - - .\32xl\:focus\:ring-offset-pink-200:focus { - --tw-ring-offset-color: #fbcfe8; - } - - .\32xl\:focus\:ring-offset-pink-300:focus { - --tw-ring-offset-color: #f9a8d4; - } - - .\32xl\:focus\:ring-offset-pink-400:focus { - --tw-ring-offset-color: #f472b6; - } - - .\32xl\:focus\:ring-offset-pink-500:focus { - --tw-ring-offset-color: #ec4899; - } - - .\32xl\:focus\:ring-offset-pink-600:focus { - --tw-ring-offset-color: #db2777; - } - - .\32xl\:focus\:ring-offset-pink-700:focus { - --tw-ring-offset-color: #be185d; - } - - .\32xl\:focus\:ring-offset-pink-800:focus { - --tw-ring-offset-color: #9d174d; - } - - .\32xl\:focus\:ring-offset-pink-900:focus { - --tw-ring-offset-color: #831843; + --tw-ring-offset-color: #191e38; } .\32xl\:ring-offset-0 { @@ -186695,56 +164127,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .\32xl\:ring-gray-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .\32xl\:ring-gray-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .\32xl\:ring-red-50 { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -186795,304 +164177,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .\32xl\:ring-orange-50 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-100 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-200 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-400 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-500 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-600 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-700 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .\32xl\:ring-orange-900 { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .\32xl\:ring-yellow-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .\32xl\:ring-yellow-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .\32xl\:ring-green-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .\32xl\:ring-green-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .\32xl\:ring-green-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .\32xl\:ring-green-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .\32xl\:ring-green-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .\32xl\:ring-green-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .\32xl\:ring-green-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .\32xl\:ring-green-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .\32xl\:ring-green-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .\32xl\:ring-green-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-50 { + .\32xl\:ring-gray-50 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-100 { + .\32xl\:ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-200 { + .\32xl\:ring-gray-200 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-300 { + .\32xl\:ring-gray-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-400 { + .\32xl\:ring-gray-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-500 { + .\32xl\:ring-gray-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-600 { + .\32xl\:ring-gray-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-700 { + .\32xl\:ring-gray-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-800 { + .\32xl\:ring-gray-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .\32xl\:ring-blue-900 { + .\32xl\:ring-gray-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-indigo-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-300 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-400 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-500 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-600 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-700 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-800 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .\32xl\:ring-indigo-900 { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:ring-purple-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-50 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-100 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-200 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-300 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-500 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-700 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-800 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:ring-pink-900 { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-transparent:focus-within { @@ -187113,56 +164435,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-gray-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-gray-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .\32xl\:focus-within\:ring-red-50:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -187213,304 +164485,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .\32xl\:focus-within\:ring-orange-50:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-100:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-200:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-300:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-400:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-600:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-700:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-800:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:ring-orange-900:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .\32xl\:focus-within\:ring-yellow-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-yellow-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-green-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-50:focus-within { + .\32xl\:focus-within\:ring-gray-50:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-100:focus-within { + .\32xl\:focus-within\:ring-gray-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-200:focus-within { + .\32xl\:focus-within\:ring-gray-200:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-300:focus-within { + .\32xl\:focus-within\:ring-gray-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-400:focus-within { + .\32xl\:focus-within\:ring-gray-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-500:focus-within { + .\32xl\:focus-within\:ring-gray-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-600:focus-within { + .\32xl\:focus-within\:ring-gray-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-700:focus-within { + .\32xl\:focus-within\:ring-gray-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-800:focus-within { + .\32xl\:focus-within\:ring-gray-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:ring-blue-900:focus-within { + .\32xl\:focus-within\:ring-gray-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-100:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-indigo-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-300:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-400:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-500:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-600:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-700:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-800:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .\32xl\:focus-within\:ring-indigo-900:focus-within { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-purple-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-50:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-100:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-200:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-300:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-400:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-500:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-600:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-700:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-800:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus-within\:ring-pink-900:focus-within { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-transparent:focus { @@ -187531,56 +164743,6 @@ select { --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-gray-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity)); - } - .\32xl\:focus\:ring-red-50:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)); @@ -187631,304 +164793,244 @@ select { --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)); } + .\32xl\:focus\:ring-orange-50:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-700:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:ring-orange-900:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)); + } + .\32xl\:focus\:ring-yellow-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)); + --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)); + --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)); + --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)); + --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)); + --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)); + --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)); + --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-yellow-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)); + --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)); + --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)); + --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)); + --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)); + --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)); + --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)); + --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)); + --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-green-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)); + --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-50:focus { + .\32xl\:focus\:ring-gray-50:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-100:focus { + .\32xl\:focus\:ring-gray-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-200:focus { + .\32xl\:focus\:ring-gray-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-300:focus { + .\32xl\:focus\:ring-gray-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)); + --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-400:focus { + .\32xl\:focus\:ring-gray-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)); + --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-500:focus { + .\32xl\:focus\:ring-gray-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)); + --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-600:focus { + .\32xl\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)); + --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-700:focus { + .\32xl\:focus\:ring-gray-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)); + --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-800:focus { + .\32xl\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)); + --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)); } - .\32xl\:focus\:ring-blue-900:focus { + .\32xl\:focus\:ring-gray-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)); + --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-100:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-indigo-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)); + --tw-ring-color: rgba(230, 232, 255, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-300:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)); + --tw-ring-color: rgba(178, 183, 255, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-400:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)); + --tw-ring-color: rgba(120, 134, 215, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); + --tw-ring-color: rgba(101, 116, 205, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-600:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)); + --tw-ring-color: rgba(86, 97, 179, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-700:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)); + --tw-ring-color: rgba(64, 73, 125, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-800:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)); + --tw-ring-color: rgba(47, 54, 95, var(--tw-ring-opacity)); } .\32xl\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-purple-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-50:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-100:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-400:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-600:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-700:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)); - } - - .\32xl\:focus\:ring-pink-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)); + --tw-ring-color: rgba(25, 30, 56, var(--tw-ring-opacity)); } .\32xl\:ring-opacity-0 { @@ -188173,56 +165275,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .\32xl\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .\32xl\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .\32xl\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -188273,304 +165325,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .\32xl\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .\32xl\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .\32xl\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .\32xl\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .\32xl\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .\32xl\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .\32xl\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .\32xl\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .\32xl\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .\32xl\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .\32xl\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .\32xl\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .\32xl\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .\32xl\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .\32xl\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .\32xl\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .\32xl\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .\32xl\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .\32xl\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .\32xl\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .\32xl\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .\32xl\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .\32xl\:text-blue-50 { + .\32xl\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .\32xl\:text-blue-100 { + .\32xl\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .\32xl\:text-blue-200 { + .\32xl\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .\32xl\:text-blue-300 { + .\32xl\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .\32xl\:text-blue-400 { + .\32xl\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .\32xl\:text-blue-500 { + .\32xl\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .\32xl\:text-blue-600 { + .\32xl\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .\32xl\:text-blue-700 { + .\32xl\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .\32xl\:text-blue-800 { + .\32xl\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .\32xl\:text-blue-900 { + .\32xl\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .\32xl\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .\32xl\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .\32xl\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .\32xl\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .\32xl\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .\32xl\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .\32xl\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .\32xl\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-transparent { @@ -188591,56 +165583,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-gray-50 { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-100 { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-200 { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-300 { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-400 { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-500 { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-600 { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-700 { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-800 { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-gray-900 { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .group:hover .\32xl\:group-hover\:text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -188691,304 +165633,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .group:hover .\32xl\:group-hover\:text-orange-50 { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-100 { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-200 { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-300 { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-400 { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-500 { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-600 { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-700 { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-800 { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .group:hover .\32xl\:group-hover\:text-orange-900 { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .group:hover .\32xl\:group-hover\:text-yellow-50 { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-100 { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-200 { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-300 { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-400 { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-500 { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-600 { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-700 { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-800 { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-yellow-900 { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-50 { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-100 { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-200 { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-300 { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-400 { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-500 { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-600 { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-700 { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-800 { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-green-900 { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-50 { + .group:hover .\32xl\:group-hover\:text-gray-50 { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-100 { + .group:hover .\32xl\:group-hover\:text-gray-100 { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-200 { + .group:hover .\32xl\:group-hover\:text-gray-200 { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-300 { + .group:hover .\32xl\:group-hover\:text-gray-300 { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-400 { + .group:hover .\32xl\:group-hover\:text-gray-400 { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-500 { + .group:hover .\32xl\:group-hover\:text-gray-500 { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-600 { + .group:hover .\32xl\:group-hover\:text-gray-600 { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-700 { + .group:hover .\32xl\:group-hover\:text-gray-700 { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-800 { + .group:hover .\32xl\:group-hover\:text-gray-800 { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .group:hover .\32xl\:group-hover\:text-blue-900 { + .group:hover .\32xl\:group-hover\:text-gray-900 { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-indigo-50 { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-100 { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-indigo-200 { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-300 { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-400 { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-500 { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-600 { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-700 { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-800 { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .group:hover .\32xl\:group-hover\:text-indigo-900 { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-50 { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-100 { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-200 { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-300 { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-400 { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-500 { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-600 { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-700 { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-800 { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-purple-900 { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-50 { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-100 { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-200 { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-300 { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-400 { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-500 { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-600 { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-700 { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-800 { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .group:hover .\32xl\:group-hover\:text-pink-900 { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-transparent:focus-within { @@ -189009,56 +165891,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-gray-50:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-100:focus-within { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-200:focus-within { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-300:focus-within { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-400:focus-within { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-500:focus-within { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-600:focus-within { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-700:focus-within { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-800:focus-within { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-gray-900:focus-within { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .\32xl\:focus-within\:text-red-50:focus-within { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -189109,304 +165941,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .\32xl\:focus-within\:text-orange-50:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-100:focus-within { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-200:focus-within { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-300:focus-within { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-400:focus-within { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-500:focus-within { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-600:focus-within { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-700:focus-within { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-800:focus-within { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:text-orange-900:focus-within { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .\32xl\:focus-within\:text-yellow-50:focus-within { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-100:focus-within { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-200:focus-within { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-300:focus-within { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-400:focus-within { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-500:focus-within { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-600:focus-within { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-700:focus-within { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-800:focus-within { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-yellow-900:focus-within { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-50:focus-within { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-100:focus-within { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-200:focus-within { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-300:focus-within { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-400:focus-within { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-500:focus-within { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-600:focus-within { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-700:focus-within { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-800:focus-within { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-green-900:focus-within { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-50:focus-within { + .\32xl\:focus-within\:text-gray-50:focus-within { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-100:focus-within { + .\32xl\:focus-within\:text-gray-100:focus-within { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-200:focus-within { + .\32xl\:focus-within\:text-gray-200:focus-within { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-300:focus-within { + .\32xl\:focus-within\:text-gray-300:focus-within { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-400:focus-within { + .\32xl\:focus-within\:text-gray-400:focus-within { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-500:focus-within { + .\32xl\:focus-within\:text-gray-500:focus-within { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-600:focus-within { + .\32xl\:focus-within\:text-gray-600:focus-within { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-700:focus-within { + .\32xl\:focus-within\:text-gray-700:focus-within { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-800:focus-within { + .\32xl\:focus-within\:text-gray-800:focus-within { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .\32xl\:focus-within\:text-blue-900:focus-within { + .\32xl\:focus-within\:text-gray-900:focus-within { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-indigo-50:focus-within { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-100:focus-within { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-indigo-200:focus-within { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-300:focus-within { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-400:focus-within { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-500:focus-within { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-600:focus-within { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-700:focus-within { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-800:focus-within { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .\32xl\:focus-within\:text-indigo-900:focus-within { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-50:focus-within { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-100:focus-within { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-200:focus-within { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-300:focus-within { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-400:focus-within { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-500:focus-within { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-600:focus-within { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-700:focus-within { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-800:focus-within { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-purple-900:focus-within { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-50:focus-within { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-100:focus-within { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-200:focus-within { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-300:focus-within { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-400:focus-within { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-500:focus-within { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-600:focus-within { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-700:focus-within { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-800:focus-within { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:focus-within\:text-pink-900:focus-within { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .\32xl\:hover\:text-transparent:hover { @@ -189427,56 +166199,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .\32xl\:hover\:text-gray-50:hover { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-700:hover { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .\32xl\:hover\:text-red-50:hover { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -189527,304 +166249,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .\32xl\:hover\:text-orange-50:hover { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-100:hover { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-200:hover { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-300:hover { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-400:hover { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-500:hover { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-600:hover { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-700:hover { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-800:hover { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .\32xl\:hover\:text-orange-900:hover { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .\32xl\:hover\:text-yellow-50:hover { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-100:hover { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-200:hover { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-300:hover { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-400:hover { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-500:hover { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-600:hover { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-700:hover { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-800:hover { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .\32xl\:hover\:text-yellow-900:hover { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-50:hover { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-100:hover { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-200:hover { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-300:hover { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-400:hover { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-500:hover { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-600:hover { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-700:hover { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-800:hover { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .\32xl\:hover\:text-green-900:hover { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-50:hover { + .\32xl\:hover\:text-gray-50:hover { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-100:hover { + .\32xl\:hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-200:hover { + .\32xl\:hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-300:hover { + .\32xl\:hover\:text-gray-300:hover { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-400:hover { + .\32xl\:hover\:text-gray-400:hover { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-500:hover { + .\32xl\:hover\:text-gray-500:hover { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-600:hover { + .\32xl\:hover\:text-gray-600:hover { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-700:hover { + .\32xl\:hover\:text-gray-700:hover { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-800:hover { + .\32xl\:hover\:text-gray-800:hover { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .\32xl\:hover\:text-blue-900:hover { + .\32xl\:hover\:text-gray-900:hover { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-50:hover { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-100:hover { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-indigo-200:hover { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-300:hover { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-400:hover { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-500:hover { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-600:hover { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-700:hover { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-800:hover { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .\32xl\:hover\:text-indigo-900:hover { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-50:hover { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-100:hover { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-600:hover { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-700:hover { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-800:hover { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-50:hover { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-100:hover { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-200:hover { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-300:hover { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-500:hover { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-600:hover { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-700:hover { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-800:hover { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:hover\:text-pink-900:hover { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .\32xl\:focus\:text-transparent:focus { @@ -189845,56 +166507,6 @@ select { color: rgba(255, 255, 255, var(--tw-text-opacity)); } - .\32xl\:focus\:text-gray-50:focus { - --tw-text-opacity: 1; - color: rgba(249, 250, 251, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-100:focus { - --tw-text-opacity: 1; - color: rgba(243, 244, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-200:focus { - --tw-text-opacity: 1; - color: rgba(229, 231, 235, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-300:focus { - --tw-text-opacity: 1; - color: rgba(209, 213, 219, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-400:focus { - --tw-text-opacity: 1; - color: rgba(156, 163, 175, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-500:focus { - --tw-text-opacity: 1; - color: rgba(107, 114, 128, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-600:focus { - --tw-text-opacity: 1; - color: rgba(75, 85, 99, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-700:focus { - --tw-text-opacity: 1; - color: rgba(55, 65, 81, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-800:focus { - --tw-text-opacity: 1; - color: rgba(31, 41, 55, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-gray-900:focus { - --tw-text-opacity: 1; - color: rgba(17, 24, 39, var(--tw-text-opacity)); - } - .\32xl\:focus\:text-red-50:focus { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); @@ -189945,304 +166557,244 @@ select { color: rgba(127, 29, 29, var(--tw-text-opacity)); } + .\32xl\:focus\:text-orange-50:focus { + --tw-text-opacity: 1; + color: rgba(255, 247, 237, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-100:focus { + --tw-text-opacity: 1; + color: rgba(255, 237, 213, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-200:focus { + --tw-text-opacity: 1; + color: rgba(254, 215, 170, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-300:focus { + --tw-text-opacity: 1; + color: rgba(253, 186, 116, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-400:focus { + --tw-text-opacity: 1; + color: rgba(251, 146, 60, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-500:focus { + --tw-text-opacity: 1; + color: rgba(249, 115, 22, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-600:focus { + --tw-text-opacity: 1; + color: rgba(234, 88, 12, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-700:focus { + --tw-text-opacity: 1; + color: rgba(194, 65, 12, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-800:focus { + --tw-text-opacity: 1; + color: rgba(154, 52, 18, var(--tw-text-opacity)); + } + + .\32xl\:focus\:text-orange-900:focus { + --tw-text-opacity: 1; + color: rgba(124, 45, 18, var(--tw-text-opacity)); + } + .\32xl\:focus\:text-yellow-50:focus { --tw-text-opacity: 1; - color: rgba(255, 251, 235, var(--tw-text-opacity)); + color: rgba(254, 252, 232, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-100:focus { --tw-text-opacity: 1; - color: rgba(254, 243, 199, var(--tw-text-opacity)); + color: rgba(254, 249, 195, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-200:focus { --tw-text-opacity: 1; - color: rgba(253, 230, 138, var(--tw-text-opacity)); + color: rgba(254, 240, 138, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-300:focus { --tw-text-opacity: 1; - color: rgba(252, 211, 77, var(--tw-text-opacity)); + color: rgba(253, 224, 71, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-400:focus { --tw-text-opacity: 1; - color: rgba(251, 191, 36, var(--tw-text-opacity)); + color: rgba(250, 204, 21, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-500:focus { --tw-text-opacity: 1; - color: rgba(245, 158, 11, var(--tw-text-opacity)); + color: rgba(234, 179, 8, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-600:focus { --tw-text-opacity: 1; - color: rgba(217, 119, 6, var(--tw-text-opacity)); + color: rgba(202, 138, 4, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-700:focus { --tw-text-opacity: 1; - color: rgba(180, 83, 9, var(--tw-text-opacity)); + color: rgba(161, 98, 7, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-800:focus { --tw-text-opacity: 1; - color: rgba(146, 64, 14, var(--tw-text-opacity)); + color: rgba(133, 77, 14, var(--tw-text-opacity)); } .\32xl\:focus\:text-yellow-900:focus { --tw-text-opacity: 1; - color: rgba(120, 53, 15, var(--tw-text-opacity)); + color: rgba(113, 63, 18, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-50:focus { --tw-text-opacity: 1; - color: rgba(236, 253, 245, var(--tw-text-opacity)); + color: rgba(240, 253, 244, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-100:focus { --tw-text-opacity: 1; - color: rgba(209, 250, 229, var(--tw-text-opacity)); + color: rgba(220, 252, 231, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-200:focus { --tw-text-opacity: 1; - color: rgba(167, 243, 208, var(--tw-text-opacity)); + color: rgba(187, 247, 208, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-300:focus { --tw-text-opacity: 1; - color: rgba(110, 231, 183, var(--tw-text-opacity)); + color: rgba(134, 239, 172, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-400:focus { --tw-text-opacity: 1; - color: rgba(52, 211, 153, var(--tw-text-opacity)); + color: rgba(74, 222, 128, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-500:focus { --tw-text-opacity: 1; - color: rgba(16, 185, 129, var(--tw-text-opacity)); + color: rgba(34, 197, 94, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-600:focus { --tw-text-opacity: 1; - color: rgba(5, 150, 105, var(--tw-text-opacity)); + color: rgba(22, 163, 74, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-700:focus { --tw-text-opacity: 1; - color: rgba(4, 120, 87, var(--tw-text-opacity)); + color: rgba(21, 128, 61, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-800:focus { --tw-text-opacity: 1; - color: rgba(6, 95, 70, var(--tw-text-opacity)); + color: rgba(22, 101, 52, var(--tw-text-opacity)); } .\32xl\:focus\:text-green-900:focus { --tw-text-opacity: 1; - color: rgba(6, 78, 59, var(--tw-text-opacity)); + color: rgba(20, 83, 45, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-50:focus { + .\32xl\:focus\:text-gray-50:focus { --tw-text-opacity: 1; - color: rgba(239, 246, 255, var(--tw-text-opacity)); + color: rgba(248, 250, 252, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-100:focus { + .\32xl\:focus\:text-gray-100:focus { --tw-text-opacity: 1; - color: rgba(219, 234, 254, var(--tw-text-opacity)); + color: rgba(241, 245, 249, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-200:focus { + .\32xl\:focus\:text-gray-200:focus { --tw-text-opacity: 1; - color: rgba(191, 219, 254, var(--tw-text-opacity)); + color: rgba(226, 232, 240, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-300:focus { + .\32xl\:focus\:text-gray-300:focus { --tw-text-opacity: 1; - color: rgba(147, 197, 253, var(--tw-text-opacity)); + color: rgba(203, 213, 225, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-400:focus { + .\32xl\:focus\:text-gray-400:focus { --tw-text-opacity: 1; - color: rgba(96, 165, 250, var(--tw-text-opacity)); + color: rgba(148, 163, 184, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-500:focus { + .\32xl\:focus\:text-gray-500:focus { --tw-text-opacity: 1; - color: rgba(59, 130, 246, var(--tw-text-opacity)); + color: rgba(100, 116, 139, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-600:focus { + .\32xl\:focus\:text-gray-600:focus { --tw-text-opacity: 1; - color: rgba(37, 99, 235, var(--tw-text-opacity)); + color: rgba(71, 85, 105, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-700:focus { + .\32xl\:focus\:text-gray-700:focus { --tw-text-opacity: 1; - color: rgba(29, 78, 216, var(--tw-text-opacity)); + color: rgba(51, 65, 85, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-800:focus { + .\32xl\:focus\:text-gray-800:focus { --tw-text-opacity: 1; - color: rgba(30, 64, 175, var(--tw-text-opacity)); + color: rgba(30, 41, 59, var(--tw-text-opacity)); } - .\32xl\:focus\:text-blue-900:focus { + .\32xl\:focus\:text-gray-900:focus { --tw-text-opacity: 1; - color: rgba(30, 58, 138, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-50:focus { - --tw-text-opacity: 1; - color: rgba(238, 242, 255, var(--tw-text-opacity)); + color: rgba(15, 23, 42, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-100:focus { --tw-text-opacity: 1; - color: rgba(224, 231, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-indigo-200:focus { - --tw-text-opacity: 1; - color: rgba(199, 210, 254, var(--tw-text-opacity)); + color: rgba(230, 232, 255, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-300:focus { --tw-text-opacity: 1; - color: rgba(165, 180, 252, var(--tw-text-opacity)); + color: rgba(178, 183, 255, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-400:focus { --tw-text-opacity: 1; - color: rgba(129, 140, 248, var(--tw-text-opacity)); + color: rgba(120, 134, 215, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-500:focus { --tw-text-opacity: 1; - color: rgba(99, 102, 241, var(--tw-text-opacity)); + color: rgba(101, 116, 205, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-600:focus { --tw-text-opacity: 1; - color: rgba(79, 70, 229, var(--tw-text-opacity)); + color: rgba(86, 97, 179, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-700:focus { --tw-text-opacity: 1; - color: rgba(67, 56, 202, var(--tw-text-opacity)); + color: rgba(64, 73, 125, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-800:focus { --tw-text-opacity: 1; - color: rgba(55, 48, 163, var(--tw-text-opacity)); + color: rgba(47, 54, 95, var(--tw-text-opacity)); } .\32xl\:focus\:text-indigo-900:focus { --tw-text-opacity: 1; - color: rgba(49, 46, 129, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-50:focus { - --tw-text-opacity: 1; - color: rgba(245, 243, 255, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-100:focus { - --tw-text-opacity: 1; - color: rgba(237, 233, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-200:focus { - --tw-text-opacity: 1; - color: rgba(221, 214, 254, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-300:focus { - --tw-text-opacity: 1; - color: rgba(196, 181, 253, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-400:focus { - --tw-text-opacity: 1; - color: rgba(167, 139, 250, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-500:focus { - --tw-text-opacity: 1; - color: rgba(139, 92, 246, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-600:focus { - --tw-text-opacity: 1; - color: rgba(124, 58, 237, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-700:focus { - --tw-text-opacity: 1; - color: rgba(109, 40, 217, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-800:focus { - --tw-text-opacity: 1; - color: rgba(91, 33, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-purple-900:focus { - --tw-text-opacity: 1; - color: rgba(76, 29, 149, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-50:focus { - --tw-text-opacity: 1; - color: rgba(253, 242, 248, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-100:focus { - --tw-text-opacity: 1; - color: rgba(252, 231, 243, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-200:focus { - --tw-text-opacity: 1; - color: rgba(251, 207, 232, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-300:focus { - --tw-text-opacity: 1; - color: rgba(249, 168, 212, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-400:focus { - --tw-text-opacity: 1; - color: rgba(244, 114, 182, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-500:focus { - --tw-text-opacity: 1; - color: rgba(236, 72, 153, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-600:focus { - --tw-text-opacity: 1; - color: rgba(219, 39, 119, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-700:focus { - --tw-text-opacity: 1; - color: rgba(190, 24, 93, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-800:focus { - --tw-text-opacity: 1; - color: rgba(157, 23, 77, var(--tw-text-opacity)); - } - - .\32xl\:focus\:text-pink-900:focus { - --tw-text-opacity: 1; - color: rgba(131, 24, 67, var(--tw-text-opacity)); + color: rgba(25, 30, 56, var(--tw-text-opacity)); } .\32xl\:text-opacity-0 { @@ -195652,4 +172204,3 @@ select { --tw-backdrop-sepia: sepia(100%); } } - diff --git a/public/js/app.js b/public/js/app.js index 63af708..64bc5ff 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -17908,7 +17908,7 @@ __webpack_require__.r(__webpack_exports__); }, data: function data() { return { - colour: 'gray' + colour: 'indigo' }; }, computed: { @@ -18077,7 +18077,7 @@ __webpack_require__.r(__webpack_exports__); }, computed: { contractClasses: function contractClasses() { - return "xs:col-span-12 h-full relative col-span-" + (this.contract.car ? '4' : '6'); + return "col-span-12 h-full relative sm:col-span-" + (this.contract.car ? '4' : '6'); } }, data: function data() { @@ -19290,7 +19290,7 @@ __webpack_require__.r(__webpack_exports__); props: ['href', 'active'], computed: { classes: function classes() { - return this.active ? 'w-full flex items-center text-blue-600 h-10 pl-4 bg-gray-200 hover:bg-gray-200 rounded-lg cursor-pointer transition' : 'w-full flex items-center text-gray-800 h-10 pl-4 hover:bg-gray-200 rounded-lg cursor-pointer transition'; + return this.active ? 'w-full flex items-center text-indigo-100 h-10 pl-4 rounded-lg cursor-pointer transition' : 'w-full flex items-center hover:text-indigo-100 text-indigo-300 h-10 pl-4 rounded-lg cursor-pointer transition'; } } }); @@ -22444,7 +22444,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(_component_inertia_link, { href: $props.href, - "class": "text-indigo-400 hover:text-indigo-600 transition" + "class": "text-indigo-600 hover:text-indigo-400 transition" }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)((0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.text) + " / ", 1 @@ -22712,55 +22712,55 @@ var _hoisted_2 = { "class": "font-bold pb-1 mb-1 text-2xl border-b" }; var _hoisted_3 = { - "class": "grid grid-cols-4 gap-2 w-full" + "class": "grid grid-cols-2 xl:grid-cols-4 gap-2 w-full" }; var _hoisted_4 = { key: 0, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_5 = { key: 1, - "class": "col-span-3 xs:col-span-2" + "class": "col-span-1 xl:col-span-3" }; var _hoisted_6 = { key: 2, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_7 = { key: 3, - "class": "col-span-3 xs:col-span-2" + "class": "col-span-1 xl:col-span-3" }; var _hoisted_8 = { key: 4, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_9 = { key: 5, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_10 = { key: 6, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_11 = { key: 7, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_12 = { key: 8, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_13 = { key: 9, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_14 = { key: 10, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_15 = { key: 11, - "class": "col-span-1 xs:col-span-2" + "class": "col-span-1" }; var _hoisted_16 = { key: 1, @@ -22820,6 +22820,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-1", height: "22", width: "22", @@ -22908,6 +22909,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { href: 'mailto:' + $props.contact.email, "class": "pt-1 pb-1 flex items-center hover:text-indigo-600" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-1", height: "22", width: "22", @@ -22920,6 +22922,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { href: 'phone:' + $props.contact.phone, "class": "pt-1 pb-1 flex items-center hover:text-indigo-600" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-1", height: "22", width: "22", @@ -22936,6 +22939,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-1", height: "22", width: "22", @@ -22970,14 +22974,14 @@ var _hoisted_1 = { }; var _hoisted_2 = { key: 0, - "class": "col-span-6 xs:col-span-12" + "class": "sm:col-span-6 col-span-12" }; var _hoisted_3 = { "class": "mb-3" }; var _hoisted_4 = { key: 1, - "class": "col-span-8 xs:col-span-12" + "class": "sm:col-span-8 col-span-12" }; var _hoisted_5 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("h3", { @@ -23089,6 +23093,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-1", height: "22", width: "22", @@ -23100,7 +23105,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, 8 /* PROPS */ - , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true)]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("
\n
\n \n
\n
")], 2 + , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true)])], 2 /* CLASS */ )]); } @@ -23146,22 +23151,22 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm-bundler.js"); var _hoisted_1 = { - "class": "col-span-4 xs:col-span-6 shadow bg-white rounded-md sm:rounded-lg text-center" + "class": "lg:col-span-4 sm:col-span-6 col-span-12 shadow bg-white rounded-md sm:rounded-lg text-center" }; var _hoisted_2 = { - "class": "font-bold text-6xl text-indigo-600 group-hover:text-indigo-700 py-5 transition" + "class": "font-bold text-6xl text-indigo-800 group-hover:text-indigo-700 py-5 transition" }; var _hoisted_3 = { - "class": "font-semibold text-2xl bg-indigo-600 group-hover:bg-indigo-700 text-white py-4 rounded-b-lg transition" + "class": "font-semibold text-2xl bg-indigo-800 group-hover:bg-indigo-700 text-white py-4 rounded-b-lg transition" }; var _hoisted_4 = { key: 1 }; var _hoisted_5 = { - "class": "font-bold text-6xl text-indigo-600 py-5" + "class": "font-bold text-6xl text-indigo-800 py-5" }; var _hoisted_6 = { - "class": "font-semibold text-2xl bg-indigo-600 text-white py-4 rounded-b-lg" + "class": "font-semibold text-2xl bg-indigo-800 text-white py-4 rounded-b-lg" }; function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_inertia_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("inertia-link"); @@ -23206,10 +23211,10 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm-bundler.js"); var _hoisted_1 = { - "class": "justify-center inline-flex items-center mx-auto" + "class": "justify-center inline-flex text-indigo-800 group-hover:text-indigo-700 items-center mx-auto" }; var _hoisted_2 = { - "class": "text-blue-800 text-xl font-bold" + "class": "text-xl font-bold" }; var _hoisted_3 = { "class": "overflow-ellipsis overflow-hidden" @@ -23223,7 +23228,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("a", { target: "_blank", href: $props.document.link, - "class": "p-3 col-span-2 grid relative grid-flow-rows cursor-pointer group auto-rows-max hover:bg-white bg-gray-50 transition shadow rounded-md font-medium" + "class": "p-3 col-span-2 grid relative grid-flow-rows cursor-pointer group auto-rows-max hover:bg-gray-50 bg-white transition shadow rounded-md font-medium" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("a", { onClick: _cache[1] || (_cache[1] = function () { return $options.deleteDocument && $options.deleteDocument.apply($options, arguments); @@ -23231,13 +23236,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { href: "#", "class": "absolute right-0 opacity-0 group-hover:opacity-80 transition" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { - fill: "red", + fill: "#f54242", + "hover-fill": "red", "class": "p-2", height: "40", width: "40", name: "trash-alt" })]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("span", _hoisted_1, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { - fill: "royalblue", + fill: "currentColor", "class": "p-2", height: "70", width: "70", @@ -23309,7 +23315,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, null, 40 /* PROPS, HYDRATE_EVENTS */ , ["name", "disabled"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { - fill: "grey", + fill: "currentColor", "class": "p-2 my-5 mx-auto", height: "45%", width: "45%", @@ -23347,7 +23353,7 @@ var _hoisted_1 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(" ); var _hoisted_2 = { - "class": "grid grid-cols-8 xs:grid-cols-6 gap-3" + "class": "grid sm:grid-cols-8 grid-cols-6 gap-3" }; function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_document_item = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("document-item"); @@ -23640,7 +23646,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return $data.form.date = $event; }), inputFormat: "dd.MM.yyyy", - "class": "border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm mt-1 block w-full" + "class": "border-gray-300 rounded-md shadow-sm mt-1 block w-full" }, null, 8 /* PROPS */ , ["modelValue"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_jet_input_error, { @@ -23658,7 +23664,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }), options: $data.currencyOptions, id: "price", - "class": "w-full mt-1 block border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "w-full mt-1 block border-gray-300 rounded-md shadow-sm", ref: "amount" }, null, 8 /* PROPS */ @@ -23674,7 +23680,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "onUpdate:modelValue": _cache[3] || (_cache[3] = function ($event) { return $data.form.type = $event; }), - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm" + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("option", { value: "0", selected: $data.form.type == '0' @@ -23853,19 +23859,19 @@ __webpack_require__.r(__webpack_exports__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm-bundler.js"); var _hoisted_1 = { - "class": "grid grid-cols-12 gap-12 w-full mb-8" + "class": "grid grid-cols-12 gap-12 mb-8" }; var _hoisted_2 = { - "class": "col-span-6 xs:col-span-12" + "class": "xl:col-span-6 sm:col-span-8 col-span-12" }; var _hoisted_3 = { - "class": "col-span-3 xs:col-span-12" + "class": "xl:col-span-3 sm:col-span-4 col-span-12" }; var _hoisted_4 = { "class": "w-full flex flex-col" }; var _hoisted_5 = { - "class": "grid grid-cols-12 gap-12 w-full" + "class": "grid grid-cols-12 gap-12" }; function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_layout = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("layout"); @@ -23914,7 +23920,7 @@ var _hoisted_5 = { }; var _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("p", { - "class": "text-sm font-semibold mb-1 text-gray-400 flex items-center" + "class": "text-sm font-semibold mb-1 text-indigo-100 flex items-center" }, " Autos ", -1 /* HOISTED */ ); @@ -23932,7 +23938,7 @@ var _hoisted_11 = { }; var _hoisted_12 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("p", { - "class": "text-sm font-semibold mb-1 text-gray-400 flex items-center" + "class": "text-sm font-semibold mb-1 text-indigo-100 flex items-center" }, " Kontakte ", -1 /* HOISTED */ ); @@ -23952,12 +23958,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_jet_nav_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("jet-nav-link"); - return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(" give the sidebar z-50 class so its higher than the navbar if you want to see the logo "), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)(" you will need to add a little \"X\" button next to the logo in order to close it though "), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", { - "class": ["w-1/2 md:w-1/3 lg:w-64 fixed md:top-0 md:left-0 h-screen lg:block bg-white border-r z-30", _ctx.sideBarOpen ? '' : 'hidden'], + return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", { + "class": ["w-1/2 md:w-1/3 lg:w-64 fixed md:top-0 md:left-0 h-screen lg:block bg-indigo-800 z-30", _ctx.sideBarOpen ? '' : 'hidden'], id: "main-nav" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_inertia_link, { href: _ctx.route('dashboard'), - "class": "w-full h-20 border-b bg-white flex justify-center items-center mb-8 text-indigo-400 font-semibold text-2xl hover:text-indigo-600 transition" + "class": "w-full h-20 bg-indigo-900 flex justify-center items-center mb-8 text-indigo-100 font-semibold text-2xl hover:text-indigo-300 transition" }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [_hoisted_1]; @@ -23973,6 +23979,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -23990,6 +23997,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -24007,6 +24015,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -24024,6 +24033,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -24041,6 +24051,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2 ml-3", height: "22", width: "22", @@ -24058,6 +24069,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2 ml-3", height: "22", width: "22", @@ -24075,6 +24087,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -24092,6 +24105,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2", height: "22", width: "22", @@ -24109,6 +24123,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2 ml-3", height: "22", width: "22", @@ -24126,6 +24141,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, { "default": (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_unicon, { + fill: "currentColor", "class": "mr-2 ml-3", height: "22", width: "22", @@ -24139,8 +24155,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { /* PROPS */ , ["href", "active"])])], 2 /* CLASS */ - )], 2112 - /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */ ); } @@ -24300,7 +24314,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { ))]), ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)(this.data.data ? this.data.data : this.data, function (row) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("tr", { key: row.link, - "class": "hover:bg-gray-100 focus-within:bg-gray-100" + "class": "hover:bg-indigo-100 focus-within:bg-indigo-100" }, [((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.columns, function (col) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("td", { key: col.key, @@ -24697,7 +24711,7 @@ __webpack_require__.r(__webpack_exports__); function render(_ctx, _cache, $props, $setup, $data, $options) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("button", { type: $props.type, - "class": "inline-flex items-center px-4 py-2 bg-gray-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-gray-700 active:bg-gray-900 focus:outline-none focus:border-gray-900 focus:ring focus:ring-gray-300 disabled:opacity-25 transition" + "class": "inline-flex items-center px-4 py-2 bg-indigo-800 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-indigo-700 active:bg-indigo-900 focus:outline-none focus:border-gray-900 focus:ring focus:ring-gray-300 disabled:opacity-25 transition" }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.renderSlot)(_ctx.$slots, "default")], 8 /* PROPS */ , ["type"]); @@ -25155,7 +25169,7 @@ __webpack_require__.r(__webpack_exports__); function render(_ctx, _cache, $props, $setup, $data, $options) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("input", { - "class": "border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "border-gray-300 rounded-md shadow-sm", value: $props.modelValue, onInput: _cache[1] || (_cache[1] = function ($event) { return _ctx.$emit('update:modelValue', $event.target.value); @@ -26159,7 +26173,7 @@ var _hoisted_3 = { "class": "font-semibold text-xl text-gray-800 leading-tight" }; var _hoisted_4 = { - "class": "pt-12 px-12 bg-gray-100 mb-20" + "class": "xl:pt-12 xl:px-12 md:pt-6 md:px-6 pt-3 px-3 bg-gray-100 mb-20" }; function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_Sidebar = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("Sidebar"); @@ -27691,7 +27705,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { label: "name", "track-by": "id", options: $props.brands, - "class": "mt-1 block w-full", + "class": "mt-1 block w-full border-gray-300", placeholder: "Marke auswählen" }, { noResult: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { @@ -27721,7 +27735,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { label: "name", "track-by": "id", options: $data.carModels, - "class": "mt-1 block w-full", + "class": "mt-1 block w-full border-gray-300", placeholder: "Modell auswählen" }, { noResult: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { @@ -27796,7 +27810,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return $props.form.initial_date = $event; }), inputFormat: "dd.MM.yyyy", - "class": "border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm mt-1 block w-full" + "class": "border-gray-300 rounded-md shadow-sm mt-1 block w-full" }, null, 8 /* PROPS */ , ["modelValue"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_jet_input_error, { @@ -27815,7 +27829,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return $props.form.last_check_date = $event; }), inputFormat: "dd.MM.yyyy", - "class": "border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm mt-1 block w-full" + "class": "border-gray-300 rounded-md shadow-sm mt-1 block w-full" }, null, 8 /* PROPS */ , ["modelValue"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_jet_input_error, { @@ -27833,7 +27847,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }), options: $data.currencyOptions, id: "kilometers", - "class": "w-full mt-1 block border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "w-full mt-1 block border-gray-300 rounded-md shadow-sm", ref: "kilometers" }, null, 8 /* PROPS */ @@ -27866,7 +27880,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "for": "known_damage", value: "Bekannter Schaden" }), (0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("textarea", { - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm", "onUpdate:modelValue": _cache[11] || (_cache[11] = function ($event) { return $props.form.known_damage = $event; }), @@ -27882,7 +27896,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "for": "notes", value: "Bemerkungen" }), (0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("textarea", { - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm", "onUpdate:modelValue": _cache[12] || (_cache[12] = function ($event) { return $props.form.notes = $event; }), @@ -28121,7 +28135,7 @@ var _hoisted_2 = { key: 3 }; var _hoisted_3 = { - "class": "col-span-6 xs:col-span-12" + "class": "sm:col-span-6 col-span-12" }; var _hoisted_4 = { "class": "whitespace-nowrap" @@ -28136,7 +28150,7 @@ var _hoisted_6 = { var _hoisted_7 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(" Neuer Ankaufsvertrag "); var _hoisted_8 = { - "class": "col-span-6 xs:col-span-12" + "class": "sm:col-span-6 col-span-12" }; var _hoisted_9 = { "class": "whitespace-nowrap" @@ -28792,7 +28806,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "for": "notes", value: "Bemerkungen" }), (0,vue__WEBPACK_IMPORTED_MODULE_0__.withDirectives)((0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("textarea", { - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm", "onUpdate:modelValue": _cache[10] || (_cache[10] = function ($event) { return $props.form.notes = $event; }), @@ -29082,7 +29096,7 @@ var _hoisted_2 = { key: 3 }; var _hoisted_3 = { - "class": "col-span-10 xs:col-span-12" + "class": "sm:col-span-10 col-span-12" }; var _hoisted_4 = { "class": "whitespace-nowrap" @@ -29097,7 +29111,7 @@ var _hoisted_6 = { var _hoisted_7 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createTextVNode)(" Neuer Ankaufsvertrag "); var _hoisted_8 = { - "class": "col-span-10 xs:col-span-12" + "class": "sm:col-span-10 col-span-12" }; var _hoisted_9 = { "class": "whitespace-nowrap" @@ -29122,12 +29136,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_restore_button = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("restore-button"); - var _component_buy_contract_card = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("buy-contract-card"); - var _component_unicon = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("unicon"); var _component_inertia_link = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("inertia-link"); + var _component_buy_contract_card = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("buy-contract-card"); + var _component_sell_contract_card = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("sell-contract-card"); var _component_show_page = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("show-page"); @@ -29173,17 +29187,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { more: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_3, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_4, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("h1", _hoisted_5, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.contact.buy_contracts.total > 1 ? $props.contact.buy_contracts.total + ' Ankaufsverträge' : 'Ankaufsvertrag'), 1 /* TEXT */ - )]), ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.contact.buy_contracts.data, function (contract) { - return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", { - key: contract.id - }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_buy_contract_card, { - contract: contract - }, null, 8 - /* PROPS */ - , ["contract"])]); - }), 128 - /* KEYED_FRAGMENT */ - )), !$props.contact.deleted_at ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_6, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_inertia_link, { + )]), !$props.contact.deleted_at ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_6, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_inertia_link, { href: _ctx.route('contracts.create_from_contact', [0, $props.contact.id]), "class": "w-full py-6 mt-12 inline-flex items-center px-4 bg-green-800 border border-transparent rounded-md font-semibold justify-center text-md text-white uppercase tracking-widest hover:bg-green-700 focus:outline-none focus:border-green-900 focus:ring focus:ring-green-300 disabled:opacity-25 transition" }, { @@ -29201,19 +29205,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, 8 /* PROPS */ - , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true)]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_8, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_9, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("h1", _hoisted_10, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.contact.sell_contracts.total > 1 ? $props.contact.sell_contracts.total + ' Verkaufsverträge' : 'Verkaufsvertrag'), 1 - /* TEXT */ - )]), ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.contact.sell_contracts.data, function (contract) { + , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true), ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.contact.buy_contracts.data, function (contract) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", { key: contract.id - }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_sell_contract_card, { + }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_buy_contract_card, { contract: contract }, null, 8 /* PROPS */ , ["contract"])]); }), 128 /* KEYED_FRAGMENT */ - )), !$props.contact.deleted_at ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_11, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_inertia_link, { + ))]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_8, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_9, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("h1", _hoisted_10, (0,vue__WEBPACK_IMPORTED_MODULE_0__.toDisplayString)($props.contact.sell_contracts.total > 1 ? $props.contact.sell_contracts.total + ' Verkaufsverträge' : 'Verkaufsvertrag'), 1 + /* TEXT */ + )]), !$props.contact.deleted_at ? ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_11, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_inertia_link, { href: _ctx.route('contracts.create_from_contact', [1, $props.contact.id]), "class": "py-6 w-full mt-12 inline-flex items-center px-4 bg-green-800 border border-transparent rounded-md font-semibold justify-center text-md text-white uppercase tracking-widest hover:bg-green-700 focus:outline-none focus:border-green-900 focus:ring focus:ring-green-300 disabled:opacity-25 transition" }, { @@ -29231,7 +29235,17 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }, 8 /* PROPS */ - , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true)])]; + , ["href"])])) : (0,vue__WEBPACK_IMPORTED_MODULE_0__.createCommentVNode)("v-if", true), ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.contact.sell_contracts.data, function (contract) { + return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", { + key: contract.id + }, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_sell_contract_card, { + contract: contract + }, null, 8 + /* PROPS */ + , ["contract"])]); + }), 128 + /* KEYED_FRAGMENT */ + ))])]; }), _: 1 /* STABLE */ @@ -29306,7 +29320,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { return $data.form.date = $event; }), inputFormat: "dd.MM.yyyy", - "class": "border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm mt-1 block w-full" + "class": "border-gray-300 rounded-md shadow-sm mt-1 block w-full" }, null, 8 /* PROPS */ , ["modelValue"]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_jet_input_error, { @@ -29324,7 +29338,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { }), options: $data.currencyOptions, id: "price", - "class": "w-full mt-1 block border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm", + "class": "w-full mt-1 block border-gray-300 rounded-md shadow-sm", ref: "price" }, null, 8 /* PROPS */ @@ -29340,7 +29354,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "onUpdate:modelValue": _cache[3] || (_cache[3] = function ($event) { return $data.form.insurance_type = $event; }), - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm" + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm" }, [((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.insurance_types, function (insurance, index) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("option", { value: index, @@ -29736,7 +29750,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { onClick: _cache[2] || (_cache[2] = function () { return $options.openContactForm && $options.openContactForm.apply($options, arguments); }), - "class": "bg-gray-800 hover:bg-gray-700 active:bg-gray-900 focus:border-gray-900 focus:ring-gray-300 justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition" + "class": "bg-indigo-800 hover:bg-indigo-700 active:bg-indigo-900 focus:border-indigo-900 focus:ring-indigo-300 justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition" }, " Neu erfassen ")])) : ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_7, [_hoisted_8, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("form", { onSubmit: _cache[3] || (_cache[3] = function () { return $options.submitCreateContactForm && $options.submitCreateContactForm.apply($options, arguments); @@ -29941,7 +29955,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { onClick: _cache[2] || (_cache[2] = function () { return $options.openCarForm && $options.openCarForm.apply($options, arguments); }), - "class": "bg-gray-800 hover:bg-gray-700 active:bg-gray-900 focus:border-gray-900 focus:ring-gray-300 justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition" + "class": "bg-indigo-800 hover:bg-indigo-700 active:bg-indigo-900 focus:border-indigo-900 focus:ring-indigo-300 justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition" }, " Neu erfassen ")])) : ((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("div", _hoisted_8, [_hoisted_9, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("form", { onSubmit: _cache[3] || (_cache[3] = function () { return $options.submitCreateCarForm && $options.submitCreateCarForm.apply($options, arguments); @@ -30092,57 +30106,57 @@ var _hoisted_3 = { }; var _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", { - "class": "col-span-1 xs:col-span-2" + "class": "lg:col-span-1 col-span-2" }, " Datum ", -1 /* HOISTED */ ); var _hoisted_5 = { - "class": "col-span-3 xs:col-span-2" + "class": "lg:col-span-3 col-span-2" }; var _hoisted_6 = { key: 0, - "class": "col-span-1 xs:col-span-2" + "class": "lg:col-span-1 col-span-2" }; var _hoisted_7 = { key: 1, - "class": "col-span-3 xs:col-span-2" + "class": "lg:col-span-3 col-span-2" }; var _hoisted_8 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", { - "class": "col-span-1 xs:col-span-2" + "class": "lg:col-span-1 col-span-2" }, " Betrag ", -1 /* HOISTED */ ); var _hoisted_9 = { - "class": "col-span-3 xs:col-span-2 font-bold" + "class": "lg:col-span-3 col-span-2 font-bold" }; var _hoisted_10 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", { - "class": "col-span-1 xs:col-span-2" + "class": "lg:col-span-1 col-span-2" }, " Bezahlt ", -1 /* HOISTED */ ); var _hoisted_11 = { - "class": "col-span-3 xs:col-span-2" + "class": "lg:col-span-3 col-span-2" }; var _hoisted_12 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", { - "class": "col-span-1 xs:col-span-2" + "class": "lg:col-span-1 col-span-2" }, " Offener Betrag ", -1 /* HOISTED */ ); var _hoisted_13 = { - "class": "col-span-3 xs:col-span-2" + "class": "lg:col-span-3 col-span-2" }; var _hoisted_14 = { key: 3 }; var _hoisted_15 = { - "class": "col-span-6 xs:col-span-12" + "class": "lg:col-span-7 col-span-12" }; var _hoisted_16 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("h3", { @@ -30152,16 +30166,16 @@ var _hoisted_16 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)( ); var _hoisted_17 = { - "class": "col-span-5 xs:col-span-12" + "class": "lg:col-span-5 col-span-12" }; var _hoisted_18 = { "class": "mb-3" }; var _hoisted_19 = { - "class": "col-span-6 xs:col-span-12 mt-4" + "class": "xl:col-span-7 col-span-12 mt-4" }; var _hoisted_20 = { - "class": "col-span-5 xs:col-span-12" + "class": "xl:col-span-5 col-span-12" }; function render(_ctx, _cache, $props, $setup, $data, $options) { var _component_bread_crumb = (0,vue__WEBPACK_IMPORTED_MODULE_0__.resolveComponent)("bread-crumb"); @@ -30296,25 +30310,22 @@ var _hoisted_2 = { "class": "grid grid-cols-12 gap-x-8 gap-y-12" }; var _hoisted_3 = { - "class": "col-span-6 xs:col-span-12" + "class": "lg:col-span-6 col-span-12" }; var _hoisted_4 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("p", { - "class": "font-semibold p-4 pl-6 shadow bg-white rounded-md sm:rounded-lg text-xl font-medium mb-3 text-gray-800 leading-tight" -}, "Letzte Einkäufe", -1 + "class": "font-semibold text-xl font-medium mb-4 text-indigo-900 leading-tight" +}, "Neueste Einkäufe", -1 /* HOISTED */ ); var _hoisted_5 = { - "class": "col-span-6 xs:col-span-12" -}; -var _hoisted_6 = { - "class": "pt-5 bg-white shadow rounded-md sm:rounded-lg" + "class": "lg:col-span-6 col-span-12" }; -var _hoisted_7 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("p", { - "class": "font-semibold text-xl font-medium ml-6 mb-2 text-gray-800 leading-tight" -}, "Letzte Verkäufe", -1 +var _hoisted_6 = /*#__PURE__*/(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("p", { + "class": "font-semibold text-xl font-medium mb-4 text-indigo-900 leading-tight" +}, "Neueste Verkäufe", -1 /* HOISTED */ ); @@ -30354,14 +30365,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { hideArrow: true }, null, 8 /* PROPS */ - , ["data", "columns", "currentRoute"])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_5, [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_6, [_hoisted_7, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_simple_table, { + , ["data", "columns", "currentRoute"])]), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("div", _hoisted_5, [_hoisted_6, (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_component_simple_table, { + "class": "shadow rounded-md sm:rounded-lg", data: $props.sell_contracts, columns: $data.sellContractColumns, currentRoute: $data.currentRoute, hideArrow: true }, null, 8 /* PROPS */ - , ["data", "columns", "currentRoute"])])])])]; + , ["data", "columns", "currentRoute"])])])]; }), _: 1 /* STABLE */ @@ -31476,7 +31488,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { "onUpdate:modelValue": _cache[1] || (_cache[1] = function ($event) { return $props.year = $event; }), - "class": "mt-1 block w-full border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm" + "class": "mt-1 block w-full border-gray-300 rounded-md shadow-sm" }, [((0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(true), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)(vue__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, (0,vue__WEBPACK_IMPORTED_MODULE_0__.renderList)($props.years, function (year) { return (0,vue__WEBPACK_IMPORTED_MODULE_0__.openBlock)(), (0,vue__WEBPACK_IMPORTED_MODULE_0__.createBlock)("option", { value: year, @@ -31494,7 +31506,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) { actions: (0,vue__WEBPACK_IMPORTED_MODULE_0__.withCtx)(function () { return [(0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)("a", { href: $options.link, - "class": "justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition bg-gray-800 hover:bg-gray-700 active:bg-gray-900 focus:border-gray-900 focus:ring-gray-300" + "class": "justify-center inline-flex items-center px-4 py-2 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest focus:outline-none focus:ring disabled:opacity-25 transition bg-indigo-800 hover:bg-indigo-700 active:bg-indigo-900 focus:border-indigo-900 focus:ring-indigo-300" }, " Bericht drucken ", 8 /* PROPS */ , ["href"])]; diff --git a/resources/css/app.css b/resources/css/app.css index a31e444..5be59b4 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,3 +1,3 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; -@import 'tailwindcss/utilities'; +@import 'tailwindcss/utilities'; \ No newline at end of file diff --git a/resources/js/Components/BreadCrumb.vue b/resources/js/Components/BreadCrumb.vue index 3b96d25..33fc57a 100644 --- a/resources/js/Components/BreadCrumb.vue +++ b/resources/js/Components/BreadCrumb.vue @@ -1,5 +1,5 @@ diff --git a/resources/js/Components/Buttons/PrintButton.vue b/resources/js/Components/Buttons/PrintButton.vue index 2c6b684..ac7ccdc 100644 --- a/resources/js/Components/Buttons/PrintButton.vue +++ b/resources/js/Components/Buttons/PrintButton.vue @@ -13,7 +13,7 @@ export default { }, data() { return { - colour: 'gray', + colour: 'indigo', } }, computed: { diff --git a/resources/js/Components/CarCard.vue b/resources/js/Components/CarCard.vue index 056e60a..68818bc 100644 --- a/resources/js/Components/CarCard.vue +++ b/resources/js/Components/CarCard.vue @@ -3,41 +3,41 @@
{{ car.name }}
-
-
+
+
Stammnummer
-
+
{{ car.stammnummer ? car.stammnummer : '-' }}
-
+
Chassisnummer
-
+
{{ car.vin ? car.vin : '-'}}
-
+
Farbe
-
+
{{ car.colour ? car.colour : '-' }}
-
+
Kilometerstand
-
+
{{ car.kilometers ? car.kilometers + ' KM' : '-' }}
-
+
Erstzulassung
-
+
{{ car.initial_date ? car.initial_date : '-' }}
-
+
Letzte Prüfung
-
+
{{ car.last_check_date ? car.last_check_date : '-' }}
@@ -51,7 +51,7 @@
- + Zum Auto
diff --git a/resources/js/Components/ContactCard.vue b/resources/js/Components/ContactCard.vue index b01db5b..119c32a 100644 --- a/resources/js/Components/ContactCard.vue +++ b/resources/js/Components/ContactCard.vue @@ -14,13 +14,13 @@
@@ -30,7 +30,7 @@
- + Zum Kontakt
diff --git a/resources/js/Components/ContractCard.vue b/resources/js/Components/ContractCard.vue index e27e269..6b4f88b 100644 --- a/resources/js/Components/ContractCard.vue +++ b/resources/js/Components/ContractCard.vue @@ -1,10 +1,10 @@ @@ -78,7 +73,7 @@ export default { }, computed: { contractClasses() { - return "xs:col-span-12 h-full relative col-span-" + (this.contract.car ? '4' : '6'); + return "col-span-12 h-full relative sm:col-span-" + (this.contract.car ? '4' : '6'); }, }, data() { diff --git a/resources/js/Components/Dashboard/DashItem.vue b/resources/js/Components/Dashboard/DashItem.vue index 0c236ea..20674fd 100644 --- a/resources/js/Components/Dashboard/DashItem.vue +++ b/resources/js/Components/Dashboard/DashItem.vue @@ -1,12 +1,12 @@ diff --git a/resources/js/Components/Documents/Item.vue b/resources/js/Components/Documents/Item.vue index fed8942..64edd51 100644 --- a/resources/js/Components/Documents/Item.vue +++ b/resources/js/Components/Documents/Item.vue @@ -1,11 +1,11 @@