style-main.css
1240 lines
| 1 | /* |
| 2 | ! tailwindcss v3.3.2 | 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 | ::before, |
| 8 | ::after { |
| 9 | box-sizing: border-box; /* 1 */ |
| 10 | border-width: 0; /* 2 */ |
| 11 | border-style: solid; /* 2 */ |
| 12 | border-color: #e5e7eb; /* 2 */ |
| 13 | }::before, |
| 14 | ::after { |
| 15 | --tw-content: ''; |
| 16 | }/* |
| 17 | 1. Use a consistent sensible line-height in all browsers. |
| 18 | 2. Prevent adjustments of font size after orientation changes in iOS. |
| 19 | 3. Use a more readable tab size. |
| 20 | 4. Use the user's configured `sans` font-family by default. |
| 21 | 5. Use the user's configured `sans` font-feature-settings by default. |
| 22 | 6. Use the user's configured `sans` font-variation-settings by default. |
| 23 | */html { |
| 24 | line-height: 1.5; /* 1 */ |
| 25 | -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */ |
| 26 | tab-size: 4; /* 3 */ |
| 27 | font-family: inherit; /* 4 */ |
| 28 | -webkit-font-feature-settings: normal; |
| 29 | font-feature-settings: normal; /* 5 */ |
| 30 | font-variation-settings: normal; /* 6 */ |
| 31 | }/* |
| 32 | 1. Remove the margin in all browsers. |
| 33 | 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. |
| 34 | */body { |
| 35 | margin: 0; /* 1 */ |
| 36 | line-height: inherit; /* 2 */ |
| 37 | }/* |
| 38 | 1. Add the correct height in Firefox. |
| 39 | 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) |
| 40 | 3. Ensure horizontal rules are visible by default. |
| 41 | */hr { |
| 42 | height: 0; /* 1 */ |
| 43 | color: inherit; /* 2 */ |
| 44 | border-top-width: 1px; /* 3 */ |
| 45 | }/* |
| 46 | Add the correct text decoration in Chrome, Edge, and Safari. |
| 47 | */abbr:where([title]) { |
| 48 | -webkit-text-decoration: underline dotted; |
| 49 | text-decoration: underline dotted; |
| 50 | }/* |
| 51 | Remove the default font size and weight for headings. |
| 52 | */h1, |
| 53 | h2, |
| 54 | h3, |
| 55 | h4, |
| 56 | h5, |
| 57 | h6 { |
| 58 | font-size: inherit; |
| 59 | font-weight: inherit; |
| 60 | }/* |
| 61 | Reset links to optimize for opt-in styling instead of opt-out. |
| 62 | */a { |
| 63 | color: inherit; |
| 64 | text-decoration: inherit; |
| 65 | }/* |
| 66 | Add the correct font weight in Edge and Safari. |
| 67 | */b, |
| 68 | strong { |
| 69 | font-weight: bolder; |
| 70 | }/* |
| 71 | 1. Use the user's configured `mono` font family by default. |
| 72 | 2. Correct the odd `em` font sizing in all browsers. |
| 73 | */code, |
| 74 | kbd, |
| 75 | samp, |
| 76 | pre { |
| 77 | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ |
| 78 | font-size: 1em; /* 2 */ |
| 79 | }/* |
| 80 | Add the correct font size in all browsers. |
| 81 | */small { |
| 82 | font-size: 80%; |
| 83 | }/* |
| 84 | Prevent `sub` and `sup` elements from affecting the line height in all browsers. |
| 85 | */sub, |
| 86 | sup { |
| 87 | font-size: 75%; |
| 88 | line-height: 0; |
| 89 | position: relative; |
| 90 | vertical-align: baseline; |
| 91 | }sub { |
| 92 | bottom: -0.25em; |
| 93 | }sup { |
| 94 | top: -0.5em; |
| 95 | }/* |
| 96 | 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) |
| 97 | 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) |
| 98 | 3. Remove gaps between table borders by default. |
| 99 | */table { |
| 100 | text-indent: 0; /* 1 */ |
| 101 | border-color: inherit; /* 2 */ |
| 102 | border-collapse: collapse; /* 3 */ |
| 103 | }/* |
| 104 | 1. Change the font styles in all browsers. |
| 105 | 2. Remove the margin in Firefox and Safari. |
| 106 | 3. Remove default padding in all browsers. |
| 107 | */button, |
| 108 | input, |
| 109 | optgroup, |
| 110 | select, |
| 111 | textarea { |
| 112 | font-family: inherit; /* 1 */ |
| 113 | font-size: 100%; /* 1 */ |
| 114 | font-weight: inherit; /* 1 */ |
| 115 | line-height: inherit; /* 1 */ |
| 116 | color: inherit; /* 1 */ |
| 117 | margin: 0; /* 2 */ |
| 118 | padding: 0; /* 3 */ |
| 119 | }/* |
| 120 | Remove the inheritance of text transform in Edge and Firefox. |
| 121 | */button, |
| 122 | select { |
| 123 | text-transform: none; |
| 124 | }/* |
| 125 | 1. Correct the inability to style clickable types in iOS and Safari. |
| 126 | 2. Remove default button styles. |
| 127 | */button, |
| 128 | [type='button'], |
| 129 | [type='reset'], |
| 130 | [type='submit'] { |
| 131 | -webkit-appearance: button; /* 1 */ |
| 132 | background-color: transparent; /* 2 */ |
| 133 | background-image: none; /* 2 */ |
| 134 | }/* |
| 135 | Use the modern Firefox focus style for all focusable elements. |
| 136 | */:-moz-focusring { |
| 137 | outline: auto; |
| 138 | }/* |
| 139 | Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) |
| 140 | */:-moz-ui-invalid { |
| 141 | box-shadow: none; |
| 142 | }/* |
| 143 | Add the correct vertical alignment in Chrome and Firefox. |
| 144 | */progress { |
| 145 | vertical-align: baseline; |
| 146 | }/* |
| 147 | Correct the cursor style of increment and decrement buttons in Safari. |
| 148 | */::-webkit-inner-spin-button, |
| 149 | ::-webkit-outer-spin-button { |
| 150 | height: auto; |
| 151 | }/* |
| 152 | 1. Correct the odd appearance in Chrome and Safari. |
| 153 | 2. Correct the outline style in Safari. |
| 154 | */[type='search'] { |
| 155 | -webkit-appearance: textfield; /* 1 */ |
| 156 | outline-offset: -2px; /* 2 */ |
| 157 | }/* |
| 158 | Remove the inner padding in Chrome and Safari on macOS. |
| 159 | */::-webkit-search-decoration { |
| 160 | -webkit-appearance: none; |
| 161 | }/* |
| 162 | 1. Correct the inability to style clickable types in iOS and Safari. |
| 163 | 2. Change font properties to `inherit` in Safari. |
| 164 | */::-webkit-file-upload-button { |
| 165 | -webkit-appearance: button; /* 1 */ |
| 166 | font: inherit; /* 2 */ |
| 167 | }/* |
| 168 | Add the correct display in Chrome and Safari. |
| 169 | */summary { |
| 170 | display: list-item; |
| 171 | }/* |
| 172 | Removes the default spacing and border for appropriate elements. |
| 173 | */blockquote, |
| 174 | dl, |
| 175 | dd, |
| 176 | h1, |
| 177 | h2, |
| 178 | h3, |
| 179 | h4, |
| 180 | h5, |
| 181 | h6, |
| 182 | hr, |
| 183 | figure, |
| 184 | p, |
| 185 | pre { |
| 186 | margin: 0; |
| 187 | }fieldset { |
| 188 | margin: 0; |
| 189 | padding: 0; |
| 190 | }legend { |
| 191 | padding: 0; |
| 192 | }ol, |
| 193 | ul, |
| 194 | menu { |
| 195 | list-style: none; |
| 196 | margin: 0; |
| 197 | padding: 0; |
| 198 | }/* |
| 199 | Prevent resizing textareas horizontally by default. |
| 200 | */textarea { |
| 201 | resize: vertical; |
| 202 | }/* |
| 203 | 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) |
| 204 | 2. Set the default placeholder color to the user's configured gray 400 color. |
| 205 | */input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { |
| 206 | opacity: 1; /* 1 */ |
| 207 | color: #9ca3af; /* 2 */ |
| 208 | }input::placeholder, |
| 209 | textarea::placeholder { |
| 210 | opacity: 1; /* 1 */ |
| 211 | color: #9ca3af; /* 2 */ |
| 212 | }/* |
| 213 | Set the default cursor for buttons. |
| 214 | */button, |
| 215 | [role="button"] { |
| 216 | cursor: pointer; |
| 217 | }/* |
| 218 | Make sure disabled buttons don't get the pointer cursor. |
| 219 | */:disabled { |
| 220 | cursor: default; |
| 221 | }/* |
| 222 | 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) |
| 223 | 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) |
| 224 | This can trigger a poorly considered lint error in some tools but is included by design. |
| 225 | */img, |
| 226 | svg, |
| 227 | video, |
| 228 | canvas, |
| 229 | audio, |
| 230 | iframe, |
| 231 | embed, |
| 232 | object { |
| 233 | display: block; /* 1 */ |
| 234 | vertical-align: middle; /* 2 */ |
| 235 | }/* |
| 236 | Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) |
| 237 | */img, |
| 238 | video { |
| 239 | max-width: 100%; |
| 240 | height: auto; |
| 241 | }/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] { |
| 242 | display: none; |
| 243 | }[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{ |
| 244 | -webkit-appearance: none; |
| 245 | appearance: none; |
| 246 | background-color: #fff; |
| 247 | border-color: #6b7280; |
| 248 | border-width: 1px; |
| 249 | border-radius: 0px; |
| 250 | padding-top: 0.5rem; |
| 251 | padding-right: 0.75rem; |
| 252 | padding-bottom: 0.5rem; |
| 253 | padding-left: 0.75rem; |
| 254 | font-size: 1rem; |
| 255 | line-height: 1.5rem; |
| 256 | --tw-shadow: 0 0 #0000; |
| 257 | }[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{ |
| 258 | outline: 2px solid transparent; |
| 259 | outline-offset: 2px; |
| 260 | --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); |
| 261 | --tw-ring-offset-width: 0px; |
| 262 | --tw-ring-offset-color: #fff; |
| 263 | --tw-ring-color: #2563eb; |
| 264 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 265 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 266 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
| 267 | border-color: #2563eb; |
| 268 | }input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ |
| 269 | color: #6b7280; |
| 270 | opacity: 1; |
| 271 | }input::placeholder,textarea::placeholder{ |
| 272 | color: #6b7280; |
| 273 | opacity: 1; |
| 274 | }::-webkit-datetime-edit-fields-wrapper{ |
| 275 | padding: 0; |
| 276 | }::-webkit-date-and-time-value{ |
| 277 | min-height: 1.5em; |
| 278 | }::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{ |
| 279 | padding-top: 0; |
| 280 | padding-bottom: 0; |
| 281 | }select{ |
| 282 | background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e"); |
| 283 | background-position: right 0.5rem center; |
| 284 | background-repeat: no-repeat; |
| 285 | background-size: 1.5em 1.5em; |
| 286 | padding-right: 2.5rem; |
| 287 | -webkit-print-color-adjust: exact; |
| 288 | print-color-adjust: exact; |
| 289 | }[multiple]{ |
| 290 | background-image: initial; |
| 291 | background-position: initial; |
| 292 | background-repeat: unset; |
| 293 | background-size: initial; |
| 294 | padding-right: 0.75rem; |
| 295 | -webkit-print-color-adjust: unset; |
| 296 | print-color-adjust: unset; |
| 297 | }[type='checkbox'],[type='radio']{ |
| 298 | -webkit-appearance: none; |
| 299 | appearance: none; |
| 300 | padding: 0; |
| 301 | -webkit-print-color-adjust: exact; |
| 302 | print-color-adjust: exact; |
| 303 | display: inline-block; |
| 304 | vertical-align: middle; |
| 305 | background-origin: border-box; |
| 306 | -webkit-user-select: none; |
| 307 | user-select: none; |
| 308 | flex-shrink: 0; |
| 309 | height: 1rem; |
| 310 | width: 1rem; |
| 311 | color: #2563eb; |
| 312 | background-color: #fff; |
| 313 | border-color: #6b7280; |
| 314 | border-width: 1px; |
| 315 | --tw-shadow: 0 0 #0000; |
| 316 | }[type='checkbox']{ |
| 317 | border-radius: 0px; |
| 318 | }[type='radio']{ |
| 319 | border-radius: 100%; |
| 320 | }[type='checkbox']:focus,[type='radio']:focus{ |
| 321 | outline: 2px solid transparent; |
| 322 | outline-offset: 2px; |
| 323 | --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); |
| 324 | --tw-ring-offset-width: 2px; |
| 325 | --tw-ring-offset-color: #fff; |
| 326 | --tw-ring-color: #2563eb; |
| 327 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 328 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 329 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
| 330 | }[type='checkbox']:checked,[type='radio']:checked{ |
| 331 | border-color: transparent; |
| 332 | background-color: currentColor; |
| 333 | background-size: 100% 100%; |
| 334 | background-position: center; |
| 335 | background-repeat: no-repeat; |
| 336 | }[type='checkbox']:checked{ |
| 337 | background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e"); |
| 338 | }[type='radio']:checked{ |
| 339 | background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e"); |
| 340 | }[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{ |
| 341 | border-color: transparent; |
| 342 | background-color: currentColor; |
| 343 | }[type='checkbox']:indeterminate{ |
| 344 | background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e"); |
| 345 | border-color: transparent; |
| 346 | background-color: currentColor; |
| 347 | background-size: 100% 100%; |
| 348 | background-position: center; |
| 349 | background-repeat: no-repeat; |
| 350 | }[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{ |
| 351 | border-color: transparent; |
| 352 | background-color: currentColor; |
| 353 | }[type='file']{ |
| 354 | background: unset; |
| 355 | border-color: inherit; |
| 356 | border-width: 0; |
| 357 | border-radius: 0; |
| 358 | padding: 0; |
| 359 | font-size: unset; |
| 360 | line-height: inherit; |
| 361 | }[type='file']:focus{ |
| 362 | outline: 1px solid ButtonText; |
| 363 | outline: 1px auto -webkit-focus-ring-color; |
| 364 | }*, ::before, ::after{ |
| 365 | --tw-border-spacing-x: 0; |
| 366 | --tw-border-spacing-y: 0; |
| 367 | --tw-translate-x: 0; |
| 368 | --tw-translate-y: 0; |
| 369 | --tw-rotate: 0; |
| 370 | --tw-skew-x: 0; |
| 371 | --tw-skew-y: 0; |
| 372 | --tw-scale-x: 1; |
| 373 | --tw-scale-y: 1; |
| 374 | --tw-pan-x: ; |
| 375 | --tw-pan-y: ; |
| 376 | --tw-pinch-zoom: ; |
| 377 | --tw-scroll-snap-strictness: proximity; |
| 378 | --tw-gradient-from-position: ; |
| 379 | --tw-gradient-via-position: ; |
| 380 | --tw-gradient-to-position: ; |
| 381 | --tw-ordinal: ; |
| 382 | --tw-slashed-zero: ; |
| 383 | --tw-numeric-figure: ; |
| 384 | --tw-numeric-spacing: ; |
| 385 | --tw-numeric-fraction: ; |
| 386 | --tw-ring-inset: ; |
| 387 | --tw-ring-offset-width: 0px; |
| 388 | --tw-ring-offset-color: #fff; |
| 389 | --tw-ring-color: rgb(59 130 246 / 0.5); |
| 390 | --tw-ring-offset-shadow: 0 0 #0000; |
| 391 | --tw-ring-shadow: 0 0 #0000; |
| 392 | --tw-shadow: 0 0 #0000; |
| 393 | --tw-shadow-colored: 0 0 #0000; |
| 394 | --tw-blur: ; |
| 395 | --tw-brightness: ; |
| 396 | --tw-contrast: ; |
| 397 | --tw-grayscale: ; |
| 398 | --tw-hue-rotate: ; |
| 399 | --tw-invert: ; |
| 400 | --tw-saturate: ; |
| 401 | --tw-sepia: ; |
| 402 | --tw-drop-shadow: ; |
| 403 | --tw-backdrop-blur: ; |
| 404 | --tw-backdrop-brightness: ; |
| 405 | --tw-backdrop-contrast: ; |
| 406 | --tw-backdrop-grayscale: ; |
| 407 | --tw-backdrop-hue-rotate: ; |
| 408 | --tw-backdrop-invert: ; |
| 409 | --tw-backdrop-opacity: ; |
| 410 | --tw-backdrop-saturate: ; |
| 411 | --tw-backdrop-sepia: ; |
| 412 | }::-webkit-backdrop{ |
| 413 | --tw-border-spacing-x: 0; |
| 414 | --tw-border-spacing-y: 0; |
| 415 | --tw-translate-x: 0; |
| 416 | --tw-translate-y: 0; |
| 417 | --tw-rotate: 0; |
| 418 | --tw-skew-x: 0; |
| 419 | --tw-skew-y: 0; |
| 420 | --tw-scale-x: 1; |
| 421 | --tw-scale-y: 1; |
| 422 | --tw-pan-x: ; |
| 423 | --tw-pan-y: ; |
| 424 | --tw-pinch-zoom: ; |
| 425 | --tw-scroll-snap-strictness: proximity; |
| 426 | --tw-gradient-from-position: ; |
| 427 | --tw-gradient-via-position: ; |
| 428 | --tw-gradient-to-position: ; |
| 429 | --tw-ordinal: ; |
| 430 | --tw-slashed-zero: ; |
| 431 | --tw-numeric-figure: ; |
| 432 | --tw-numeric-spacing: ; |
| 433 | --tw-numeric-fraction: ; |
| 434 | --tw-ring-inset: ; |
| 435 | --tw-ring-offset-width: 0px; |
| 436 | --tw-ring-offset-color: #fff; |
| 437 | --tw-ring-color: rgb(59 130 246 / 0.5); |
| 438 | --tw-ring-offset-shadow: 0 0 #0000; |
| 439 | --tw-ring-shadow: 0 0 #0000; |
| 440 | --tw-shadow: 0 0 #0000; |
| 441 | --tw-shadow-colored: 0 0 #0000; |
| 442 | --tw-blur: ; |
| 443 | --tw-brightness: ; |
| 444 | --tw-contrast: ; |
| 445 | --tw-grayscale: ; |
| 446 | --tw-hue-rotate: ; |
| 447 | --tw-invert: ; |
| 448 | --tw-saturate: ; |
| 449 | --tw-sepia: ; |
| 450 | --tw-drop-shadow: ; |
| 451 | --tw-backdrop-blur: ; |
| 452 | --tw-backdrop-brightness: ; |
| 453 | --tw-backdrop-contrast: ; |
| 454 | --tw-backdrop-grayscale: ; |
| 455 | --tw-backdrop-hue-rotate: ; |
| 456 | --tw-backdrop-invert: ; |
| 457 | --tw-backdrop-opacity: ; |
| 458 | --tw-backdrop-saturate: ; |
| 459 | --tw-backdrop-sepia: ; |
| 460 | }::backdrop{ |
| 461 | --tw-border-spacing-x: 0; |
| 462 | --tw-border-spacing-y: 0; |
| 463 | --tw-translate-x: 0; |
| 464 | --tw-translate-y: 0; |
| 465 | --tw-rotate: 0; |
| 466 | --tw-skew-x: 0; |
| 467 | --tw-skew-y: 0; |
| 468 | --tw-scale-x: 1; |
| 469 | --tw-scale-y: 1; |
| 470 | --tw-pan-x: ; |
| 471 | --tw-pan-y: ; |
| 472 | --tw-pinch-zoom: ; |
| 473 | --tw-scroll-snap-strictness: proximity; |
| 474 | --tw-gradient-from-position: ; |
| 475 | --tw-gradient-via-position: ; |
| 476 | --tw-gradient-to-position: ; |
| 477 | --tw-ordinal: ; |
| 478 | --tw-slashed-zero: ; |
| 479 | --tw-numeric-figure: ; |
| 480 | --tw-numeric-spacing: ; |
| 481 | --tw-numeric-fraction: ; |
| 482 | --tw-ring-inset: ; |
| 483 | --tw-ring-offset-width: 0px; |
| 484 | --tw-ring-offset-color: #fff; |
| 485 | --tw-ring-color: rgb(59 130 246 / 0.5); |
| 486 | --tw-ring-offset-shadow: 0 0 #0000; |
| 487 | --tw-ring-shadow: 0 0 #0000; |
| 488 | --tw-shadow: 0 0 #0000; |
| 489 | --tw-shadow-colored: 0 0 #0000; |
| 490 | --tw-blur: ; |
| 491 | --tw-brightness: ; |
| 492 | --tw-contrast: ; |
| 493 | --tw-grayscale: ; |
| 494 | --tw-hue-rotate: ; |
| 495 | --tw-invert: ; |
| 496 | --tw-saturate: ; |
| 497 | --tw-sepia: ; |
| 498 | --tw-drop-shadow: ; |
| 499 | --tw-backdrop-blur: ; |
| 500 | --tw-backdrop-brightness: ; |
| 501 | --tw-backdrop-contrast: ; |
| 502 | --tw-backdrop-grayscale: ; |
| 503 | --tw-backdrop-hue-rotate: ; |
| 504 | --tw-backdrop-invert: ; |
| 505 | --tw-backdrop-opacity: ; |
| 506 | --tw-backdrop-saturate: ; |
| 507 | --tw-backdrop-sepia: ; |
| 508 | }.sr-only{ |
| 509 | position: absolute !important; |
| 510 | width: 1px !important; |
| 511 | height: 1px !important; |
| 512 | padding: 0 !important; |
| 513 | margin: -1px !important; |
| 514 | overflow: hidden !important; |
| 515 | clip: rect(0, 0, 0, 0) !important; |
| 516 | white-space: nowrap !important; |
| 517 | border-width: 0 !important; |
| 518 | }.pointer-events-none{ |
| 519 | pointer-events: none !important; |
| 520 | }.pointer-events-auto{ |
| 521 | pointer-events: auto !important; |
| 522 | }.fixed{ |
| 523 | position: fixed !important; |
| 524 | }.absolute{ |
| 525 | position: absolute !important; |
| 526 | }.relative{ |
| 527 | position: relative !important; |
| 528 | }.inset-0{ |
| 529 | inset: 0px !important; |
| 530 | }.end-0{ |
| 531 | inset-inline-end: 0px !important; |
| 532 | }.end-4{ |
| 533 | inset-inline-end: 1rem !important; |
| 534 | }.start-0{ |
| 535 | inset-inline-start: 0px !important; |
| 536 | }.top-0{ |
| 537 | top: 0px !important; |
| 538 | }.top-4{ |
| 539 | top: 1rem !important; |
| 540 | }.top-\[100px\]{ |
| 541 | top: 100px !important; |
| 542 | }.z-10{ |
| 543 | z-index: 10 !important; |
| 544 | }.z-50{ |
| 545 | z-index: 50 !important; |
| 546 | }.z-\[99999\]{ |
| 547 | z-index: 99999 !important; |
| 548 | }.m-auto{ |
| 549 | margin: auto !important; |
| 550 | }.mx-1{ |
| 551 | margin-left: 0.25rem !important; |
| 552 | margin-right: 0.25rem !important; |
| 553 | }.mx-16{ |
| 554 | margin-left: 4rem !important; |
| 555 | margin-right: 4rem !important; |
| 556 | }.mx-auto{ |
| 557 | margin-left: auto !important; |
| 558 | margin-right: auto !important; |
| 559 | }.mb-10{ |
| 560 | margin-bottom: 2.5rem !important; |
| 561 | }.mb-12{ |
| 562 | margin-bottom: 3rem !important; |
| 563 | }.mb-2{ |
| 564 | margin-bottom: 0.5rem !important; |
| 565 | }.mb-4{ |
| 566 | margin-bottom: 1rem !important; |
| 567 | }.mb-6{ |
| 568 | margin-bottom: 1.5rem !important; |
| 569 | }.mb-8{ |
| 570 | margin-bottom: 2rem !important; |
| 571 | }.me-2{ |
| 572 | -webkit-margin-end: 0.5rem !important; |
| 573 | margin-inline-end: 0.5rem !important; |
| 574 | }.me-4{ |
| 575 | -webkit-margin-end: 1rem !important; |
| 576 | margin-inline-end: 1rem !important; |
| 577 | }.ms-1{ |
| 578 | -webkit-margin-start: 0.25rem !important; |
| 579 | margin-inline-start: 0.25rem !important; |
| 580 | }.ms-3{ |
| 581 | -webkit-margin-start: 0.75rem !important; |
| 582 | margin-inline-start: 0.75rem !important; |
| 583 | }.ms-4{ |
| 584 | -webkit-margin-start: 1rem !important; |
| 585 | margin-inline-start: 1rem !important; |
| 586 | }.mt-1{ |
| 587 | margin-top: 0.25rem !important; |
| 588 | }.mt-12{ |
| 589 | margin-top: 3rem !important; |
| 590 | }.mt-2{ |
| 591 | margin-top: 0.5rem !important; |
| 592 | }.mt-3{ |
| 593 | margin-top: 0.75rem !important; |
| 594 | }.mt-4{ |
| 595 | margin-top: 1rem !important; |
| 596 | }.mt-6{ |
| 597 | margin-top: 1.5rem !important; |
| 598 | }.mt-8{ |
| 599 | margin-top: 2rem !important; |
| 600 | }.block{ |
| 601 | display: block !important; |
| 602 | }.inline-block{ |
| 603 | display: inline-block !important; |
| 604 | }.flex{ |
| 605 | display: flex !important; |
| 606 | }.inline-flex{ |
| 607 | display: inline-flex !important; |
| 608 | }.grid{ |
| 609 | display: grid !important; |
| 610 | }.contents{ |
| 611 | display: contents !important; |
| 612 | }.hidden{ |
| 613 | display: none !important; |
| 614 | }.aspect-square{ |
| 615 | aspect-ratio: 1 / 1 !important; |
| 616 | }.h-10{ |
| 617 | height: 2.5rem !important; |
| 618 | }.h-12{ |
| 619 | height: 3rem !important; |
| 620 | }.h-16{ |
| 621 | height: 4rem !important; |
| 622 | }.h-2{ |
| 623 | height: 0.5rem !important; |
| 624 | }.h-2\.5{ |
| 625 | height: 0.625rem !important; |
| 626 | }.h-4{ |
| 627 | height: 1rem !important; |
| 628 | }.h-5{ |
| 629 | height: 1.25rem !important; |
| 630 | }.h-6{ |
| 631 | height: 1.5rem !important; |
| 632 | }.h-8{ |
| 633 | height: 2rem !important; |
| 634 | }.h-9{ |
| 635 | height: 2.25rem !important; |
| 636 | }.h-full{ |
| 637 | height: 100% !important; |
| 638 | }.max-h-40{ |
| 639 | max-height: 10rem !important; |
| 640 | }.min-h-screen{ |
| 641 | min-height: 100vh !important; |
| 642 | }.w-0{ |
| 643 | width: 0px !important; |
| 644 | }.w-12{ |
| 645 | width: 3rem !important; |
| 646 | }.w-16{ |
| 647 | width: 4rem !important; |
| 648 | }.w-2{ |
| 649 | width: 0.5rem !important; |
| 650 | }.w-2\.5{ |
| 651 | width: 0.625rem !important; |
| 652 | }.w-20{ |
| 653 | width: 5rem !important; |
| 654 | }.w-4{ |
| 655 | width: 1rem !important; |
| 656 | }.w-5{ |
| 657 | width: 1.25rem !important; |
| 658 | }.w-6{ |
| 659 | width: 1.5rem !important; |
| 660 | }.w-8{ |
| 661 | width: 2rem !important; |
| 662 | }.w-\[800px\]{ |
| 663 | width: 800px !important; |
| 664 | }.w-auto{ |
| 665 | width: auto !important; |
| 666 | }.w-full{ |
| 667 | width: 100% !important; |
| 668 | }.max-w-4xl{ |
| 669 | max-width: 56rem !important; |
| 670 | }.max-w-7xl{ |
| 671 | max-width: 80rem !important; |
| 672 | }.max-w-\[560px\]{ |
| 673 | max-width: 560px !important; |
| 674 | }.max-w-full{ |
| 675 | max-width: 100% !important; |
| 676 | }.max-w-md{ |
| 677 | max-width: 28rem !important; |
| 678 | }.max-w-none{ |
| 679 | max-width: none !important; |
| 680 | }.max-w-sm{ |
| 681 | max-width: 24rem !important; |
| 682 | }.flex-1{ |
| 683 | flex: 1 1 0% !important; |
| 684 | }.flex-shrink-0{ |
| 685 | flex-shrink: 0 !important; |
| 686 | }.grow{ |
| 687 | flex-grow: 1 !important; |
| 688 | }.translate-y-0{ |
| 689 | --tw-translate-y: 0px !important; |
| 690 | -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)) !important; |
| 691 | 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)) !important; |
| 692 | }.translate-y-2{ |
| 693 | --tw-translate-y: 0.5rem !important; |
| 694 | -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)) !important; |
| 695 | 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)) !important; |
| 696 | }.translate-y-4{ |
| 697 | --tw-translate-y: 1rem !important; |
| 698 | -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)) !important; |
| 699 | 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)) !important; |
| 700 | }.transform{ |
| 701 | -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)) !important; |
| 702 | 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)) !important; |
| 703 | }@-webkit-keyframes spin{to{ |
| 704 | -webkit-transform: rotate(360deg); |
| 705 | transform: rotate(360deg); |
| 706 | } |
| 707 | }@keyframes spin{to{ |
| 708 | -webkit-transform: rotate(360deg); |
| 709 | transform: rotate(360deg); |
| 710 | } |
| 711 | }.animate-spin{ |
| 712 | -webkit-animation: spin 1s linear infinite !important; |
| 713 | animation: spin 1s linear infinite !important; |
| 714 | }.cursor-pointer{ |
| 715 | cursor: pointer !important; |
| 716 | }.grid-cols-1{ |
| 717 | grid-template-columns: repeat(1, minmax(0, 1fr)) !important; |
| 718 | }.flex-col{ |
| 719 | flex-direction: column !important; |
| 720 | }.flex-wrap{ |
| 721 | flex-wrap: wrap !important; |
| 722 | }.items-end{ |
| 723 | align-items: flex-end !important; |
| 724 | }.items-center{ |
| 725 | align-items: center !important; |
| 726 | }.justify-end{ |
| 727 | justify-content: flex-end !important; |
| 728 | }.justify-center{ |
| 729 | justify-content: center !important; |
| 730 | }.gap-2{ |
| 731 | gap: 0.5rem !important; |
| 732 | }.gap-3{ |
| 733 | gap: 0.75rem !important; |
| 734 | }.gap-4{ |
| 735 | gap: 1rem !important; |
| 736 | }.gap-x-5{ |
| 737 | -webkit-column-gap: 1.25rem !important; |
| 738 | column-gap: 1.25rem !important; |
| 739 | }.gap-y-6{ |
| 740 | row-gap: 1.5rem !important; |
| 741 | }.space-y-2 > :not([hidden]) ~ :not([hidden]){ |
| 742 | --tw-space-y-reverse: 0 !important; |
| 743 | margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important; |
| 744 | margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important; |
| 745 | }.space-y-4 > :not([hidden]) ~ :not([hidden]){ |
| 746 | --tw-space-y-reverse: 0 !important; |
| 747 | margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important; |
| 748 | margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important; |
| 749 | }.space-y-6 > :not([hidden]) ~ :not([hidden]){ |
| 750 | --tw-space-y-reverse: 0 !important; |
| 751 | margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important; |
| 752 | margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important; |
| 753 | }.overflow-hidden{ |
| 754 | overflow: hidden !important; |
| 755 | }.overflow-y-auto{ |
| 756 | overflow-y: auto !important; |
| 757 | }.whitespace-nowrap{ |
| 758 | white-space: nowrap !important; |
| 759 | }.rounded{ |
| 760 | border-radius: 0.25rem !important; |
| 761 | }.rounded-full{ |
| 762 | border-radius: 9999px !important; |
| 763 | }.rounded-lg{ |
| 764 | border-radius: 0.5rem !important; |
| 765 | }.rounded-md{ |
| 766 | border-radius: 0.375rem !important; |
| 767 | }.rounded-b{ |
| 768 | border-bottom-right-radius: 0.25rem !important; |
| 769 | border-bottom-left-radius: 0.25rem !important; |
| 770 | }.border{ |
| 771 | border-width: 1px !important; |
| 772 | }.border-app-border{ |
| 773 | --tw-border-opacity: 1 !important; |
| 774 | border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important; |
| 775 | }.border-gray-200{ |
| 776 | --tw-border-opacity: 1 !important; |
| 777 | border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important; |
| 778 | }.border-gray-300{ |
| 779 | --tw-border-opacity: 1 !important; |
| 780 | border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important; |
| 781 | }.border-purple-100{ |
| 782 | --tw-border-opacity: 1 !important; |
| 783 | border-color: rgb(243 232 255 / var(--tw-border-opacity)) !important; |
| 784 | }.border-transparent{ |
| 785 | border-color: transparent !important; |
| 786 | }.bg-\[\#145384\]{ |
| 787 | --tw-bg-opacity: 1 !important; |
| 788 | background-color: rgb(20 83 132 / var(--tw-bg-opacity)) !important; |
| 789 | }.bg-\[\#FAFAFA\]{ |
| 790 | --tw-bg-opacity: 1 !important; |
| 791 | background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important; |
| 792 | }.bg-\[\#d32f2f\]{ |
| 793 | --tw-bg-opacity: 1 !important; |
| 794 | background-color: rgb(211 47 47 / var(--tw-bg-opacity)) !important; |
| 795 | }.bg-alert-error-bg{ |
| 796 | --tw-bg-opacity: 1 !important; |
| 797 | background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important; |
| 798 | }.bg-alert-error-text{ |
| 799 | --tw-bg-opacity: 1 !important; |
| 800 | background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important; |
| 801 | }.bg-alert-success-bg{ |
| 802 | --tw-bg-opacity: 1 !important; |
| 803 | background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important; |
| 804 | }.bg-alert-warning-bg{ |
| 805 | --tw-bg-opacity: 1 !important; |
| 806 | background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important; |
| 807 | }.bg-app-background{ |
| 808 | --tw-bg-opacity: 1 !important; |
| 809 | background-color: rgb(244 247 251 / var(--tw-bg-opacity)) !important; |
| 810 | }.bg-app-border{ |
| 811 | --tw-bg-opacity: 1 !important; |
| 812 | background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important; |
| 813 | }.bg-black{ |
| 814 | --tw-bg-opacity: 1 !important; |
| 815 | background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important; |
| 816 | }.bg-gray-100{ |
| 817 | --tw-bg-opacity: 1 !important; |
| 818 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important; |
| 819 | }.bg-gray-50{ |
| 820 | --tw-bg-opacity: 1 !important; |
| 821 | background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important; |
| 822 | }.bg-green-600{ |
| 823 | --tw-bg-opacity: 1 !important; |
| 824 | background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important; |
| 825 | }.bg-purple-50{ |
| 826 | --tw-bg-opacity: 1 !important; |
| 827 | background-color: rgb(250 245 255 / var(--tw-bg-opacity)) !important; |
| 828 | }.bg-teal-100{ |
| 829 | --tw-bg-opacity: 1 !important; |
| 830 | background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important; |
| 831 | }.bg-white{ |
| 832 | --tw-bg-opacity: 1 !important; |
| 833 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; |
| 834 | }.bg-opacity-50{ |
| 835 | --tw-bg-opacity: 0.5 !important; |
| 836 | }.bg-opacity-75{ |
| 837 | --tw-bg-opacity: 0.75 !important; |
| 838 | }.bg-gradient-to-l{ |
| 839 | background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important; |
| 840 | }.bg-gradient-to-r{ |
| 841 | background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; |
| 842 | }.from-white{ |
| 843 | --tw-gradient-from: #fff var(--tw-gradient-from-position) !important; |
| 844 | --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important; |
| 845 | --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; |
| 846 | }.to-transparent{ |
| 847 | --tw-gradient-to: transparent var(--tw-gradient-to-position) !important; |
| 848 | }.p-12{ |
| 849 | padding: 3rem !important; |
| 850 | }.p-2{ |
| 851 | padding: 0.5rem !important; |
| 852 | }.p-4{ |
| 853 | padding: 1rem !important; |
| 854 | }.p-6{ |
| 855 | padding: 1.5rem !important; |
| 856 | }.px-1{ |
| 857 | padding-left: 0.25rem !important; |
| 858 | padding-right: 0.25rem !important; |
| 859 | }.px-12{ |
| 860 | padding-left: 3rem !important; |
| 861 | padding-right: 3rem !important; |
| 862 | }.px-2{ |
| 863 | padding-left: 0.5rem !important; |
| 864 | padding-right: 0.5rem !important; |
| 865 | }.px-3{ |
| 866 | padding-left: 0.75rem !important; |
| 867 | padding-right: 0.75rem !important; |
| 868 | }.px-4{ |
| 869 | padding-left: 1rem !important; |
| 870 | padding-right: 1rem !important; |
| 871 | }.px-6{ |
| 872 | padding-left: 1.5rem !important; |
| 873 | padding-right: 1.5rem !important; |
| 874 | }.py-1{ |
| 875 | padding-top: 0.25rem !important; |
| 876 | padding-bottom: 0.25rem !important; |
| 877 | }.py-10{ |
| 878 | padding-top: 2.5rem !important; |
| 879 | padding-bottom: 2.5rem !important; |
| 880 | }.py-2{ |
| 881 | padding-top: 0.5rem !important; |
| 882 | padding-bottom: 0.5rem !important; |
| 883 | }.py-3{ |
| 884 | padding-top: 0.75rem !important; |
| 885 | padding-bottom: 0.75rem !important; |
| 886 | }.py-6{ |
| 887 | padding-top: 1.5rem !important; |
| 888 | padding-bottom: 1.5rem !important; |
| 889 | }.py-8{ |
| 890 | padding-top: 2rem !important; |
| 891 | padding-bottom: 2rem !important; |
| 892 | }.pb-20{ |
| 893 | padding-bottom: 5rem !important; |
| 894 | }.pb-4{ |
| 895 | padding-bottom: 1rem !important; |
| 896 | }.pb-8{ |
| 897 | padding-bottom: 2rem !important; |
| 898 | }.pe-4{ |
| 899 | -webkit-padding-end: 1rem !important; |
| 900 | padding-inline-end: 1rem !important; |
| 901 | }.pt-0{ |
| 902 | padding-top: 0px !important; |
| 903 | }.pt-0\.5{ |
| 904 | padding-top: 0.125rem !important; |
| 905 | }.pt-4{ |
| 906 | padding-top: 1rem !important; |
| 907 | }.pt-5{ |
| 908 | padding-top: 1.25rem !important; |
| 909 | }.text-center{ |
| 910 | text-align: center !important; |
| 911 | }.text-start{ |
| 912 | text-align: start !important; |
| 913 | }.align-bottom{ |
| 914 | vertical-align: bottom !important; |
| 915 | }.text-2xl{ |
| 916 | font-size: 1.5rem !important; |
| 917 | line-height: 2rem !important; |
| 918 | }.text-base{ |
| 919 | font-size: 1rem !important; |
| 920 | line-height: 1.5rem !important; |
| 921 | }.text-lg{ |
| 922 | font-size: 1.125rem !important; |
| 923 | line-height: 1.75rem !important; |
| 924 | }.text-sm{ |
| 925 | font-size: 0.875rem !important; |
| 926 | line-height: 1.25rem !important; |
| 927 | }.text-xl{ |
| 928 | font-size: 1.25rem !important; |
| 929 | line-height: 1.75rem !important; |
| 930 | }.font-bold{ |
| 931 | font-weight: 700 !important; |
| 932 | }.font-medium{ |
| 933 | font-weight: 500 !important; |
| 934 | }.font-normal{ |
| 935 | font-weight: 400 !important; |
| 936 | }.font-semibold{ |
| 937 | font-weight: 600 !important; |
| 938 | }.uppercase{ |
| 939 | text-transform: uppercase !important; |
| 940 | }.leading-6{ |
| 941 | line-height: 1.5rem !important; |
| 942 | }.leading-normal{ |
| 943 | line-height: 1.5 !important; |
| 944 | }.leading-relaxed{ |
| 945 | line-height: 1.625 !important; |
| 946 | }.leading-tight{ |
| 947 | line-height: 1.25 !important; |
| 948 | }.text-\[\#64748b\]{ |
| 949 | --tw-text-opacity: 1 !important; |
| 950 | color: rgb(100 116 139 / var(--tw-text-opacity)) !important; |
| 951 | }.text-alert-error-text{ |
| 952 | --tw-text-opacity: 1 !important; |
| 953 | color: rgb(220 38 38 / var(--tw-text-opacity)) !important; |
| 954 | }.text-alert-success-text{ |
| 955 | --tw-text-opacity: 1 !important; |
| 956 | color: rgb(22 163 74 / var(--tw-text-opacity)) !important; |
| 957 | }.text-alert-warning-text{ |
| 958 | --tw-text-opacity: 1 !important; |
| 959 | color: rgb(202 138 4 / var(--tw-text-opacity)) !important; |
| 960 | }.text-app-heading{ |
| 961 | --tw-text-opacity: 1 !important; |
| 962 | color: rgb(51 65 85 / var(--tw-text-opacity)) !important; |
| 963 | }.text-app-text{ |
| 964 | --tw-text-opacity: 1 !important; |
| 965 | color: rgb(100 116 139 / var(--tw-text-opacity)) !important; |
| 966 | }.text-black{ |
| 967 | --tw-text-opacity: 1 !important; |
| 968 | color: rgb(0 0 0 / var(--tw-text-opacity)) !important; |
| 969 | }.text-gray-400{ |
| 970 | --tw-text-opacity: 1 !important; |
| 971 | color: rgb(156 163 175 / var(--tw-text-opacity)) !important; |
| 972 | }.text-gray-500{ |
| 973 | --tw-text-opacity: 1 !important; |
| 974 | color: rgb(107 114 128 / var(--tw-text-opacity)) !important; |
| 975 | }.text-gray-600{ |
| 976 | --tw-text-opacity: 1 !important; |
| 977 | color: rgb(75 85 99 / var(--tw-text-opacity)) !important; |
| 978 | }.text-gray-700{ |
| 979 | --tw-text-opacity: 1 !important; |
| 980 | color: rgb(55 65 81 / var(--tw-text-opacity)) !important; |
| 981 | }.text-gray-800{ |
| 982 | --tw-text-opacity: 1 !important; |
| 983 | color: rgb(31 41 55 / var(--tw-text-opacity)) !important; |
| 984 | }.text-gray-900{ |
| 985 | --tw-text-opacity: 1 !important; |
| 986 | color: rgb(17 24 39 / var(--tw-text-opacity)) !important; |
| 987 | }.text-green-400{ |
| 988 | --tw-text-opacity: 1 !important; |
| 989 | color: rgb(74 222 128 / var(--tw-text-opacity)) !important; |
| 990 | }.text-green-600{ |
| 991 | --tw-text-opacity: 1 !important; |
| 992 | color: rgb(22 163 74 / var(--tw-text-opacity)) !important; |
| 993 | }.text-red-500{ |
| 994 | --tw-text-opacity: 1 !important; |
| 995 | color: rgb(239 68 68 / var(--tw-text-opacity)) !important; |
| 996 | }.text-red-600{ |
| 997 | --tw-text-opacity: 1 !important; |
| 998 | color: rgb(220 38 38 / var(--tw-text-opacity)) !important; |
| 999 | }.text-teal-900{ |
| 1000 | --tw-text-opacity: 1 !important; |
| 1001 | color: rgb(19 78 74 / var(--tw-text-opacity)) !important; |
| 1002 | }.text-white{ |
| 1003 | --tw-text-opacity: 1 !important; |
| 1004 | color: rgb(255 255 255 / var(--tw-text-opacity)) !important; |
| 1005 | }.text-yellow-400{ |
| 1006 | --tw-text-opacity: 1 !important; |
| 1007 | color: rgb(250 204 21 / var(--tw-text-opacity)) !important; |
| 1008 | }.opacity-0{ |
| 1009 | opacity: 0 !important; |
| 1010 | }.opacity-100{ |
| 1011 | opacity: 1 !important; |
| 1012 | }.shadow-lg{ |
| 1013 | --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; |
| 1014 | --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important; |
| 1015 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; |
| 1016 | }.shadow-md{ |
| 1017 | --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important; |
| 1018 | --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important; |
| 1019 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; |
| 1020 | }.shadow-sm{ |
| 1021 | --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important; |
| 1022 | --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important; |
| 1023 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; |
| 1024 | }.shadow-xl{ |
| 1025 | --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important; |
| 1026 | --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important; |
| 1027 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; |
| 1028 | }.ring-1{ |
| 1029 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; |
| 1030 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; |
| 1031 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important; |
| 1032 | }.ring-black{ |
| 1033 | --tw-ring-opacity: 1 !important; |
| 1034 | --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important; |
| 1035 | }.ring-opacity-5{ |
| 1036 | --tw-ring-opacity: 0.05 !important; |
| 1037 | }.filter{ |
| 1038 | -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) !important; |
| 1039 | 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) !important; |
| 1040 | }.transition{ |
| 1041 | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important; |
| 1042 | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important; |
| 1043 | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter !important; |
| 1044 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; |
| 1045 | transition-duration: 150ms !important; |
| 1046 | }.transition-all{ |
| 1047 | transition-property: all !important; |
| 1048 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; |
| 1049 | transition-duration: 150ms !important; |
| 1050 | }.transition-colors{ |
| 1051 | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important; |
| 1052 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; |
| 1053 | transition-duration: 150ms !important; |
| 1054 | }.transition-opacity{ |
| 1055 | transition-property: opacity !important; |
| 1056 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; |
| 1057 | transition-duration: 150ms !important; |
| 1058 | }.duration-100{ |
| 1059 | transition-duration: 100ms !important; |
| 1060 | }.duration-200{ |
| 1061 | transition-duration: 200ms !important; |
| 1062 | }.duration-300{ |
| 1063 | transition-duration: 300ms !important; |
| 1064 | }.ease-in{ |
| 1065 | transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important; |
| 1066 | }.ease-out{ |
| 1067 | transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; |
| 1068 | }:root{--st-font-family: "Figtree", "Inter", sans-serif;--st-font-size-base: 16px;--st-font-weight-normal: 400;--st-font-weight-semibold: 600}:is(.toplevel_page_suretriggers,.settings_page_ottokit-settings,#st-iframe,#st-iframe-rtl){font-family:var(--st-font-family)}:is(.toplevel_page_suretriggers,.settings_page_ottokit-settings) .font-sans{font-family:var(--st-font-family) !important}:is(#st-root,[data-suretriggers],.suretriggers-container,.st-dashboard) *{font-family:inherit}body.toplevel_page_suretriggers{background:#f4f7fb;font-family:var(--st-font-family)}.toplevel_page_suretriggers #wpcontent,.settings_page_ottokit-settings #wpcontent{-webkit-padding-start:0;padding-inline-start:0}#wpfooter{display:none}.st-welcome-video{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.st-welcome-video iframe{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%}.st-header-navbar a{border-bottom:2px solid rgba(0,0,0,0)}.st-header-navbar a.active,.st-header-navbar a:hover{border-bottom:2px solid #3d71ff}#st-iframe,#st-iframe-rtl{position:fixed;background:#f9f9fb;border:none;top:32px;inset-inline-end:0;bottom:0;width:calc(100% - 160px);height:calc(100% - 32px)}@media(max-width: 960px){#st-iframe,#st-iframe-rtl{width:calc(100% - 36px)}}@media(max-width: 782px){#st-iframe,#st-iframe-rtl{width:100%}}.st-settings-section-wrap{min-height:400px}.Toastify__toast-container--top-right{top:3em !important}.placeholder\:text-xs::-webkit-input-placeholder{ |
| 1069 | font-size: 0.75rem !important; |
| 1070 | line-height: 1rem !important; |
| 1071 | }.placeholder\:text-xs::placeholder{ |
| 1072 | font-size: 0.75rem !important; |
| 1073 | line-height: 1rem !important; |
| 1074 | }.placeholder\:font-medium::-webkit-input-placeholder{ |
| 1075 | font-weight: 500 !important; |
| 1076 | }.placeholder\:font-medium::placeholder{ |
| 1077 | font-weight: 500 !important; |
| 1078 | }.placeholder\:text-slate-400::-webkit-input-placeholder{ |
| 1079 | --tw-text-opacity: 1 !important; |
| 1080 | color: rgb(148 163 184 / var(--tw-text-opacity)) !important; |
| 1081 | }.placeholder\:text-slate-400::placeholder{ |
| 1082 | --tw-text-opacity: 1 !important; |
| 1083 | color: rgb(148 163 184 / var(--tw-text-opacity)) !important; |
| 1084 | }.hover\:rounded-full:hover{ |
| 1085 | border-radius: 9999px !important; |
| 1086 | }.hover\:bg-\[\#0f4c6b\]:hover{ |
| 1087 | --tw-bg-opacity: 1 !important; |
| 1088 | background-color: rgb(15 76 107 / var(--tw-bg-opacity)) !important; |
| 1089 | }.hover\:bg-\[\#0f4c6b\]\/90:hover{ |
| 1090 | background-color: rgb(15 76 107 / 0.9) !important; |
| 1091 | }.hover\:bg-\[\#b71c1c\]:hover{ |
| 1092 | --tw-bg-opacity: 1 !important; |
| 1093 | background-color: rgb(183 28 28 / var(--tw-bg-opacity)) !important; |
| 1094 | }.hover\:bg-alert-error:hover{ |
| 1095 | --tw-bg-opacity: 1 !important; |
| 1096 | background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important; |
| 1097 | }.hover\:bg-app-secondary:hover{ |
| 1098 | --tw-bg-opacity: 1 !important; |
| 1099 | background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important; |
| 1100 | }.hover\:bg-blue-100:hover{ |
| 1101 | --tw-bg-opacity: 1 !important; |
| 1102 | background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important; |
| 1103 | }.hover\:bg-gray-200:hover{ |
| 1104 | --tw-bg-opacity: 1 !important; |
| 1105 | background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important; |
| 1106 | }.hover\:bg-gray-50:hover{ |
| 1107 | --tw-bg-opacity: 1 !important; |
| 1108 | background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important; |
| 1109 | }.hover\:bg-gray-800:hover{ |
| 1110 | --tw-bg-opacity: 1 !important; |
| 1111 | background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important; |
| 1112 | }.hover\:bg-red-200:hover{ |
| 1113 | --tw-bg-opacity: 1 !important; |
| 1114 | background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important; |
| 1115 | }.hover\:text-app-text:hover{ |
| 1116 | --tw-text-opacity: 1 !important; |
| 1117 | color: rgb(100 116 139 / var(--tw-text-opacity)) !important; |
| 1118 | }.hover\:text-gray-500:hover{ |
| 1119 | --tw-text-opacity: 1 !important; |
| 1120 | color: rgb(107 114 128 / var(--tw-text-opacity)) !important; |
| 1121 | }.hover\:text-gray-700:hover{ |
| 1122 | --tw-text-opacity: 1 !important; |
| 1123 | color: rgb(55 65 81 / var(--tw-text-opacity)) !important; |
| 1124 | }.focus\:outline-none:focus{ |
| 1125 | outline: 2px solid transparent !important; |
| 1126 | outline-offset: 2px !important; |
| 1127 | }.focus\:ring-2:focus{ |
| 1128 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important; |
| 1129 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important; |
| 1130 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important; |
| 1131 | }.focus\:ring-\[\#1e3b8a\]:focus{ |
| 1132 | --tw-ring-opacity: 1 !important; |
| 1133 | --tw-ring-color: rgb(30 59 138 / var(--tw-ring-opacity)) !important; |
| 1134 | }.focus\:ring-alert-error:focus{ |
| 1135 | --tw-ring-opacity: 1 !important; |
| 1136 | --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important; |
| 1137 | }.focus\:ring-app-primary:focus{ |
| 1138 | --tw-ring-opacity: 1 !important; |
| 1139 | --tw-ring-color: rgb(20 84 133 / var(--tw-ring-opacity)) !important; |
| 1140 | }.focus\:ring-indigo-500:focus{ |
| 1141 | --tw-ring-opacity: 1 !important; |
| 1142 | --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important; |
| 1143 | }.focus\:ring-offset-2:focus{ |
| 1144 | --tw-ring-offset-width: 2px !important; |
| 1145 | }.disabled\:cursor-not-allowed:disabled{ |
| 1146 | cursor: not-allowed !important; |
| 1147 | }.disabled\:opacity-50:disabled{ |
| 1148 | opacity: 0.5 !important; |
| 1149 | }@media (min-width: 640px){.sm\:mx-0{ |
| 1150 | margin-left: 0px !important; |
| 1151 | margin-right: 0px !important; |
| 1152 | }.sm\:my-8{ |
| 1153 | margin-top: 2rem !important; |
| 1154 | margin-bottom: 2rem !important; |
| 1155 | }.sm\:ms-3{ |
| 1156 | -webkit-margin-start: 0.75rem !important; |
| 1157 | margin-inline-start: 0.75rem !important; |
| 1158 | }.sm\:ms-4{ |
| 1159 | -webkit-margin-start: 1rem !important; |
| 1160 | margin-inline-start: 1rem !important; |
| 1161 | }.sm\:mt-0{ |
| 1162 | margin-top: 0px !important; |
| 1163 | }.sm\:block{ |
| 1164 | display: block !important; |
| 1165 | }.sm\:inline-block{ |
| 1166 | display: inline-block !important; |
| 1167 | }.sm\:flex{ |
| 1168 | display: flex !important; |
| 1169 | }.sm\:h-10{ |
| 1170 | height: 2.5rem !important; |
| 1171 | }.sm\:h-screen{ |
| 1172 | height: 100vh !important; |
| 1173 | }.sm\:w-10{ |
| 1174 | width: 2.5rem !important; |
| 1175 | }.sm\:w-auto{ |
| 1176 | width: auto !important; |
| 1177 | }.sm\:w-full{ |
| 1178 | width: 100% !important; |
| 1179 | }.sm\:max-w-lg{ |
| 1180 | max-width: 32rem !important; |
| 1181 | }.sm\:translate-x-0{ |
| 1182 | --tw-translate-x: 0px !important; |
| 1183 | -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)) !important; |
| 1184 | 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)) !important; |
| 1185 | }.sm\:translate-x-2{ |
| 1186 | --tw-translate-x: 0.5rem !important; |
| 1187 | -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)) !important; |
| 1188 | 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)) !important; |
| 1189 | }.sm\:translate-y-0{ |
| 1190 | --tw-translate-y: 0px !important; |
| 1191 | -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)) !important; |
| 1192 | 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)) !important; |
| 1193 | }.sm\:scale-100{ |
| 1194 | --tw-scale-x: 1 !important; |
| 1195 | --tw-scale-y: 1 !important; |
| 1196 | -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)) !important; |
| 1197 | 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)) !important; |
| 1198 | }.sm\:scale-95{ |
| 1199 | --tw-scale-x: .95 !important; |
| 1200 | --tw-scale-y: .95 !important; |
| 1201 | -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)) !important; |
| 1202 | 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)) !important; |
| 1203 | }.sm\:flex-row{ |
| 1204 | flex-direction: row !important; |
| 1205 | }.sm\:flex-row-reverse{ |
| 1206 | flex-direction: row-reverse !important; |
| 1207 | }.sm\:items-start{ |
| 1208 | align-items: flex-start !important; |
| 1209 | }.sm\:items-end{ |
| 1210 | align-items: flex-end !important; |
| 1211 | }.sm\:p-0{ |
| 1212 | padding: 0px !important; |
| 1213 | }.sm\:p-6{ |
| 1214 | padding: 1.5rem !important; |
| 1215 | }.sm\:px-6{ |
| 1216 | padding-left: 1.5rem !important; |
| 1217 | padding-right: 1.5rem !important; |
| 1218 | }.sm\:pb-4{ |
| 1219 | padding-bottom: 1rem !important; |
| 1220 | }.sm\:text-start{ |
| 1221 | text-align: start !important; |
| 1222 | }.sm\:align-middle{ |
| 1223 | vertical-align: middle !important; |
| 1224 | }.sm\:text-sm{ |
| 1225 | font-size: 0.875rem !important; |
| 1226 | line-height: 1.25rem !important; |
| 1227 | } |
| 1228 | }@media (min-width: 768px){.md\:grid-cols-3{ |
| 1229 | grid-template-columns: repeat(3, minmax(0, 1fr)) !important; |
| 1230 | } |
| 1231 | }@media (min-width: 1024px){.lg\:w-1\/2{ |
| 1232 | width: 50% !important; |
| 1233 | }.lg\:grid-cols-3{ |
| 1234 | grid-template-columns: repeat(3, minmax(0, 1fr)) !important; |
| 1235 | }.lg\:text-2xl{ |
| 1236 | font-size: 1.5rem !important; |
| 1237 | line-height: 2rem !important; |
| 1238 | } |
| 1239 | } |
| 1240 |