| @@ -639,8 +639,11 @@ | ||
| 639 | 639 | } |
| 640 | 640 | .tr-root .tr-bottom-0{ |
| 641 | 641 | bottom: 0px; |
| 642 | 642 | } |
| 643 | +.tr-root .tr-bottom-0\.5{ | |
| 644 | + bottom: 0.125rem; | |
| 645 | +} | |
| 643 | 646 | .tr-root .tr-bottom-1\.5{ |
| 644 | 647 | bottom: 0.375rem; |
| 645 | 648 | } |
| 646 | 649 | .tr-root .tr-bottom-\[-3rem\]{ |
| @@ -1072,8 +1075,11 @@ | ||
| 1072 | 1075 | } |
| 1073 | 1076 | .tr-root .tr-w-6{ |
| 1074 | 1077 | width: 1.5rem; |
| 1075 | 1078 | } |
| 1079 | +.tr-root .tr-w-64{ | |
| 1080 | + width: 16rem; | |
| 1081 | +} | |
| 1076 | 1082 | .tr-root .tr-w-7{ |
| 1077 | 1083 | width: 1.75rem; |
| 1078 | 1084 | } |
| 1079 | 1085 | .tr-root .tr-w-72{ |
| @@ -1084,8 +1090,11 @@ | ||
| 1084 | 1090 | } |
| 1085 | 1091 | .tr-root .tr-w-9{ |
| 1086 | 1092 | width: 2.25rem; |
| 1087 | 1093 | } |
| 1094 | +.tr-root .tr-w-\[12\%\]{ | |
| 1095 | + width: 12%; | |
| 1096 | +} | |
| 1088 | 1097 | .tr-root .tr-w-\[18px\]{ |
| 1089 | 1098 | width: 18px; |
| 1090 | 1099 | } |
| 1091 | 1100 | .tr-root .tr-w-\[200px\]{ |
| @@ -1090,14 +1099,23 @@ | ||
| 1090 | 1099 | } |
| 1091 | 1100 | .tr-root .tr-w-\[200px\]{ |
| 1092 | 1101 | width: 200px; |
| 1093 | 1102 | } |
| 1103 | +.tr-root .tr-w-\[21\%\]{ | |
| 1104 | + width: 21%; | |
| 1105 | +} | |
| 1094 | 1106 | .tr-root .tr-w-\[22px\]{ |
| 1095 | 1107 | width: 22px; |
| 1096 | 1108 | } |
| 1109 | +.tr-root .tr-w-\[23\%\]{ | |
| 1110 | + width: 23%; | |
| 1111 | +} | |
| 1097 | 1112 | .tr-root .tr-w-\[260px\]{ |
| 1098 | 1113 | width: 260px; |
| 1099 | 1114 | } |
| 1115 | +.tr-root .tr-w-\[36\%\]{ | |
| 1116 | + width: 36%; | |
| 1117 | +} | |
| 1100 | 1118 | .tr-root .tr-w-full{ |
| 1101 | 1119 | width: 100%; |
| 1102 | 1120 | } |
| 1103 | 1121 | .tr-root .tr-w-max{ |
| @@ -1135,8 +1153,14 @@ | ||
| 1135 | 1153 | } |
| 1136 | 1154 | .tr-root .tr-min-w-\[260px\]{ |
| 1137 | 1155 | min-width: 260px; |
| 1138 | 1156 | } |
| 1157 | +.tr-root .tr-min-w-\[8rem\]{ | |
| 1158 | + min-width: 8rem; | |
| 1159 | +} | |
| 1160 | +.tr-root .tr-min-w-\[940px\]{ | |
| 1161 | + min-width: 940px; | |
| 1162 | +} | |
| 1139 | 1163 | .tr-root .tr-max-w-2xl{ |
| 1140 | 1164 | max-width: 42rem; |
| 1141 | 1165 | } |
| 1142 | 1166 | .tr-root .tr-max-w-4xl{ |
| @@ -1263,8 +1287,11 @@ | ||
| 1263 | 1287 | .tr-root .tr-select-none{ |
| 1264 | 1288 | -webkit-user-select: none; |
| 1265 | 1289 | user-select: none; |
| 1266 | 1290 | } |
| 1291 | +.tr-root .tr-resize-none{ | |
| 1292 | + resize: none; | |
| 1293 | +} | |
| 1267 | 1294 | .tr-root .tr-resize-y{ |
| 1268 | 1295 | resize: vertical; |
| 1269 | 1296 | } |
| 1270 | 1297 | .tr-root .tr-list-disc{ |
| @@ -1383,8 +1410,11 @@ | ||
| 1383 | 1410 | } |
| 1384 | 1411 | .tr-root .tr-gap-x-2{ |
| 1385 | 1412 | column-gap: 0.5rem; |
| 1386 | 1413 | } |
| 1414 | +.tr-root .tr-gap-x-4{ | |
| 1415 | + column-gap: 1rem; | |
| 1416 | +} | |
| 1387 | 1417 | .tr-root .tr-gap-x-5{ |
| 1388 | 1418 | column-gap: 1.25rem; |
| 1389 | 1419 | } |
| 1390 | 1420 | .tr-root .tr-gap-x-6{ |
| @@ -1494,8 +1524,12 @@ | ||
| 1494 | 1524 | } |
| 1495 | 1525 | .tr-root .tr-border-\[1\.5px\]{ |
| 1496 | 1526 | border-width: 1.5px; |
| 1497 | 1527 | } |
| 1528 | +.tr-root .tr-border-y{ | |
| 1529 | + border-top-width: 1px; | |
| 1530 | + border-bottom-width: 1px; | |
| 1531 | +} | |
| 1498 | 1532 | .tr-root .tr-border-b{ |
| 1499 | 1533 | border-bottom-width: 1px; |
| 1500 | 1534 | } |
| 1501 | 1535 | .tr-root .tr-border-b-2{ |
| @@ -1614,8 +1648,15 @@ | ||
| 1614 | 1648 | .tr-root .tr-border-b-\[\#E5E7EB\]{ |
| 1615 | 1649 | --tw-border-opacity: 1; |
| 1616 | 1650 | border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1)); |
| 1617 | 1651 | } |
| 1652 | +.tr-root .tr-border-l-brand{ | |
| 1653 | + --tw-border-opacity: 1; | |
| 1654 | + border-left-color: rgb(68 81 255 / var(--tw-border-opacity, 1)); | |
| 1655 | +} | |
| 1656 | +.tr-root .tr-border-l-transparent{ | |
| 1657 | + border-left-color: transparent; | |
| 1658 | +} | |
| 1618 | 1659 | .tr-root .tr-border-t-transparent{ |
| 1619 | 1660 | border-top-color: transparent; |
| 1620 | 1661 | } |
| 1621 | 1662 | .tr-root .tr-bg-\[\#EEF0F7\]{ |
| @@ -1735,8 +1776,14 @@ | ||
| 1735 | 1776 | .tr-root .tr-bg-line-2{ |
| 1736 | 1777 | --tw-bg-opacity: 1; |
| 1737 | 1778 | background-color: rgb(226 230 241 / var(--tw-bg-opacity, 1)); |
| 1738 | 1779 | } |
| 1780 | +.tr-root .tr-bg-line-2\/30{ | |
| 1781 | + background-color: rgb(226 230 241 / 0.3); | |
| 1782 | +} | |
| 1783 | +.tr-root .tr-bg-line-2\/40{ | |
| 1784 | + background-color: rgb(226 230 241 / 0.4); | |
| 1785 | +} | |
| 1739 | 1786 | .tr-root .tr-bg-orange-100{ |
| 1740 | 1787 | --tw-bg-opacity: 1; |
| 1741 | 1788 | background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)); |
| 1742 | 1789 | } |
| @@ -1961,8 +2008,11 @@ | ||
| 1961 | 2008 | } |
| 1962 | 2009 | .tr-root .tr-pb-6{ |
| 1963 | 2010 | padding-bottom: 1.5rem; |
| 1964 | 2011 | } |
| 2012 | +.tr-root .tr-pb-8{ | |
| 2013 | + padding-bottom: 2rem; | |
| 2014 | +} | |
| 1965 | 2015 | .tr-root .tr-pl-0{ |
| 1966 | 2016 | padding-left: 0px; |
| 1967 | 2017 | } |
| 1968 | 2018 | .tr-root .tr-pl-1{ |
| @@ -2033,8 +2083,14 @@ | ||
| 2033 | 2083 | } |
| 2034 | 2084 | .tr-root .tr-pt-6{ |
| 2035 | 2085 | padding-top: 1.5rem; |
| 2036 | 2086 | } |
| 2087 | +.tr-root .tr-pt-\[11px\]{ | |
| 2088 | + padding-top: 11px; | |
| 2089 | +} | |
| 2090 | +.tr-root .tr-pt-\[15px\]{ | |
| 2091 | + padding-top: 15px; | |
| 2092 | +} | |
| 2037 | 2093 | .tr-root .tr-text-left{ |
| 2038 | 2094 | text-align: left; |
| 2039 | 2095 | } |
| 2040 | 2096 | .tr-root .tr-text-center{ |
| @@ -2153,8 +2209,11 @@ | ||
| 2153 | 2209 | } |
| 2154 | 2210 | .tr-root .tr-tracking-wide{ |
| 2155 | 2211 | letter-spacing: 0.025em; |
| 2156 | 2212 | } |
| 2213 | +.tr-root .tr-tracking-wider{ | |
| 2214 | + letter-spacing: 0.05em; | |
| 2215 | +} | |
| 2157 | 2216 | .tr-root .tr-text-\[\#006621\]{ |
| 2158 | 2217 | --tw-text-opacity: 1; |
| 2159 | 2218 | color: rgb(0 102 33 / var(--tw-text-opacity, 1)); |
| 2160 | 2219 | } |
| @@ -2250,12 +2309,8 @@ | ||
| 2250 | 2309 | .tr-root .tr-text-slate-500{ |
| 2251 | 2310 | --tw-text-opacity: 1; |
| 2252 | 2311 | color: rgb(100 116 139 / var(--tw-text-opacity, 1)); |
| 2253 | 2312 | } |
| 2254 | -.tr-root .tr-text-slate-600{ | |
| 2255 | - --tw-text-opacity: 1; | |
| 2256 | - color: rgb(71 85 105 / var(--tw-text-opacity, 1)); | |
| 2257 | -} | |
| 2258 | 2313 | .tr-root .tr-text-slate-700{ |
| 2259 | 2314 | --tw-text-opacity: 1; |
| 2260 | 2315 | color: rgb(51 65 85 / var(--tw-text-opacity, 1)); |
| 2261 | 2316 | } |
| @@ -2661,8 +2716,13 @@ | ||
| 2661 | 2716 | --tw-border-opacity: 1; |
| 2662 | 2717 | border-color: rgb(213 213 221 / var(--tw-border-opacity, 1)); |
| 2663 | 2718 | } |
| 2664 | 2719 | |
| 2720 | +.tr-root .hover\:tr-border-secondary:hover{ | |
| 2721 | + --tw-border-opacity: 1; | |
| 2722 | + border-color: rgb(226 230 241 / var(--tw-border-opacity, 1)); | |
| 2723 | +} | |
| 2724 | + | |
| 2665 | 2725 | .tr-root .hover\:tr-bg-\[\#3641D9\]:hover{ |
| 2666 | 2726 | --tw-bg-opacity: 1; |
| 2667 | 2727 | background-color: rgb(54 65 217 / var(--tw-bg-opacity, 1)); |
| 2668 | 2728 | } |
| @@ -2701,8 +2761,12 @@ | ||
| 2701 | 2761 | --tw-bg-opacity: 1; |
| 2702 | 2762 | background-color: rgb(226 230 241 / var(--tw-bg-opacity, 1)); |
| 2703 | 2763 | } |
| 2704 | 2764 | |
| 2765 | +.tr-root .hover\:tr-bg-line-2\/30:hover{ | |
| 2766 | + background-color: rgb(226 230 241 / 0.3); | |
| 2767 | +} | |
| 2768 | + | |
| 2705 | 2769 | .tr-root .hover\:tr-bg-line-2\/50:hover{ |
| 2706 | 2770 | background-color: rgb(226 230 241 / 0.5); |
| 2707 | 2771 | } |
| 2708 | 2772 | |
| @@ -2817,8 +2881,13 @@ | ||
| 2817 | 2881 | --tw-border-opacity: 1; |
| 2818 | 2882 | border-color: rgb(68 81 255 / var(--tw-border-opacity, 1)); |
| 2819 | 2883 | } |
| 2820 | 2884 | |
| 2885 | +.tr-root .focus-visible\:tr-bg-white:focus-visible{ | |
| 2886 | + --tw-bg-opacity: 1; | |
| 2887 | + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); | |
| 2888 | +} | |
| 2889 | + | |
| 2821 | 2890 | .tr-root .focus-visible\:tr-ring-2:focus-visible{ |
| 2822 | 2891 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 2823 | 2892 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 2824 | 2893 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| @@ -2841,8 +2910,16 @@ | ||
| 2841 | 2910 | --tw-border-opacity: 1; |
| 2842 | 2911 | border-color: rgb(226 230 241 / var(--tw-border-opacity, 1)); |
| 2843 | 2912 | } |
| 2844 | 2913 | |
| 2914 | +.tr-root .disabled\:tr-border-transparent:disabled{ | |
| 2915 | + border-color: transparent; | |
| 2916 | +} | |
| 2917 | + | |
| 2918 | +.tr-root .disabled\:tr-bg-transparent:disabled{ | |
| 2919 | + background-color: transparent; | |
| 2920 | +} | |
| 2921 | + | |
| 2845 | 2922 | .tr-root .disabled\:tr-bg-white:disabled{ |
| 2846 | 2923 | --tw-bg-opacity: 1; |
| 2847 | 2924 | background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); |
| 2848 | 2925 | } |
| @@ -2872,8 +2949,16 @@ | ||
| 2872 | 2949 | --tw-rotate: 90deg; |
| 2873 | 2950 | 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)); |
| 2874 | 2951 | } |
| 2875 | 2952 | |
| 2953 | +.tr-root :is(.tr-group:focus-within .group-focus-within\:tr-opacity-100){ | |
| 2954 | + opacity: 1; | |
| 2955 | +} | |
| 2956 | + | |
| 2957 | +.tr-root :is(.tr-group:hover .group-hover\:tr-opacity-100){ | |
| 2958 | + opacity: 1; | |
| 2959 | +} | |
| 2960 | + | |
| 2876 | 2961 | @media (min-width: 640px){ |
| 2877 | 2962 | .tr-root .sm\:tr-block{ |
| 2878 | 2963 | display: block; |
| 2879 | 2964 | } |
| @@ -3035,8 +3120,12 @@ | ||
| 3035 | 3120 | } |
| 3036 | 3121 | .tr-root .xl\:tr-grid-cols-3{ |
| 3037 | 3122 | grid-template-columns: repeat(3, minmax(0, 1fr)); |
| 3038 | 3123 | } |
| 3124 | +} | |
| 3125 | + | |
| 3126 | +.tr-root :is(.\[\&\>th\]\:tr-whitespace-nowrap>th){ | |
| 3127 | + white-space: nowrap; | |
| 3039 | 3128 | } |
| 3040 | 3129 | |
| 3041 | 3130 | .tr-root :is(.\[\&_p\:last-child\]\:tr-mb-0 p:last-child){ |
| 3042 | 3131 | margin-bottom: 0px; |