No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

1650 líneas
26KB

  1. /*
  2. ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
  3. *//*
  4. 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  5. 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  6. */
  7. *,
  8. ::before,
  9. ::after {
  10. box-sizing: border-box; /* 1 */
  11. border-width: 0; /* 2 */
  12. border-style: solid; /* 2 */
  13. border-color: #e5e7eb; /* 2 */
  14. }
  15. ::before,
  16. ::after {
  17. --tw-content: '';
  18. }
  19. /*
  20. 1. Use a consistent sensible line-height in all browsers.
  21. 2. Prevent adjustments of font size after orientation changes in iOS.
  22. 3. Use a more readable tab size.
  23. 4. Use the user's configured `sans` font-family by default.
  24. 5. Use the user's configured `sans` font-feature-settings by default.
  25. */
  26. html {
  27. line-height: 1.5; /* 1 */
  28. -webkit-text-size-adjust: 100%; /* 2 */
  29. -moz-tab-size: 4; /* 3 */
  30. -o-tab-size: 4;
  31. tab-size: 4; /* 3 */
  32. 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"; /* 4 */
  33. font-feature-settings: normal; /* 5 */
  34. }
  35. /*
  36. 1. Remove the margin in all browsers.
  37. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  38. */
  39. body {
  40. margin: 0; /* 1 */
  41. line-height: inherit; /* 2 */
  42. }
  43. /*
  44. 1. Add the correct height in Firefox.
  45. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  46. 3. Ensure horizontal rules are visible by default.
  47. */
  48. hr {
  49. height: 0; /* 1 */
  50. color: inherit; /* 2 */
  51. border-top-width: 1px; /* 3 */
  52. }
  53. /*
  54. Add the correct text decoration in Chrome, Edge, and Safari.
  55. */
  56. abbr:where([title]) {
  57. -webkit-text-decoration: underline dotted;
  58. text-decoration: underline dotted;
  59. }
  60. /*
  61. Remove the default font size and weight for headings.
  62. */
  63. h1,
  64. h2,
  65. h3,
  66. h4,
  67. h5,
  68. h6 {
  69. font-size: inherit;
  70. font-weight: inherit;
  71. }
  72. /*
  73. Reset links to optimize for opt-in styling instead of opt-out.
  74. */
  75. a {
  76. color: inherit;
  77. text-decoration: inherit;
  78. }
  79. /*
  80. Add the correct font weight in Edge and Safari.
  81. */
  82. b,
  83. strong {
  84. font-weight: bolder;
  85. }
  86. /*
  87. 1. Use the user's configured `mono` font family by default.
  88. 2. Correct the odd `em` font sizing in all browsers.
  89. */
  90. code,
  91. kbd,
  92. samp,
  93. pre {
  94. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  95. font-size: 1em; /* 2 */
  96. }
  97. /*
  98. Add the correct font size in all browsers.
  99. */
  100. small {
  101. font-size: 80%;
  102. }
  103. /*
  104. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  105. */
  106. sub,
  107. sup {
  108. font-size: 75%;
  109. line-height: 0;
  110. position: relative;
  111. vertical-align: baseline;
  112. }
  113. sub {
  114. bottom: -0.25em;
  115. }
  116. sup {
  117. top: -0.5em;
  118. }
  119. /*
  120. 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)
  121. 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)
  122. 3. Remove gaps between table borders by default.
  123. */
  124. table {
  125. text-indent: 0; /* 1 */
  126. border-color: inherit; /* 2 */
  127. border-collapse: collapse; /* 3 */
  128. }
  129. /*
  130. 1. Change the font styles in all browsers.
  131. 2. Remove the margin in Firefox and Safari.
  132. 3. Remove default padding in all browsers.
  133. */
  134. button,
  135. input,
  136. optgroup,
  137. select,
  138. textarea {
  139. font-family: inherit; /* 1 */
  140. font-size: 100%; /* 1 */
  141. font-weight: inherit; /* 1 */
  142. line-height: inherit; /* 1 */
  143. color: inherit; /* 1 */
  144. margin: 0; /* 2 */
  145. padding: 0; /* 3 */
  146. }
  147. /*
  148. Remove the inheritance of text transform in Edge and Firefox.
  149. */
  150. button,
  151. select {
  152. text-transform: none;
  153. }
  154. /*
  155. 1. Correct the inability to style clickable types in iOS and Safari.
  156. 2. Remove default button styles.
  157. */
  158. button,
  159. [type='button'],
  160. [type='reset'],
  161. [type='submit'] {
  162. -webkit-appearance: button; /* 1 */
  163. background-color: transparent; /* 2 */
  164. background-image: none; /* 2 */
  165. }
  166. /*
  167. Use the modern Firefox focus style for all focusable elements.
  168. */
  169. :-moz-focusring {
  170. outline: auto;
  171. }
  172. /*
  173. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  174. */
  175. :-moz-ui-invalid {
  176. box-shadow: none;
  177. }
  178. /*
  179. Add the correct vertical alignment in Chrome and Firefox.
  180. */
  181. progress {
  182. vertical-align: baseline;
  183. }
  184. /*
  185. Correct the cursor style of increment and decrement buttons in Safari.
  186. */
  187. ::-webkit-inner-spin-button,
  188. ::-webkit-outer-spin-button {
  189. height: auto;
  190. }
  191. /*
  192. 1. Correct the odd appearance in Chrome and Safari.
  193. 2. Correct the outline style in Safari.
  194. */
  195. [type='search'] {
  196. -webkit-appearance: textfield; /* 1 */
  197. outline-offset: -2px; /* 2 */
  198. }
  199. /*
  200. Remove the inner padding in Chrome and Safari on macOS.
  201. */
  202. ::-webkit-search-decoration {
  203. -webkit-appearance: none;
  204. }
  205. /*
  206. 1. Correct the inability to style clickable types in iOS and Safari.
  207. 2. Change font properties to `inherit` in Safari.
  208. */
  209. ::-webkit-file-upload-button {
  210. -webkit-appearance: button; /* 1 */
  211. font: inherit; /* 2 */
  212. }
  213. /*
  214. Add the correct display in Chrome and Safari.
  215. */
  216. summary {
  217. display: list-item;
  218. }
  219. /*
  220. Removes the default spacing and border for appropriate elements.
  221. */
  222. blockquote,
  223. dl,
  224. dd,
  225. h1,
  226. h2,
  227. h3,
  228. h4,
  229. h5,
  230. h6,
  231. hr,
  232. figure,
  233. p,
  234. pre {
  235. margin: 0;
  236. }
  237. fieldset {
  238. margin: 0;
  239. padding: 0;
  240. }
  241. legend {
  242. padding: 0;
  243. }
  244. ol,
  245. ul,
  246. menu {
  247. list-style: none;
  248. margin: 0;
  249. padding: 0;
  250. }
  251. /*
  252. Prevent resizing textareas horizontally by default.
  253. */
  254. textarea {
  255. resize: vertical;
  256. }
  257. /*
  258. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  259. 2. Set the default placeholder color to the user's configured gray 400 color.
  260. */
  261. input::-moz-placeholder, textarea::-moz-placeholder {
  262. opacity: 1; /* 1 */
  263. color: #9ca3af; /* 2 */
  264. }
  265. input::placeholder,
  266. textarea::placeholder {
  267. opacity: 1; /* 1 */
  268. color: #9ca3af; /* 2 */
  269. }
  270. /*
  271. Set the default cursor for buttons.
  272. */
  273. button,
  274. [role="button"] {
  275. cursor: pointer;
  276. }
  277. /*
  278. Make sure disabled buttons don't get the pointer cursor.
  279. */
  280. :disabled {
  281. cursor: default;
  282. }
  283. /*
  284. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  285. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  286. This can trigger a poorly considered lint error in some tools but is included by design.
  287. */
  288. img,
  289. svg,
  290. video,
  291. canvas,
  292. audio,
  293. iframe,
  294. embed,
  295. object {
  296. display: block; /* 1 */
  297. vertical-align: middle; /* 2 */
  298. }
  299. /*
  300. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  301. */
  302. img,
  303. video {
  304. max-width: 100%;
  305. height: auto;
  306. }
  307. /* Make elements with the HTML hidden attribute stay hidden by default */
  308. [hidden] {
  309. display: none;
  310. }
  311. *, ::before, ::after {
  312. --tw-border-spacing-x: 0;
  313. --tw-border-spacing-y: 0;
  314. --tw-translate-x: 0;
  315. --tw-translate-y: 0;
  316. --tw-rotate: 0;
  317. --tw-skew-x: 0;
  318. --tw-skew-y: 0;
  319. --tw-scale-x: 1;
  320. --tw-scale-y: 1;
  321. --tw-pan-x: ;
  322. --tw-pan-y: ;
  323. --tw-pinch-zoom: ;
  324. --tw-scroll-snap-strictness: proximity;
  325. --tw-ordinal: ;
  326. --tw-slashed-zero: ;
  327. --tw-numeric-figure: ;
  328. --tw-numeric-spacing: ;
  329. --tw-numeric-fraction: ;
  330. --tw-ring-inset: ;
  331. --tw-ring-offset-width: 0px;
  332. --tw-ring-offset-color: #fff;
  333. --tw-ring-color: rgb(59 130 246 / 0.5);
  334. --tw-ring-offset-shadow: 0 0 #0000;
  335. --tw-ring-shadow: 0 0 #0000;
  336. --tw-shadow: 0 0 #0000;
  337. --tw-shadow-colored: 0 0 #0000;
  338. --tw-blur: ;
  339. --tw-brightness: ;
  340. --tw-contrast: ;
  341. --tw-grayscale: ;
  342. --tw-hue-rotate: ;
  343. --tw-invert: ;
  344. --tw-saturate: ;
  345. --tw-sepia: ;
  346. --tw-drop-shadow: ;
  347. --tw-backdrop-blur: ;
  348. --tw-backdrop-brightness: ;
  349. --tw-backdrop-contrast: ;
  350. --tw-backdrop-grayscale: ;
  351. --tw-backdrop-hue-rotate: ;
  352. --tw-backdrop-invert: ;
  353. --tw-backdrop-opacity: ;
  354. --tw-backdrop-saturate: ;
  355. --tw-backdrop-sepia: ;
  356. }
  357. ::backdrop {
  358. --tw-border-spacing-x: 0;
  359. --tw-border-spacing-y: 0;
  360. --tw-translate-x: 0;
  361. --tw-translate-y: 0;
  362. --tw-rotate: 0;
  363. --tw-skew-x: 0;
  364. --tw-skew-y: 0;
  365. --tw-scale-x: 1;
  366. --tw-scale-y: 1;
  367. --tw-pan-x: ;
  368. --tw-pan-y: ;
  369. --tw-pinch-zoom: ;
  370. --tw-scroll-snap-strictness: proximity;
  371. --tw-ordinal: ;
  372. --tw-slashed-zero: ;
  373. --tw-numeric-figure: ;
  374. --tw-numeric-spacing: ;
  375. --tw-numeric-fraction: ;
  376. --tw-ring-inset: ;
  377. --tw-ring-offset-width: 0px;
  378. --tw-ring-offset-color: #fff;
  379. --tw-ring-color: rgb(59 130 246 / 0.5);
  380. --tw-ring-offset-shadow: 0 0 #0000;
  381. --tw-ring-shadow: 0 0 #0000;
  382. --tw-shadow: 0 0 #0000;
  383. --tw-shadow-colored: 0 0 #0000;
  384. --tw-blur: ;
  385. --tw-brightness: ;
  386. --tw-contrast: ;
  387. --tw-grayscale: ;
  388. --tw-hue-rotate: ;
  389. --tw-invert: ;
  390. --tw-saturate: ;
  391. --tw-sepia: ;
  392. --tw-drop-shadow: ;
  393. --tw-backdrop-blur: ;
  394. --tw-backdrop-brightness: ;
  395. --tw-backdrop-contrast: ;
  396. --tw-backdrop-grayscale: ;
  397. --tw-backdrop-hue-rotate: ;
  398. --tw-backdrop-invert: ;
  399. --tw-backdrop-opacity: ;
  400. --tw-backdrop-saturate: ;
  401. --tw-backdrop-sepia: ;
  402. }
  403. .container {
  404. width: 100%;
  405. }
  406. @media (min-width: 640px) {
  407. .container {
  408. max-width: 640px;
  409. }
  410. }
  411. @media (min-width: 768px) {
  412. .container {
  413. max-width: 768px;
  414. }
  415. }
  416. @media (min-width: 1024px) {
  417. .container {
  418. max-width: 1024px;
  419. }
  420. }
  421. @media (min-width: 1280px) {
  422. .container {
  423. max-width: 1280px;
  424. }
  425. }
  426. @media (min-width: 1536px) {
  427. .container {
  428. max-width: 1536px;
  429. }
  430. }
  431. .sr-only {
  432. position: absolute;
  433. width: 1px;
  434. height: 1px;
  435. padding: 0;
  436. margin: -1px;
  437. overflow: hidden;
  438. clip: rect(0, 0, 0, 0);
  439. white-space: nowrap;
  440. border-width: 0;
  441. }
  442. .pointer-events-none {
  443. pointer-events: none;
  444. }
  445. .static {
  446. position: static;
  447. }
  448. .fixed {
  449. position: fixed;
  450. }
  451. .absolute {
  452. position: absolute;
  453. }
  454. .sticky {
  455. position: sticky;
  456. }
  457. .left-0 {
  458. left: 0px;
  459. }
  460. .right-0 {
  461. right: 0px;
  462. }
  463. .right-10 {
  464. right: 2.5rem;
  465. }
  466. .top-0 {
  467. top: 0px;
  468. }
  469. .top-10 {
  470. top: 2.5rem;
  471. }
  472. .z-10 {
  473. z-index: 10;
  474. }
  475. .z-20 {
  476. z-index: 20;
  477. }
  478. .z-30 {
  479. z-index: 30;
  480. }
  481. .z-50 {
  482. z-index: 50;
  483. }
  484. .z-\[60\] {
  485. z-index: 60;
  486. }
  487. .row-start-1 {
  488. grid-row-start: 1;
  489. }
  490. .float-right {
  491. float: right;
  492. }
  493. .-m-4 {
  494. margin: -1rem;
  495. }
  496. .m-1 {
  497. margin: 0.25rem;
  498. }
  499. .mx-4 {
  500. margin-left: 1rem;
  501. margin-right: 1rem;
  502. }
  503. .my-4 {
  504. margin-top: 1rem;
  505. margin-bottom: 1rem;
  506. }
  507. .mx-2 {
  508. margin-left: 0.5rem;
  509. margin-right: 0.5rem;
  510. }
  511. .mx-1 {
  512. margin-left: 0.25rem;
  513. margin-right: 0.25rem;
  514. }
  515. .mb-2 {
  516. margin-bottom: 0.5rem;
  517. }
  518. .mb-3 {
  519. margin-bottom: 0.75rem;
  520. }
  521. .mb-4 {
  522. margin-bottom: 1rem;
  523. }
  524. .mb-8 {
  525. margin-bottom: 2rem;
  526. }
  527. .mb-\[1em\] {
  528. margin-bottom: 1em;
  529. }
  530. .ml-3 {
  531. margin-left: 0.75rem;
  532. }
  533. .ml-auto {
  534. margin-left: auto;
  535. }
  536. .mr-2 {
  537. margin-right: 0.5rem;
  538. }
  539. .mt-16 {
  540. margin-top: 4rem;
  541. }
  542. .mt-20 {
  543. margin-top: 5rem;
  544. }
  545. .mt-3 {
  546. margin-top: 0.75rem;
  547. }
  548. .mt-4 {
  549. margin-top: 1rem;
  550. }
  551. .block {
  552. display: block;
  553. }
  554. .inline-block {
  555. display: inline-block;
  556. }
  557. .flex {
  558. display: flex;
  559. }
  560. .grid {
  561. display: grid;
  562. }
  563. .hidden {
  564. display: none;
  565. }
  566. .h-10 {
  567. height: 2.5rem;
  568. }
  569. .h-14 {
  570. height: 3.5rem;
  571. }
  572. .h-5 {
  573. height: 1.25rem;
  574. }
  575. .h-fit {
  576. height: -moz-fit-content;
  577. height: fit-content;
  578. }
  579. .h-full {
  580. height: 100%;
  581. }
  582. .h-screen {
  583. height: 100vh;
  584. }
  585. .min-h-\[2rem\] {
  586. min-height: 2rem;
  587. }
  588. .w-10 {
  589. width: 2.5rem;
  590. }
  591. .w-14 {
  592. width: 3.5rem;
  593. }
  594. .w-48 {
  595. width: 12rem;
  596. }
  597. .w-5 {
  598. width: 1.25rem;
  599. }
  600. .w-\[12rem\] {
  601. width: 12rem;
  602. }
  603. .w-\[4\.5rem\] {
  604. width: 4.5rem;
  605. }
  606. .w-\[calc\(100\%-2rem\)\] {
  607. width: calc(100% - 2rem);
  608. }
  609. .w-fit {
  610. width: -moz-fit-content;
  611. width: fit-content;
  612. }
  613. .w-full {
  614. width: 100%;
  615. }
  616. .min-w-\[5rem\] {
  617. min-width: 5rem;
  618. }
  619. .max-w-\[30rem\] {
  620. max-width: 30rem;
  621. }
  622. .max-w-\[65ch\] {
  623. max-width: 65ch;
  624. }
  625. .shrink-0 {
  626. flex-shrink: 0;
  627. }
  628. .-rotate-12 {
  629. --tw-rotate: -12deg;
  630. 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));
  631. }
  632. .rotate-\[15deg\] {
  633. --tw-rotate: 15deg;
  634. 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));
  635. }
  636. .cursor-pointer {
  637. cursor: pointer;
  638. }
  639. .grid-flow-col {
  640. grid-auto-flow: column;
  641. }
  642. .grid-rows-1 {
  643. grid-template-rows: repeat(1, minmax(0, 1fr));
  644. }
  645. .flex-col {
  646. flex-direction: column;
  647. }
  648. .content-start {
  649. align-content: flex-start;
  650. }
  651. .items-start {
  652. align-items: flex-start;
  653. }
  654. .items-center {
  655. align-items: center;
  656. }
  657. .items-stretch {
  658. align-items: stretch;
  659. }
  660. .justify-center {
  661. justify-content: center;
  662. }
  663. .justify-between {
  664. justify-content: space-between;
  665. }
  666. .gap-2 {
  667. gap: 0.5rem;
  668. }
  669. .gap-4 {
  670. gap: 1rem;
  671. }
  672. .gap-6 {
  673. gap: 1.5rem;
  674. }
  675. .gap-8 {
  676. gap: 2rem;
  677. }
  678. .overflow-hidden {
  679. overflow: hidden;
  680. }
  681. .overflow-x-auto {
  682. overflow-x: auto;
  683. }
  684. .overflow-y-auto {
  685. overflow-y: auto;
  686. }
  687. .overflow-y-scroll {
  688. overflow-y: scroll;
  689. }
  690. .overscroll-none {
  691. overscroll-behavior: none;
  692. }
  693. .truncate {
  694. overflow: hidden;
  695. text-overflow: ellipsis;
  696. white-space: nowrap;
  697. }
  698. .rounded-full {
  699. border-radius: 9999px;
  700. }
  701. .border-b-2 {
  702. border-bottom-width: 2px;
  703. }
  704. .border-b-\[2px\] {
  705. border-bottom-width: 2px;
  706. }
  707. .border-l-2 {
  708. border-left-width: 2px;
  709. }
  710. .border-black {
  711. --tw-border-opacity: 1;
  712. border-color: rgb(0 0 0 / var(--tw-border-opacity));
  713. }
  714. .bg-black {
  715. --tw-bg-opacity: 1;
  716. background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  717. }
  718. .bg-purple-700\/50 {
  719. background-color: rgb(126 34 206 / 0.5);
  720. }
  721. .bg-red-400 {
  722. --tw-bg-opacity: 1;
  723. background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  724. }
  725. .bg-white {
  726. --tw-bg-opacity: 1;
  727. background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  728. }
  729. .object-contain {
  730. -o-object-fit: contain;
  731. object-fit: contain;
  732. }
  733. .p-3 {
  734. padding: 0.75rem;
  735. }
  736. .p-4 {
  737. padding: 1rem;
  738. }
  739. .px-2 {
  740. padding-left: 0.5rem;
  741. padding-right: 0.5rem;
  742. }
  743. .px-4 {
  744. padding-left: 1rem;
  745. padding-right: 1rem;
  746. }
  747. .px-8 {
  748. padding-left: 2rem;
  749. padding-right: 2rem;
  750. }
  751. .py-2 {
  752. padding-top: 0.5rem;
  753. padding-bottom: 0.5rem;
  754. }
  755. .py-3 {
  756. padding-top: 0.75rem;
  757. padding-bottom: 0.75rem;
  758. }
  759. .py-4 {
  760. padding-top: 1rem;
  761. padding-bottom: 1rem;
  762. }
  763. .py-6 {
  764. padding-top: 1.5rem;
  765. padding-bottom: 1.5rem;
  766. }
  767. .py-8 {
  768. padding-top: 2rem;
  769. padding-bottom: 2rem;
  770. }
  771. .pl-1 {
  772. padding-left: 0.25rem;
  773. }
  774. .pr-4 {
  775. padding-right: 1rem;
  776. }
  777. .pr-40 {
  778. padding-right: 10rem;
  779. }
  780. .pr-8 {
  781. padding-right: 2rem;
  782. }
  783. .text-center {
  784. text-align: center;
  785. }
  786. .text-base {
  787. font-size: 1.1rem;
  788. line-height: 1.22;
  789. }
  790. .text-lg {
  791. font-size: 1.24rem;
  792. line-height: 1.1;
  793. }
  794. .text-sm {
  795. font-size: 0.95rem;
  796. line-height: 1.35;
  797. }
  798. .text-xs {
  799. font-size: 0.75rem;
  800. line-height: 1rem;
  801. }
  802. .capitalize {
  803. text-transform: capitalize;
  804. }
  805. .italic {
  806. font-style: italic;
  807. }
  808. .text-\[\#f52d2d\] {
  809. --tw-text-opacity: 1;
  810. color: rgb(245 45 45 / var(--tw-text-opacity));
  811. }
  812. .text-white {
  813. --tw-text-opacity: 1;
  814. color: rgb(255 255 255 / var(--tw-text-opacity));
  815. }
  816. .opacity-30 {
  817. opacity: 0.3;
  818. }
  819. .opacity-40 {
  820. opacity: 0.4;
  821. }
  822. .opacity-50 {
  823. opacity: 0.5;
  824. }
  825. .opacity-70 {
  826. opacity: 0.7;
  827. }
  828. .grayscale {
  829. --tw-grayscale: grayscale(100%);
  830. 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);
  831. }
  832. .filter {
  833. 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);
  834. }
  835. .transition-opacity {
  836. transition-property: opacity;
  837. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  838. transition-duration: 150ms;
  839. }
  840. @font-face {
  841. font-family: 'ag';
  842. src: url('ApfelGrotezk-Regular.woff') format("woff");
  843. }
  844. @font-face {
  845. font-family: 'ag-brukt';
  846. src: url('ApfelGrotezk-Brukt.woff') format("woff");
  847. }
  848. @font-face {
  849. font-family: 'ag-fett';
  850. src: url('ApfelGrotezk-Fett.woff') format("woff");
  851. }
  852. @font-face {
  853. font-family: 'dauphine';
  854. src: url('Dauphine-Regular.ttf') format("truetype");
  855. }
  856. @font-face {
  857. font-family: 'dauphine';
  858. src: url('Dauphine-Italic.ttf') format("truetype");
  859. font-style: italic;
  860. }
  861. @font-face {
  862. font-family: 'robo';
  863. src: url('roboto-regular.ttf') format("truetype");
  864. }
  865. @font-face {
  866. font-family: 'robo';
  867. src: url('roboto-italic.ttf') format("truetype");
  868. font-style: italic;
  869. }
  870. @font-face {
  871. font-family: 'cirrus';
  872. src: url('CirrusCumulus.woff') format("woff");
  873. }
  874. body {
  875. font-family: 'dauphine';
  876. }
  877. strong {
  878. font-family: 'ag-fett';
  879. }
  880. b,strong {
  881. font-weight: normal !important;
  882. }
  883. select {
  884. padding: 0.25rem;
  885. }
  886. .book {
  887. font-family: 'ag-fett', 'Arial Black';
  888. }
  889. .tool {
  890. font-family: 'robo';
  891. }
  892. .practice {
  893. font-family: 'cirrus';
  894. }
  895. .std-margin {
  896. padding: 0.5rem;
  897. }
  898. .cell {
  899. position: relative;
  900. max-height: 30vh;
  901. }
  902. @media (min-width: 1024px) {
  903. .cell {
  904. max-height: none;
  905. }
  906. }
  907. .cell {
  908. overflow: hidden;
  909. }
  910. /*
  911. .cell::after {
  912. content:'';
  913. @apply absolute w-full h-[3rem] left-0 bottom-0;
  914. background-color: red;
  915. } */
  916. .cell.size-1 {
  917. min-width: 30rem;
  918. }
  919. .related {
  920. width: 6rem;
  921. padding-left: 0.5rem;
  922. padding-right: 0.5rem;
  923. padding-top: 1rem;
  924. padding-bottom: 1rem;
  925. text-align: right;
  926. }
  927. @media (min-width: 1024px) {
  928. .related {
  929. width: 12rem;
  930. padding: 1.25rem;
  931. padding-left: 4rem;
  932. }
  933. }
  934. .cell-margin {
  935. padding: 1rem;
  936. }
  937. .block-margin {
  938. margin-bottom: 2rem;
  939. }
  940. .std-padding {
  941. padding: 0.5rem;
  942. }
  943. .std-padding-x {
  944. padding-left: 0.5rem;
  945. padding-right: 0.5rem;
  946. }
  947. .std-grid {
  948. display: grid;
  949. }
  950. @media (min-width: 768px) {
  951. .std-grid {
  952. grid-template-columns: repeat(2, minmax(0, 1fr));
  953. }
  954. }
  955. @media (min-width: 1024px) {
  956. .std-grid {
  957. grid-template-columns: repeat(3, minmax(0, 1fr));
  958. }
  959. }
  960. .cell {
  961. padding: 1rem;
  962. }
  963. .cell .lead-inner-link {
  964. position: relative;
  965. }
  966. .cell .lead-inner-link::after {
  967. content: '';
  968. position: absolute;
  969. bottom: 0px;
  970. left: 0px;
  971. height: 3rem;
  972. width: 100%;
  973. background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  974. }
  975. .cell::before {
  976. content: '';
  977. position: absolute;
  978. top: 10px;
  979. right: 0px;
  980. width: 2px;
  981. height: calc(100% - 20px);
  982. background-color: black;
  983. }
  984. .cell::after {
  985. content: '';
  986. position: absolute;
  987. bottom: 0px;
  988. left: 8px;
  989. width: calc(100% - 20px);
  990. height: 2px;
  991. background-color: black;
  992. }
  993. .slash {
  994. position: relative;
  995. }
  996. .slash::after {
  997. content: '';
  998. position: absolute;
  999. bottom: 0px;
  1000. left: 8px;
  1001. width: calc(100% - 20px);
  1002. height: 3px;
  1003. background-color: black;
  1004. transform-origin: 100% 100%;
  1005. transform: rotate(45deg);
  1006. }
  1007. /* .meta {
  1008. transform: rotate(-3.5deg);
  1009. } */
  1010. .facts {
  1011. display: grid;
  1012. gap: 1rem;
  1013. }
  1014. @media (min-width: 1024px) {
  1015. .facts {
  1016. grid-template-columns: repeat(2, minmax(0, 1fr));
  1017. }
  1018. }
  1019. .facts h3 {
  1020. }
  1021. @media (min-width: 1024px) {
  1022. .facts > * {
  1023. max-width: 65ch;
  1024. }
  1025. }
  1026. a:hover {
  1027. opacity: 0.9;
  1028. }
  1029. a.link:hover {
  1030. opacity: 1;
  1031. }
  1032. h2,h3 {
  1033. -webkit-hyphens: auto;
  1034. hyphens: auto;
  1035. }
  1036. h3 {
  1037. font-family: 'ag-fett';
  1038. }
  1039. .huge-title {
  1040. font-size: 1.85rem;
  1041. line-height: 1;
  1042. }
  1043. @media (min-width: 1024px) {
  1044. .huge-title {
  1045. font-size: 4.2rem;
  1046. line-height: 0.9;
  1047. }
  1048. }
  1049. .big-title {
  1050. font-size: 1.24rem;
  1051. line-height: 1.1;
  1052. }
  1053. @media (min-width: 1024px) {
  1054. .big-title {
  1055. font-size: 3rem;
  1056. line-height: 1;
  1057. }
  1058. }
  1059. .medium-title {
  1060. font-size: 1.5rem;
  1061. line-height: 1.1;
  1062. }
  1063. @media (min-width: 1024px) {
  1064. .medium-title {
  1065. font-size: 2rem;
  1066. line-height: 1;
  1067. }
  1068. }
  1069. .small-title {
  1070. font-size: 1.24rem;
  1071. line-height: 1.1;
  1072. }
  1073. @media (min-width: 1024px) {
  1074. .small-title {
  1075. font-size: 1.85rem;
  1076. line-height: 1;
  1077. }
  1078. }
  1079. .big-text {
  1080. font-size: 1.1rem;
  1081. line-height: 1.22;
  1082. }
  1083. @media (min-width: 1024px) {
  1084. .big-text {
  1085. font-size: 1.5rem;
  1086. line-height: 1.1;
  1087. }
  1088. }
  1089. .small-text {
  1090. font-size: 1.1rem;
  1091. line-height: 1.22;
  1092. }
  1093. .indent {
  1094. margin-left: 1rem;
  1095. margin-right: 1rem;
  1096. margin-top: 1rem;
  1097. margin-bottom: 1rem;
  1098. }
  1099. .text > h3 {
  1100. margin-left: 1.5rem;
  1101. margin-top: 2rem;
  1102. }
  1103. h2 + *,
  1104. h3 + * {
  1105. /* @apply ml-6 mt-1; */
  1106. }
  1107. p + p {
  1108. margin-top: 1em;
  1109. }
  1110. .loading {
  1111. }
  1112. /* .loading .bg-white {
  1113. @apply bg-white/90;
  1114. opacity: 0;
  1115. transform: opacity 0.2s;
  1116. }
  1117. .htmx-request .bg-white {
  1118. opacity: 1;
  1119. } */
  1120. .loading .bg {
  1121. opacity: 0;
  1122. background-image: linear-gradient(to top, rgb(103, 48, 255,0.8), rgb(255, 255, 255, 0),rgb(255, 255, 255, 0));
  1123. }
  1124. .htmx-request .loading .bg {
  1125. transition: opacity 4000ms ease;
  1126. /* transition: opacity 4000ms cubic-bezier(.16, .01, .31, .99); */
  1127. opacity: 1;
  1128. }
  1129. .loading .spinner .inner {
  1130. opacity:0;
  1131. transition: opacity 0.4s ease;
  1132. width:-moz-min-content;
  1133. width:min-content;
  1134. height:-moz-min-content;
  1135. height:min-content;
  1136. /* height:200px; */
  1137. }
  1138. .htmx-request .loading .spinner .inner {
  1139. opacity:1;
  1140. }
  1141. #modal-content main {
  1142. opacity: 1;
  1143. }
  1144. .htmx-request #modal-content main {
  1145. /* transition: opacity 0.2s ease; */
  1146. opacity: 0;
  1147. }
  1148. .htmx-request .loading {
  1149. opacity: 1;
  1150. }
  1151. #modal-content {
  1152. transition: box-shadow 0.3s ease;
  1153. box-shadow: 0 0 4rem rgba(103, 48, 255, 0.8)
  1154. }
  1155. .htmx-request #modal-content {
  1156. box-shadow: 0 0 4rem rgba(103, 48, 255, 0.0)
  1157. }
  1158. .active {
  1159. background-color: rgba(103, 48, 255,0.5);
  1160. --tw-text-opacity: 1;
  1161. color: rgb(255 255 255 / var(--tw-text-opacity));
  1162. /* background-image: linear-gradient(to top, purple, transparent) ; */
  1163. }
  1164. .link:hover path,
  1165. .active path {
  1166. stroke: white;
  1167. }
  1168. .link:hover rect,
  1169. .active rect {
  1170. fill: white;
  1171. }
  1172. .link:hover {
  1173. background-color: rgba(103, 48, 255,0.5);
  1174. --tw-text-opacity: 1;
  1175. color: rgb(255 255 255 / var(--tw-text-opacity));
  1176. }
  1177. details[open]::details-content {
  1178. display: contents;
  1179. }
  1180. .text a {
  1181. /* font-family: 'ag-fett'; */
  1182. text-decoration: underline;
  1183. }
  1184. #resources.expanded .filter-header::before {
  1185. content:'- ';
  1186. }
  1187. #resources .filter-header::before {
  1188. content:'+ ';
  1189. }
  1190. .fade-right {
  1191. position: relative;
  1192. }
  1193. .fade-right::after {
  1194. pointer-events: none;
  1195. position: absolute;
  1196. top: 0px;
  1197. right: 0px;
  1198. height: 100%;
  1199. width: 4rem;
  1200. }
  1201. @media (min-width: 1024px) {
  1202. .fade-right::after {
  1203. width: 10rem;
  1204. }
  1205. }
  1206. .fade-right::after {
  1207. content: '';
  1208. background-image: linear-gradient(to left,#fff 0%, #fff 5%, rgba(255,255,255,0) 100%);
  1209. }
  1210. .menuitem {
  1211. align-items: center;
  1212. padding-left: 1rem;
  1213. padding-right: 1rem;
  1214. padding-top: 0.5rem;
  1215. padding-bottom: 0.5rem;
  1216. }
  1217. a.menuitem:hover {
  1218. opacity: 1;
  1219. }
  1220. .menuitem:hover path {
  1221. stroke: white;
  1222. }
  1223. .menuitem:hover rect {
  1224. fill: white;
  1225. }
  1226. .menuitem:hover {
  1227. background-color: rgba(103, 48, 255,0.5);
  1228. --tw-text-opacity: 1;
  1229. color: rgb(255 255 255 / var(--tw-text-opacity));
  1230. }
  1231. /* The switch - the box around the slider */
  1232. .switch {
  1233. position: relative;
  1234. display: inline-block;
  1235. width: 60px;
  1236. height: 34px;
  1237. }
  1238. /* Hide default HTML checkbox */
  1239. .switch input {
  1240. opacity: 0;
  1241. width: 0;
  1242. height: 0;
  1243. }
  1244. /* The slider */
  1245. .slider {
  1246. position: absolute;
  1247. cursor: pointer;
  1248. top: 0;
  1249. left: 0;
  1250. right: 0;
  1251. bottom: 0;
  1252. background-color: #000000;
  1253. transition: .4s;
  1254. }
  1255. .slider:before {
  1256. position: absolute;
  1257. content: "";
  1258. height: 26px;
  1259. width: 26px;
  1260. left: 4px;
  1261. bottom: 4px;
  1262. background-color: white;
  1263. transition: .4s;
  1264. }
  1265. input:checked+.slider {
  1266. background-color: #000000;
  1267. }
  1268. input:focus+.slider {
  1269. box-shadow: 0 0 1px #000000;
  1270. }
  1271. input:checked+.slider:before {
  1272. transform: translateX(26px);
  1273. }
  1274. /* Rounded sliders */
  1275. .slider.round {
  1276. border-radius: 34px;
  1277. }
  1278. .slider.round:before {
  1279. border-radius: 50%;
  1280. }
  1281. hr {
  1282. border:0;
  1283. border-bottom: 2px solid;
  1284. width:50%;
  1285. margin:4ch;
  1286. margin-left:0;
  1287. }
  1288. .hover\:opacity-60:hover {
  1289. opacity: 0.6;
  1290. }
  1291. @media (min-width: 1024px) {
  1292. .lg\:static {
  1293. position: static;
  1294. }
  1295. .lg\:col-span-2 {
  1296. grid-column: span 2 / span 2;
  1297. }
  1298. .lg\:row-span-3 {
  1299. grid-row: span 3 / span 3;
  1300. }
  1301. .lg\:float-right {
  1302. float: right;
  1303. }
  1304. .lg\:m-0 {
  1305. margin: 0px;
  1306. }
  1307. .lg\:m-16 {
  1308. margin: 4rem;
  1309. }
  1310. .lg\:m-4 {
  1311. margin: 1rem;
  1312. }
  1313. .lg\:my-16 {
  1314. margin-top: 4rem;
  1315. margin-bottom: 4rem;
  1316. }
  1317. .lg\:my-8 {
  1318. margin-top: 2rem;
  1319. margin-bottom: 2rem;
  1320. }
  1321. .lg\:ml-\[13rem\] {
  1322. margin-left: 13rem;
  1323. }
  1324. .lg\:mt-0 {
  1325. margin-top: 0px;
  1326. }
  1327. .lg\:block {
  1328. display: block;
  1329. }
  1330. .lg\:flex {
  1331. display: flex;
  1332. }
  1333. .lg\:hidden {
  1334. display: none;
  1335. }
  1336. .lg\:h-20 {
  1337. height: 5rem;
  1338. }
  1339. .lg\:h-40 {
  1340. height: 10rem;
  1341. }
  1342. .lg\:w-20 {
  1343. width: 5rem;
  1344. }
  1345. .lg\:w-40 {
  1346. width: 10rem;
  1347. }
  1348. .lg\:w-\[12rem\] {
  1349. width: 12rem;
  1350. }
  1351. .lg\:w-\[25rem\] {
  1352. width: 25rem;
  1353. }
  1354. .lg\:w-\[30rem\] {
  1355. width: 30rem;
  1356. }
  1357. .lg\:w-\[32rem\] {
  1358. width: 32rem;
  1359. }
  1360. .lg\:w-\[35rem\] {
  1361. width: 35rem;
  1362. }
  1363. .lg\:max-w-\[30rem\] {
  1364. max-width: 30rem;
  1365. }
  1366. .lg\:grid-cols-2 {
  1367. grid-template-columns: repeat(2, minmax(0, 1fr));
  1368. }
  1369. .lg\:grid-cols-3 {
  1370. grid-template-columns: repeat(3, minmax(0, 1fr));
  1371. }
  1372. .lg\:grid-cols-\[2fr\2c 1fr\] {
  1373. grid-template-columns: 2fr 1fr;
  1374. }
  1375. .lg\:grid-cols-\[52rem\2c 30rem\] {
  1376. grid-template-columns: 52rem 30rem;
  1377. }
  1378. .lg\:grid-rows-1 {
  1379. grid-template-rows: repeat(1, minmax(0, 1fr));
  1380. }
  1381. .lg\:grid-rows-\[auto\2c auto\2c auto\] {
  1382. grid-template-rows: auto auto auto;
  1383. }
  1384. .lg\:flex-row {
  1385. flex-direction: row;
  1386. }
  1387. .lg\:flex-wrap {
  1388. flex-wrap: wrap;
  1389. }
  1390. .lg\:items-center {
  1391. align-items: center;
  1392. }
  1393. .lg\:gap-4 {
  1394. gap: 1rem;
  1395. }
  1396. .lg\:border-r-2 {
  1397. border-right-width: 2px;
  1398. }
  1399. .lg\:border-black {
  1400. --tw-border-opacity: 1;
  1401. border-color: rgb(0 0 0 / var(--tw-border-opacity));
  1402. }
  1403. .lg\:p-0 {
  1404. padding: 0px;
  1405. }
  1406. .lg\:pr-8 {
  1407. padding-right: 2rem;
  1408. }
  1409. .lg\:text-xl {
  1410. font-size: 1.5rem;
  1411. line-height: 1.1;
  1412. }
  1413. .lg\:opacity-100 {
  1414. opacity: 1;
  1415. }
  1416. }