| @@ -444,8 +444,11 @@ | ||
| 444 | 444 | } |
| 445 | 445 | .tr-root .tr-bottom-0{ |
| 446 | 446 | bottom: 0px; |
| 447 | 447 | } |
| 448 | +.tr-root .tr-bottom-0\.5{ | |
| 449 | + bottom: 0.125rem; | |
| 450 | +} | |
| 448 | 451 | .tr-root .tr-bottom-1\.5{ |
| 449 | 452 | bottom: 0.375rem; |
| 450 | 453 | } |
| 451 | 454 | .tr-root .tr-bottom-\[-3rem\]{ |
| @@ -877,8 +880,11 @@ | ||
| 877 | 880 | } |
| 878 | 881 | .tr-root .tr-w-6{ |
| 879 | 882 | width: 1.5rem; |
| 880 | 883 | } |
| 884 | +.tr-root .tr-w-64{ | |
| 885 | + width: 16rem; | |
| 886 | +} | |
| 881 | 887 | .tr-root .tr-w-7{ |
| 882 | 888 | width: 1.75rem; |
| 883 | 889 | } |
| 884 | 890 | .tr-root .tr-w-72{ |
| @@ -889,8 +895,11 @@ | ||
| 889 | 895 | } |
| 890 | 896 | .tr-root .tr-w-9{ |
| 891 | 897 | width: 2.25rem; |
| 892 | 898 | } |
| 899 | +.tr-root .tr-w-\[12\%\]{ | |
| 900 | + width: 12%; | |
| 901 | +} | |
| 893 | 902 | .tr-root .tr-w-\[18px\]{ |
| 894 | 903 | width: 18px; |
| 895 | 904 | } |
| 896 | 905 | .tr-root .tr-w-\[200px\]{ |
| @@ -895,14 +904,23 @@ | ||
| 895 | 904 | } |
| 896 | 905 | .tr-root .tr-w-\[200px\]{ |
| 897 | 906 | width: 200px; |
| 898 | 907 | } |
| 908 | +.tr-root .tr-w-\[21\%\]{ | |
| 909 | + width: 21%; | |
| 910 | +} | |
| 899 | 911 | .tr-root .tr-w-\[22px\]{ |
| 900 | 912 | width: 22px; |
| 901 | 913 | } |
| 914 | +.tr-root .tr-w-\[23\%\]{ | |
| 915 | + width: 23%; | |
| 916 | +} | |
| 902 | 917 | .tr-root .tr-w-\[260px\]{ |
| 903 | 918 | width: 260px; |
| 904 | 919 | } |
| 920 | +.tr-root .tr-w-\[36\%\]{ | |
| 921 | + width: 36%; | |
| 922 | +} | |
| 905 | 923 | .tr-root .tr-w-full{ |
| 906 | 924 | width: 100%; |
| 907 | 925 | } |
| 908 | 926 | .tr-root .tr-w-max{ |
| @@ -940,8 +958,14 @@ | ||
| 940 | 958 | } |
| 941 | 959 | .tr-root .tr-min-w-\[260px\]{ |
| 942 | 960 | min-width: 260px; |
| 943 | 961 | } |
| 962 | +.tr-root .tr-min-w-\[8rem\]{ | |
| 963 | + min-width: 8rem; | |
| 964 | +} | |
| 965 | +.tr-root .tr-min-w-\[940px\]{ | |
| 966 | + min-width: 940px; | |
| 967 | +} | |
| 944 | 968 | .tr-root .tr-max-w-2xl{ |
| 945 | 969 | max-width: 42rem; |
| 946 | 970 | } |
| 947 | 971 | .tr-root .tr-max-w-4xl{ |
| @@ -1068,8 +1092,11 @@ | ||
| 1068 | 1092 | .tr-root .tr-select-none{ |
| 1069 | 1093 | -webkit-user-select: none; |
| 1070 | 1094 | user-select: none; |
| 1071 | 1095 | } |
| 1096 | +.tr-root .tr-resize-none{ | |
| 1097 | + resize: none; | |
| 1098 | +} | |
| 1072 | 1099 | .tr-root .tr-resize-y{ |
| 1073 | 1100 | resize: vertical; |
| 1074 | 1101 | } |
| 1075 | 1102 | .tr-root .tr-list-disc{ |
| @@ -1188,8 +1215,11 @@ | ||
| 1188 | 1215 | } |
| 1189 | 1216 | .tr-root .tr-gap-x-2{ |
| 1190 | 1217 | column-gap: 0.5rem; |
| 1191 | 1218 | } |
| 1219 | +.tr-root .tr-gap-x-4{ | |
| 1220 | + column-gap: 1rem; | |
| 1221 | +} | |
| 1192 | 1222 | .tr-root .tr-gap-x-5{ |
| 1193 | 1223 | column-gap: 1.25rem; |
| 1194 | 1224 | } |
| 1195 | 1225 | .tr-root .tr-gap-x-6{ |
| @@ -1299,8 +1329,12 @@ | ||
| 1299 | 1329 | } |
| 1300 | 1330 | .tr-root .tr-border-\[1\.5px\]{ |
| 1301 | 1331 | border-width: 1.5px; |
| 1302 | 1332 | } |
| 1333 | +.tr-root .tr-border-y{ | |
| 1334 | + border-top-width: 1px; | |
| 1335 | + border-bottom-width: 1px; | |
| 1336 | +} | |
| 1303 | 1337 | .tr-root .tr-border-b{ |
| 1304 | 1338 | border-bottom-width: 1px; |
| 1305 | 1339 | } |
| 1306 | 1340 | .tr-root .tr-border-b-2{ |
| @@ -1419,8 +1453,15 @@ | ||
| 1419 | 1453 | .tr-root .tr-border-b-\[\#E5E7EB\]{ |
| 1420 | 1454 | --tw-border-opacity: 1; |
| 1421 | 1455 | border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)); |
| 1422 | 1456 | } |
| 1457 | +.tr-root .tr-border-l-brand{ | |
| 1458 | + --tw-border-opacity: 1; | |
| 1459 | + border-left-color: rgb(68 81 255 / var(--tw-border-opacity, 1)); | |
| 1460 | +} | |
| 1461 | +.tr-root .tr-border-l-transparent{ | |
| 1462 | + border-left-color: transparent; | |
| 1463 | +} | |
| 1423 | 1464 | .tr-root .tr-border-t-transparent{ |
| 1424 | 1465 | border-top-color: transparent; |
| 1425 | 1466 | } |
| 1426 | 1467 | .tr-root .tr-bg-\[\#EEF0F7\]{ |
| @@ -1540,8 +1581,14 @@ | ||
| 1540 | 1581 | .tr-root .tr-bg-line-2{ |
| 1541 | 1582 | --tw-bg-opacity: 1; |
| 1542 | 1583 | background-color: rgb(226 230 241 / var(--tw-bg-opacity, 1)); |
| 1543 | 1584 | } |
| 1585 | +.tr-root .tr-bg-line-2\/30{ | |
| 1586 | + background-color: rgb(226 230 241 / 0.3); | |
| 1587 | +} | |
| 1588 | +.tr-root .tr-bg-line-2\/40{ | |
| 1589 | + background-color: rgb(226 230 241 / 0.4); | |
| 1590 | +} | |
| 1544 | 1591 | .tr-root .tr-bg-orange-100{ |
| 1545 | 1592 | --tw-bg-opacity: 1; |
| 1546 | 1593 | background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)); |
| 1547 | 1594 | } |
| @@ -1766,8 +1813,11 @@ | ||
| 1766 | 1813 | } |
| 1767 | 1814 | .tr-root .tr-pb-6{ |
| 1768 | 1815 | padding-bottom: 1.5rem; |
| 1769 | 1816 | } |
| 1817 | +.tr-root .tr-pb-8{ | |
| 1818 | + padding-bottom: 2rem; | |
| 1819 | +} | |
| 1770 | 1820 | .tr-root .tr-pl-0{ |
| 1771 | 1821 | padding-left: 0px; |
| 1772 | 1822 | } |
| 1773 | 1823 | .tr-root .tr-pl-1{ |
| @@ -1838,8 +1888,14 @@ | ||
| 1838 | 1888 | } |
| 1839 | 1889 | .tr-root .tr-pt-6{ |
| 1840 | 1890 | padding-top: 1.5rem; |
| 1841 | 1891 | } |
| 1892 | +.tr-root .tr-pt-\[11px\]{ | |
| 1893 | + padding-top: 11px; | |
| 1894 | +} | |
| 1895 | +.tr-root .tr-pt-\[15px\]{ | |
| 1896 | + padding-top: 15px; | |
| 1897 | +} | |
| 1842 | 1898 | .tr-root .tr-text-left{ |
| 1843 | 1899 | text-align: left; |
| 1844 | 1900 | } |
| 1845 | 1901 | .tr-root .tr-text-center{ |
| @@ -1958,8 +2014,11 @@ | ||
| 1958 | 2014 | } |
| 1959 | 2015 | .tr-root .tr-tracking-wide{ |
| 1960 | 2016 | letter-spacing: 0.025em; |
| 1961 | 2017 | } |
| 2018 | +.tr-root .tr-tracking-wider{ | |
| 2019 | + letter-spacing: 0.05em; | |
| 2020 | +} | |
| 1962 | 2021 | .tr-root .tr-text-\[\#006621\]{ |
| 1963 | 2022 | --tw-text-opacity: 1; |
| 1964 | 2023 | color: rgb(0 102 33 / var(--tw-text-opacity, 1)); |
| 1965 | 2024 | } |
| @@ -2055,12 +2114,8 @@ | ||
| 2055 | 2114 | .tr-root .tr-text-slate-500{ |
| 2056 | 2115 | --tw-text-opacity: 1; |
| 2057 | 2116 | color: rgb(100 116 139 / var(--tw-text-opacity, 1)); |
| 2058 | 2117 | } |
| 2059 | -.tr-root .tr-text-slate-600{ | |
| 2060 | - --tw-text-opacity: 1; | |
| 2061 | - color: rgb(71 85 105 / var(--tw-text-opacity, 1)); | |
| 2062 | -} | |
| 2063 | 2118 | .tr-root .tr-text-slate-700{ |
| 2064 | 2119 | --tw-text-opacity: 1; |
| 2065 | 2120 | color: rgb(51 65 85 / var(--tw-text-opacity, 1)); |
| 2066 | 2121 | } |
| @@ -2466,8 +2521,13 @@ | ||
| 2466 | 2521 | --tw-border-opacity: 1; |
| 2467 | 2522 | border-color: rgb(213 213 221 / var(--tw-border-opacity, 1)); |
| 2468 | 2523 | } |
| 2469 | 2524 | |
| 2525 | +.tr-root .hover\:tr-border-secondary:hover{ | |
| 2526 | + --tw-border-opacity: 1; | |
| 2527 | + border-color: rgb(226 230 241 / var(--tw-border-opacity, 1)); | |
| 2528 | +} | |
| 2529 | + | |
| 2470 | 2530 | .tr-root .hover\:tr-bg-\[\#3641D9\]:hover{ |
| 2471 | 2531 | --tw-bg-opacity: 1; |
| 2472 | 2532 | background-color: rgb(54 65 217 / var(--tw-bg-opacity, 1)); |
| 2473 | 2533 | } |
| @@ -2506,8 +2566,12 @@ | ||
| 2506 | 2566 | --tw-bg-opacity: 1; |
| 2507 | 2567 | background-color: rgb(226 230 241 / var(--tw-bg-opacity, 1)); |
| 2508 | 2568 | } |
| 2509 | 2569 | |
| 2570 | +.tr-root .hover\:tr-bg-line-2\/30:hover{ | |
| 2571 | + background-color: rgb(226 230 241 / 0.3); | |
| 2572 | +} | |
| 2573 | + | |
| 2510 | 2574 | .tr-root .hover\:tr-bg-line-2\/50:hover{ |
| 2511 | 2575 | background-color: rgb(226 230 241 / 0.5); |
| 2512 | 2576 | } |
| 2513 | 2577 | |
| @@ -2622,8 +2686,13 @@ | ||
| 2622 | 2686 | --tw-border-opacity: 1; |
| 2623 | 2687 | border-color: rgb(68 81 255 / var(--tw-border-opacity, 1)); |
| 2624 | 2688 | } |
| 2625 | 2689 | |
| 2690 | +.tr-root .focus-visible\:tr-bg-white:focus-visible{ | |
| 2691 | + --tw-bg-opacity: 1; | |
| 2692 | + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); | |
| 2693 | +} | |
| 2694 | + | |
| 2626 | 2695 | .tr-root .focus-visible\:tr-ring-2:focus-visible{ |
| 2627 | 2696 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 2628 | 2697 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 2629 | 2698 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| @@ -2646,8 +2715,16 @@ | ||
| 2646 | 2715 | --tw-border-opacity: 1; |
| 2647 | 2716 | border-color: rgb(226 230 241 / var(--tw-border-opacity, 1)); |
| 2648 | 2717 | } |
| 2649 | 2718 | |
| 2719 | +.tr-root .disabled\:tr-border-transparent:disabled{ | |
| 2720 | + border-color: transparent; | |
| 2721 | +} | |
| 2722 | + | |
| 2723 | +.tr-root .disabled\:tr-bg-transparent:disabled{ | |
| 2724 | + background-color: transparent; | |
| 2725 | +} | |
| 2726 | + | |
| 2650 | 2727 | .tr-root .disabled\:tr-bg-white:disabled{ |
| 2651 | 2728 | --tw-bg-opacity: 1; |
| 2652 | 2729 | background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); |
| 2653 | 2730 | } |
| @@ -2677,8 +2754,16 @@ | ||
| 2677 | 2754 | --tw-rotate: 90deg; |
| 2678 | 2755 | 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)); |
| 2679 | 2756 | } |
| 2680 | 2757 | |
| 2758 | +.tr-root :is(.tr-group:focus-within .group-focus-within\:tr-opacity-100){ | |
| 2759 | + opacity: 1; | |
| 2760 | +} | |
| 2761 | + | |
| 2762 | +.tr-root :is(.tr-group:hover .group-hover\:tr-opacity-100){ | |
| 2763 | + opacity: 1; | |
| 2764 | +} | |
| 2765 | + | |
| 2681 | 2766 | @media (min-width: 640px){ |
| 2682 | 2767 | .tr-root .sm\:tr-block{ |
| 2683 | 2768 | display: block; |
| 2684 | 2769 | } |
| @@ -2840,8 +2925,12 @@ | ||
| 2840 | 2925 | } |
| 2841 | 2926 | .tr-root .xl\:tr-grid-cols-3{ |
| 2842 | 2927 | grid-template-columns: repeat(3, minmax(0, 1fr)); |
| 2843 | 2928 | } |
| 2929 | +} | |
| 2930 | + | |
| 2931 | +.tr-root :is(.\[\&\>th\]\:tr-whitespace-nowrap>th){ | |
| 2932 | + white-space: nowrap; | |
| 2844 | 2933 | } |
| 2845 | 2934 | |
| 2846 | 2935 | .tr-root :is(.\[\&_p\:last-child\]\:tr-mb-0 p:last-child){ |
| 2847 | 2936 | margin-bottom: 0px; |