Landings

Tailwind CSS

Border Color

Utilities for controlling the color of an element's borders.

ClassPropertiesPreview 
border-inheritborder-color: inherit;
border-currentborder-color: currentColor;
border-transparentborder-color: transparent;
border-blackborder-color: rgb(0 0 0);
border-whiteborder-color: rgb(255 255 255);
border-slate-50border-color: rgb(248 250 252);
border-slate-100border-color: rgb(241 245 249);
border-slate-200border-color: rgb(226 232 240);
border-slate-300border-color: rgb(203 213 225);
border-slate-400border-color: rgb(148 163 184);
border-slate-500border-color: rgb(100 116 139);
border-slate-600border-color: rgb(71 85 105);
border-slate-700border-color: rgb(51 65 85);
border-slate-800border-color: rgb(30 41 59);
border-slate-900border-color: rgb(15 23 42);
border-slate-950border-color: rgb(2 6 23);
border-gray-50border-color: rgb(249 250 251);
border-gray-100border-color: rgb(243 244 246);
border-gray-200border-color: rgb(229 231 235);
border-gray-300border-color: rgb(209 213 219);
border-gray-400border-color: rgb(156 163 175);
border-gray-500border-color: rgb(107 114 128);
border-gray-600border-color: rgb(75 85 99);
border-gray-700border-color: rgb(55 65 81);
border-gray-800border-color: rgb(31 41 55);
border-gray-900border-color: rgb(17 24 39);
border-gray-950border-color: rgb(3 7 18);
border-zinc-50border-color: rgb(250 250 250);
border-zinc-100border-color: rgb(244 244 245);
border-zinc-200border-color: rgb(228 228 231);
border-zinc-300border-color: rgb(212 212 216);
border-zinc-400border-color: rgb(161 161 170);
border-zinc-500border-color: rgb(113 113 122);
border-zinc-600border-color: rgb(82 82 91);
border-zinc-700border-color: rgb(63 63 70);
border-zinc-800border-color: rgb(39 39 42);
border-zinc-900border-color: rgb(24 24 27);
border-zinc-950border-color: rgb(9 9 11);
border-neutral-50border-color: rgb(250 250 250);
border-neutral-100border-color: rgb(245 245 245);
border-neutral-200border-color: rgb(229 229 229);
border-neutral-300border-color: rgb(212 212 212);
border-neutral-400border-color: rgb(163 163 163);
border-neutral-500border-color: rgb(115 115 115);
border-neutral-600border-color: rgb(82 82 82);
border-neutral-700border-color: rgb(64 64 64);
border-neutral-800border-color: rgb(38 38 38);
border-neutral-900border-color: rgb(23 23 23);
border-neutral-950border-color: rgb(10 10 10);
border-stone-50border-color: rgb(250 250 249);
border-stone-100border-color: rgb(245 245 244);
border-stone-200border-color: rgb(231 229 228);
border-stone-300border-color: rgb(214 211 209);
border-stone-400border-color: rgb(168 162 158);
border-stone-500border-color: rgb(120 113 108);
border-stone-600border-color: rgb(87 83 78);
border-stone-700border-color: rgb(68 64 60);
border-stone-800border-color: rgb(41 37 36);
border-stone-900border-color: rgb(28 25 23);
border-stone-950border-color: rgb(12 10 9);
border-red-50border-color: rgb(254 242 242);
border-red-100border-color: rgb(254 226 226);
border-red-200border-color: rgb(254 202 202);
border-red-300border-color: rgb(252 165 165);
border-red-400border-color: rgb(248 113 113);
border-red-500border-color: rgb(239 68 68);
border-red-600border-color: rgb(220 38 38);
border-red-700border-color: rgb(185 28 28);
border-red-800border-color: rgb(153 27 27);
border-red-900border-color: rgb(127 29 29);
border-red-950border-color: rgb(69 10 10);
border-orange-50border-color: rgb(255 247 237);
border-orange-100border-color: rgb(255 237 213);
border-orange-200border-color: rgb(254 215 170);
border-orange-300border-color: rgb(253 186 116);
border-orange-400border-color: rgb(251 146 60);
border-orange-500border-color: rgb(249 115 22);
border-orange-600border-color: rgb(234 88 12);
border-orange-700border-color: rgb(194 65 12);
border-orange-800border-color: rgb(154 52 18);
border-orange-900border-color: rgb(124 45 18);
border-orange-950border-color: rgb(67 20 7);
border-amber-50border-color: rgb(255 251 235);
border-amber-100border-color: rgb(254 243 199);
border-amber-200border-color: rgb(253 230 138);
border-amber-300border-color: rgb(252 211 77);
border-amber-400border-color: rgb(251 191 36);
border-amber-500border-color: rgb(245 158 11);
border-amber-600border-color: rgb(217 119 6);
border-amber-700border-color: rgb(180 83 9);
border-amber-800border-color: rgb(146 64 14);
border-amber-900border-color: rgb(120 53 15);
border-amber-950border-color: rgb(69 26 3);
border-yellow-50border-color: rgb(254 252 232);
border-yellow-100border-color: rgb(254 249 195);
border-yellow-200border-color: rgb(254 240 138);
border-yellow-300border-color: rgb(253 224 71);
border-yellow-400border-color: rgb(250 204 21);
border-yellow-500border-color: rgb(234 179 8);
border-yellow-600border-color: rgb(202 138 4);
border-yellow-700border-color: rgb(161 98 7);
border-yellow-800border-color: rgb(133 77 14);
border-yellow-900border-color: rgb(113 63 18);
border-yellow-950border-color: rgb(66 32 6);
border-lime-50border-color: rgb(247 254 231);
border-lime-100border-color: rgb(236 252 203);
border-lime-200border-color: rgb(217 249 157);
border-lime-300border-color: rgb(190 242 100);
border-lime-400border-color: rgb(163 230 53);
border-lime-500border-color: rgb(132 204 22);
border-lime-600border-color: rgb(101 163 13);
border-lime-700border-color: rgb(77 124 15);
border-lime-800border-color: rgb(63 98 18);
border-lime-900border-color: rgb(54 83 20);
border-lime-950border-color: rgb(26 46 5);
border-green-50border-color: rgb(240 253 244);
border-green-100border-color: rgb(220 252 231);
border-green-200border-color: rgb(187 247 208);
border-green-300border-color: rgb(134 239 172);
border-green-400border-color: rgb(74 222 128);
border-green-500border-color: rgb(34 197 94);
border-green-600border-color: rgb(22 163 74);
border-green-700border-color: rgb(21 128 61);
border-green-800border-color: rgb(22 101 52);
border-green-900border-color: rgb(20 83 45);
border-green-950border-color: rgb(5 46 22);
border-emerald-50border-color: rgb(236 253 245);
border-emerald-100border-color: rgb(209 250 229);
border-emerald-200border-color: rgb(167 243 208);
border-emerald-300border-color: rgb(110 231 183);
border-emerald-400border-color: rgb(52 211 153);
border-emerald-500border-color: rgb(16 185 129);
border-emerald-600border-color: rgb(5 150 105);
border-emerald-700border-color: rgb(4 120 87);
border-emerald-800border-color: rgb(6 95 70);
border-emerald-900border-color: rgb(6 78 59);
border-emerald-950border-color: rgb(2 44 34);
border-teal-50border-color: rgb(240 253 250);
border-teal-100border-color: rgb(204 251 241);
border-teal-200border-color: rgb(153 246 228);
border-teal-300border-color: rgb(94 234 212);
border-teal-400border-color: rgb(45 212 191);
border-teal-500border-color: rgb(20 184 166);
border-teal-600border-color: rgb(13 148 136);
border-teal-700border-color: rgb(15 118 110);
border-teal-800border-color: rgb(17 94 89);
border-teal-900border-color: rgb(19 78 74);
border-teal-950border-color: rgb(4 47 46);
border-cyan-50border-color: rgb(236 254 255);
border-cyan-100border-color: rgb(207 250 254);
border-cyan-200border-color: rgb(165 243 252);
border-cyan-300border-color: rgb(103 232 249);
border-cyan-400border-color: rgb(34 211 238);
border-cyan-500border-color: rgb(6 182 212);
border-cyan-600border-color: rgb(8 145 178);
border-cyan-700border-color: rgb(14 116 144);
border-cyan-800border-color: rgb(21 94 117);
border-cyan-900border-color: rgb(22 78 99);
border-cyan-950border-color: rgb(8 51 68);
border-sky-50border-color: rgb(240 249 255);
border-sky-100border-color: rgb(224 242 254);
border-sky-200border-color: rgb(186 230 253);
border-sky-300border-color: rgb(125 211 252);
border-sky-400border-color: rgb(56 189 248);
border-sky-500border-color: rgb(14 165 233);
border-sky-600border-color: rgb(2 132 199);
border-sky-700border-color: rgb(3 105 161);
border-sky-800border-color: rgb(7 89 133);
border-sky-900border-color: rgb(12 74 110);
border-sky-950border-color: rgb(8 47 73);
border-blue-50border-color: rgb(239 246 255);
border-blue-100border-color: rgb(219 234 254);
border-blue-200border-color: rgb(191 219 254);
border-blue-300border-color: rgb(147 197 253);
border-blue-400border-color: rgb(96 165 250);
border-blue-500border-color: rgb(59 130 246);
border-blue-600border-color: rgb(37 99 235);
border-blue-700border-color: rgb(29 78 216);
border-blue-800border-color: rgb(30 64 175);
border-blue-900border-color: rgb(30 58 138);
border-blue-950border-color: rgb(23 37 84);
border-indigo-50border-color: rgb(238 242 255);
border-indigo-100border-color: rgb(224 231 255);
border-indigo-200border-color: rgb(199 210 254);
border-indigo-300border-color: rgb(165 180 252);
border-indigo-400border-color: rgb(129 140 248);
border-indigo-500border-color: rgb(99 102 241);
border-indigo-600border-color: rgb(79 70 229);
border-indigo-700border-color: rgb(67 56 202);
border-indigo-800border-color: rgb(55 48 163);
border-indigo-900border-color: rgb(49 46 129);
border-indigo-950border-color: rgb(30 27 75);
border-violet-50border-color: rgb(245 243 255);
border-violet-100border-color: rgb(237 233 254);
border-violet-200border-color: rgb(221 214 254);
border-violet-300border-color: rgb(196 181 253);
border-violet-400border-color: rgb(167 139 250);
border-violet-500border-color: rgb(139 92 246);
border-violet-600border-color: rgb(124 58 237);
border-violet-700border-color: rgb(109 40 217);
border-violet-800border-color: rgb(91 33 182);
border-violet-900border-color: rgb(76 29 149);
border-violet-950border-color: rgb(46 16 101);
border-purple-50border-color: rgb(250 245 255);
border-purple-100border-color: rgb(243 232 255);
border-purple-200border-color: rgb(233 213 255);
border-purple-300border-color: rgb(216 180 254);
border-purple-400border-color: rgb(192 132 252);
border-purple-500border-color: rgb(168 85 247);
border-purple-600border-color: rgb(147 51 234);
border-purple-700border-color: rgb(126 34 206);
border-purple-800border-color: rgb(107 33 168);
border-purple-900border-color: rgb(88 28 135);
border-purple-950border-color: rgb(59 7 100);
border-fuchsia-50border-color: rgb(253 244 255);
border-fuchsia-100border-color: rgb(250 232 255);
border-fuchsia-200border-color: rgb(245 208 254);
border-fuchsia-300border-color: rgb(240 171 252);
border-fuchsia-400border-color: rgb(232 121 249);
border-fuchsia-500border-color: rgb(217 70 239);
border-fuchsia-600border-color: rgb(192 38 211);
border-fuchsia-700border-color: rgb(162 28 175);
border-fuchsia-800border-color: rgb(134 25 143);
border-fuchsia-900border-color: rgb(112 26 117);
border-fuchsia-950border-color: rgb(74 4 78);
border-pink-50border-color: rgb(253 242 248);
border-pink-100border-color: rgb(252 231 243);
border-pink-200border-color: rgb(251 207 232);
border-pink-300border-color: rgb(249 168 212);
border-pink-400border-color: rgb(244 114 182);
border-pink-500border-color: rgb(236 72 153);
border-pink-600border-color: rgb(219 39 119);
border-pink-700border-color: rgb(190 24 93);
border-pink-800border-color: rgb(157 23 77);
border-pink-900border-color: rgb(131 24 67);
border-pink-950border-color: rgb(80 7 36);
border-rose-50border-color: rgb(255 241 242);
border-rose-100border-color: rgb(255 228 230);
border-rose-200border-color: rgb(254 205 211);
border-rose-300border-color: rgb(253 164 175);
border-rose-400border-color: rgb(251 113 133);
border-rose-500border-color: rgb(244 63 94);
border-rose-600border-color: rgb(225 29 72);
border-rose-700border-color: rgb(190 18 60);
border-rose-800border-color: rgb(159 18 57);
border-rose-900border-color: rgb(136 19 55);
border-rose-950border-color: rgb(76 5 25);
border-x-inheritborder-left-color: inherit;
border-right-color: inherit;
border-x-currentborder-left-color: currentColor;
border-right-color: currentColor;
border-x-transparentborder-left-color: transparent;
border-right-color: transparent;
border-x-blackborder-left-color: rgb(0 0 0);
border-right-color: rgb(0 0 0);
border-x-whiteborder-left-color: rgb(255 255 255);
border-right-color: rgb(255 255 255);
border-x-slate-50border-left-color: rgb(248 250 252);
border-right-color: rgb(248 250 252);
border-x-slate-100border-left-color: rgb(241 245 249);
border-right-color: rgb(241 245 249);
border-x-slate-200border-left-color: rgb(226 232 240);
border-right-color: rgb(226 232 240);
border-x-slate-300border-left-color: rgb(203 213 225);
border-right-color: rgb(203 213 225);
border-x-slate-400border-left-color: rgb(148 163 184);
border-right-color: rgb(148 163 184);
border-x-slate-500border-left-color: rgb(100 116 139);
border-right-color: rgb(100 116 139);
border-x-slate-600border-left-color: rgb(71 85 105);
border-right-color: rgb(71 85 105);
border-x-slate-700border-left-color: rgb(51 65 85);
border-right-color: rgb(51 65 85);
border-x-slate-800border-left-color: rgb(30 41 59);
border-right-color: rgb(30 41 59);
border-x-slate-900border-left-color: rgb(15 23 42);
border-right-color: rgb(15 23 42);
border-x-slate-950border-left-color: rgb(2 6 23);
border-right-color: rgb(2 6 23);
border-x-gray-50border-left-color: rgb(249 250 251);
border-right-color: rgb(249 250 251);
border-x-gray-100border-left-color: rgb(243 244 246);
border-right-color: rgb(243 244 246);
border-x-gray-200border-left-color: rgb(229 231 235);
border-right-color: rgb(229 231 235);
border-x-gray-300border-left-color: rgb(209 213 219);
border-right-color: rgb(209 213 219);
border-x-gray-400border-left-color: rgb(156 163 175);
border-right-color: rgb(156 163 175);
border-x-gray-500border-left-color: rgb(107 114 128);
border-right-color: rgb(107 114 128);
border-x-gray-600border-left-color: rgb(75 85 99);
border-right-color: rgb(75 85 99);
border-x-gray-700border-left-color: rgb(55 65 81);
border-right-color: rgb(55 65 81);
border-x-gray-800border-left-color: rgb(31 41 55);
border-right-color: rgb(31 41 55);
border-x-gray-900border-left-color: rgb(17 24 39);
border-right-color: rgb(17 24 39);
border-x-gray-950border-left-color: rgb(3 7 18);
border-right-color: rgb(3 7 18);
border-x-zinc-50border-left-color: rgb(250 250 250);
border-right-color: rgb(250 250 250);
border-x-zinc-100border-left-color: rgb(244 244 245);
border-right-color: rgb(244 244 245);
border-x-zinc-200border-left-color: rgb(228 228 231);
border-right-color: rgb(228 228 231);
border-x-zinc-300border-left-color: rgb(212 212 216);
border-right-color: rgb(212 212 216);
border-x-zinc-400border-left-color: rgb(161 161 170);
border-right-color: rgb(161 161 170);
border-x-zinc-500border-left-color: rgb(113 113 122);
border-right-color: rgb(113 113 122);
border-x-zinc-600border-left-color: rgb(82 82 91);
border-right-color: rgb(82 82 91);
border-x-zinc-700border-left-color: rgb(63 63 70);
border-right-color: rgb(63 63 70);
border-x-zinc-800border-left-color: rgb(39 39 42);
border-right-color: rgb(39 39 42);
border-x-zinc-900border-left-color: rgb(24 24 27);
border-right-color: rgb(24 24 27);
border-x-zinc-950border-left-color: rgb(9 9 11);
border-right-color: rgb(9 9 11);
border-x-neutral-50border-left-color: rgb(250 250 250);
border-right-color: rgb(250 250 250);
border-x-neutral-100border-left-color: rgb(245 245 245);
border-right-color: rgb(245 245 245);
border-x-neutral-200border-left-color: rgb(229 229 229);
border-right-color: rgb(229 229 229);
border-x-neutral-300border-left-color: rgb(212 212 212);
border-right-color: rgb(212 212 212);
border-x-neutral-400border-left-color: rgb(163 163 163);
border-right-color: rgb(163 163 163);
border-x-neutral-500border-left-color: rgb(115 115 115);
border-right-color: rgb(115 115 115);
border-x-neutral-600border-left-color: rgb(82 82 82);
border-right-color: rgb(82 82 82);
border-x-neutral-700border-left-color: rgb(64 64 64);
border-right-color: rgb(64 64 64);
border-x-neutral-800border-left-color: rgb(38 38 38);
border-right-color: rgb(38 38 38);
border-x-neutral-900border-left-color: rgb(23 23 23);
border-right-color: rgb(23 23 23);
border-x-neutral-950border-left-color: rgb(10 10 10);
border-right-color: rgb(10 10 10);
border-x-stone-50border-left-color: rgb(250 250 249);
border-right-color: rgb(250 250 249);
border-x-stone-100border-left-color: rgb(245 245 244);
border-right-color: rgb(245 245 244);
border-x-stone-200border-left-color: rgb(231 229 228);
border-right-color: rgb(231 229 228);
border-x-stone-300border-left-color: rgb(214 211 209);
border-right-color: rgb(214 211 209);
border-x-stone-400border-left-color: rgb(168 162 158);
border-right-color: rgb(168 162 158);
border-x-stone-500border-left-color: rgb(120 113 108);
border-right-color: rgb(120 113 108);
border-x-stone-600border-left-color: rgb(87 83 78);
border-right-color: rgb(87 83 78);
border-x-stone-700border-left-color: rgb(68 64 60);
border-right-color: rgb(68 64 60);
border-x-stone-800border-left-color: rgb(41 37 36);
border-right-color: rgb(41 37 36);
border-x-stone-900border-left-color: rgb(28 25 23);
border-right-color: rgb(28 25 23);
border-x-stone-950border-left-color: rgb(12 10 9);
border-right-color: rgb(12 10 9);
border-x-red-50border-left-color: rgb(254 242 242);
border-right-color: rgb(254 242 242);
border-x-red-100border-left-color: rgb(254 226 226);
border-right-color: rgb(254 226 226);
border-x-red-200border-left-color: rgb(254 202 202);
border-right-color: rgb(254 202 202);
border-x-red-300border-left-color: rgb(252 165 165);
border-right-color: rgb(252 165 165);
border-x-red-400border-left-color: rgb(248 113 113);
border-right-color: rgb(248 113 113);
border-x-red-500border-left-color: rgb(239 68 68);
border-right-color: rgb(239 68 68);
border-x-red-600border-left-color: rgb(220 38 38);
border-right-color: rgb(220 38 38);
border-x-red-700border-left-color: rgb(185 28 28);
border-right-color: rgb(185 28 28);
border-x-red-800border-left-color: rgb(153 27 27);
border-right-color: rgb(153 27 27);
border-x-red-900border-left-color: rgb(127 29 29);
border-right-color: rgb(127 29 29);
border-x-red-950border-left-color: rgb(69 10 10);
border-right-color: rgb(69 10 10);
border-x-orange-50border-left-color: rgb(255 247 237);
border-right-color: rgb(255 247 237);
border-x-orange-100border-left-color: rgb(255 237 213);
border-right-color: rgb(255 237 213);
border-x-orange-200border-left-color: rgb(254 215 170);
border-right-color: rgb(254 215 170);
border-x-orange-300border-left-color: rgb(253 186 116);
border-right-color: rgb(253 186 116);
border-x-orange-400border-left-color: rgb(251 146 60);
border-right-color: rgb(251 146 60);
border-x-orange-500border-left-color: rgb(249 115 22);
border-right-color: rgb(249 115 22);
border-x-orange-600border-left-color: rgb(234 88 12);
border-right-color: rgb(234 88 12);
border-x-orange-700border-left-color: rgb(194 65 12);
border-right-color: rgb(194 65 12);
border-x-orange-800border-left-color: rgb(154 52 18);
border-right-color: rgb(154 52 18);
border-x-orange-900border-left-color: rgb(124 45 18);
border-right-color: rgb(124 45 18);
border-x-orange-950border-left-color: rgb(67 20 7);
border-right-color: rgb(67 20 7);
border-x-amber-50border-left-color: rgb(255 251 235);
border-right-color: rgb(255 251 235);
border-x-amber-100border-left-color: rgb(254 243 199);
border-right-color: rgb(254 243 199);
border-x-amber-200border-left-color: rgb(253 230 138);
border-right-color: rgb(253 230 138);
border-x-amber-300border-left-color: rgb(252 211 77);
border-right-color: rgb(252 211 77);
border-x-amber-400border-left-color: rgb(251 191 36);
border-right-color: rgb(251 191 36);
border-x-amber-500border-left-color: rgb(245 158 11);
border-right-color: rgb(245 158 11);
border-x-amber-600border-left-color: rgb(217 119 6);
border-right-color: rgb(217 119 6);
border-x-amber-700border-left-color: rgb(180 83 9);
border-right-color: rgb(180 83 9);
border-x-amber-800border-left-color: rgb(146 64 14);
border-right-color: rgb(146 64 14);
border-x-amber-900border-left-color: rgb(120 53 15);
border-right-color: rgb(120 53 15);
border-x-amber-950border-left-color: rgb(69 26 3);
border-right-color: rgb(69 26 3);
border-x-yellow-50border-left-color: rgb(254 252 232);
border-right-color: rgb(254 252 232);
border-x-yellow-100border-left-color: rgb(254 249 195);
border-right-color: rgb(254 249 195);
border-x-yellow-200border-left-color: rgb(254 240 138);
border-right-color: rgb(254 240 138);
border-x-yellow-300border-left-color: rgb(253 224 71);
border-right-color: rgb(253 224 71);
border-x-yellow-400border-left-color: rgb(250 204 21);
border-right-color: rgb(250 204 21);
border-x-yellow-500border-left-color: rgb(234 179 8);
border-right-color: rgb(234 179 8);
border-x-yellow-600border-left-color: rgb(202 138 4);
border-right-color: rgb(202 138 4);
border-x-yellow-700border-left-color: rgb(161 98 7);
border-right-color: rgb(161 98 7);
border-x-yellow-800border-left-color: rgb(133 77 14);
border-right-color: rgb(133 77 14);
border-x-yellow-900border-left-color: rgb(113 63 18);
border-right-color: rgb(113 63 18);
border-x-yellow-950border-left-color: rgb(66 32 6);
border-right-color: rgb(66 32 6);
border-x-lime-50border-left-color: rgb(247 254 231);
border-right-color: rgb(247 254 231);
border-x-lime-100border-left-color: rgb(236 252 203);
border-right-color: rgb(236 252 203);
border-x-lime-200border-left-color: rgb(217 249 157);
border-right-color: rgb(217 249 157);
border-x-lime-300border-left-color: rgb(190 242 100);
border-right-color: rgb(190 242 100);
border-x-lime-400border-left-color: rgb(163 230 53);
border-right-color: rgb(163 230 53);
border-x-lime-500border-left-color: rgb(132 204 22);
border-right-color: rgb(132 204 22);
border-x-lime-600border-left-color: rgb(101 163 13);
border-right-color: rgb(101 163 13);
border-x-lime-700border-left-color: rgb(77 124 15);
border-right-color: rgb(77 124 15);
border-x-lime-800border-left-color: rgb(63 98 18);
border-right-color: rgb(63 98 18);
border-x-lime-900border-left-color: rgb(54 83 20);
border-right-color: rgb(54 83 20);
border-x-lime-950border-left-color: rgb(26 46 5);
border-right-color: rgb(26 46 5);
border-x-green-50border-left-color: rgb(240 253 244);
border-right-color: rgb(240 253 244);
border-x-green-100border-left-color: rgb(220 252 231);
border-right-color: rgb(220 252 231);
border-x-green-200border-left-color: rgb(187 247 208);
border-right-color: rgb(187 247 208);
border-x-green-300border-left-color: rgb(134 239 172);
border-right-color: rgb(134 239 172);
border-x-green-400border-left-color: rgb(74 222 128);
border-right-color: rgb(74 222 128);
border-x-green-500border-left-color: rgb(34 197 94);
border-right-color: rgb(34 197 94);
border-x-green-600border-left-color: rgb(22 163 74);
border-right-color: rgb(22 163 74);
border-x-green-700border-left-color: rgb(21 128 61);
border-right-color: rgb(21 128 61);
border-x-green-800border-left-color: rgb(22 101 52);
border-right-color: rgb(22 101 52);
border-x-green-900border-left-color: rgb(20 83 45);
border-right-color: rgb(20 83 45);
border-x-green-950border-left-color: rgb(5 46 22);
border-right-color: rgb(5 46 22);
border-x-emerald-50border-left-color: rgb(236 253 245);
border-right-color: rgb(236 253 245);
border-x-emerald-100border-left-color: rgb(209 250 229);
border-right-color: rgb(209 250 229);
border-x-emerald-200border-left-color: rgb(167 243 208);
border-right-color: rgb(167 243 208);
border-x-emerald-300border-left-color: rgb(110 231 183);
border-right-color: rgb(110 231 183);
border-x-emerald-400border-left-color: rgb(52 211 153);
border-right-color: rgb(52 211 153);
border-x-emerald-500border-left-color: rgb(16 185 129);
border-right-color: rgb(16 185 129);
border-x-emerald-600border-left-color: rgb(5 150 105);
border-right-color: rgb(5 150 105);
border-x-emerald-700border-left-color: rgb(4 120 87);
border-right-color: rgb(4 120 87);
border-x-emerald-800border-left-color: rgb(6 95 70);
border-right-color: rgb(6 95 70);
border-x-emerald-900border-left-color: rgb(6 78 59);
border-right-color: rgb(6 78 59);
border-x-emerald-950border-left-color: rgb(2 44 34);
border-right-color: rgb(2 44 34);
border-x-teal-50border-left-color: rgb(240 253 250);
border-right-color: rgb(240 253 250);
border-x-teal-100border-left-color: rgb(204 251 241);
border-right-color: rgb(204 251 241);
border-x-teal-200border-left-color: rgb(153 246 228);
border-right-color: rgb(153 246 228);
border-x-teal-300border-left-color: rgb(94 234 212);
border-right-color: rgb(94 234 212);
border-x-teal-400border-left-color: rgb(45 212 191);
border-right-color: rgb(45 212 191);
border-x-teal-500border-left-color: rgb(20 184 166);
border-right-color: rgb(20 184 166);
border-x-teal-600border-left-color: rgb(13 148 136);
border-right-color: rgb(13 148 136);
border-x-teal-700border-left-color: rgb(15 118 110);
border-right-color: rgb(15 118 110);
border-x-teal-800border-left-color: rgb(17 94 89);
border-right-color: rgb(17 94 89);
border-x-teal-900border-left-color: rgb(19 78 74);
border-right-color: rgb(19 78 74);
border-x-teal-950border-left-color: rgb(4 47 46);
border-right-color: rgb(4 47 46);
border-x-cyan-50border-left-color: rgb(236 254 255);
border-right-color: rgb(236 254 255);
border-x-cyan-100border-left-color: rgb(207 250 254);
border-right-color: rgb(207 250 254);
border-x-cyan-200border-left-color: rgb(165 243 252);
border-right-color: rgb(165 243 252);
border-x-cyan-300border-left-color: rgb(103 232 249);
border-right-color: rgb(103 232 249);
border-x-cyan-400border-left-color: rgb(34 211 238);
border-right-color: rgb(34 211 238);
border-x-cyan-500border-left-color: rgb(6 182 212);
border-right-color: rgb(6 182 212);
border-x-cyan-600border-left-color: rgb(8 145 178);
border-right-color: rgb(8 145 178);
border-x-cyan-700border-left-color: rgb(14 116 144);
border-right-color: rgb(14 116 144);
border-x-cyan-800border-left-color: rgb(21 94 117);
border-right-color: rgb(21 94 117);
border-x-cyan-900border-left-color: rgb(22 78 99);
border-right-color: rgb(22 78 99);
border-x-cyan-950border-left-color: rgb(8 51 68);
border-right-color: rgb(8 51 68);
border-x-sky-50border-left-color: rgb(240 249 255);
border-right-color: rgb(240 249 255);
border-x-sky-100border-left-color: rgb(224 242 254);
border-right-color: rgb(224 242 254);
border-x-sky-200border-left-color: rgb(186 230 253);
border-right-color: rgb(186 230 253);
border-x-sky-300border-left-color: rgb(125 211 252);
border-right-color: rgb(125 211 252);
border-x-sky-400border-left-color: rgb(56 189 248);
border-right-color: rgb(56 189 248);
border-x-sky-500border-left-color: rgb(14 165 233);
border-right-color: rgb(14 165 233);
border-x-sky-600border-left-color: rgb(2 132 199);
border-right-color: rgb(2 132 199);
border-x-sky-700border-left-color: rgb(3 105 161);
border-right-color: rgb(3 105 161);
border-x-sky-800border-left-color: rgb(7 89 133);
border-right-color: rgb(7 89 133);
border-x-sky-900border-left-color: rgb(12 74 110);
border-right-color: rgb(12 74 110);
border-x-sky-950border-left-color: rgb(8 47 73);
border-right-color: rgb(8 47 73);
border-x-blue-50border-left-color: rgb(239 246 255);
border-right-color: rgb(239 246 255);
border-x-blue-100border-left-color: rgb(219 234 254);
border-right-color: rgb(219 234 254);
border-x-blue-200border-left-color: rgb(191 219 254);
border-right-color: rgb(191 219 254);
border-x-blue-300border-left-color: rgb(147 197 253);
border-right-color: rgb(147 197 253);
border-x-blue-400border-left-color: rgb(96 165 250);
border-right-color: rgb(96 165 250);
border-x-blue-500border-left-color: rgb(59 130 246);
border-right-color: rgb(59 130 246);
border-x-blue-600border-left-color: rgb(37 99 235);
border-right-color: rgb(37 99 235);
border-x-blue-700border-left-color: rgb(29 78 216);
border-right-color: rgb(29 78 216);
border-x-blue-800border-left-color: rgb(30 64 175);
border-right-color: rgb(30 64 175);
border-x-blue-900border-left-color: rgb(30 58 138);
border-right-color: rgb(30 58 138);
border-x-blue-950border-left-color: rgb(23 37 84);
border-right-color: rgb(23 37 84);
border-x-indigo-50border-left-color: rgb(238 242 255);
border-right-color: rgb(238 242 255);
border-x-indigo-100border-left-color: rgb(224 231 255);
border-right-color: rgb(224 231 255);
border-x-indigo-200border-left-color: rgb(199 210 254);
border-right-color: rgb(199 210 254);
border-x-indigo-300border-left-color: rgb(165 180 252);
border-right-color: rgb(165 180 252);
border-x-indigo-400border-left-color: rgb(129 140 248);
border-right-color: rgb(129 140 248);
border-x-indigo-500border-left-color: rgb(99 102 241);
border-right-color: rgb(99 102 241);
border-x-indigo-600border-left-color: rgb(79 70 229);
border-right-color: rgb(79 70 229);
border-x-indigo-700border-left-color: rgb(67 56 202);
border-right-color: rgb(67 56 202);
border-x-indigo-800border-left-color: rgb(55 48 163);
border-right-color: rgb(55 48 163);
border-x-indigo-900border-left-color: rgb(49 46 129);
border-right-color: rgb(49 46 129);
border-x-indigo-950border-left-color: rgb(30 27 75);
border-right-color: rgb(30 27 75);
border-x-violet-50border-left-color: rgb(245 243 255);
border-right-color: rgb(245 243 255);
border-x-violet-100border-left-color: rgb(237 233 254);
border-right-color: rgb(237 233 254);
border-x-violet-200border-left-color: rgb(221 214 254);
border-right-color: rgb(221 214 254);
border-x-violet-300border-left-color: rgb(196 181 253);
border-right-color: rgb(196 181 253);
border-x-violet-400border-left-color: rgb(167 139 250);
border-right-color: rgb(167 139 250);
border-x-violet-500border-left-color: rgb(139 92 246);
border-right-color: rgb(139 92 246);
border-x-violet-600border-left-color: rgb(124 58 237);
border-right-color: rgb(124 58 237);
border-x-violet-700border-left-color: rgb(109 40 217);
border-right-color: rgb(109 40 217);
border-x-violet-800border-left-color: rgb(91 33 182);
border-right-color: rgb(91 33 182);
border-x-violet-900border-left-color: rgb(76 29 149);
border-right-color: rgb(76 29 149);
border-x-violet-950border-left-color: rgb(46 16 101);
border-right-color: rgb(46 16 101);
border-x-purple-50border-left-color: rgb(250 245 255);
border-right-color: rgb(250 245 255);
border-x-purple-100border-left-color: rgb(243 232 255);
border-right-color: rgb(243 232 255);
border-x-purple-200border-left-color: rgb(233 213 255);
border-right-color: rgb(233 213 255);
border-x-purple-300border-left-color: rgb(216 180 254);
border-right-color: rgb(216 180 254);
border-x-purple-400border-left-color: rgb(192 132 252);
border-right-color: rgb(192 132 252);
border-x-purple-500border-left-color: rgb(168 85 247);
border-right-color: rgb(168 85 247);
border-x-purple-600border-left-color: rgb(147 51 234);
border-right-color: rgb(147 51 234);
border-x-purple-700border-left-color: rgb(126 34 206);
border-right-color: rgb(126 34 206);
border-x-purple-800border-left-color: rgb(107 33 168);
border-right-color: rgb(107 33 168);
border-x-purple-900border-left-color: rgb(88 28 135);
border-right-color: rgb(88 28 135);
border-x-purple-950border-left-color: rgb(59 7 100);
border-right-color: rgb(59 7 100);
border-x-fuchsia-50border-left-color: rgb(253 244 255);
border-right-color: rgb(253 244 255);
border-x-fuchsia-100border-left-color: rgb(250 232 255);
border-right-color: rgb(250 232 255);
border-x-fuchsia-200border-left-color: rgb(245 208 254);
border-right-color: rgb(245 208 254);
border-x-fuchsia-300border-left-color: rgb(240 171 252);
border-right-color: rgb(240 171 252);
border-x-fuchsia-400border-left-color: rgb(232 121 249);
border-right-color: rgb(232 121 249);
border-x-fuchsia-500border-left-color: rgb(217 70 239);
border-right-color: rgb(217 70 239);
border-x-fuchsia-600border-left-color: rgb(192 38 211);
border-right-color: rgb(192 38 211);
border-x-fuchsia-700border-left-color: rgb(162 28 175);
border-right-color: rgb(162 28 175);
border-x-fuchsia-800border-left-color: rgb(134 25 143);
border-right-color: rgb(134 25 143);
border-x-fuchsia-900border-left-color: rgb(112 26 117);
border-right-color: rgb(112 26 117);
border-x-fuchsia-950border-left-color: rgb(74 4 78);
border-right-color: rgb(74 4 78);
border-x-pink-50border-left-color: rgb(253 242 248);
border-right-color: rgb(253 242 248);
border-x-pink-100border-left-color: rgb(252 231 243);
border-right-color: rgb(252 231 243);
border-x-pink-200border-left-color: rgb(251 207 232);
border-right-color: rgb(251 207 232);
border-x-pink-300border-left-color: rgb(249 168 212);
border-right-color: rgb(249 168 212);
border-x-pink-400border-left-color: rgb(244 114 182);
border-right-color: rgb(244 114 182);
border-x-pink-500border-left-color: rgb(236 72 153);
border-right-color: rgb(236 72 153);
border-x-pink-600border-left-color: rgb(219 39 119);
border-right-color: rgb(219 39 119);
border-x-pink-700border-left-color: rgb(190 24 93);
border-right-color: rgb(190 24 93);
border-x-pink-800border-left-color: rgb(157 23 77);
border-right-color: rgb(157 23 77);
border-x-pink-900border-left-color: rgb(131 24 67);
border-right-color: rgb(131 24 67);
border-x-pink-950border-left-color: rgb(80 7 36);
border-right-color: rgb(80 7 36);
border-x-rose-50border-left-color: rgb(255 241 242);
border-right-color: rgb(255 241 242);
border-x-rose-100border-left-color: rgb(255 228 230);
border-right-color: rgb(255 228 230);
border-x-rose-200border-left-color: rgb(254 205 211);
border-right-color: rgb(254 205 211);
border-x-rose-300border-left-color: rgb(253 164 175);
border-right-color: rgb(253 164 175);
border-x-rose-400border-left-color: rgb(251 113 133);
border-right-color: rgb(251 113 133);
border-x-rose-500border-left-color: rgb(244 63 94);
border-right-color: rgb(244 63 94);
border-x-rose-600border-left-color: rgb(225 29 72);
border-right-color: rgb(225 29 72);
border-x-rose-700border-left-color: rgb(190 18 60);
border-right-color: rgb(190 18 60);
border-x-rose-800border-left-color: rgb(159 18 57);
border-right-color: rgb(159 18 57);
border-x-rose-900border-left-color: rgb(136 19 55);
border-right-color: rgb(136 19 55);
border-x-rose-950border-left-color: rgb(76 5 25);
border-right-color: rgb(76 5 25);
border-y-inheritborder-top-color: inherit;
border-bottom-color: inherit;
border-y-currentborder-top-color: currentColor;
border-bottom-color: currentColor;
border-y-transparentborder-top-color: transparent;
border-bottom-color: transparent;
border-y-blackborder-top-color: rgb(0 0 0);
border-bottom-color: rgb(0 0 0);
border-y-whiteborder-top-color: rgb(255 255 255);
border-bottom-color: rgb(255 255 255);
border-y-slate-50border-top-color: rgb(248 250 252);
border-bottom-color: rgb(248 250 252);
border-y-slate-100border-top-color: rgb(241 245 249);
border-bottom-color: rgb(241 245 249);
border-y-slate-200border-top-color: rgb(226 232 240);
border-bottom-color: rgb(226 232 240);
border-y-slate-300border-top-color: rgb(203 213 225);
border-bottom-color: rgb(203 213 225);
border-y-slate-400border-top-color: rgb(148 163 184);
border-bottom-color: rgb(148 163 184);
border-y-slate-500border-top-color: rgb(100 116 139);
border-bottom-color: rgb(100 116 139);
border-y-slate-600border-top-color: rgb(71 85 105);
border-bottom-color: rgb(71 85 105);
border-y-slate-700border-top-color: rgb(51 65 85);
border-bottom-color: rgb(51 65 85);
border-y-slate-800border-top-color: rgb(30 41 59);
border-bottom-color: rgb(30 41 59);
border-y-slate-900border-top-color: rgb(15 23 42);
border-bottom-color: rgb(15 23 42);
border-y-slate-950border-top-color: rgb(2 6 23);
border-bottom-color: rgb(2 6 23);
border-y-gray-50border-top-color: rgb(249 250 251);
border-bottom-color: rgb(249 250 251);
border-y-gray-100border-top-color: rgb(243 244 246);
border-bottom-color: rgb(243 244 246);
border-y-gray-200border-top-color: rgb(229 231 235);
border-bottom-color: rgb(229 231 235);
border-y-gray-300border-top-color: rgb(209 213 219);
border-bottom-color: rgb(209 213 219);
border-y-gray-400border-top-color: rgb(156 163 175);
border-bottom-color: rgb(156 163 175);
border-y-gray-500border-top-color: rgb(107 114 128);
border-bottom-color: rgb(107 114 128);
border-y-gray-600border-top-color: rgb(75 85 99);
border-bottom-color: rgb(75 85 99);
border-y-gray-700border-top-color: rgb(55 65 81);
border-bottom-color: rgb(55 65 81);
border-y-gray-800border-top-color: rgb(31 41 55);
border-bottom-color: rgb(31 41 55);
border-y-gray-900border-top-color: rgb(17 24 39);
border-bottom-color: rgb(17 24 39);
border-y-gray-950border-top-color: rgb(3 7 18);
border-bottom-color: rgb(3 7 18);
border-y-zinc-50border-top-color: rgb(250 250 250);
border-bottom-color: rgb(250 250 250);
border-y-zinc-100border-top-color: rgb(244 244 245);
border-bottom-color: rgb(244 244 245);
border-y-zinc-200border-top-color: rgb(228 228 231);
border-bottom-color: rgb(228 228 231);
border-y-zinc-300border-top-color: rgb(212 212 216);
border-bottom-color: rgb(212 212 216);
border-y-zinc-400border-top-color: rgb(161 161 170);
border-bottom-color: rgb(161 161 170);
border-y-zinc-500border-top-color: rgb(113 113 122);
border-bottom-color: rgb(113 113 122);
border-y-zinc-600border-top-color: rgb(82 82 91);
border-bottom-color: rgb(82 82 91);
border-y-zinc-700border-top-color: rgb(63 63 70);
border-bottom-color: rgb(63 63 70);
border-y-zinc-800border-top-color: rgb(39 39 42);
border-bottom-color: rgb(39 39 42);
border-y-zinc-900border-top-color: rgb(24 24 27);
border-bottom-color: rgb(24 24 27);
border-y-zinc-950border-top-color: rgb(9 9 11);
border-bottom-color: rgb(9 9 11);
border-y-neutral-50border-top-color: rgb(250 250 250);
border-bottom-color: rgb(250 250 250);
border-y-neutral-100border-top-color: rgb(245 245 245);
border-bottom-color: rgb(245 245 245);
border-y-neutral-200border-top-color: rgb(229 229 229);
border-bottom-color: rgb(229 229 229);
border-y-neutral-300border-top-color: rgb(212 212 212);
border-bottom-color: rgb(212 212 212);
border-y-neutral-400border-top-color: rgb(163 163 163);
border-bottom-color: rgb(163 163 163);
border-y-neutral-500border-top-color: rgb(115 115 115);
border-bottom-color: rgb(115 115 115);
border-y-neutral-600border-top-color: rgb(82 82 82);
border-bottom-color: rgb(82 82 82);
border-y-neutral-700border-top-color: rgb(64 64 64);
border-bottom-color: rgb(64 64 64);
border-y-neutral-800border-top-color: rgb(38 38 38);
border-bottom-color: rgb(38 38 38);
border-y-neutral-900border-top-color: rgb(23 23 23);
border-bottom-color: rgb(23 23 23);
border-y-neutral-950border-top-color: rgb(10 10 10);
border-bottom-color: rgb(10 10 10);
border-y-stone-50border-top-color: rgb(250 250 249);
border-bottom-color: rgb(250 250 249);
border-y-stone-100border-top-color: rgb(245 245 244);
border-bottom-color: rgb(245 245 244);
border-y-stone-200border-top-color: rgb(231 229 228);
border-bottom-color: rgb(231 229 228);
border-y-stone-300border-top-color: rgb(214 211 209);
border-bottom-color: rgb(214 211 209);
border-y-stone-400border-top-color: rgb(168 162 158);
border-bottom-color: rgb(168 162 158);
border-y-stone-500border-top-color: rgb(120 113 108);
border-bottom-color: rgb(120 113 108);
border-y-stone-600border-top-color: rgb(87 83 78);
border-bottom-color: rgb(87 83 78);
border-y-stone-700border-top-color: rgb(68 64 60);
border-bottom-color: rgb(68 64 60);
border-y-stone-800border-top-color: rgb(41 37 36);
border-bottom-color: rgb(41 37 36);
border-y-stone-900border-top-color: rgb(28 25 23);
border-bottom-color: rgb(28 25 23);
border-y-stone-950border-top-color: rgb(12 10 9);
border-bottom-color: rgb(12 10 9);
border-y-red-50border-top-color: rgb(254 242 242);
border-bottom-color: rgb(254 242 242);
border-y-red-100border-top-color: rgb(254 226 226);
border-bottom-color: rgb(254 226 226);
border-y-red-200border-top-color: rgb(254 202 202);
border-bottom-color: rgb(254 202 202);
border-y-red-300border-top-color: rgb(252 165 165);
border-bottom-color: rgb(252 165 165);
border-y-red-400border-top-color: rgb(248 113 113);
border-bottom-color: rgb(248 113 113);
border-y-red-500border-top-color: rgb(239 68 68);
border-bottom-color: rgb(239 68 68);
border-y-red-600border-top-color: rgb(220 38 38);
border-bottom-color: rgb(220 38 38);
border-y-red-700border-top-color: rgb(185 28 28);
border-bottom-color: rgb(185 28 28);
border-y-red-800border-top-color: rgb(153 27 27);
border-bottom-color: rgb(153 27 27);
border-y-red-900border-top-color: rgb(127 29 29);
border-bottom-color: rgb(127 29 29);
border-y-red-950border-top-color: rgb(69 10 10);
border-bottom-color: rgb(69 10 10);
border-y-orange-50border-top-color: rgb(255 247 237);
border-bottom-color: rgb(255 247 237);
border-y-orange-100border-top-color: rgb(255 237 213);
border-bottom-color: rgb(255 237 213);
border-y-orange-200border-top-color: rgb(254 215 170);
border-bottom-color: rgb(254 215 170);
border-y-orange-300border-top-color: rgb(253 186 116);
border-bottom-color: rgb(253 186 116);
border-y-orange-400border-top-color: rgb(251 146 60);
border-bottom-color: rgb(251 146 60);
border-y-orange-500border-top-color: rgb(249 115 22);
border-bottom-color: rgb(249 115 22);
border-y-orange-600border-top-color: rgb(234 88 12);
border-bottom-color: rgb(234 88 12);
border-y-orange-700border-top-color: rgb(194 65 12);
border-bottom-color: rgb(194 65 12);
border-y-orange-800border-top-color: rgb(154 52 18);
border-bottom-color: rgb(154 52 18);
border-y-orange-900border-top-color: rgb(124 45 18);
border-bottom-color: rgb(124 45 18);
border-y-orange-950border-top-color: rgb(67 20 7);
border-bottom-color: rgb(67 20 7);
border-y-amber-50border-top-color: rgb(255 251 235);
border-bottom-color: rgb(255 251 235);
border-y-amber-100border-top-color: rgb(254 243 199);
border-bottom-color: rgb(254 243 199);
border-y-amber-200border-top-color: rgb(253 230 138);
border-bottom-color: rgb(253 230 138);
border-y-amber-300border-top-color: rgb(252 211 77);
border-bottom-color: rgb(252 211 77);
border-y-amber-400border-top-color: rgb(251 191 36);
border-bottom-color: rgb(251 191 36);
border-y-amber-500border-top-color: rgb(245 158 11);
border-bottom-color: rgb(245 158 11);
border-y-amber-600border-top-color: rgb(217 119 6);
border-bottom-color: rgb(217 119 6);
border-y-amber-700border-top-color: rgb(180 83 9);
border-bottom-color: rgb(180 83 9);
border-y-amber-800border-top-color: rgb(146 64 14);
border-bottom-color: rgb(146 64 14);
border-y-amber-900border-top-color: rgb(120 53 15);
border-bottom-color: rgb(120 53 15);
border-y-amber-950border-top-color: rgb(69 26 3);
border-bottom-color: rgb(69 26 3);
border-y-yellow-50border-top-color: rgb(254 252 232);
border-bottom-color: rgb(254 252 232);
border-y-yellow-100border-top-color: rgb(254 249 195);
border-bottom-color: rgb(254 249 195);
border-y-yellow-200border-top-color: rgb(254 240 138);
border-bottom-color: rgb(254 240 138);
border-y-yellow-300border-top-color: rgb(253 224 71);
border-bottom-color: rgb(253 224 71);
border-y-yellow-400border-top-color: rgb(250 204 21);
border-bottom-color: rgb(250 204 21);
border-y-yellow-500border-top-color: rgb(234 179 8);
border-bottom-color: rgb(234 179 8);
border-y-yellow-600border-top-color: rgb(202 138 4);
border-bottom-color: rgb(202 138 4);
border-y-yellow-700border-top-color: rgb(161 98 7);
border-bottom-color: rgb(161 98 7);
border-y-yellow-800border-top-color: rgb(133 77 14);
border-bottom-color: rgb(133 77 14);
border-y-yellow-900border-top-color: rgb(113 63 18);
border-bottom-color: rgb(113 63 18);
border-y-yellow-950border-top-color: rgb(66 32 6);
border-bottom-color: rgb(66 32 6);
border-y-lime-50border-top-color: rgb(247 254 231);
border-bottom-color: rgb(247 254 231);
border-y-lime-100border-top-color: rgb(236 252 203);
border-bottom-color: rgb(236 252 203);
border-y-lime-200border-top-color: rgb(217 249 157);
border-bottom-color: rgb(217 249 157);
border-y-lime-300border-top-color: rgb(190 242 100);
border-bottom-color: rgb(190 242 100);
border-y-lime-400border-top-color: rgb(163 230 53);
border-bottom-color: rgb(163 230 53);
border-y-lime-500border-top-color: rgb(132 204 22);
border-bottom-color: rgb(132 204 22);
border-y-lime-600border-top-color: rgb(101 163 13);
border-bottom-color: rgb(101 163 13);
border-y-lime-700border-top-color: rgb(77 124 15);
border-bottom-color: rgb(77 124 15);
border-y-lime-800border-top-color: rgb(63 98 18);
border-bottom-color: rgb(63 98 18);
border-y-lime-900border-top-color: rgb(54 83 20);
border-bottom-color: rgb(54 83 20);
border-y-lime-950border-top-color: rgb(26 46 5);
border-bottom-color: rgb(26 46 5);
border-y-green-50border-top-color: rgb(240 253 244);
border-bottom-color: rgb(240 253 244);
border-y-green-100border-top-color: rgb(220 252 231);
border-bottom-color: rgb(220 252 231);
border-y-green-200border-top-color: rgb(187 247 208);
border-bottom-color: rgb(187 247 208);
border-y-green-300border-top-color: rgb(134 239 172);
border-bottom-color: rgb(134 239 172);
border-y-green-400border-top-color: rgb(74 222 128);
border-bottom-color: rgb(74 222 128);
border-y-green-500border-top-color: rgb(34 197 94);
border-bottom-color: rgb(34 197 94);
border-y-green-600border-top-color: rgb(22 163 74);
border-bottom-color: rgb(22 163 74);
border-y-green-700border-top-color: rgb(21 128 61);
border-bottom-color: rgb(21 128 61);
border-y-green-800border-top-color: rgb(22 101 52);
border-bottom-color: rgb(22 101 52);
border-y-green-900border-top-color: rgb(20 83 45);
border-bottom-color: rgb(20 83 45);
border-y-green-950border-top-color: rgb(5 46 22);
border-bottom-color: rgb(5 46 22);
border-y-emerald-50border-top-color: rgb(236 253 245);
border-bottom-color: rgb(236 253 245);
border-y-emerald-100border-top-color: rgb(209 250 229);
border-bottom-color: rgb(209 250 229);
border-y-emerald-200border-top-color: rgb(167 243 208);
border-bottom-color: rgb(167 243 208);
border-y-emerald-300border-top-color: rgb(110 231 183);
border-bottom-color: rgb(110 231 183);
border-y-emerald-400border-top-color: rgb(52 211 153);
border-bottom-color: rgb(52 211 153);
border-y-emerald-500border-top-color: rgb(16 185 129);
border-bottom-color: rgb(16 185 129);
border-y-emerald-600border-top-color: rgb(5 150 105);
border-bottom-color: rgb(5 150 105);
border-y-emerald-700border-top-color: rgb(4 120 87);
border-bottom-color: rgb(4 120 87);
border-y-emerald-800border-top-color: rgb(6 95 70);
border-bottom-color: rgb(6 95 70);
border-y-emerald-900border-top-color: rgb(6 78 59);
border-bottom-color: rgb(6 78 59);
border-y-emerald-950border-top-color: rgb(2 44 34);
border-bottom-color: rgb(2 44 34);
border-y-teal-50border-top-color: rgb(240 253 250);
border-bottom-color: rgb(240 253 250);
border-y-teal-100border-top-color: rgb(204 251 241);
border-bottom-color: rgb(204 251 241);
border-y-teal-200border-top-color: rgb(153 246 228);
border-bottom-color: rgb(153 246 228);
border-y-teal-300border-top-color: rgb(94 234 212);
border-bottom-color: rgb(94 234 212);
border-y-teal-400border-top-color: rgb(45 212 191);
border-bottom-color: rgb(45 212 191);
border-y-teal-500border-top-color: rgb(20 184 166);
border-bottom-color: rgb(20 184 166);
border-y-teal-600border-top-color: rgb(13 148 136);
border-bottom-color: rgb(13 148 136);
border-y-teal-700border-top-color: rgb(15 118 110);
border-bottom-color: rgb(15 118 110);
border-y-teal-800border-top-color: rgb(17 94 89);
border-bottom-color: rgb(17 94 89);
border-y-teal-900border-top-color: rgb(19 78 74);
border-bottom-color: rgb(19 78 74);
border-y-teal-950border-top-color: rgb(4 47 46);
border-bottom-color: rgb(4 47 46);
border-y-cyan-50border-top-color: rgb(236 254 255);
border-bottom-color: rgb(236 254 255);
border-y-cyan-100border-top-color: rgb(207 250 254);
border-bottom-color: rgb(207 250 254);
border-y-cyan-200border-top-color: rgb(165 243 252);
border-bottom-color: rgb(165 243 252);
border-y-cyan-300border-top-color: rgb(103 232 249);
border-bottom-color: rgb(103 232 249);
border-y-cyan-400border-top-color: rgb(34 211 238);
border-bottom-color: rgb(34 211 238);
border-y-cyan-500border-top-color: rgb(6 182 212);
border-bottom-color: rgb(6 182 212);
border-y-cyan-600border-top-color: rgb(8 145 178);
border-bottom-color: rgb(8 145 178);
border-y-cyan-700border-top-color: rgb(14 116 144);
border-bottom-color: rgb(14 116 144);
border-y-cyan-800border-top-color: rgb(21 94 117);
border-bottom-color: rgb(21 94 117);
border-y-cyan-900border-top-color: rgb(22 78 99);
border-bottom-color: rgb(22 78 99);
border-y-cyan-950border-top-color: rgb(8 51 68);
border-bottom-color: rgb(8 51 68);
border-y-sky-50border-top-color: rgb(240 249 255);
border-bottom-color: rgb(240 249 255);
border-y-sky-100border-top-color: rgb(224 242 254);
border-bottom-color: rgb(224 242 254);
border-y-sky-200border-top-color: rgb(186 230 253);
border-bottom-color: rgb(186 230 253);
border-y-sky-300border-top-color: rgb(125 211 252);
border-bottom-color: rgb(125 211 252);
border-y-sky-400border-top-color: rgb(56 189 248);
border-bottom-color: rgb(56 189 248);
border-y-sky-500border-top-color: rgb(14 165 233);
border-bottom-color: rgb(14 165 233);
border-y-sky-600border-top-color: rgb(2 132 199);
border-bottom-color: rgb(2 132 199);
border-y-sky-700border-top-color: rgb(3 105 161);
border-bottom-color: rgb(3 105 161);
border-y-sky-800border-top-color: rgb(7 89 133);
border-bottom-color: rgb(7 89 133);
border-y-sky-900border-top-color: rgb(12 74 110);
border-bottom-color: rgb(12 74 110);
border-y-sky-950border-top-color: rgb(8 47 73);
border-bottom-color: rgb(8 47 73);
border-y-blue-50border-top-color: rgb(239 246 255);
border-bottom-color: rgb(239 246 255);
border-y-blue-100border-top-color: rgb(219 234 254);
border-bottom-color: rgb(219 234 254);
border-y-blue-200border-top-color: rgb(191 219 254);
border-bottom-color: rgb(191 219 254);
border-y-blue-300border-top-color: rgb(147 197 253);
border-bottom-color: rgb(147 197 253);
border-y-blue-400border-top-color: rgb(96 165 250);
border-bottom-color: rgb(96 165 250);
border-y-blue-500border-top-color: rgb(59 130 246);
border-bottom-color: rgb(59 130 246);
border-y-blue-600border-top-color: rgb(37 99 235);
border-bottom-color: rgb(37 99 235);
border-y-blue-700border-top-color: rgb(29 78 216);
border-bottom-color: rgb(29 78 216);
border-y-blue-800border-top-color: rgb(30 64 175);
border-bottom-color: rgb(30 64 175);
border-y-blue-900border-top-color: rgb(30 58 138);
border-bottom-color: rgb(30 58 138);
border-y-blue-950border-top-color: rgb(23 37 84);
border-bottom-color: rgb(23 37 84);
border-y-indigo-50border-top-color: rgb(238 242 255);
border-bottom-color: rgb(238 242 255);
border-y-indigo-100border-top-color: rgb(224 231 255);
border-bottom-color: rgb(224 231 255);
border-y-indigo-200border-top-color: rgb(199 210 254);
border-bottom-color: rgb(199 210 254);
border-y-indigo-300border-top-color: rgb(165 180 252);
border-bottom-color: rgb(165 180 252);
border-y-indigo-400border-top-color: rgb(129 140 248);
border-bottom-color: rgb(129 140 248);
border-y-indigo-500border-top-color: rgb(99 102 241);
border-bottom-color: rgb(99 102 241);
border-y-indigo-600border-top-color: rgb(79 70 229);
border-bottom-color: rgb(79 70 229);
border-y-indigo-700border-top-color: rgb(67 56 202);
border-bottom-color: rgb(67 56 202);
border-y-indigo-800border-top-color: rgb(55 48 163);
border-bottom-color: rgb(55 48 163);
border-y-indigo-900border-top-color: rgb(49 46 129);
border-bottom-color: rgb(49 46 129);
border-y-indigo-950border-top-color: rgb(30 27 75);
border-bottom-color: rgb(30 27 75);
border-y-violet-50border-top-color: rgb(245 243 255);
border-bottom-color: rgb(245 243 255);
border-y-violet-100border-top-color: rgb(237 233 254);
border-bottom-color: rgb(237 233 254);
border-y-violet-200border-top-color: rgb(221 214 254);
border-bottom-color: rgb(221 214 254);
border-y-violet-300border-top-color: rgb(196 181 253);
border-bottom-color: rgb(196 181 253);
border-y-violet-400border-top-color: rgb(167 139 250);
border-bottom-color: rgb(167 139 250);
border-y-violet-500border-top-color: rgb(139 92 246);
border-bottom-color: rgb(139 92 246);
border-y-violet-600border-top-color: rgb(124 58 237);
border-bottom-color: rgb(124 58 237);
border-y-violet-700border-top-color: rgb(109 40 217);
border-bottom-color: rgb(109 40 217);
border-y-violet-800border-top-color: rgb(91 33 182);
border-bottom-color: rgb(91 33 182);
border-y-violet-900border-top-color: rgb(76 29 149);
border-bottom-color: rgb(76 29 149);
border-y-violet-950border-top-color: rgb(46 16 101);
border-bottom-color: rgb(46 16 101);
border-y-purple-50border-top-color: rgb(250 245 255);
border-bottom-color: rgb(250 245 255);
border-y-purple-100border-top-color: rgb(243 232 255);
border-bottom-color: rgb(243 232 255);
border-y-purple-200border-top-color: rgb(233 213 255);
border-bottom-color: rgb(233 213 255);
border-y-purple-300border-top-color: rgb(216 180 254);
border-bottom-color: rgb(216 180 254);
border-y-purple-400border-top-color: rgb(192 132 252);
border-bottom-color: rgb(192 132 252);
border-y-purple-500border-top-color: rgb(168 85 247);
border-bottom-color: rgb(168 85 247);
border-y-purple-600border-top-color: rgb(147 51 234);
border-bottom-color: rgb(147 51 234);
border-y-purple-700border-top-color: rgb(126 34 206);
border-bottom-color: rgb(126 34 206);
border-y-purple-800border-top-color: rgb(107 33 168);
border-bottom-color: rgb(107 33 168);
border-y-purple-900border-top-color: rgb(88 28 135);
border-bottom-color: rgb(88 28 135);
border-y-purple-950border-top-color: rgb(59 7 100);
border-bottom-color: rgb(59 7 100);
border-y-fuchsia-50border-top-color: rgb(253 244 255);
border-bottom-color: rgb(253 244 255);
border-y-fuchsia-100border-top-color: rgb(250 232 255);
border-bottom-color: rgb(250 232 255);
border-y-fuchsia-200border-top-color: rgb(245 208 254);
border-bottom-color: rgb(245 208 254);
border-y-fuchsia-300border-top-color: rgb(240 171 252);
border-bottom-color: rgb(240 171 252);
border-y-fuchsia-400border-top-color: rgb(232 121 249);
border-bottom-color: rgb(232 121 249);
border-y-fuchsia-500border-top-color: rgb(217 70 239);
border-bottom-color: rgb(217 70 239);
border-y-fuchsia-600border-top-color: rgb(192 38 211);
border-bottom-color: rgb(192 38 211);
border-y-fuchsia-700border-top-color: rgb(162 28 175);
border-bottom-color: rgb(162 28 175);
border-y-fuchsia-800border-top-color: rgb(134 25 143);
border-bottom-color: rgb(134 25 143);
border-y-fuchsia-900border-top-color: rgb(112 26 117);
border-bottom-color: rgb(112 26 117);
border-y-fuchsia-950border-top-color: rgb(74 4 78);
border-bottom-color: rgb(74 4 78);
border-y-pink-50border-top-color: rgb(253 242 248);
border-bottom-color: rgb(253 242 248);
border-y-pink-100border-top-color: rgb(252 231 243);
border-bottom-color: rgb(252 231 243);
border-y-pink-200border-top-color: rgb(251 207 232);
border-bottom-color: rgb(251 207 232);
border-y-pink-300border-top-color: rgb(249 168 212);
border-bottom-color: rgb(249 168 212);
border-y-pink-400border-top-color: rgb(244 114 182);
border-bottom-color: rgb(244 114 182);
border-y-pink-500border-top-color: rgb(236 72 153);
border-bottom-color: rgb(236 72 153);
border-y-pink-600border-top-color: rgb(219 39 119);
border-bottom-color: rgb(219 39 119);
border-y-pink-700border-top-color: rgb(190 24 93);
border-bottom-color: rgb(190 24 93);
border-y-pink-800border-top-color: rgb(157 23 77);
border-bottom-color: rgb(157 23 77);
border-y-pink-900border-top-color: rgb(131 24 67);
border-bottom-color: rgb(131 24 67);
border-y-pink-950border-top-color: rgb(80 7 36);
border-bottom-color: rgb(80 7 36);
border-y-rose-50border-top-color: rgb(255 241 242);
border-bottom-color: rgb(255 241 242);
border-y-rose-100border-top-color: rgb(255 228 230);
border-bottom-color: rgb(255 228 230);
border-y-rose-200border-top-color: rgb(254 205 211);
border-bottom-color: rgb(254 205 211);
border-y-rose-300border-top-color: rgb(253 164 175);
border-bottom-color: rgb(253 164 175);
border-y-rose-400border-top-color: rgb(251 113 133);
border-bottom-color: rgb(251 113 133);
border-y-rose-500border-top-color: rgb(244 63 94);
border-bottom-color: rgb(244 63 94);
border-y-rose-600border-top-color: rgb(225 29 72);
border-bottom-color: rgb(225 29 72);
border-y-rose-700border-top-color: rgb(190 18 60);
border-bottom-color: rgb(190 18 60);
border-y-rose-800border-top-color: rgb(159 18 57);
border-bottom-color: rgb(159 18 57);
border-y-rose-900border-top-color: rgb(136 19 55);
border-bottom-color: rgb(136 19 55);
border-y-rose-950border-top-color: rgb(76 5 25);
border-bottom-color: rgb(76 5 25);
border-s-inheritborder-inline-start-color: inherit;
border-s-currentborder-inline-start-color: currentColor;
border-s-transparentborder-inline-start-color: transparent;
border-s-blackborder-inline-start-color: rgb(0 0 0);
border-s-whiteborder-inline-start-color: rgb(255 255 255);
border-s-slate-50border-inline-start-color: rgb(248 250 252);
border-s-slate-100border-inline-start-color: rgb(241 245 249);
border-s-slate-200border-inline-start-color: rgb(226 232 240);
border-s-slate-300border-inline-start-color: rgb(203 213 225);
border-s-slate-400border-inline-start-color: rgb(148 163 184);
border-s-slate-500border-inline-start-color: rgb(100 116 139);
border-s-slate-600border-inline-start-color: rgb(71 85 105);
border-s-slate-700border-inline-start-color: rgb(51 65 85);
border-s-slate-800border-inline-start-color: rgb(30 41 59);
border-s-slate-900border-inline-start-color: rgb(15 23 42);
border-s-slate-950border-inline-start-color: rgb(2 6 23);
border-s-gray-50border-inline-start-color: rgb(249 250 251);
border-s-gray-100border-inline-start-color: rgb(243 244 246);
border-s-gray-200border-inline-start-color: rgb(229 231 235);
border-s-gray-300border-inline-start-color: rgb(209 213 219);
border-s-gray-400border-inline-start-color: rgb(156 163 175);
border-s-gray-500border-inline-start-color: rgb(107 114 128);
border-s-gray-600border-inline-start-color: rgb(75 85 99);
border-s-gray-700border-inline-start-color: rgb(55 65 81);
border-s-gray-800border-inline-start-color: rgb(31 41 55);
border-s-gray-900border-inline-start-color: rgb(17 24 39);
border-s-gray-950border-inline-start-color: rgb(3 7 18);
border-s-zinc-50border-inline-start-color: rgb(250 250 250);
border-s-zinc-100border-inline-start-color: rgb(244 244 245);
border-s-zinc-200border-inline-start-color: rgb(228 228 231);
border-s-zinc-300border-inline-start-color: rgb(212 212 216);
border-s-zinc-400border-inline-start-color: rgb(161 161 170);
border-s-zinc-500border-inline-start-color: rgb(113 113 122);
border-s-zinc-600border-inline-start-color: rgb(82 82 91);
border-s-zinc-700border-inline-start-color: rgb(63 63 70);
border-s-zinc-800border-inline-start-color: rgb(39 39 42);
border-s-zinc-900border-inline-start-color: rgb(24 24 27);
border-s-zinc-950border-inline-start-color: rgb(9 9 11);
border-s-neutral-50border-inline-start-color: rgb(250 250 250);
border-s-neutral-100border-inline-start-color: rgb(245 245 245);
border-s-neutral-200border-inline-start-color: rgb(229 229 229);
border-s-neutral-300border-inline-start-color: rgb(212 212 212);
border-s-neutral-400border-inline-start-color: rgb(163 163 163);
border-s-neutral-500border-inline-start-color: rgb(115 115 115);
border-s-neutral-600border-inline-start-color: rgb(82 82 82);
border-s-neutral-700border-inline-start-color: rgb(64 64 64);
border-s-neutral-800border-inline-start-color: rgb(38 38 38);
border-s-neutral-900border-inline-start-color: rgb(23 23 23);
border-s-neutral-950border-inline-start-color: rgb(10 10 10);
border-s-stone-50border-inline-start-color: rgb(250 250 249);
border-s-stone-100border-inline-start-color: rgb(245 245 244);
border-s-stone-200border-inline-start-color: rgb(231 229 228);
border-s-stone-300border-inline-start-color: rgb(214 211 209);
border-s-stone-400border-inline-start-color: rgb(168 162 158);
border-s-stone-500border-inline-start-color: rgb(120 113 108);
border-s-stone-600border-inline-start-color: rgb(87 83 78);
border-s-stone-700border-inline-start-color: rgb(68 64 60);
border-s-stone-800border-inline-start-color: rgb(41 37 36);
border-s-stone-900border-inline-start-color: rgb(28 25 23);
border-s-stone-950border-inline-start-color: rgb(12 10 9);
border-s-red-50border-inline-start-color: rgb(254 242 242);
border-s-red-100border-inline-start-color: rgb(254 226 226);
border-s-red-200border-inline-start-color: rgb(254 202 202);
border-s-red-300border-inline-start-color: rgb(252 165 165);
border-s-red-400border-inline-start-color: rgb(248 113 113);
border-s-red-500border-inline-start-color: rgb(239 68 68);
border-s-red-600border-inline-start-color: rgb(220 38 38);
border-s-red-700border-inline-start-color: rgb(185 28 28);
border-s-red-800border-inline-start-color: rgb(153 27 27);
border-s-red-900border-inline-start-color: rgb(127 29 29);
border-s-red-950border-inline-start-color: rgb(69 10 10);
border-s-orange-50border-inline-start-color: rgb(255 247 237);
border-s-orange-100border-inline-start-color: rgb(255 237 213);
border-s-orange-200border-inline-start-color: rgb(254 215 170);
border-s-orange-300border-inline-start-color: rgb(253 186 116);
border-s-orange-400border-inline-start-color: rgb(251 146 60);
border-s-orange-500border-inline-start-color: rgb(249 115 22);
border-s-orange-600border-inline-start-color: rgb(234 88 12);
border-s-orange-700border-inline-start-color: rgb(194 65 12);
border-s-orange-800border-inline-start-color: rgb(154 52 18);
border-s-orange-900border-inline-start-color: rgb(124 45 18);
border-s-orange-950border-inline-start-color: rgb(67 20 7);
border-s-amber-50border-inline-start-color: rgb(255 251 235);
border-s-amber-100border-inline-start-color: rgb(254 243 199);
border-s-amber-200border-inline-start-color: rgb(253 230 138);
border-s-amber-300border-inline-start-color: rgb(252 211 77);
border-s-amber-400border-inline-start-color: rgb(251 191 36);
border-s-amber-500border-inline-start-color: rgb(245 158 11);
border-s-amber-600border-inline-start-color: rgb(217 119 6);
border-s-amber-700border-inline-start-color: rgb(180 83 9);
border-s-amber-800border-inline-start-color: rgb(146 64 14);
border-s-amber-900border-inline-start-color: rgb(120 53 15);
border-s-amber-950border-inline-start-color: rgb(69 26 3);
border-s-yellow-50border-inline-start-color: rgb(254 252 232);
border-s-yellow-100border-inline-start-color: rgb(254 249 195);
border-s-yellow-200border-inline-start-color: rgb(254 240 138);
border-s-yellow-300border-inline-start-color: rgb(253 224 71);
border-s-yellow-400border-inline-start-color: rgb(250 204 21);
border-s-yellow-500border-inline-start-color: rgb(234 179 8);
border-s-yellow-600border-inline-start-color: rgb(202 138 4);
border-s-yellow-700border-inline-start-color: rgb(161 98 7);
border-s-yellow-800border-inline-start-color: rgb(133 77 14);
border-s-yellow-900border-inline-start-color: rgb(113 63 18);
border-s-yellow-950border-inline-start-color: rgb(66 32 6);
border-s-lime-50border-inline-start-color: rgb(247 254 231);
border-s-lime-100border-inline-start-color: rgb(236 252 203);
border-s-lime-200border-inline-start-color: rgb(217 249 157);
border-s-lime-300border-inline-start-color: rgb(190 242 100);
border-s-lime-400border-inline-start-color: rgb(163 230 53);
border-s-lime-500border-inline-start-color: rgb(132 204 22);
border-s-lime-600border-inline-start-color: rgb(101 163 13);
border-s-lime-700border-inline-start-color: rgb(77 124 15);
border-s-lime-800border-inline-start-color: rgb(63 98 18);
border-s-lime-900border-inline-start-color: rgb(54 83 20);
border-s-lime-950border-inline-start-color: rgb(26 46 5);
border-s-green-50border-inline-start-color: rgb(240 253 244);
border-s-green-100border-inline-start-color: rgb(220 252 231);
border-s-green-200border-inline-start-color: rgb(187 247 208);
border-s-green-300border-inline-start-color: rgb(134 239 172);
border-s-green-400border-inline-start-color: rgb(74 222 128);
border-s-green-500border-inline-start-color: rgb(34 197 94);
border-s-green-600border-inline-start-color: rgb(22 163 74);
border-s-green-700border-inline-start-color: rgb(21 128 61);
border-s-green-800border-inline-start-color: rgb(22 101 52);
border-s-green-900border-inline-start-color: rgb(20 83 45);
border-s-green-950border-inline-start-color: rgb(5 46 22);
border-s-emerald-50border-inline-start-color: rgb(236 253 245);
border-s-emerald-100border-inline-start-color: rgb(209 250 229);
border-s-emerald-200border-inline-start-color: rgb(167 243 208);
border-s-emerald-300border-inline-start-color: rgb(110 231 183);
border-s-emerald-400border-inline-start-color: rgb(52 211 153);
border-s-emerald-500border-inline-start-color: rgb(16 185 129);
border-s-emerald-600border-inline-start-color: rgb(5 150 105);
border-s-emerald-700border-inline-start-color: rgb(4 120 87);
border-s-emerald-800border-inline-start-color: rgb(6 95 70);
border-s-emerald-900border-inline-start-color: rgb(6 78 59);
border-s-emerald-950border-inline-start-color: rgb(2 44 34);
border-s-teal-50border-inline-start-color: rgb(240 253 250);
border-s-teal-100border-inline-start-color: rgb(204 251 241);
border-s-teal-200border-inline-start-color: rgb(153 246 228);
border-s-teal-300border-inline-start-color: rgb(94 234 212);
border-s-teal-400border-inline-start-color: rgb(45 212 191);
border-s-teal-500border-inline-start-color: rgb(20 184 166);
border-s-teal-600border-inline-start-color: rgb(13 148 136);
border-s-teal-700border-inline-start-color: rgb(15 118 110);
border-s-teal-800border-inline-start-color: rgb(17 94 89);
border-s-teal-900border-inline-start-color: rgb(19 78 74);
border-s-teal-950border-inline-start-color: rgb(4 47 46);
border-s-cyan-50border-inline-start-color: rgb(236 254 255);
border-s-cyan-100border-inline-start-color: rgb(207 250 254);
border-s-cyan-200border-inline-start-color: rgb(165 243 252);
border-s-cyan-300border-inline-start-color: rgb(103 232 249);
border-s-cyan-400border-inline-start-color: rgb(34 211 238);
border-s-cyan-500border-inline-start-color: rgb(6 182 212);
border-s-cyan-600border-inline-start-color: rgb(8 145 178);
border-s-cyan-700border-inline-start-color: rgb(14 116 144);
border-s-cyan-800border-inline-start-color: rgb(21 94 117);
border-s-cyan-900border-inline-start-color: rgb(22 78 99);
border-s-cyan-950border-inline-start-color: rgb(8 51 68);
border-s-sky-50border-inline-start-color: rgb(240 249 255);
border-s-sky-100border-inline-start-color: rgb(224 242 254);
border-s-sky-200border-inline-start-color: rgb(186 230 253);
border-s-sky-300border-inline-start-color: rgb(125 211 252);
border-s-sky-400border-inline-start-color: rgb(56 189 248);
border-s-sky-500border-inline-start-color: rgb(14 165 233);
border-s-sky-600border-inline-start-color: rgb(2 132 199);
border-s-sky-700border-inline-start-color: rgb(3 105 161);
border-s-sky-800border-inline-start-color: rgb(7 89 133);
border-s-sky-900border-inline-start-color: rgb(12 74 110);
border-s-sky-950border-inline-start-color: rgb(8 47 73);
border-s-blue-50border-inline-start-color: rgb(239 246 255);
border-s-blue-100border-inline-start-color: rgb(219 234 254);
border-s-blue-200border-inline-start-color: rgb(191 219 254);
border-s-blue-300border-inline-start-color: rgb(147 197 253);
border-s-blue-400border-inline-start-color: rgb(96 165 250);
border-s-blue-500border-inline-start-color: rgb(59 130 246);
border-s-blue-600border-inline-start-color: rgb(37 99 235);
border-s-blue-700border-inline-start-color: rgb(29 78 216);
border-s-blue-800border-inline-start-color: rgb(30 64 175);
border-s-blue-900border-inline-start-color: rgb(30 58 138);
border-s-blue-950border-inline-start-color: rgb(23 37 84);
border-s-indigo-50border-inline-start-color: rgb(238 242 255);
border-s-indigo-100border-inline-start-color: rgb(224 231 255);
border-s-indigo-200border-inline-start-color: rgb(199 210 254);
border-s-indigo-300border-inline-start-color: rgb(165 180 252);
border-s-indigo-400border-inline-start-color: rgb(129 140 248);
border-s-indigo-500border-inline-start-color: rgb(99 102 241);
border-s-indigo-600border-inline-start-color: rgb(79 70 229);
border-s-indigo-700border-inline-start-color: rgb(67 56 202);
border-s-indigo-800border-inline-start-color: rgb(55 48 163);
border-s-indigo-900border-inline-start-color: rgb(49 46 129);
border-s-indigo-950border-inline-start-color: rgb(30 27 75);
border-s-violet-50border-inline-start-color: rgb(245 243 255);
border-s-violet-100border-inline-start-color: rgb(237 233 254);
border-s-violet-200border-inline-start-color: rgb(221 214 254);
border-s-violet-300border-inline-start-color: rgb(196 181 253);
border-s-violet-400border-inline-start-color: rgb(167 139 250);
border-s-violet-500border-inline-start-color: rgb(139 92 246);
border-s-violet-600border-inline-start-color: rgb(124 58 237);
border-s-violet-700border-inline-start-color: rgb(109 40 217);
border-s-violet-800border-inline-start-color: rgb(91 33 182);
border-s-violet-900border-inline-start-color: rgb(76 29 149);
border-s-violet-950border-inline-start-color: rgb(46 16 101);
border-s-purple-50border-inline-start-color: rgb(250 245 255);
border-s-purple-100border-inline-start-color: rgb(243 232 255);
border-s-purple-200border-inline-start-color: rgb(233 213 255);
border-s-purple-300border-inline-start-color: rgb(216 180 254);
border-s-purple-400border-inline-start-color: rgb(192 132 252);
border-s-purple-500border-inline-start-color: rgb(168 85 247);
border-s-purple-600border-inline-start-color: rgb(147 51 234);
border-s-purple-700border-inline-start-color: rgb(126 34 206);
border-s-purple-800border-inline-start-color: rgb(107 33 168);
border-s-purple-900border-inline-start-color: rgb(88 28 135);
border-s-purple-950border-inline-start-color: rgb(59 7 100);
border-s-fuchsia-50border-inline-start-color: rgb(253 244 255);
border-s-fuchsia-100border-inline-start-color: rgb(250 232 255);
border-s-fuchsia-200border-inline-start-color: rgb(245 208 254);
border-s-fuchsia-300border-inline-start-color: rgb(240 171 252);
border-s-fuchsia-400border-inline-start-color: rgb(232 121 249);
border-s-fuchsia-500border-inline-start-color: rgb(217 70 239);
border-s-fuchsia-600border-inline-start-color: rgb(192 38 211);
border-s-fuchsia-700border-inline-start-color: rgb(162 28 175);
border-s-fuchsia-800border-inline-start-color: rgb(134 25 143);
border-s-fuchsia-900border-inline-start-color: rgb(112 26 117);
border-s-fuchsia-950border-inline-start-color: rgb(74 4 78);
border-s-pink-50border-inline-start-color: rgb(253 242 248);
border-s-pink-100border-inline-start-color: rgb(252 231 243);
border-s-pink-200border-inline-start-color: rgb(251 207 232);
border-s-pink-300border-inline-start-color: rgb(249 168 212);
border-s-pink-400border-inline-start-color: rgb(244 114 182);
border-s-pink-500border-inline-start-color: rgb(236 72 153);
border-s-pink-600border-inline-start-color: rgb(219 39 119);
border-s-pink-700border-inline-start-color: rgb(190 24 93);
border-s-pink-800border-inline-start-color: rgb(157 23 77);
border-s-pink-900border-inline-start-color: rgb(131 24 67);
border-s-pink-950border-inline-start-color: rgb(80 7 36);
border-s-rose-50border-inline-start-color: rgb(255 241 242);
border-s-rose-100border-inline-start-color: rgb(255 228 230);
border-s-rose-200border-inline-start-color: rgb(254 205 211);
border-s-rose-300border-inline-start-color: rgb(253 164 175);
border-s-rose-400border-inline-start-color: rgb(251 113 133);
border-s-rose-500border-inline-start-color: rgb(244 63 94);
border-s-rose-600border-inline-start-color: rgb(225 29 72);
border-s-rose-700border-inline-start-color: rgb(190 18 60);
border-s-rose-800border-inline-start-color: rgb(159 18 57);
border-s-rose-900border-inline-start-color: rgb(136 19 55);
border-s-rose-950border-inline-start-color: rgb(76 5 25);
border-e-inheritborder-inline-end-color: inherit;
border-e-currentborder-inline-end-color: currentColor;
border-e-transparentborder-inline-end-color: transparent;
border-e-blackborder-inline-end-color: rgb(0 0 0);
border-e-whiteborder-inline-end-color: rgb(255 255 255);
border-e-slate-50border-inline-end-color: rgb(248 250 252);
border-e-slate-100border-inline-end-color: rgb(241 245 249);
border-e-slate-200border-inline-end-color: rgb(226 232 240);
border-e-slate-300border-inline-end-color: rgb(203 213 225);
border-e-slate-400border-inline-end-color: rgb(148 163 184);
border-e-slate-500border-inline-end-color: rgb(100 116 139);
border-e-slate-600border-inline-end-color: rgb(71 85 105);
border-e-slate-700border-inline-end-color: rgb(51 65 85);
border-e-slate-800border-inline-end-color: rgb(30 41 59);
border-e-slate-900border-inline-end-color: rgb(15 23 42);
border-e-slate-950border-inline-end-color: rgb(2 6 23);
border-e-gray-50border-inline-end-color: rgb(249 250 251);
border-e-gray-100border-inline-end-color: rgb(243 244 246);
border-e-gray-200border-inline-end-color: rgb(229 231 235);
border-e-gray-300border-inline-end-color: rgb(209 213 219);
border-e-gray-400border-inline-end-color: rgb(156 163 175);
border-e-gray-500border-inline-end-color: rgb(107 114 128);
border-e-gray-600border-inline-end-color: rgb(75 85 99);
border-e-gray-700border-inline-end-color: rgb(55 65 81);
border-e-gray-800border-inline-end-color: rgb(31 41 55);
border-e-gray-900border-inline-end-color: rgb(17 24 39);
border-e-gray-950border-inline-end-color: rgb(3 7 18);
border-e-zinc-50border-inline-end-color: rgb(250 250 250);
border-e-zinc-100border-inline-end-color: rgb(244 244 245);
border-e-zinc-200border-inline-end-color: rgb(228 228 231);
border-e-zinc-300border-inline-end-color: rgb(212 212 216);
border-e-zinc-400border-inline-end-color: rgb(161 161 170);
border-e-zinc-500border-inline-end-color: rgb(113 113 122);
border-e-zinc-600border-inline-end-color: rgb(82 82 91);
border-e-zinc-700border-inline-end-color: rgb(63 63 70);
border-e-zinc-800border-inline-end-color: rgb(39 39 42);
border-e-zinc-900border-inline-end-color: rgb(24 24 27);
border-e-zinc-950border-inline-end-color: rgb(9 9 11);
border-e-neutral-50border-inline-end-color: rgb(250 250 250);
border-e-neutral-100border-inline-end-color: rgb(245 245 245);
border-e-neutral-200border-inline-end-color: rgb(229 229 229);
border-e-neutral-300border-inline-end-color: rgb(212 212 212);
border-e-neutral-400border-inline-end-color: rgb(163 163 163);
border-e-neutral-500border-inline-end-color: rgb(115 115 115);
border-e-neutral-600border-inline-end-color: rgb(82 82 82);
border-e-neutral-700border-inline-end-color: rgb(64 64 64);
border-e-neutral-800border-inline-end-color: rgb(38 38 38);
border-e-neutral-900border-inline-end-color: rgb(23 23 23);
border-e-neutral-950border-inline-end-color: rgb(10 10 10);
border-e-stone-50border-inline-end-color: rgb(250 250 249);
border-e-stone-100border-inline-end-color: rgb(245 245 244);
border-e-stone-200border-inline-end-color: rgb(231 229 228);
border-e-stone-300border-inline-end-color: rgb(214 211 209);
border-e-stone-400border-inline-end-color: rgb(168 162 158);
border-e-stone-500border-inline-end-color: rgb(120 113 108);
border-e-stone-600border-inline-end-color: rgb(87 83 78);
border-e-stone-700border-inline-end-color: rgb(68 64 60);
border-e-stone-800border-inline-end-color: rgb(41 37 36);
border-e-stone-900border-inline-end-color: rgb(28 25 23);
border-e-stone-950border-inline-end-color: rgb(12 10 9);
border-e-red-50border-inline-end-color: rgb(254 242 242);
border-e-red-100border-inline-end-color: rgb(254 226 226);
border-e-red-200border-inline-end-color: rgb(254 202 202);
border-e-red-300border-inline-end-color: rgb(252 165 165);
border-e-red-400border-inline-end-color: rgb(248 113 113);
border-e-red-500border-inline-end-color: rgb(239 68 68);
border-e-red-600border-inline-end-color: rgb(220 38 38);
border-e-red-700border-inline-end-color: rgb(185 28 28);
border-e-red-800border-inline-end-color: rgb(153 27 27);
border-e-red-900border-inline-end-color: rgb(127 29 29);
border-e-red-950border-inline-end-color: rgb(69 10 10);
border-e-orange-50border-inline-end-color: rgb(255 247 237);
border-e-orange-100border-inline-end-color: rgb(255 237 213);
border-e-orange-200border-inline-end-color: rgb(254 215 170);
border-e-orange-300border-inline-end-color: rgb(253 186 116);
border-e-orange-400border-inline-end-color: rgb(251 146 60);
border-e-orange-500border-inline-end-color: rgb(249 115 22);
border-e-orange-600border-inline-end-color: rgb(234 88 12);
border-e-orange-700border-inline-end-color: rgb(194 65 12);
border-e-orange-800border-inline-end-color: rgb(154 52 18);
border-e-orange-900border-inline-end-color: rgb(124 45 18);
border-e-orange-950border-inline-end-color: rgb(67 20 7);
border-e-amber-50border-inline-end-color: rgb(255 251 235);
border-e-amber-100border-inline-end-color: rgb(254 243 199);
border-e-amber-200border-inline-end-color: rgb(253 230 138);
border-e-amber-300border-inline-end-color: rgb(252 211 77);
border-e-amber-400border-inline-end-color: rgb(251 191 36);
border-e-amber-500border-inline-end-color: rgb(245 158 11);
border-e-amber-600border-inline-end-color: rgb(217 119 6);
border-e-amber-700border-inline-end-color: rgb(180 83 9);
border-e-amber-800border-inline-end-color: rgb(146 64 14);
border-e-amber-900border-inline-end-color: rgb(120 53 15);
border-e-amber-950border-inline-end-color: rgb(69 26 3);
border-e-yellow-50border-inline-end-color: rgb(254 252 232);
border-e-yellow-100border-inline-end-color: rgb(254 249 195);
border-e-yellow-200border-inline-end-color: rgb(254 240 138);
border-e-yellow-300border-inline-end-color: rgb(253 224 71);
border-e-yellow-400border-inline-end-color: rgb(250 204 21);
border-e-yellow-500border-inline-end-color: rgb(234 179 8);
border-e-yellow-600border-inline-end-color: rgb(202 138 4);
border-e-yellow-700border-inline-end-color: rgb(161 98 7);
border-e-yellow-800border-inline-end-color: rgb(133 77 14);
border-e-yellow-900border-inline-end-color: rgb(113 63 18);
border-e-yellow-950border-inline-end-color: rgb(66 32 6);
border-e-lime-50border-inline-end-color: rgb(247 254 231);
border-e-lime-100border-inline-end-color: rgb(236 252 203);
border-e-lime-200border-inline-end-color: rgb(217 249 157);
border-e-lime-300border-inline-end-color: rgb(190 242 100);
border-e-lime-400border-inline-end-color: rgb(163 230 53);
border-e-lime-500border-inline-end-color: rgb(132 204 22);
border-e-lime-600border-inline-end-color: rgb(101 163 13);
border-e-lime-700border-inline-end-color: rgb(77 124 15);
border-e-lime-800border-inline-end-color: rgb(63 98 18);
border-e-lime-900border-inline-end-color: rgb(54 83 20);
border-e-lime-950border-inline-end-color: rgb(26 46 5);
border-e-green-50border-inline-end-color: rgb(240 253 244);
border-e-green-100border-inline-end-color: rgb(220 252 231);
border-e-green-200border-inline-end-color: rgb(187 247 208);
border-e-green-300border-inline-end-color: rgb(134 239 172);
border-e-green-400border-inline-end-color: rgb(74 222 128);
border-e-green-500border-inline-end-color: rgb(34 197 94);
border-e-green-600border-inline-end-color: rgb(22 163 74);
border-e-green-700border-inline-end-color: rgb(21 128 61);
border-e-green-800border-inline-end-color: rgb(22 101 52);
border-e-green-900border-inline-end-color: rgb(20 83 45);
border-e-green-950border-inline-end-color: rgb(5 46 22);
border-e-emerald-50border-inline-end-color: rgb(236 253 245);
border-e-emerald-100border-inline-end-color: rgb(209 250 229);
border-e-emerald-200border-inline-end-color: rgb(167 243 208);
border-e-emerald-300border-inline-end-color: rgb(110 231 183);
border-e-emerald-400border-inline-end-color: rgb(52 211 153);
border-e-emerald-500border-inline-end-color: rgb(16 185 129);
border-e-emerald-600border-inline-end-color: rgb(5 150 105);
border-e-emerald-700border-inline-end-color: rgb(4 120 87);
border-e-emerald-800border-inline-end-color: rgb(6 95 70);
border-e-emerald-900border-inline-end-color: rgb(6 78 59);
border-e-emerald-950border-inline-end-color: rgb(2 44 34);
border-e-teal-50border-inline-end-color: rgb(240 253 250);
border-e-teal-100border-inline-end-color: rgb(204 251 241);
border-e-teal-200border-inline-end-color: rgb(153 246 228);
border-e-teal-300border-inline-end-color: rgb(94 234 212);
border-e-teal-400border-inline-end-color: rgb(45 212 191);
border-e-teal-500border-inline-end-color: rgb(20 184 166);
border-e-teal-600border-inline-end-color: rgb(13 148 136);
border-e-teal-700border-inline-end-color: rgb(15 118 110);
border-e-teal-800border-inline-end-color: rgb(17 94 89);
border-e-teal-900border-inline-end-color: rgb(19 78 74);
border-e-teal-950border-inline-end-color: rgb(4 47 46);
border-e-cyan-50border-inline-end-color: rgb(236 254 255);
border-e-cyan-100border-inline-end-color: rgb(207 250 254);
border-e-cyan-200border-inline-end-color: rgb(165 243 252);
border-e-cyan-300border-inline-end-color: rgb(103 232 249);
border-e-cyan-400border-inline-end-color: rgb(34 211 238);
border-e-cyan-500border-inline-end-color: rgb(6 182 212);
border-e-cyan-600border-inline-end-color: rgb(8 145 178);
border-e-cyan-700border-inline-end-color: rgb(14 116 144);
border-e-cyan-800border-inline-end-color: rgb(21 94 117);
border-e-cyan-900border-inline-end-color: rgb(22 78 99);
border-e-cyan-950border-inline-end-color: rgb(8 51 68);
border-e-sky-50border-inline-end-color: rgb(240 249 255);
border-e-sky-100border-inline-end-color: rgb(224 242 254);
border-e-sky-200border-inline-end-color: rgb(186 230 253);
border-e-sky-300border-inline-end-color: rgb(125 211 252);
border-e-sky-400border-inline-end-color: rgb(56 189 248);
border-e-sky-500border-inline-end-color: rgb(14 165 233);
border-e-sky-600border-inline-end-color: rgb(2 132 199);
border-e-sky-700border-inline-end-color: rgb(3 105 161);
border-e-sky-800border-inline-end-color: rgb(7 89 133);
border-e-sky-900border-inline-end-color: rgb(12 74 110);
border-e-sky-950border-inline-end-color: rgb(8 47 73);
border-e-blue-50border-inline-end-color: rgb(239 246 255);
border-e-blue-100border-inline-end-color: rgb(219 234 254);
border-e-blue-200border-inline-end-color: rgb(191 219 254);
border-e-blue-300border-inline-end-color: rgb(147 197 253);
border-e-blue-400border-inline-end-color: rgb(96 165 250);
border-e-blue-500border-inline-end-color: rgb(59 130 246);
border-e-blue-600border-inline-end-color: rgb(37 99 235);
border-e-blue-700border-inline-end-color: rgb(29 78 216);
border-e-blue-800border-inline-end-color: rgb(30 64 175);
border-e-blue-900border-inline-end-color: rgb(30 58 138);
border-e-blue-950border-inline-end-color: rgb(23 37 84);
border-e-indigo-50border-inline-end-color: rgb(238 242 255);
border-e-indigo-100border-inline-end-color: rgb(224 231 255);
border-e-indigo-200border-inline-end-color: rgb(199 210 254);
border-e-indigo-300border-inline-end-color: rgb(165 180 252);
border-e-indigo-400border-inline-end-color: rgb(129 140 248);
border-e-indigo-500border-inline-end-color: rgb(99 102 241);
border-e-indigo-600border-inline-end-color: rgb(79 70 229);
border-e-indigo-700border-inline-end-color: rgb(67 56 202);
border-e-indigo-800border-inline-end-color: rgb(55 48 163);
border-e-indigo-900border-inline-end-color: rgb(49 46 129);
border-e-indigo-950border-inline-end-color: rgb(30 27 75);
border-e-violet-50border-inline-end-color: rgb(245 243 255);
border-e-violet-100border-inline-end-color: rgb(237 233 254);
border-e-violet-200border-inline-end-color: rgb(221 214 254);
border-e-violet-300border-inline-end-color: rgb(196 181 253);
border-e-violet-400border-inline-end-color: rgb(167 139 250);
border-e-violet-500border-inline-end-color: rgb(139 92 246);
border-e-violet-600border-inline-end-color: rgb(124 58 237);
border-e-violet-700border-inline-end-color: rgb(109 40 217);
border-e-violet-800border-inline-end-color: rgb(91 33 182);
border-e-violet-900border-inline-end-color: rgb(76 29 149);
border-e-violet-950border-inline-end-color: rgb(46 16 101);
border-e-purple-50border-inline-end-color: rgb(250 245 255);
border-e-purple-100border-inline-end-color: rgb(243 232 255);
border-e-purple-200border-inline-end-color: rgb(233 213 255);
border-e-purple-300border-inline-end-color: rgb(216 180 254);
border-e-purple-400border-inline-end-color: rgb(192 132 252);
border-e-purple-500border-inline-end-color: rgb(168 85 247);
border-e-purple-600border-inline-end-color: rgb(147 51 234);
border-e-purple-700border-inline-end-color: rgb(126 34 206);
border-e-purple-800border-inline-end-color: rgb(107 33 168);
border-e-purple-900border-inline-end-color: rgb(88 28 135);
border-e-purple-950border-inline-end-color: rgb(59 7 100);
border-e-fuchsia-50border-inline-end-color: rgb(253 244 255);
border-e-fuchsia-100border-inline-end-color: rgb(250 232 255);
border-e-fuchsia-200border-inline-end-color: rgb(245 208 254);
border-e-fuchsia-300border-inline-end-color: rgb(240 171 252);
border-e-fuchsia-400border-inline-end-color: rgb(232 121 249);
border-e-fuchsia-500border-inline-end-color: rgb(217 70 239);
border-e-fuchsia-600border-inline-end-color: rgb(192 38 211);
border-e-fuchsia-700border-inline-end-color: rgb(162 28 175);
border-e-fuchsia-800border-inline-end-color: rgb(134 25 143);
border-e-fuchsia-900border-inline-end-color: rgb(112 26 117);
border-e-fuchsia-950border-inline-end-color: rgb(74 4 78);
border-e-pink-50border-inline-end-color: rgb(253 242 248);
border-e-pink-100border-inline-end-color: rgb(252 231 243);
border-e-pink-200border-inline-end-color: rgb(251 207 232);
border-e-pink-300border-inline-end-color: rgb(249 168 212);
border-e-pink-400border-inline-end-color: rgb(244 114 182);
border-e-pink-500border-inline-end-color: rgb(236 72 153);
border-e-pink-600border-inline-end-color: rgb(219 39 119);
border-e-pink-700border-inline-end-color: rgb(190 24 93);
border-e-pink-800border-inline-end-color: rgb(157 23 77);
border-e-pink-900border-inline-end-color: rgb(131 24 67);
border-e-pink-950border-inline-end-color: rgb(80 7 36);
border-e-rose-50border-inline-end-color: rgb(255 241 242);
border-e-rose-100border-inline-end-color: rgb(255 228 230);
border-e-rose-200border-inline-end-color: rgb(254 205 211);
border-e-rose-300border-inline-end-color: rgb(253 164 175);
border-e-rose-400border-inline-end-color: rgb(251 113 133);
border-e-rose-500border-inline-end-color: rgb(244 63 94);
border-e-rose-600border-inline-end-color: rgb(225 29 72);
border-e-rose-700border-inline-end-color: rgb(190 18 60);
border-e-rose-800border-inline-end-color: rgb(159 18 57);
border-e-rose-900border-inline-end-color: rgb(136 19 55);
border-e-rose-950border-inline-end-color: rgb(76 5 25);
border-t-inheritborder-top-color: inherit;
border-t-currentborder-top-color: currentColor;
border-t-transparentborder-top-color: transparent;
border-t-blackborder-top-color: rgb(0 0 0);
border-t-whiteborder-top-color: rgb(255 255 255);
border-t-slate-50border-top-color: rgb(248 250 252);
border-t-slate-100border-top-color: rgb(241 245 249);
border-t-slate-200border-top-color: rgb(226 232 240);
border-t-slate-300border-top-color: rgb(203 213 225);
border-t-slate-400border-top-color: rgb(148 163 184);
border-t-slate-500border-top-color: rgb(100 116 139);
border-t-slate-600border-top-color: rgb(71 85 105);
border-t-slate-700border-top-color: rgb(51 65 85);
border-t-slate-800border-top-color: rgb(30 41 59);
border-t-slate-900border-top-color: rgb(15 23 42);
border-t-slate-950border-top-color: rgb(2 6 23);
border-t-gray-50border-top-color: rgb(249 250 251);
border-t-gray-100border-top-color: rgb(243 244 246);
border-t-gray-200border-top-color: rgb(229 231 235);
border-t-gray-300border-top-color: rgb(209 213 219);
border-t-gray-400border-top-color: rgb(156 163 175);
border-t-gray-500border-top-color: rgb(107 114 128);
border-t-gray-600border-top-color: rgb(75 85 99);
border-t-gray-700border-top-color: rgb(55 65 81);
border-t-gray-800border-top-color: rgb(31 41 55);
border-t-gray-900border-top-color: rgb(17 24 39);
border-t-gray-950border-top-color: rgb(3 7 18);
border-t-zinc-50border-top-color: rgb(250 250 250);
border-t-zinc-100border-top-color: rgb(244 244 245);
border-t-zinc-200border-top-color: rgb(228 228 231);
border-t-zinc-300border-top-color: rgb(212 212 216);
border-t-zinc-400border-top-color: rgb(161 161 170);
border-t-zinc-500border-top-color: rgb(113 113 122);
border-t-zinc-600border-top-color: rgb(82 82 91);
border-t-zinc-700border-top-color: rgb(63 63 70);
border-t-zinc-800border-top-color: rgb(39 39 42);
border-t-zinc-900border-top-color: rgb(24 24 27);
border-t-zinc-950border-top-color: rgb(9 9 11);
border-t-neutral-50border-top-color: rgb(250 250 250);
border-t-neutral-100border-top-color: rgb(245 245 245);
border-t-neutral-200border-top-color: rgb(229 229 229);
border-t-neutral-300border-top-color: rgb(212 212 212);
border-t-neutral-400border-top-color: rgb(163 163 163);
border-t-neutral-500border-top-color: rgb(115 115 115);
border-t-neutral-600border-top-color: rgb(82 82 82);
border-t-neutral-700border-top-color: rgb(64 64 64);
border-t-neutral-800border-top-color: rgb(38 38 38);
border-t-neutral-900border-top-color: rgb(23 23 23);
border-t-neutral-950border-top-color: rgb(10 10 10);
border-t-stone-50border-top-color: rgb(250 250 249);
border-t-stone-100border-top-color: rgb(245 245 244);
border-t-stone-200border-top-color: rgb(231 229 228);
border-t-stone-300border-top-color: rgb(214 211 209);
border-t-stone-400border-top-color: rgb(168 162 158);
border-t-stone-500border-top-color: rgb(120 113 108);
border-t-stone-600border-top-color: rgb(87 83 78);
border-t-stone-700border-top-color: rgb(68 64 60);
border-t-stone-800border-top-color: rgb(41 37 36);
border-t-stone-900border-top-color: rgb(28 25 23);
border-t-stone-950border-top-color: rgb(12 10 9);
border-t-red-50border-top-color: rgb(254 242 242);
border-t-red-100border-top-color: rgb(254 226 226);
border-t-red-200border-top-color: rgb(254 202 202);
border-t-red-300border-top-color: rgb(252 165 165);
border-t-red-400border-top-color: rgb(248 113 113);
border-t-red-500border-top-color: rgb(239 68 68);
border-t-red-600border-top-color: rgb(220 38 38);
border-t-red-700border-top-color: rgb(185 28 28);
border-t-red-800border-top-color: rgb(153 27 27);
border-t-red-900border-top-color: rgb(127 29 29);
border-t-red-950border-top-color: rgb(69 10 10);
border-t-orange-50border-top-color: rgb(255 247 237);
border-t-orange-100border-top-color: rgb(255 237 213);
border-t-orange-200border-top-color: rgb(254 215 170);
border-t-orange-300border-top-color: rgb(253 186 116);
border-t-orange-400border-top-color: rgb(251 146 60);
border-t-orange-500border-top-color: rgb(249 115 22);
border-t-orange-600border-top-color: rgb(234 88 12);
border-t-orange-700border-top-color: rgb(194 65 12);
border-t-orange-800border-top-color: rgb(154 52 18);
border-t-orange-900border-top-color: rgb(124 45 18);
border-t-orange-950border-top-color: rgb(67 20 7);
border-t-amber-50border-top-color: rgb(255 251 235);
border-t-amber-100border-top-color: rgb(254 243 199);
border-t-amber-200border-top-color: rgb(253 230 138);
border-t-amber-300border-top-color: rgb(252 211 77);
border-t-amber-400border-top-color: rgb(251 191 36);
border-t-amber-500border-top-color: rgb(245 158 11);
border-t-amber-600border-top-color: rgb(217 119 6);
border-t-amber-700border-top-color: rgb(180 83 9);
border-t-amber-800border-top-color: rgb(146 64 14);
border-t-amber-900border-top-color: rgb(120 53 15);
border-t-amber-950border-top-color: rgb(69 26 3);
border-t-yellow-50border-top-color: rgb(254 252 232);
border-t-yellow-100border-top-color: rgb(254 249 195);
border-t-yellow-200border-top-color: rgb(254 240 138);
border-t-yellow-300border-top-color: rgb(253 224 71);
border-t-yellow-400border-top-color: rgb(250 204 21);
border-t-yellow-500border-top-color: rgb(234 179 8);
border-t-yellow-600border-top-color: rgb(202 138 4);
border-t-yellow-700border-top-color: rgb(161 98 7);
border-t-yellow-800border-top-color: rgb(133 77 14);
border-t-yellow-900border-top-color: rgb(113 63 18);
border-t-yellow-950border-top-color: rgb(66 32 6);
border-t-lime-50border-top-color: rgb(247 254 231);
border-t-lime-100border-top-color: rgb(236 252 203);
border-t-lime-200border-top-color: rgb(217 249 157);
border-t-lime-300border-top-color: rgb(190 242 100);
border-t-lime-400border-top-color: rgb(163 230 53);
border-t-lime-500border-top-color: rgb(132 204 22);
border-t-lime-600border-top-color: rgb(101 163 13);
border-t-lime-700border-top-color: rgb(77 124 15);
border-t-lime-800border-top-color: rgb(63 98 18);
border-t-lime-900border-top-color: rgb(54 83 20);
border-t-lime-950border-top-color: rgb(26 46 5);
border-t-green-50border-top-color: rgb(240 253 244);
border-t-green-100border-top-color: rgb(220 252 231);
border-t-green-200border-top-color: rgb(187 247 208);
border-t-green-300border-top-color: rgb(134 239 172);
border-t-green-400border-top-color: rgb(74 222 128);
border-t-green-500border-top-color: rgb(34 197 94);
border-t-green-600border-top-color: rgb(22 163 74);
border-t-green-700border-top-color: rgb(21 128 61);
border-t-green-800border-top-color: rgb(22 101 52);
border-t-green-900border-top-color: rgb(20 83 45);
border-t-green-950border-top-color: rgb(5 46 22);
border-t-emerald-50border-top-color: rgb(236 253 245);
border-t-emerald-100border-top-color: rgb(209 250 229);
border-t-emerald-200border-top-color: rgb(167 243 208);
border-t-emerald-300border-top-color: rgb(110 231 183);
border-t-emerald-400border-top-color: rgb(52 211 153);
border-t-emerald-500border-top-color: rgb(16 185 129);
border-t-emerald-600border-top-color: rgb(5 150 105);
border-t-emerald-700border-top-color: rgb(4 120 87);
border-t-emerald-800border-top-color: rgb(6 95 70);
border-t-emerald-900border-top-color: rgb(6 78 59);
border-t-emerald-950border-top-color: rgb(2 44 34);
border-t-teal-50border-top-color: rgb(240 253 250);
border-t-teal-100border-top-color: rgb(204 251 241);
border-t-teal-200border-top-color: rgb(153 246 228);
border-t-teal-300border-top-color: rgb(94 234 212);
border-t-teal-400border-top-color: rgb(45 212 191);
border-t-teal-500border-top-color: rgb(20 184 166);
border-t-teal-600border-top-color: rgb(13 148 136);
border-t-teal-700border-top-color: rgb(15 118 110);
border-t-teal-800border-top-color: rgb(17 94 89);
border-t-teal-900border-top-color: rgb(19 78 74);
border-t-teal-950border-top-color: rgb(4 47 46);
border-t-cyan-50border-top-color: rgb(236 254 255);
border-t-cyan-100border-top-color: rgb(207 250 254);
border-t-cyan-200border-top-color: rgb(165 243 252);
border-t-cyan-300border-top-color: rgb(103 232 249);
border-t-cyan-400border-top-color: rgb(34 211 238);
border-t-cyan-500border-top-color: rgb(6 182 212);
border-t-cyan-600border-top-color: rgb(8 145 178);
border-t-cyan-700border-top-color: rgb(14 116 144);
border-t-cyan-800border-top-color: rgb(21 94 117);
border-t-cyan-900border-top-color: rgb(22 78 99);
border-t-cyan-950border-top-color: rgb(8 51 68);
border-t-sky-50border-top-color: rgb(240 249 255);
border-t-sky-100border-top-color: rgb(224 242 254);
border-t-sky-200border-top-color: rgb(186 230 253);
border-t-sky-300border-top-color: rgb(125 211 252);
border-t-sky-400border-top-color: rgb(56 189 248);
border-t-sky-500border-top-color: rgb(14 165 233);
border-t-sky-600border-top-color: rgb(2 132 199);
border-t-sky-700border-top-color: rgb(3 105 161);
border-t-sky-800border-top-color: rgb(7 89 133);
border-t-sky-900border-top-color: rgb(12 74 110);
border-t-sky-950border-top-color: rgb(8 47 73);
border-t-blue-50border-top-color: rgb(239 246 255);
border-t-blue-100border-top-color: rgb(219 234 254);
border-t-blue-200border-top-color: rgb(191 219 254);
border-t-blue-300border-top-color: rgb(147 197 253);
border-t-blue-400border-top-color: rgb(96 165 250);
border-t-blue-500border-top-color: rgb(59 130 246);
border-t-blue-600border-top-color: rgb(37 99 235);
border-t-blue-700border-top-color: rgb(29 78 216);
border-t-blue-800border-top-color: rgb(30 64 175);
border-t-blue-900border-top-color: rgb(30 58 138);
border-t-blue-950border-top-color: rgb(23 37 84);
border-t-indigo-50border-top-color: rgb(238 242 255);
border-t-indigo-100border-top-color: rgb(224 231 255);
border-t-indigo-200border-top-color: rgb(199 210 254);
border-t-indigo-300border-top-color: rgb(165 180 252);
border-t-indigo-400border-top-color: rgb(129 140 248);
border-t-indigo-500border-top-color: rgb(99 102 241);
border-t-indigo-600border-top-color: rgb(79 70 229);
border-t-indigo-700border-top-color: rgb(67 56 202);
border-t-indigo-800border-top-color: rgb(55 48 163);
border-t-indigo-900border-top-color: rgb(49 46 129);
border-t-indigo-950border-top-color: rgb(30 27 75);
border-t-violet-50border-top-color: rgb(245 243 255);
border-t-violet-100border-top-color: rgb(237 233 254);
border-t-violet-200border-top-color: rgb(221 214 254);
border-t-violet-300border-top-color: rgb(196 181 253);
border-t-violet-400border-top-color: rgb(167 139 250);
border-t-violet-500border-top-color: rgb(139 92 246);
border-t-violet-600border-top-color: rgb(124 58 237);
border-t-violet-700border-top-color: rgb(109 40 217);
border-t-violet-800border-top-color: rgb(91 33 182);
border-t-violet-900border-top-color: rgb(76 29 149);
border-t-violet-950border-top-color: rgb(46 16 101);
border-t-purple-50border-top-color: rgb(250 245 255);
border-t-purple-100border-top-color: rgb(243 232 255);
border-t-purple-200border-top-color: rgb(233 213 255);
border-t-purple-300border-top-color: rgb(216 180 254);
border-t-purple-400border-top-color: rgb(192 132 252);
border-t-purple-500border-top-color: rgb(168 85 247);
border-t-purple-600border-top-color: rgb(147 51 234);
border-t-purple-700border-top-color: rgb(126 34 206);
border-t-purple-800border-top-color: rgb(107 33 168);
border-t-purple-900border-top-color: rgb(88 28 135);
border-t-purple-950border-top-color: rgb(59 7 100);
border-t-fuchsia-50border-top-color: rgb(253 244 255);
border-t-fuchsia-100border-top-color: rgb(250 232 255);
border-t-fuchsia-200border-top-color: rgb(245 208 254);
border-t-fuchsia-300border-top-color: rgb(240 171 252);
border-t-fuchsia-400border-top-color: rgb(232 121 249);
border-t-fuchsia-500border-top-color: rgb(217 70 239);
border-t-fuchsia-600border-top-color: rgb(192 38 211);
border-t-fuchsia-700border-top-color: rgb(162 28 175);
border-t-fuchsia-800border-top-color: rgb(134 25 143);
border-t-fuchsia-900border-top-color: rgb(112 26 117);
border-t-fuchsia-950border-top-color: rgb(74 4 78);
border-t-pink-50border-top-color: rgb(253 242 248);
border-t-pink-100border-top-color: rgb(252 231 243);
border-t-pink-200border-top-color: rgb(251 207 232);
border-t-pink-300border-top-color: rgb(249 168 212);
border-t-pink-400border-top-color: rgb(244 114 182);
border-t-pink-500border-top-color: rgb(236 72 153);
border-t-pink-600border-top-color: rgb(219 39 119);
border-t-pink-700border-top-color: rgb(190 24 93);
border-t-pink-800border-top-color: rgb(157 23 77);
border-t-pink-900border-top-color: rgb(131 24 67);
border-t-pink-950border-top-color: rgb(80 7 36);
border-t-rose-50border-top-color: rgb(255 241 242);
border-t-rose-100border-top-color: rgb(255 228 230);
border-t-rose-200border-top-color: rgb(254 205 211);
border-t-rose-300border-top-color: rgb(253 164 175);
border-t-rose-400border-top-color: rgb(251 113 133);
border-t-rose-500border-top-color: rgb(244 63 94);
border-t-rose-600border-top-color: rgb(225 29 72);
border-t-rose-700border-top-color: rgb(190 18 60);
border-t-rose-800border-top-color: rgb(159 18 57);
border-t-rose-900border-top-color: rgb(136 19 55);
border-t-rose-950border-top-color: rgb(76 5 25);
border-r-inheritborder-right-color: inherit;
border-r-currentborder-right-color: currentColor;
border-r-transparentborder-right-color: transparent;
border-r-blackborder-right-color: rgb(0 0 0);
border-r-whiteborder-right-color: rgb(255 255 255);
border-r-slate-50border-right-color: rgb(248 250 252);
border-r-slate-100border-right-color: rgb(241 245 249);
border-r-slate-200border-right-color: rgb(226 232 240);
border-r-slate-300border-right-color: rgb(203 213 225);
border-r-slate-400border-right-color: rgb(148 163 184);
border-r-slate-500border-right-color: rgb(100 116 139);
border-r-slate-600border-right-color: rgb(71 85 105);
border-r-slate-700border-right-color: rgb(51 65 85);
border-r-slate-800border-right-color: rgb(30 41 59);
border-r-slate-900border-right-color: rgb(15 23 42);
border-r-slate-950border-right-color: rgb(2 6 23);
border-r-gray-50border-right-color: rgb(249 250 251);
border-r-gray-100border-right-color: rgb(243 244 246);
border-r-gray-200border-right-color: rgb(229 231 235);
border-r-gray-300border-right-color: rgb(209 213 219);
border-r-gray-400border-right-color: rgb(156 163 175);
border-r-gray-500border-right-color: rgb(107 114 128);
border-r-gray-600border-right-color: rgb(75 85 99);
border-r-gray-700border-right-color: rgb(55 65 81);
border-r-gray-800border-right-color: rgb(31 41 55);
border-r-gray-900border-right-color: rgb(17 24 39);
border-r-gray-950border-right-color: rgb(3 7 18);
border-r-zinc-50border-right-color: rgb(250 250 250);
border-r-zinc-100border-right-color: rgb(244 244 245);
border-r-zinc-200border-right-color: rgb(228 228 231);
border-r-zinc-300border-right-color: rgb(212 212 216);
border-r-zinc-400border-right-color: rgb(161 161 170);
border-r-zinc-500border-right-color: rgb(113 113 122);
border-r-zinc-600border-right-color: rgb(82 82 91);
border-r-zinc-700border-right-color: rgb(63 63 70);
border-r-zinc-800border-right-color: rgb(39 39 42);
border-r-zinc-900border-right-color: rgb(24 24 27);
border-r-zinc-950border-right-color: rgb(9 9 11);
border-r-neutral-50border-right-color: rgb(250 250 250);
border-r-neutral-100border-right-color: rgb(245 245 245);
border-r-neutral-200border-right-color: rgb(229 229 229);
border-r-neutral-300border-right-color: rgb(212 212 212);
border-r-neutral-400border-right-color: rgb(163 163 163);
border-r-neutral-500border-right-color: rgb(115 115 115);
border-r-neutral-600border-right-color: rgb(82 82 82);
border-r-neutral-700border-right-color: rgb(64 64 64);
border-r-neutral-800border-right-color: rgb(38 38 38);
border-r-neutral-900border-right-color: rgb(23 23 23);
border-r-neutral-950border-right-color: rgb(10 10 10);
border-r-stone-50border-right-color: rgb(250 250 249);
border-r-stone-100border-right-color: rgb(245 245 244);
border-r-stone-200border-right-color: rgb(231 229 228);
border-r-stone-300border-right-color: rgb(214 211 209);
border-r-stone-400border-right-color: rgb(168 162 158);
border-r-stone-500border-right-color: rgb(120 113 108);
border-r-stone-600border-right-color: rgb(87 83 78);
border-r-stone-700border-right-color: rgb(68 64 60);
border-r-stone-800border-right-color: rgb(41 37 36);
border-r-stone-900border-right-color: rgb(28 25 23);
border-r-stone-950border-right-color: rgb(12 10 9);
border-r-red-50border-right-color: rgb(254 242 242);
border-r-red-100border-right-color: rgb(254 226 226);
border-r-red-200border-right-color: rgb(254 202 202);
border-r-red-300border-right-color: rgb(252 165 165);
border-r-red-400border-right-color: rgb(248 113 113);
border-r-red-500border-right-color: rgb(239 68 68);
border-r-red-600border-right-color: rgb(220 38 38);
border-r-red-700border-right-color: rgb(185 28 28);
border-r-red-800border-right-color: rgb(153 27 27);
border-r-red-900border-right-color: rgb(127 29 29);
border-r-red-950border-right-color: rgb(69 10 10);
border-r-orange-50border-right-color: rgb(255 247 237);
border-r-orange-100border-right-color: rgb(255 237 213);
border-r-orange-200border-right-color: rgb(254 215 170);
border-r-orange-300border-right-color: rgb(253 186 116);
border-r-orange-400border-right-color: rgb(251 146 60);
border-r-orange-500border-right-color: rgb(249 115 22);
border-r-orange-600border-right-color: rgb(234 88 12);
border-r-orange-700border-right-color: rgb(194 65 12);
border-r-orange-800border-right-color: rgb(154 52 18);
border-r-orange-900border-right-color: rgb(124 45 18);
border-r-orange-950border-right-color: rgb(67 20 7);
border-r-amber-50border-right-color: rgb(255 251 235);
border-r-amber-100border-right-color: rgb(254 243 199);
border-r-amber-200border-right-color: rgb(253 230 138);
border-r-amber-300border-right-color: rgb(252 211 77);
border-r-amber-400border-right-color: rgb(251 191 36);
border-r-amber-500border-right-color: rgb(245 158 11);
border-r-amber-600border-right-color: rgb(217 119 6);
border-r-amber-700border-right-color: rgb(180 83 9);
border-r-amber-800border-right-color: rgb(146 64 14);
border-r-amber-900border-right-color: rgb(120 53 15);
border-r-amber-950border-right-color: rgb(69 26 3);
border-r-yellow-50border-right-color: rgb(254 252 232);
border-r-yellow-100border-right-color: rgb(254 249 195);
border-r-yellow-200border-right-color: rgb(254 240 138);
border-r-yellow-300border-right-color: rgb(253 224 71);
border-r-yellow-400border-right-color: rgb(250 204 21);
border-r-yellow-500border-right-color: rgb(234 179 8);
border-r-yellow-600border-right-color: rgb(202 138 4);
border-r-yellow-700border-right-color: rgb(161 98 7);
border-r-yellow-800border-right-color: rgb(133 77 14);
border-r-yellow-900border-right-color: rgb(113 63 18);
border-r-yellow-950border-right-color: rgb(66 32 6);
border-r-lime-50border-right-color: rgb(247 254 231);
border-r-lime-100border-right-color: rgb(236 252 203);
border-r-lime-200border-right-color: rgb(217 249 157);
border-r-lime-300border-right-color: rgb(190 242 100);
border-r-lime-400border-right-color: rgb(163 230 53);
border-r-lime-500border-right-color: rgb(132 204 22);
border-r-lime-600border-right-color: rgb(101 163 13);
border-r-lime-700border-right-color: rgb(77 124 15);
border-r-lime-800border-right-color: rgb(63 98 18);
border-r-lime-900border-right-color: rgb(54 83 20);
border-r-lime-950border-right-color: rgb(26 46 5);
border-r-green-50border-right-color: rgb(240 253 244);
border-r-green-100border-right-color: rgb(220 252 231);
border-r-green-200border-right-color: rgb(187 247 208);
border-r-green-300border-right-color: rgb(134 239 172);
border-r-green-400border-right-color: rgb(74 222 128);
border-r-green-500border-right-color: rgb(34 197 94);
border-r-green-600border-right-color: rgb(22 163 74);
border-r-green-700border-right-color: rgb(21 128 61);
border-r-green-800border-right-color: rgb(22 101 52);
border-r-green-900border-right-color: rgb(20 83 45);
border-r-green-950border-right-color: rgb(5 46 22);
border-r-emerald-50border-right-color: rgb(236 253 245);
border-r-emerald-100border-right-color: rgb(209 250 229);
border-r-emerald-200border-right-color: rgb(167 243 208);
border-r-emerald-300border-right-color: rgb(110 231 183);
border-r-emerald-400border-right-color: rgb(52 211 153);
border-r-emerald-500border-right-color: rgb(16 185 129);
border-r-emerald-600border-right-color: rgb(5 150 105);
border-r-emerald-700border-right-color: rgb(4 120 87);
border-r-emerald-800border-right-color: rgb(6 95 70);
border-r-emerald-900border-right-color: rgb(6 78 59);
border-r-emerald-950border-right-color: rgb(2 44 34);
border-r-teal-50border-right-color: rgb(240 253 250);
border-r-teal-100border-right-color: rgb(204 251 241);
border-r-teal-200border-right-color: rgb(153 246 228);
border-r-teal-300border-right-color: rgb(94 234 212);
border-r-teal-400border-right-color: rgb(45 212 191);
border-r-teal-500border-right-color: rgb(20 184 166);
border-r-teal-600border-right-color: rgb(13 148 136);
border-r-teal-700border-right-color: rgb(15 118 110);
border-r-teal-800border-right-color: rgb(17 94 89);
border-r-teal-900border-right-color: rgb(19 78 74);
border-r-teal-950border-right-color: rgb(4 47 46);
border-r-cyan-50border-right-color: rgb(236 254 255);
border-r-cyan-100border-right-color: rgb(207 250 254);
border-r-cyan-200border-right-color: rgb(165 243 252);
border-r-cyan-300border-right-color: rgb(103 232 249);
border-r-cyan-400border-right-color: rgb(34 211 238);
border-r-cyan-500border-right-color: rgb(6 182 212);
border-r-cyan-600border-right-color: rgb(8 145 178);
border-r-cyan-700border-right-color: rgb(14 116 144);
border-r-cyan-800border-right-color: rgb(21 94 117);
border-r-cyan-900border-right-color: rgb(22 78 99);
border-r-cyan-950border-right-color: rgb(8 51 68);
border-r-sky-50border-right-color: rgb(240 249 255);
border-r-sky-100border-right-color: rgb(224 242 254);
border-r-sky-200border-right-color: rgb(186 230 253);
border-r-sky-300border-right-color: rgb(125 211 252);
border-r-sky-400border-right-color: rgb(56 189 248);
border-r-sky-500border-right-color: rgb(14 165 233);
border-r-sky-600border-right-color: rgb(2 132 199);
border-r-sky-700border-right-color: rgb(3 105 161);
border-r-sky-800border-right-color: rgb(7 89 133);
border-r-sky-900border-right-color: rgb(12 74 110);
border-r-sky-950border-right-color: rgb(8 47 73);
border-r-blue-50border-right-color: rgb(239 246 255);
border-r-blue-100border-right-color: rgb(219 234 254);
border-r-blue-200border-right-color: rgb(191 219 254);
border-r-blue-300border-right-color: rgb(147 197 253);
border-r-blue-400border-right-color: rgb(96 165 250);
border-r-blue-500border-right-color: rgb(59 130 246);
border-r-blue-600border-right-color: rgb(37 99 235);
border-r-blue-700border-right-color: rgb(29 78 216);
border-r-blue-800border-right-color: rgb(30 64 175);
border-r-blue-900border-right-color: rgb(30 58 138);
border-r-blue-950border-right-color: rgb(23 37 84);
border-r-indigo-50border-right-color: rgb(238 242 255);
border-r-indigo-100border-right-color: rgb(224 231 255);
border-r-indigo-200border-right-color: rgb(199 210 254);
border-r-indigo-300border-right-color: rgb(165 180 252);
border-r-indigo-400border-right-color: rgb(129 140 248);
border-r-indigo-500border-right-color: rgb(99 102 241);
border-r-indigo-600border-right-color: rgb(79 70 229);
border-r-indigo-700border-right-color: rgb(67 56 202);
border-r-indigo-800border-right-color: rgb(55 48 163);
border-r-indigo-900border-right-color: rgb(49 46 129);
border-r-indigo-950border-right-color: rgb(30 27 75);
border-r-violet-50border-right-color: rgb(245 243 255);
border-r-violet-100border-right-color: rgb(237 233 254);
border-r-violet-200border-right-color: rgb(221 214 254);
border-r-violet-300border-right-color: rgb(196 181 253);
border-r-violet-400border-right-color: rgb(167 139 250);
border-r-violet-500border-right-color: rgb(139 92 246);
border-r-violet-600border-right-color: rgb(124 58 237);
border-r-violet-700border-right-color: rgb(109 40 217);
border-r-violet-800border-right-color: rgb(91 33 182);
border-r-violet-900border-right-color: rgb(76 29 149);
border-r-violet-950border-right-color: rgb(46 16 101);
border-r-purple-50border-right-color: rgb(250 245 255);
border-r-purple-100border-right-color: rgb(243 232 255);
border-r-purple-200border-right-color: rgb(233 213 255);
border-r-purple-300border-right-color: rgb(216 180 254);
border-r-purple-400border-right-color: rgb(192 132 252);
border-r-purple-500border-right-color: rgb(168 85 247);
border-r-purple-600border-right-color: rgb(147 51 234);
border-r-purple-700border-right-color: rgb(126 34 206);
border-r-purple-800border-right-color: rgb(107 33 168);
border-r-purple-900border-right-color: rgb(88 28 135);
border-r-purple-950border-right-color: rgb(59 7 100);
border-r-fuchsia-50border-right-color: rgb(253 244 255);
border-r-fuchsia-100border-right-color: rgb(250 232 255);
border-r-fuchsia-200border-right-color: rgb(245 208 254);
border-r-fuchsia-300border-right-color: rgb(240 171 252);
border-r-fuchsia-400border-right-color: rgb(232 121 249);
border-r-fuchsia-500border-right-color: rgb(217 70 239);
border-r-fuchsia-600border-right-color: rgb(192 38 211);
border-r-fuchsia-700border-right-color: rgb(162 28 175);
border-r-fuchsia-800border-right-color: rgb(134 25 143);
border-r-fuchsia-900border-right-color: rgb(112 26 117);
border-r-fuchsia-950border-right-color: rgb(74 4 78);
border-r-pink-50border-right-color: rgb(253 242 248);
border-r-pink-100border-right-color: rgb(252 231 243);
border-r-pink-200border-right-color: rgb(251 207 232);
border-r-pink-300border-right-color: rgb(249 168 212);
border-r-pink-400border-right-color: rgb(244 114 182);
border-r-pink-500border-right-color: rgb(236 72 153);
border-r-pink-600border-right-color: rgb(219 39 119);
border-r-pink-700border-right-color: rgb(190 24 93);
border-r-pink-800border-right-color: rgb(157 23 77);
border-r-pink-900border-right-color: rgb(131 24 67);
border-r-pink-950border-right-color: rgb(80 7 36);
border-r-rose-50border-right-color: rgb(255 241 242);
border-r-rose-100border-right-color: rgb(255 228 230);
border-r-rose-200border-right-color: rgb(254 205 211);
border-r-rose-300border-right-color: rgb(253 164 175);
border-r-rose-400border-right-color: rgb(251 113 133);
border-r-rose-500border-right-color: rgb(244 63 94);
border-r-rose-600border-right-color: rgb(225 29 72);
border-r-rose-700border-right-color: rgb(190 18 60);
border-r-rose-800border-right-color: rgb(159 18 57);
border-r-rose-900border-right-color: rgb(136 19 55);
border-r-rose-950border-right-color: rgb(76 5 25);
border-b-inheritborder-bottom-color: inherit;
border-b-currentborder-bottom-color: currentColor;
border-b-transparentborder-bottom-color: transparent;
border-b-blackborder-bottom-color: rgb(0 0 0);
border-b-whiteborder-bottom-color: rgb(255 255 255);
border-b-slate-50border-bottom-color: rgb(248 250 252);
border-b-slate-100border-bottom-color: rgb(241 245 249);
border-b-slate-200border-bottom-color: rgb(226 232 240);
border-b-slate-300border-bottom-color: rgb(203 213 225);
border-b-slate-400border-bottom-color: rgb(148 163 184);
border-b-slate-500border-bottom-color: rgb(100 116 139);
border-b-slate-600border-bottom-color: rgb(71 85 105);
border-b-slate-700border-bottom-color: rgb(51 65 85);
border-b-slate-800border-bottom-color: rgb(30 41 59);
border-b-slate-900border-bottom-color: rgb(15 23 42);
border-b-slate-950border-bottom-color: rgb(2 6 23);
border-b-gray-50border-bottom-color: rgb(249 250 251);
border-b-gray-100border-bottom-color: rgb(243 244 246);
border-b-gray-200border-bottom-color: rgb(229 231 235);
border-b-gray-300border-bottom-color: rgb(209 213 219);
border-b-gray-400border-bottom-color: rgb(156 163 175);
border-b-gray-500border-bottom-color: rgb(107 114 128);
border-b-gray-600border-bottom-color: rgb(75 85 99);
border-b-gray-700border-bottom-color: rgb(55 65 81);
border-b-gray-800border-bottom-color: rgb(31 41 55);
border-b-gray-900border-bottom-color: rgb(17 24 39);
border-b-gray-950border-bottom-color: rgb(3 7 18);
border-b-zinc-50border-bottom-color: rgb(250 250 250);
border-b-zinc-100border-bottom-color: rgb(244 244 245);
border-b-zinc-200border-bottom-color: rgb(228 228 231);
border-b-zinc-300border-bottom-color: rgb(212 212 216);
border-b-zinc-400border-bottom-color: rgb(161 161 170);
border-b-zinc-500border-bottom-color: rgb(113 113 122);
border-b-zinc-600border-bottom-color: rgb(82 82 91);
border-b-zinc-700border-bottom-color: rgb(63 63 70);
border-b-zinc-800border-bottom-color: rgb(39 39 42);
border-b-zinc-900border-bottom-color: rgb(24 24 27);
border-b-zinc-950border-bottom-color: rgb(9 9 11);
border-b-neutral-50border-bottom-color: rgb(250 250 250);
border-b-neutral-100border-bottom-color: rgb(245 245 245);
border-b-neutral-200border-bottom-color: rgb(229 229 229);
border-b-neutral-300border-bottom-color: rgb(212 212 212);
border-b-neutral-400border-bottom-color: rgb(163 163 163);
border-b-neutral-500border-bottom-color: rgb(115 115 115);
border-b-neutral-600border-bottom-color: rgb(82 82 82);
border-b-neutral-700border-bottom-color: rgb(64 64 64);
border-b-neutral-800border-bottom-color: rgb(38 38 38);
border-b-neutral-900border-bottom-color: rgb(23 23 23);
border-b-neutral-950border-bottom-color: rgb(10 10 10);
border-b-stone-50border-bottom-color: rgb(250 250 249);
border-b-stone-100border-bottom-color: rgb(245 245 244);
border-b-stone-200border-bottom-color: rgb(231 229 228);
border-b-stone-300border-bottom-color: rgb(214 211 209);
border-b-stone-400border-bottom-color: rgb(168 162 158);
border-b-stone-500border-bottom-color: rgb(120 113 108);
border-b-stone-600border-bottom-color: rgb(87 83 78);
border-b-stone-700border-bottom-color: rgb(68 64 60);
border-b-stone-800border-bottom-color: rgb(41 37 36);
border-b-stone-900border-bottom-color: rgb(28 25 23);
border-b-stone-950border-bottom-color: rgb(12 10 9);
border-b-red-50border-bottom-color: rgb(254 242 242);
border-b-red-100border-bottom-color: rgb(254 226 226);
border-b-red-200border-bottom-color: rgb(254 202 202);
border-b-red-300border-bottom-color: rgb(252 165 165);
border-b-red-400border-bottom-color: rgb(248 113 113);
border-b-red-500border-bottom-color: rgb(239 68 68);
border-b-red-600border-bottom-color: rgb(220 38 38);
border-b-red-700border-bottom-color: rgb(185 28 28);
border-b-red-800border-bottom-color: rgb(153 27 27);
border-b-red-900border-bottom-color: rgb(127 29 29);
border-b-red-950border-bottom-color: rgb(69 10 10);
border-b-orange-50border-bottom-color: rgb(255 247 237);
border-b-orange-100border-bottom-color: rgb(255 237 213);
border-b-orange-200border-bottom-color: rgb(254 215 170);
border-b-orange-300border-bottom-color: rgb(253 186 116);
border-b-orange-400border-bottom-color: rgb(251 146 60);
border-b-orange-500border-bottom-color: rgb(249 115 22);
border-b-orange-600border-bottom-color: rgb(234 88 12);
border-b-orange-700border-bottom-color: rgb(194 65 12);
border-b-orange-800border-bottom-color: rgb(154 52 18);
border-b-orange-900border-bottom-color: rgb(124 45 18);
border-b-orange-950border-bottom-color: rgb(67 20 7);
border-b-amber-50border-bottom-color: rgb(255 251 235);
border-b-amber-100border-bottom-color: rgb(254 243 199);
border-b-amber-200border-bottom-color: rgb(253 230 138);
border-b-amber-300border-bottom-color: rgb(252 211 77);
border-b-amber-400border-bottom-color: rgb(251 191 36);
border-b-amber-500border-bottom-color: rgb(245 158 11);
border-b-amber-600border-bottom-color: rgb(217 119 6);
border-b-amber-700border-bottom-color: rgb(180 83 9);
border-b-amber-800border-bottom-color: rgb(146 64 14);
border-b-amber-900border-bottom-color: rgb(120 53 15);
border-b-amber-950border-bottom-color: rgb(69 26 3);
border-b-yellow-50border-bottom-color: rgb(254 252 232);
border-b-yellow-100border-bottom-color: rgb(254 249 195);
border-b-yellow-200border-bottom-color: rgb(254 240 138);
border-b-yellow-300border-bottom-color: rgb(253 224 71);
border-b-yellow-400border-bottom-color: rgb(250 204 21);
border-b-yellow-500border-bottom-color: rgb(234 179 8);
border-b-yellow-600border-bottom-color: rgb(202 138 4);
border-b-yellow-700border-bottom-color: rgb(161 98 7);
border-b-yellow-800border-bottom-color: rgb(133 77 14);
border-b-yellow-900border-bottom-color: rgb(113 63 18);
border-b-yellow-950border-bottom-color: rgb(66 32 6);
border-b-lime-50border-bottom-color: rgb(247 254 231);
border-b-lime-100border-bottom-color: rgb(236 252 203);
border-b-lime-200border-bottom-color: rgb(217 249 157);
border-b-lime-300border-bottom-color: rgb(190 242 100);
border-b-lime-400border-bottom-color: rgb(163 230 53);
border-b-lime-500border-bottom-color: rgb(132 204 22);
border-b-lime-600border-bottom-color: rgb(101 163 13);
border-b-lime-700border-bottom-color: rgb(77 124 15);
border-b-lime-800border-bottom-color: rgb(63 98 18);
border-b-lime-900border-bottom-color: rgb(54 83 20);
border-b-lime-950border-bottom-color: rgb(26 46 5);
border-b-green-50border-bottom-color: rgb(240 253 244);
border-b-green-100border-bottom-color: rgb(220 252 231);
border-b-green-200border-bottom-color: rgb(187 247 208);
border-b-green-300border-bottom-color: rgb(134 239 172);
border-b-green-400border-bottom-color: rgb(74 222 128);
border-b-green-500border-bottom-color: rgb(34 197 94);
border-b-green-600border-bottom-color: rgb(22 163 74);
border-b-green-700border-bottom-color: rgb(21 128 61);
border-b-green-800border-bottom-color: rgb(22 101 52);
border-b-green-900border-bottom-color: rgb(20 83 45);
border-b-green-950border-bottom-color: rgb(5 46 22);
border-b-emerald-50border-bottom-color: rgb(236 253 245);
border-b-emerald-100border-bottom-color: rgb(209 250 229);
border-b-emerald-200border-bottom-color: rgb(167 243 208);
border-b-emerald-300border-bottom-color: rgb(110 231 183);
border-b-emerald-400border-bottom-color: rgb(52 211 153);
border-b-emerald-500border-bottom-color: rgb(16 185 129);
border-b-emerald-600border-bottom-color: rgb(5 150 105);
border-b-emerald-700border-bottom-color: rgb(4 120 87);
border-b-emerald-800border-bottom-color: rgb(6 95 70);
border-b-emerald-900border-bottom-color: rgb(6 78 59);
border-b-emerald-950border-bottom-color: rgb(2 44 34);
border-b-teal-50border-bottom-color: rgb(240 253 250);
border-b-teal-100border-bottom-color: rgb(204 251 241);
border-b-teal-200border-bottom-color: rgb(153 246 228);
border-b-teal-300border-bottom-color: rgb(94 234 212);
border-b-teal-400border-bottom-color: rgb(45 212 191);
border-b-teal-500border-bottom-color: rgb(20 184 166);
border-b-teal-600border-bottom-color: rgb(13 148 136);
border-b-teal-700border-bottom-color: rgb(15 118 110);
border-b-teal-800border-bottom-color: rgb(17 94 89);
border-b-teal-900border-bottom-color: rgb(19 78 74);
border-b-teal-950border-bottom-color: rgb(4 47 46);
border-b-cyan-50border-bottom-color: rgb(236 254 255);
border-b-cyan-100border-bottom-color: rgb(207 250 254);
border-b-cyan-200border-bottom-color: rgb(165 243 252);
border-b-cyan-300border-bottom-color: rgb(103 232 249);
border-b-cyan-400border-bottom-color: rgb(34 211 238);
border-b-cyan-500border-bottom-color: rgb(6 182 212);
border-b-cyan-600border-bottom-color: rgb(8 145 178);
border-b-cyan-700border-bottom-color: rgb(14 116 144);
border-b-cyan-800border-bottom-color: rgb(21 94 117);
border-b-cyan-900border-bottom-color: rgb(22 78 99);
border-b-cyan-950border-bottom-color: rgb(8 51 68);
border-b-sky-50border-bottom-color: rgb(240 249 255);
border-b-sky-100border-bottom-color: rgb(224 242 254);
border-b-sky-200border-bottom-color: rgb(186 230 253);
border-b-sky-300border-bottom-color: rgb(125 211 252);
border-b-sky-400border-bottom-color: rgb(56 189 248);
border-b-sky-500border-bottom-color: rgb(14 165 233);
border-b-sky-600border-bottom-color: rgb(2 132 199);
border-b-sky-700border-bottom-color: rgb(3 105 161);
border-b-sky-800border-bottom-color: rgb(7 89 133);
border-b-sky-900border-bottom-color: rgb(12 74 110);
border-b-sky-950border-bottom-color: rgb(8 47 73);
border-b-blue-50border-bottom-color: rgb(239 246 255);
border-b-blue-100border-bottom-color: rgb(219 234 254);
border-b-blue-200border-bottom-color: rgb(191 219 254);
border-b-blue-300border-bottom-color: rgb(147 197 253);
border-b-blue-400border-bottom-color: rgb(96 165 250);
border-b-blue-500border-bottom-color: rgb(59 130 246);
border-b-blue-600border-bottom-color: rgb(37 99 235);
border-b-blue-700border-bottom-color: rgb(29 78 216);
border-b-blue-800border-bottom-color: rgb(30 64 175);
border-b-blue-900border-bottom-color: rgb(30 58 138);
border-b-blue-950border-bottom-color: rgb(23 37 84);
border-b-indigo-50border-bottom-color: rgb(238 242 255);
border-b-indigo-100border-bottom-color: rgb(224 231 255);
border-b-indigo-200border-bottom-color: rgb(199 210 254);
border-b-indigo-300border-bottom-color: rgb(165 180 252);
border-b-indigo-400border-bottom-color: rgb(129 140 248);
border-b-indigo-500border-bottom-color: rgb(99 102 241);
border-b-indigo-600border-bottom-color: rgb(79 70 229);
border-b-indigo-700border-bottom-color: rgb(67 56 202);
border-b-indigo-800border-bottom-color: rgb(55 48 163);
border-b-indigo-900border-bottom-color: rgb(49 46 129);
border-b-indigo-950border-bottom-color: rgb(30 27 75);
border-b-violet-50border-bottom-color: rgb(245 243 255);
border-b-violet-100border-bottom-color: rgb(237 233 254);
border-b-violet-200border-bottom-color: rgb(221 214 254);
border-b-violet-300border-bottom-color: rgb(196 181 253);
border-b-violet-400border-bottom-color: rgb(167 139 250);
border-b-violet-500border-bottom-color: rgb(139 92 246);
border-b-violet-600border-bottom-color: rgb(124 58 237);
border-b-violet-700border-bottom-color: rgb(109 40 217);
border-b-violet-800border-bottom-color: rgb(91 33 182);
border-b-violet-900border-bottom-color: rgb(76 29 149);
border-b-violet-950border-bottom-color: rgb(46 16 101);
border-b-purple-50border-bottom-color: rgb(250 245 255);
border-b-purple-100border-bottom-color: rgb(243 232 255);
border-b-purple-200border-bottom-color: rgb(233 213 255);
border-b-purple-300border-bottom-color: rgb(216 180 254);
border-b-purple-400border-bottom-color: rgb(192 132 252);
border-b-purple-500border-bottom-color: rgb(168 85 247);
border-b-purple-600border-bottom-color: rgb(147 51 234);
border-b-purple-700border-bottom-color: rgb(126 34 206);
border-b-purple-800border-bottom-color: rgb(107 33 168);
border-b-purple-900border-bottom-color: rgb(88 28 135);
border-b-purple-950border-bottom-color: rgb(59 7 100);
border-b-fuchsia-50border-bottom-color: rgb(253 244 255);
border-b-fuchsia-100border-bottom-color: rgb(250 232 255);
border-b-fuchsia-200border-bottom-color: rgb(245 208 254);
border-b-fuchsia-300border-bottom-color: rgb(240 171 252);
border-b-fuchsia-400border-bottom-color: rgb(232 121 249);
border-b-fuchsia-500border-bottom-color: rgb(217 70 239);
border-b-fuchsia-600border-bottom-color: rgb(192 38 211);
border-b-fuchsia-700border-bottom-color: rgb(162 28 175);
border-b-fuchsia-800border-bottom-color: rgb(134 25 143);
border-b-fuchsia-900border-bottom-color: rgb(112 26 117);
border-b-fuchsia-950border-bottom-color: rgb(74 4 78);
border-b-pink-50border-bottom-color: rgb(253 242 248);
border-b-pink-100border-bottom-color: rgb(252 231 243);
border-b-pink-200border-bottom-color: rgb(251 207 232);
border-b-pink-300border-bottom-color: rgb(249 168 212);
border-b-pink-400border-bottom-color: rgb(244 114 182);
border-b-pink-500border-bottom-color: rgb(236 72 153);
border-b-pink-600border-bottom-color: rgb(219 39 119);
border-b-pink-700border-bottom-color: rgb(190 24 93);
border-b-pink-800border-bottom-color: rgb(157 23 77);
border-b-pink-900border-bottom-color: rgb(131 24 67);
border-b-pink-950border-bottom-color: rgb(80 7 36);
border-b-rose-50border-bottom-color: rgb(255 241 242);
border-b-rose-100border-bottom-color: rgb(255 228 230);
border-b-rose-200border-bottom-color: rgb(254 205 211);
border-b-rose-300border-bottom-color: rgb(253 164 175);
border-b-rose-400border-bottom-color: rgb(251 113 133);
border-b-rose-500border-bottom-color: rgb(244 63 94);
border-b-rose-600border-bottom-color: rgb(225 29 72);
border-b-rose-700border-bottom-color: rgb(190 18 60);
border-b-rose-800border-bottom-color: rgb(159 18 57);
border-b-rose-900border-bottom-color: rgb(136 19 55);
border-b-rose-950border-bottom-color: rgb(76 5 25);
border-l-inheritborder-left-color: inherit;
border-l-currentborder-left-color: currentColor;
border-l-transparentborder-left-color: transparent;
border-l-blackborder-left-color: rgb(0 0 0);
border-l-whiteborder-left-color: rgb(255 255 255);
border-l-slate-50border-left-color: rgb(248 250 252);
border-l-slate-100border-left-color: rgb(241 245 249);
border-l-slate-200border-left-color: rgb(226 232 240);
border-l-slate-300border-left-color: rgb(203 213 225);
border-l-slate-400border-left-color: rgb(148 163 184);
border-l-slate-500border-left-color: rgb(100 116 139);
border-l-slate-600border-left-color: rgb(71 85 105);
border-l-slate-700border-left-color: rgb(51 65 85);
border-l-slate-800border-left-color: rgb(30 41 59);
border-l-slate-900border-left-color: rgb(15 23 42);
border-l-slate-950border-left-color: rgb(2 6 23);
border-l-gray-50border-left-color: rgb(249 250 251);
border-l-gray-100border-left-color: rgb(243 244 246);
border-l-gray-200border-left-color: rgb(229 231 235);
border-l-gray-300border-left-color: rgb(209 213 219);
border-l-gray-400border-left-color: rgb(156 163 175);
border-l-gray-500border-left-color: rgb(107 114 128);
border-l-gray-600border-left-color: rgb(75 85 99);
border-l-gray-700border-left-color: rgb(55 65 81);
border-l-gray-800border-left-color: rgb(31 41 55);
border-l-gray-900border-left-color: rgb(17 24 39);
border-l-gray-950border-left-color: rgb(3 7 18);
border-l-zinc-50border-left-color: rgb(250 250 250);
border-l-zinc-100border-left-color: rgb(244 244 245);
border-l-zinc-200border-left-color: rgb(228 228 231);
border-l-zinc-300border-left-color: rgb(212 212 216);
border-l-zinc-400border-left-color: rgb(161 161 170);
border-l-zinc-500border-left-color: rgb(113 113 122);
border-l-zinc-600border-left-color: rgb(82 82 91);
border-l-zinc-700border-left-color: rgb(63 63 70);
border-l-zinc-800border-left-color: rgb(39 39 42);
border-l-zinc-900border-left-color: rgb(24 24 27);
border-l-zinc-950border-left-color: rgb(9 9 11);
border-l-neutral-50border-left-color: rgb(250 250 250);
border-l-neutral-100border-left-color: rgb(245 245 245);
border-l-neutral-200border-left-color: rgb(229 229 229);
border-l-neutral-300border-left-color: rgb(212 212 212);
border-l-neutral-400border-left-color: rgb(163 163 163);
border-l-neutral-500border-left-color: rgb(115 115 115);
border-l-neutral-600border-left-color: rgb(82 82 82);
border-l-neutral-700border-left-color: rgb(64 64 64);
border-l-neutral-800border-left-color: rgb(38 38 38);
border-l-neutral-900border-left-color: rgb(23 23 23);
border-l-neutral-950border-left-color: rgb(10 10 10);
border-l-stone-50border-left-color: rgb(250 250 249);
border-l-stone-100border-left-color: rgb(245 245 244);
border-l-stone-200border-left-color: rgb(231 229 228);
border-l-stone-300border-left-color: rgb(214 211 209);
border-l-stone-400border-left-color: rgb(168 162 158);
border-l-stone-500border-left-color: rgb(120 113 108);
border-l-stone-600border-left-color: rgb(87 83 78);
border-l-stone-700border-left-color: rgb(68 64 60);
border-l-stone-800border-left-color: rgb(41 37 36);
border-l-stone-900border-left-color: rgb(28 25 23);
border-l-stone-950border-left-color: rgb(12 10 9);
border-l-red-50border-left-color: rgb(254 242 242);
border-l-red-100border-left-color: rgb(254 226 226);
border-l-red-200border-left-color: rgb(254 202 202);
border-l-red-300border-left-color: rgb(252 165 165);
border-l-red-400border-left-color: rgb(248 113 113);
border-l-red-500border-left-color: rgb(239 68 68);
border-l-red-600border-left-color: rgb(220 38 38);
border-l-red-700border-left-color: rgb(185 28 28);
border-l-red-800border-left-color: rgb(153 27 27);
border-l-red-900border-left-color: rgb(127 29 29);
border-l-red-950border-left-color: rgb(69 10 10);
border-l-orange-50border-left-color: rgb(255 247 237);
border-l-orange-100border-left-color: rgb(255 237 213);
border-l-orange-200border-left-color: rgb(254 215 170);
border-l-orange-300border-left-color: rgb(253 186 116);
border-l-orange-400border-left-color: rgb(251 146 60);
border-l-orange-500border-left-color: rgb(249 115 22);
border-l-orange-600border-left-color: rgb(234 88 12);
border-l-orange-700border-left-color: rgb(194 65 12);
border-l-orange-800border-left-color: rgb(154 52 18);
border-l-orange-900border-left-color: rgb(124 45 18);
border-l-orange-950border-left-color: rgb(67 20 7);
border-l-amber-50border-left-color: rgb(255 251 235);
border-l-amber-100border-left-color: rgb(254 243 199);
border-l-amber-200border-left-color: rgb(253 230 138);
border-l-amber-300border-left-color: rgb(252 211 77);
border-l-amber-400border-left-color: rgb(251 191 36);
border-l-amber-500border-left-color: rgb(245 158 11);
border-l-amber-600border-left-color: rgb(217 119 6);
border-l-amber-700border-left-color: rgb(180 83 9);
border-l-amber-800border-left-color: rgb(146 64 14);
border-l-amber-900border-left-color: rgb(120 53 15);
border-l-amber-950border-left-color: rgb(69 26 3);
border-l-yellow-50border-left-color: rgb(254 252 232);
border-l-yellow-100border-left-color: rgb(254 249 195);
border-l-yellow-200border-left-color: rgb(254 240 138);
border-l-yellow-300border-left-color: rgb(253 224 71);
border-l-yellow-400border-left-color: rgb(250 204 21);
border-l-yellow-500border-left-color: rgb(234 179 8);
border-l-yellow-600border-left-color: rgb(202 138 4);
border-l-yellow-700border-left-color: rgb(161 98 7);
border-l-yellow-800border-left-color: rgb(133 77 14);
border-l-yellow-900border-left-color: rgb(113 63 18);
border-l-yellow-950border-left-color: rgb(66 32 6);
border-l-lime-50border-left-color: rgb(247 254 231);
border-l-lime-100border-left-color: rgb(236 252 203);
border-l-lime-200border-left-color: rgb(217 249 157);
border-l-lime-300border-left-color: rgb(190 242 100);
border-l-lime-400border-left-color: rgb(163 230 53);
border-l-lime-500border-left-color: rgb(132 204 22);
border-l-lime-600border-left-color: rgb(101 163 13);
border-l-lime-700border-left-color: rgb(77 124 15);
border-l-lime-800border-left-color: rgb(63 98 18);
border-l-lime-900border-left-color: rgb(54 83 20);
border-l-lime-950border-left-color: rgb(26 46 5);
border-l-green-50border-left-color: rgb(240 253 244);
border-l-green-100border-left-color: rgb(220 252 231);
border-l-green-200border-left-color: rgb(187 247 208);
border-l-green-300border-left-color: rgb(134 239 172);
border-l-green-400border-left-color: rgb(74 222 128);
border-l-green-500border-left-color: rgb(34 197 94);
border-l-green-600border-left-color: rgb(22 163 74);
border-l-green-700border-left-color: rgb(21 128 61);
border-l-green-800border-left-color: rgb(22 101 52);
border-l-green-900border-left-color: rgb(20 83 45);
border-l-green-950border-left-color: rgb(5 46 22);
border-l-emerald-50border-left-color: rgb(236 253 245);
border-l-emerald-100border-left-color: rgb(209 250 229);
border-l-emerald-200border-left-color: rgb(167 243 208);
border-l-emerald-300border-left-color: rgb(110 231 183);
border-l-emerald-400border-left-color: rgb(52 211 153);
border-l-emerald-500border-left-color: rgb(16 185 129);
border-l-emerald-600border-left-color: rgb(5 150 105);
border-l-emerald-700border-left-color: rgb(4 120 87);
border-l-emerald-800border-left-color: rgb(6 95 70);
border-l-emerald-900border-left-color: rgb(6 78 59);
border-l-emerald-950border-left-color: rgb(2 44 34);
border-l-teal-50border-left-color: rgb(240 253 250);
border-l-teal-100border-left-color: rgb(204 251 241);
border-l-teal-200border-left-color: rgb(153 246 228);
border-l-teal-300border-left-color: rgb(94 234 212);
border-l-teal-400border-left-color: rgb(45 212 191);
border-l-teal-500border-left-color: rgb(20 184 166);
border-l-teal-600border-left-color: rgb(13 148 136);
border-l-teal-700border-left-color: rgb(15 118 110);
border-l-teal-800border-left-color: rgb(17 94 89);
border-l-teal-900border-left-color: rgb(19 78 74);
border-l-teal-950border-left-color: rgb(4 47 46);
border-l-cyan-50border-left-color: rgb(236 254 255);
border-l-cyan-100border-left-color: rgb(207 250 254);
border-l-cyan-200border-left-color: rgb(165 243 252);
border-l-cyan-300border-left-color: rgb(103 232 249);
border-l-cyan-400border-left-color: rgb(34 211 238);
border-l-cyan-500border-left-color: rgb(6 182 212);
border-l-cyan-600border-left-color: rgb(8 145 178);
border-l-cyan-700border-left-color: rgb(14 116 144);
border-l-cyan-800border-left-color: rgb(21 94 117);
border-l-cyan-900border-left-color: rgb(22 78 99);
border-l-cyan-950border-left-color: rgb(8 51 68);
border-l-sky-50border-left-color: rgb(240 249 255);
border-l-sky-100border-left-color: rgb(224 242 254);
border-l-sky-200border-left-color: rgb(186 230 253);
border-l-sky-300border-left-color: rgb(125 211 252);
border-l-sky-400border-left-color: rgb(56 189 248);
border-l-sky-500border-left-color: rgb(14 165 233);
border-l-sky-600border-left-color: rgb(2 132 199);
border-l-sky-700border-left-color: rgb(3 105 161);
border-l-sky-800border-left-color: rgb(7 89 133);
border-l-sky-900border-left-color: rgb(12 74 110);
border-l-sky-950border-left-color: rgb(8 47 73);
border-l-blue-50border-left-color: rgb(239 246 255);
border-l-blue-100border-left-color: rgb(219 234 254);
border-l-blue-200border-left-color: rgb(191 219 254);
border-l-blue-300border-left-color: rgb(147 197 253);
border-l-blue-400border-left-color: rgb(96 165 250);
border-l-blue-500border-left-color: rgb(59 130 246);
border-l-blue-600border-left-color: rgb(37 99 235);
border-l-blue-700border-left-color: rgb(29 78 216);
border-l-blue-800border-left-color: rgb(30 64 175);
border-l-blue-900border-left-color: rgb(30 58 138);
border-l-blue-950border-left-color: rgb(23 37 84);
border-l-indigo-50border-left-color: rgb(238 242 255);
border-l-indigo-100border-left-color: rgb(224 231 255);
border-l-indigo-200border-left-color: rgb(199 210 254);
border-l-indigo-300border-left-color: rgb(165 180 252);
border-l-indigo-400border-left-color: rgb(129 140 248);
border-l-indigo-500border-left-color: rgb(99 102 241);
border-l-indigo-600border-left-color: rgb(79 70 229);
border-l-indigo-700border-left-color: rgb(67 56 202);
border-l-indigo-800border-left-color: rgb(55 48 163);
border-l-indigo-900border-left-color: rgb(49 46 129);
border-l-indigo-950border-left-color: rgb(30 27 75);
border-l-violet-50border-left-color: rgb(245 243 255);
border-l-violet-100border-left-color: rgb(237 233 254);
border-l-violet-200border-left-color: rgb(221 214 254);
border-l-violet-300border-left-color: rgb(196 181 253);
border-l-violet-400border-left-color: rgb(167 139 250);
border-l-violet-500border-left-color: rgb(139 92 246);
border-l-violet-600border-left-color: rgb(124 58 237);
border-l-violet-700border-left-color: rgb(109 40 217);
border-l-violet-800border-left-color: rgb(91 33 182);
border-l-violet-900border-left-color: rgb(76 29 149);
border-l-violet-950border-left-color: rgb(46 16 101);
border-l-purple-50border-left-color: rgb(250 245 255);
border-l-purple-100border-left-color: rgb(243 232 255);
border-l-purple-200border-left-color: rgb(233 213 255);
border-l-purple-300border-left-color: rgb(216 180 254);
border-l-purple-400border-left-color: rgb(192 132 252);
border-l-purple-500border-left-color: rgb(168 85 247);
border-l-purple-600border-left-color: rgb(147 51 234);
border-l-purple-700border-left-color: rgb(126 34 206);
border-l-purple-800border-left-color: rgb(107 33 168);
border-l-purple-900border-left-color: rgb(88 28 135);
border-l-purple-950border-left-color: rgb(59 7 100);
border-l-fuchsia-50border-left-color: rgb(253 244 255);
border-l-fuchsia-100border-left-color: rgb(250 232 255);
border-l-fuchsia-200border-left-color: rgb(245 208 254);
border-l-fuchsia-300border-left-color: rgb(240 171 252);
border-l-fuchsia-400border-left-color: rgb(232 121 249);
border-l-fuchsia-500border-left-color: rgb(217 70 239);
border-l-fuchsia-600border-left-color: rgb(192 38 211);
border-l-fuchsia-700border-left-color: rgb(162 28 175);
border-l-fuchsia-800border-left-color: rgb(134 25 143);
border-l-fuchsia-900border-left-color: rgb(112 26 117);
border-l-fuchsia-950border-left-color: rgb(74 4 78);
border-l-pink-50border-left-color: rgb(253 242 248);
border-l-pink-100border-left-color: rgb(252 231 243);
border-l-pink-200border-left-color: rgb(251 207 232);
border-l-pink-300border-left-color: rgb(249 168 212);
border-l-pink-400border-left-color: rgb(244 114 182);
border-l-pink-500border-left-color: rgb(236 72 153);
border-l-pink-600border-left-color: rgb(219 39 119);
border-l-pink-700border-left-color: rgb(190 24 93);
border-l-pink-800border-left-color: rgb(157 23 77);
border-l-pink-900border-left-color: rgb(131 24 67);
border-l-pink-950border-left-color: rgb(80 7 36);
border-l-rose-50border-left-color: rgb(255 241 242);
border-l-rose-100border-left-color: rgb(255 228 230);
border-l-rose-200border-left-color: rgb(254 205 211);
border-l-rose-300border-left-color: rgb(253 164 175);
border-l-rose-400border-left-color: rgb(251 113 133);
border-l-rose-500border-left-color: rgb(244 63 94);
border-l-rose-600border-left-color: rgb(225 29 72);
border-l-rose-700border-left-color: rgb(190 18 60);
border-l-rose-800border-left-color: rgb(159 18 57);
border-l-rose-900border-left-color: rgb(136 19 55);
border-l-rose-950border-left-color: rgb(76 5 25);