tailwind.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  1. /*
  2. ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
  3. */
  4. /*
  5. 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  6. 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  7. */
  8. *,
  9. ::before,
  10. ::after {
  11. -webkit-box-sizing: border-box;
  12. box-sizing: border-box;
  13. /* 1 */
  14. border-width: 0;
  15. /* 2 */
  16. border-style: solid;
  17. /* 2 */
  18. border-color: #e5e7eb;
  19. /* 2 */
  20. }
  21. ::before,
  22. ::after {
  23. --tw-content: '';
  24. }
  25. /*
  26. 1. Use a consistent sensible line-height in all browsers.
  27. 2. Prevent adjustments of font size after orientation changes in iOS.
  28. 3. Use a more readable tab size.
  29. 4. Use the user's configured `sans` font-family by default.
  30. */
  31. html {
  32. line-height: 1.5;
  33. /* 1 */
  34. -webkit-text-size-adjust: 100%;
  35. /* 2 */
  36. -moz-tab-size: 4;
  37. /* 3 */
  38. -o-tab-size: 4;
  39. tab-size: 4;
  40. /* 3 */
  41. font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  42. /* 4 */
  43. }
  44. /*
  45. 1. Remove the margin in all browsers.
  46. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  47. */
  48. body {
  49. margin: 0;
  50. /* 1 */
  51. line-height: inherit;
  52. /* 2 */
  53. }
  54. /*
  55. 1. Add the correct height in Firefox.
  56. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  57. 3. Ensure horizontal rules are visible by default.
  58. */
  59. hr {
  60. height: 0;
  61. /* 1 */
  62. color: inherit;
  63. /* 2 */
  64. border-top-width: 1px;
  65. /* 3 */
  66. }
  67. /*
  68. Add the correct text decoration in Chrome, Edge, and Safari.
  69. */
  70. abbr:where([title]) {
  71. -webkit-text-decoration: underline dotted;
  72. text-decoration: underline dotted;
  73. }
  74. /*
  75. Remove the default font size and weight for headings.
  76. */
  77. h1,
  78. h2,
  79. h3,
  80. h4,
  81. h5,
  82. h6 {
  83. font-size: inherit;
  84. font-weight: inherit;
  85. }
  86. /*
  87. Reset links to optimize for opt-in styling instead of opt-out.
  88. */
  89. a {
  90. color: inherit;
  91. text-decoration: inherit;
  92. }
  93. /*
  94. Add the correct font weight in Edge and Safari.
  95. */
  96. b,
  97. strong {
  98. font-weight: bolder;
  99. }
  100. /*
  101. 1. Use the user's configured `mono` font family by default.
  102. 2. Correct the odd `em` font sizing in all browsers.
  103. */
  104. code,
  105. kbd,
  106. samp,
  107. pre {
  108. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  109. /* 1 */
  110. font-size: 1em;
  111. /* 2 */
  112. }
  113. /*
  114. Add the correct font size in all browsers.
  115. */
  116. small {
  117. font-size: 80%;
  118. }
  119. /*
  120. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  121. */
  122. sub,
  123. sup {
  124. font-size: 75%;
  125. line-height: 0;
  126. position: relative;
  127. vertical-align: baseline;
  128. }
  129. sub {
  130. bottom: -0.25em;
  131. }
  132. sup {
  133. top: -0.5em;
  134. }
  135. /*
  136. 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  137. 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  138. 3. Remove gaps between table borders by default.
  139. */
  140. table {
  141. text-indent: 0;
  142. /* 1 */
  143. border-color: inherit;
  144. /* 2 */
  145. border-collapse: collapse;
  146. /* 3 */
  147. }
  148. /*
  149. 1. Change the font styles in all browsers.
  150. 2. Remove the margin in Firefox and Safari.
  151. 3. Remove default padding in all browsers.
  152. */
  153. button,
  154. input,
  155. optgroup,
  156. select,
  157. textarea {
  158. font-family: inherit;
  159. /* 1 */
  160. font-size: 100%;
  161. /* 1 */
  162. line-height: inherit;
  163. /* 1 */
  164. color: inherit;
  165. /* 1 */
  166. margin: 0;
  167. /* 2 */
  168. padding: 0;
  169. /* 3 */
  170. }
  171. /*
  172. Remove the inheritance of text transform in Edge and Firefox.
  173. */
  174. button,
  175. select {
  176. text-transform: none;
  177. }
  178. /*
  179. 1. Correct the inability to style clickable types in iOS and Safari.
  180. 2. Remove default button styles.
  181. */
  182. button,
  183. [type='button'],
  184. [type='reset'],
  185. [type='submit'] {
  186. -webkit-appearance: button;
  187. /* 1 */
  188. background-color: transparent;
  189. /* 2 */
  190. background-image: none;
  191. /* 2 */
  192. }
  193. /*
  194. Use the modern Firefox focus style for all focusable elements.
  195. */
  196. :-moz-focusring {
  197. outline: auto;
  198. }
  199. /*
  200. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  201. */
  202. :-moz-ui-invalid {
  203. box-shadow: none;
  204. }
  205. /*
  206. Add the correct vertical alignment in Chrome and Firefox.
  207. */
  208. progress {
  209. vertical-align: baseline;
  210. }
  211. /*
  212. Correct the cursor style of increment and decrement buttons in Safari.
  213. */
  214. ::-webkit-inner-spin-button,
  215. ::-webkit-outer-spin-button {
  216. height: auto;
  217. }
  218. /*
  219. 1. Correct the odd appearance in Chrome and Safari.
  220. 2. Correct the outline style in Safari.
  221. */
  222. [type='search'] {
  223. -webkit-appearance: textfield;
  224. /* 1 */
  225. outline-offset: -2px;
  226. /* 2 */
  227. }
  228. /*
  229. Remove the inner padding in Chrome and Safari on macOS.
  230. */
  231. ::-webkit-search-decoration {
  232. -webkit-appearance: none;
  233. }
  234. /*
  235. 1. Correct the inability to style clickable types in iOS and Safari.
  236. 2. Change font properties to `inherit` in Safari.
  237. */
  238. ::-webkit-file-upload-button {
  239. -webkit-appearance: button;
  240. /* 1 */
  241. font: inherit;
  242. /* 2 */
  243. }
  244. /*
  245. Add the correct display in Chrome and Safari.
  246. */
  247. summary {
  248. display: list-item;
  249. }
  250. /*
  251. Removes the default spacing and border for appropriate elements.
  252. */
  253. blockquote,
  254. dl,
  255. dd,
  256. h1,
  257. h2,
  258. h3,
  259. h4,
  260. h5,
  261. h6,
  262. hr,
  263. figure,
  264. p,
  265. pre {
  266. margin: 0;
  267. }
  268. fieldset {
  269. margin: 0;
  270. padding: 0;
  271. }
  272. legend {
  273. padding: 0;
  274. }
  275. ol,
  276. ul,
  277. menu {
  278. list-style: none;
  279. margin: 0;
  280. padding: 0;
  281. }
  282. /*
  283. Prevent resizing textareas horizontally by default.
  284. */
  285. textarea {
  286. resize: vertical;
  287. }
  288. /*
  289. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  290. 2. Set the default placeholder color to the user's configured gray 400 color.
  291. */
  292. input::-webkit-input-placeholder,
  293. textarea::-webkit-input-placeholder {
  294. opacity: 1;
  295. /* 1 */
  296. color: #9ca3af;
  297. /* 2 */
  298. }
  299. input::-moz-placeholder,
  300. textarea::-moz-placeholder {
  301. opacity: 1;
  302. /* 1 */
  303. color: #9ca3af;
  304. /* 2 */
  305. }
  306. input::-ms-input-placeholder,
  307. textarea::-ms-input-placeholder {
  308. opacity: 1;
  309. /* 1 */
  310. color: #9ca3af;
  311. /* 2 */
  312. }
  313. input::placeholder,
  314. textarea::placeholder {
  315. opacity: 1;
  316. /* 1 */
  317. color: #9ca3af;
  318. /* 2 */
  319. }
  320. /*
  321. Set the default cursor for buttons.
  322. */
  323. button,
  324. [role="button"] {
  325. cursor: pointer;
  326. }
  327. /*
  328. Make sure disabled buttons don't get the pointer cursor.
  329. */
  330. :disabled {
  331. cursor: default;
  332. }
  333. /*
  334. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  335. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  336. This can trigger a poorly considered lint error in some tools but is included by design.
  337. */
  338. img,
  339. svg,
  340. video,
  341. canvas,
  342. audio,
  343. iframe,
  344. embed,
  345. object {
  346. display: block;
  347. /* 1 */
  348. vertical-align: middle;
  349. /* 2 */
  350. }
  351. /*
  352. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  353. */
  354. img,
  355. video {
  356. max-width: 100%;
  357. height: auto;
  358. }
  359. /*
  360. Ensure the default browser behavior of the `hidden` attribute.
  361. */
  362. [hidden] {
  363. display: none;
  364. }
  365. *, ::before, ::after {
  366. --tw-translate-x: 0;
  367. --tw-translate-y: 0;
  368. --tw-rotate: 0;
  369. --tw-skew-x: 0;
  370. --tw-skew-y: 0;
  371. --tw-scale-x: 1;
  372. --tw-scale-y: 1;
  373. --tw-pan-x: ;
  374. --tw-pan-y: ;
  375. --tw-pinch-zoom: ;
  376. --tw-scroll-snap-strictness: proximity;
  377. --tw-ordinal: ;
  378. --tw-slashed-zero: ;
  379. --tw-numeric-figure: ;
  380. --tw-numeric-spacing: ;
  381. --tw-numeric-fraction: ;
  382. --tw-ring-inset: ;
  383. --tw-ring-offset-width: 0px;
  384. --tw-ring-offset-color: #fff;
  385. --tw-ring-color: rgb(59 130 246 / 0.5);
  386. --tw-ring-offset-shadow: 0 0 #0000;
  387. --tw-ring-shadow: 0 0 #0000;
  388. --tw-shadow: 0 0 #0000;
  389. --tw-shadow-colored: 0 0 #0000;
  390. --tw-blur: ;
  391. --tw-brightness: ;
  392. --tw-contrast: ;
  393. --tw-grayscale: ;
  394. --tw-hue-rotate: ;
  395. --tw-invert: ;
  396. --tw-saturate: ;
  397. --tw-sepia: ;
  398. --tw-drop-shadow: ;
  399. --tw-backdrop-blur: ;
  400. --tw-backdrop-brightness: ;
  401. --tw-backdrop-contrast: ;
  402. --tw-backdrop-grayscale: ;
  403. --tw-backdrop-hue-rotate: ;
  404. --tw-backdrop-invert: ;
  405. --tw-backdrop-opacity: ;
  406. --tw-backdrop-saturate: ;
  407. --tw-backdrop-sepia: ;
  408. }
  409. .visible {
  410. visibility: visible;
  411. }
  412. .fixed {
  413. position: fixed;
  414. }
  415. .absolute {
  416. position: absolute;
  417. }
  418. .relative {
  419. position: relative;
  420. }
  421. .left-1 {
  422. left: 0.25rem;
  423. }
  424. .top-1 {
  425. top: 0.25rem;
  426. }
  427. .left-2 {
  428. left: 0.5rem;
  429. }
  430. .top-2 {
  431. top: 0.5rem;
  432. }
  433. .top-4 {
  434. top: 1rem;
  435. }
  436. .right-2 {
  437. right: 0.5rem;
  438. }
  439. .m-auto {
  440. margin: auto;
  441. }
  442. .my-2 {
  443. margin-top: 0.5rem;
  444. margin-bottom: 0.5rem;
  445. }
  446. .my-4 {
  447. margin-top: 1rem;
  448. margin-bottom: 1rem;
  449. }
  450. .my-16 {
  451. margin-top: 4rem;
  452. margin-bottom: 4rem;
  453. }
  454. .my-12 {
  455. margin-top: 3rem;
  456. margin-bottom: 3rem;
  457. }
  458. .mr-6 {
  459. margin-right: 1.5rem;
  460. }
  461. .mb-4 {
  462. margin-bottom: 1rem;
  463. }
  464. .mr-2 {
  465. margin-right: 0.5rem;
  466. }
  467. .mb-6 {
  468. margin-bottom: 1.5rem;
  469. }
  470. .mt-4 {
  471. margin-top: 1rem;
  472. }
  473. .inline-block {
  474. display: inline-block;
  475. }
  476. .flex {
  477. display: -webkit-box;
  478. display: -ms-flexbox;
  479. display: flex;
  480. }
  481. .h-72 {
  482. height: 18rem;
  483. }
  484. .h-32 {
  485. height: 8rem;
  486. }
  487. .h-56 {
  488. height: 14rem;
  489. }
  490. .h-48 {
  491. height: 12rem;
  492. }
  493. .w-full {
  494. width: 100%;
  495. }
  496. .w-2\/4 {
  497. width: 50%;
  498. }
  499. .w-32 {
  500. width: 8rem;
  501. }
  502. .w-24 {
  503. width: 6rem;
  504. }
  505. .w-auto {
  506. width: auto;
  507. }
  508. .w-1\/2 {
  509. width: 50%;
  510. }
  511. .flex-auto {
  512. -webkit-box-flex: 1;
  513. -ms-flex: 1 1 auto;
  514. flex: 1 1 auto;
  515. }
  516. .flex-none {
  517. -webkit-box-flex: 0;
  518. -ms-flex: none;
  519. flex: none;
  520. }
  521. .transform {
  522. -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  523. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  524. }
  525. .cursor-pointer {
  526. cursor: pointer;
  527. }
  528. .items-center {
  529. -webkit-box-align: center;
  530. -ms-flex-align: center;
  531. align-items: center;
  532. }
  533. .justify-center {
  534. -webkit-box-pack: center;
  535. -ms-flex-pack: center;
  536. justify-content: center;
  537. }
  538. .justify-between {
  539. -webkit-box-pack: justify;
  540. -ms-flex-pack: justify;
  541. justify-content: space-between;
  542. }
  543. .overflow-hidden {
  544. overflow: hidden;
  545. }
  546. .rounded-xl {
  547. border-radius: 0.75rem;
  548. }
  549. .rounded {
  550. border-radius: 0.25rem;
  551. }
  552. .border {
  553. border-width: 1px;
  554. }
  555. .border-b {
  556. border-bottom-width: 1px;
  557. }
  558. .border-gray-200 {
  559. --tw-border-opacity: 1;
  560. border-color: rgb(229 231 235 / var(--tw-border-opacity));
  561. }
  562. .bg-white {
  563. --tw-bg-opacity: 1;
  564. background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  565. }
  566. .bg-blue {
  567. --tw-bg-opacity: 1;
  568. background-color: rgb(56 118 218 / var(--tw-bg-opacity));
  569. }
  570. .object-cover {
  571. -o-object-fit: cover;
  572. object-fit: cover;
  573. }
  574. .p-4 {
  575. padding: 1rem;
  576. }
  577. .p-2 {
  578. padding: 0.5rem;
  579. }
  580. .px-6 {
  581. padding-left: 1.5rem;
  582. padding-right: 1.5rem;
  583. }
  584. .py-2 {
  585. padding-top: 0.5rem;
  586. padding-bottom: 0.5rem;
  587. }
  588. .py-4 {
  589. padding-top: 1rem;
  590. padding-bottom: 1rem;
  591. }
  592. .px-4 {
  593. padding-left: 1rem;
  594. padding-right: 1rem;
  595. }
  596. .py-6 {
  597. padding-top: 1.5rem;
  598. padding-bottom: 1.5rem;
  599. }
  600. .pt-6 {
  601. padding-top: 1.5rem;
  602. }
  603. .pb-2 {
  604. padding-bottom: 0.5rem;
  605. }
  606. .pb-4 {
  607. padding-bottom: 1rem;
  608. }
  609. .pb-6 {
  610. padding-bottom: 1.5rem;
  611. }
  612. .pb-8 {
  613. padding-bottom: 2rem;
  614. }
  615. .pr-2 {
  616. padding-right: 0.5rem;
  617. }
  618. .pr-4 {
  619. padding-right: 1rem;
  620. }
  621. .text-left {
  622. text-align: left;
  623. }
  624. .text-center {
  625. text-align: center;
  626. }
  627. .text-right {
  628. text-align: right;
  629. }
  630. .text-xl {
  631. font-size: 1.25rem;
  632. line-height: 1.75rem;
  633. }
  634. .text-base {
  635. font-size: 1rem;
  636. line-height: 1.5rem;
  637. }
  638. .text-xs {
  639. font-size: 0.75rem;
  640. line-height: 1rem;
  641. }
  642. .text-2xl {
  643. font-size: 1.5rem;
  644. line-height: 2rem;
  645. }
  646. .text-lg {
  647. font-size: 1.125rem;
  648. line-height: 1.75rem;
  649. }
  650. .text-sm {
  651. font-size: 0.875rem;
  652. line-height: 1.25rem;
  653. }
  654. .leading-10 {
  655. line-height: 2.5rem;
  656. }
  657. .text-blue {
  658. --tw-text-opacity: 1;
  659. color: rgb(56 118 218 / var(--tw-text-opacity));
  660. }
  661. .text-blue-dark {
  662. --tw-text-opacity: 1;
  663. color: rgb(18 96 221 / var(--tw-text-opacity));
  664. }
  665. .text-white {
  666. --tw-text-opacity: 1;
  667. color: rgb(255 255 255 / var(--tw-text-opacity));
  668. }
  669. .text-red-600 {
  670. --tw-text-opacity: 1;
  671. color: rgb(220 38 38 / var(--tw-text-opacity));
  672. }
  673. .text-yellow-600 {
  674. --tw-text-opacity: 1;
  675. color: rgb(202 138 4 / var(--tw-text-opacity));
  676. }
  677. .text-green-600 {
  678. --tw-text-opacity: 1;
  679. color: rgb(22 163 74 / var(--tw-text-opacity));
  680. }
  681. .text-green-700 {
  682. --tw-text-opacity: 1;
  683. color: rgb(21 128 61 / var(--tw-text-opacity));
  684. }
  685. .text-green-300 {
  686. --tw-text-opacity: 1;
  687. color: rgb(134 239 172 / var(--tw-text-opacity));
  688. }
  689. .text-yellow-300 {
  690. --tw-text-opacity: 1;
  691. color: rgb(253 224 71 / var(--tw-text-opacity));
  692. }
  693. .text-gray-300 {
  694. --tw-text-opacity: 1;
  695. color: rgb(209 213 219 / var(--tw-text-opacity));
  696. }
  697. .text-green-500 {
  698. --tw-text-opacity: 1;
  699. color: rgb(34 197 94 / var(--tw-text-opacity));
  700. }
  701. .text-red-300 {
  702. --tw-text-opacity: 1;
  703. color: rgb(252 165 165 / var(--tw-text-opacity));
  704. }
  705. .text-red-400 {
  706. --tw-text-opacity: 1;
  707. color: rgb(248 113 113 / var(--tw-text-opacity));
  708. }
  709. .shadow {
  710. --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  711. --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  712. -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  713. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  714. }
  715. .blur {
  716. --tw-blur: blur(8px);
  717. -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  718. filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  719. }
  720. .filter {
  721. -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  722. filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  723. }
  724. .transition {
  725. -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  726. transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  727. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  728. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  729. -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  730. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  731. -webkit-transition-duration: 150ms;
  732. transition-duration: 150ms;
  733. }
  734. .hover\:text-blue-light:hover {
  735. --tw-text-opacity: 1;
  736. color: rgb(85 132 209 / var(--tw-text-opacity));
  737. }