Skip to content

Instantly share code, notes, and snippets.

@TimVosch
Created July 27, 2021 12:25
Show Gist options
  • Save TimVosch/bab2b3578748b7fe26d827b6f129938b to your computer and use it in GitHub Desktop.
Save TimVosch/bab2b3578748b7fe26d827b6f129938b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
#printformat *,
#printformat ::before,
#printformat ::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
#printformat {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
#printformat {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
#printformatbody {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
#printformatbody {
font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
#printformat hr {
height: 0; /* 1 */
color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
#printformat abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
#printformat b,
#printformat strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
#printformat code,
#printformat kbd,
#printformat samp,
#printformat pre {
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
#printformat small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
#printformat sub,
#printformat sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
#printformat sub {
bottom: -0.25em;
}
#printformat sup {
top: -0.5em;
}
/*
Tabular data
============
*/
/**
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)
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)
*/
#printformat table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
#printformat button,
#printformat input,
#printformat optgroup,
#printformat select,
#printformat textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
#printformat button,
#printformat select { /* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
#printformat button,
#printformat [type='button'],
#printformat [type='reset'],
#printformat [type='submit'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
#printformat ::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
#printformat :-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
#printformat :-moz-ui-invalid {
box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
#printformat legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
#printformat progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
#printformat ::-webkit-inner-spin-button,
#printformat ::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
#printformat [type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
#printformat ::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
#printformat ::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
#printformat summary {
display: list-item;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
#printformat blockquote,
#printformat dl,
#printformat dd,
#printformat h1,
#printformat h2,
#printformat h3,
#printformat h4,
#printformat h5,
#printformat h6,
#printformat hr,
#printformat figure,
#printformat p,
#printformat pre {
margin: 0;
}
#printformat button {
background-color: transparent;
background-image: none;
}
#printformat fieldset {
margin: 0;
padding: 0;
}
#printformat ol,
#printformat ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
* sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
#printformat {
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"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/
#printformatbody {
font-family: inherit;
line-height: inherit;
}
/**
* 1. Prevent padding and border from affecting element width.
*
* We used to set this in the html element and inherit from
* the parent element for everything else. This caused issues
* in shadow-dom-enhanced elements like <details> where the content
* is wrapped by a div with box-sizing set to `content-box`.
*
* https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
#printformat *,
#printformat ::before,
#printformat ::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: currentColor; /* 2 */
}
/*
* Ensure horizontal rules are visible by default
*/
#printformat hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
#printformat img {
border-style: solid;
}
#printformat textarea {
resize: vertical;
}
#printformat input::-moz-placeholder, #printformat textarea::-moz-placeholder {
opacity: 1;
color: #9ca3af;
}
#printformat input:-ms-input-placeholder, #printformat textarea:-ms-input-placeholder {
opacity: 1;
color: #9ca3af;
}
#printformat input::placeholder,
#printformat textarea::placeholder {
opacity: 1;
color: #9ca3af;
}
#printformat button,
#printformat [role="button"] {
cursor: pointer;
}
#printformat table {
border-collapse: collapse;
}
#printformat h1,
#printformat h2,
#printformat h3,
#printformat h4,
#printformat h5,
#printformat h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
#printformat a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
#printformat button,
#printformat input,
#printformat optgroup,
#printformat select,
#printformat textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
#printformat pre,
#printformat code,
#printformat kbd,
#printformat samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* 1. Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*
* 2. Add `vertical-align: middle` to align replaced elements more
* sensibly by default when overriding `display` by adding a
* utility like `inline`.
*
* This can trigger a poorly considered linting error in some
* tools but is included by design.
*
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/
#printformat img,
#printformat svg,
#printformat video,
#printformat canvas,
#printformat audio,
#printformat iframe,
#printformat embed,
#printformat object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/**
* Constrain images and videos to the parent width and preserve
* their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
#printformat img,
#printformat video {
max-width: 100%;
height: auto;
}
/**
* Ensure the default browser behavior of the `hidden` attribute.
*/
#printformat [hidden] {
display: none;
}
#printformat *, #printformat ::before, #printformat ::after {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .container {
width: 100%;
}
@media (min-width: 640px) {
#printformat .container {
max-width: 640px;
}
}
@media (min-width: 768px) {
#printformat .container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
#printformat .container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
#printformat .container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
#printformat .container {
max-width: 1536px;
}
}
#printformat .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .focus-within\:sr-only:focus-within {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .focus-within\:not-sr-only:focus-within {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .pointer-events-none {
pointer-events: none;
}
#printformat .pointer-events-auto {
pointer-events: auto;
}
#printformat .visible {
visibility: visible;
}
#printformat .invisible {
visibility: hidden;
}
#printformat .static {
position: static;
}
#printformat .fixed {
position: fixed;
}
#printformat .absolute {
position: absolute;
}
#printformat .relative {
position: relative;
}
#printformat .sticky {
position: sticky;
}
#printformat .inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
#printformat .inset-1 {
top: 0.25rem;
right: 0.25rem;
bottom: 0.25rem;
left: 0.25rem;
}
#printformat .inset-2 {
top: 0.5rem;
right: 0.5rem;
bottom: 0.5rem;
left: 0.5rem;
}
#printformat .inset-3 {
top: 0.75rem;
right: 0.75rem;
bottom: 0.75rem;
left: 0.75rem;
}
#printformat .inset-4 {
top: 1rem;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
#printformat .inset-5 {
top: 1.25rem;
right: 1.25rem;
bottom: 1.25rem;
left: 1.25rem;
}
#printformat .inset-6 {
top: 1.5rem;
right: 1.5rem;
bottom: 1.5rem;
left: 1.5rem;
}
#printformat .inset-7 {
top: 1.75rem;
right: 1.75rem;
bottom: 1.75rem;
left: 1.75rem;
}
#printformat .inset-8 {
top: 2rem;
right: 2rem;
bottom: 2rem;
left: 2rem;
}
#printformat .inset-9 {
top: 2.25rem;
right: 2.25rem;
bottom: 2.25rem;
left: 2.25rem;
}
#printformat .inset-10 {
top: 2.5rem;
right: 2.5rem;
bottom: 2.5rem;
left: 2.5rem;
}
#printformat .inset-11 {
top: 2.75rem;
right: 2.75rem;
bottom: 2.75rem;
left: 2.75rem;
}
#printformat .inset-12 {
top: 3rem;
right: 3rem;
bottom: 3rem;
left: 3rem;
}
#printformat .inset-14 {
top: 3.5rem;
right: 3.5rem;
bottom: 3.5rem;
left: 3.5rem;
}
#printformat .inset-16 {
top: 4rem;
right: 4rem;
bottom: 4rem;
left: 4rem;
}
#printformat .inset-20 {
top: 5rem;
right: 5rem;
bottom: 5rem;
left: 5rem;
}
#printformat .inset-24 {
top: 6rem;
right: 6rem;
bottom: 6rem;
left: 6rem;
}
#printformat .inset-28 {
top: 7rem;
right: 7rem;
bottom: 7rem;
left: 7rem;
}
#printformat .inset-32 {
top: 8rem;
right: 8rem;
bottom: 8rem;
left: 8rem;
}
#printformat .inset-36 {
top: 9rem;
right: 9rem;
bottom: 9rem;
left: 9rem;
}
#printformat .inset-40 {
top: 10rem;
right: 10rem;
bottom: 10rem;
left: 10rem;
}
#printformat .inset-44 {
top: 11rem;
right: 11rem;
bottom: 11rem;
left: 11rem;
}
#printformat .inset-48 {
top: 12rem;
right: 12rem;
bottom: 12rem;
left: 12rem;
}
#printformat .inset-52 {
top: 13rem;
right: 13rem;
bottom: 13rem;
left: 13rem;
}
#printformat .inset-56 {
top: 14rem;
right: 14rem;
bottom: 14rem;
left: 14rem;
}
#printformat .inset-60 {
top: 15rem;
right: 15rem;
bottom: 15rem;
left: 15rem;
}
#printformat .inset-64 {
top: 16rem;
right: 16rem;
bottom: 16rem;
left: 16rem;
}
#printformat .inset-72 {
top: 18rem;
right: 18rem;
bottom: 18rem;
left: 18rem;
}
#printformat .inset-80 {
top: 20rem;
right: 20rem;
bottom: 20rem;
left: 20rem;
}
#printformat .inset-96 {
top: 24rem;
right: 24rem;
bottom: 24rem;
left: 24rem;
}
#printformat .inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
#printformat .inset-px {
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
#printformat .inset-0\.5 {
top: 0.125rem;
right: 0.125rem;
bottom: 0.125rem;
left: 0.125rem;
}
#printformat .inset-1\.5 {
top: 0.375rem;
right: 0.375rem;
bottom: 0.375rem;
left: 0.375rem;
}
#printformat .inset-2\.5 {
top: 0.625rem;
right: 0.625rem;
bottom: 0.625rem;
left: 0.625rem;
}
#printformat .inset-3\.5 {
top: 0.875rem;
right: 0.875rem;
bottom: 0.875rem;
left: 0.875rem;
}
#printformat .-inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
#printformat .-inset-1 {
top: -0.25rem;
right: -0.25rem;
bottom: -0.25rem;
left: -0.25rem;
}
#printformat .-inset-2 {
top: -0.5rem;
right: -0.5rem;
bottom: -0.5rem;
left: -0.5rem;
}
#printformat .-inset-3 {
top: -0.75rem;
right: -0.75rem;
bottom: -0.75rem;
left: -0.75rem;
}
#printformat .-inset-4 {
top: -1rem;
right: -1rem;
bottom: -1rem;
left: -1rem;
}
#printformat .-inset-5 {
top: -1.25rem;
right: -1.25rem;
bottom: -1.25rem;
left: -1.25rem;
}
#printformat .-inset-6 {
top: -1.5rem;
right: -1.5rem;
bottom: -1.5rem;
left: -1.5rem;
}
#printformat .-inset-7 {
top: -1.75rem;
right: -1.75rem;
bottom: -1.75rem;
left: -1.75rem;
}
#printformat .-inset-8 {
top: -2rem;
right: -2rem;
bottom: -2rem;
left: -2rem;
}
#printformat .-inset-9 {
top: -2.25rem;
right: -2.25rem;
bottom: -2.25rem;
left: -2.25rem;
}
#printformat .-inset-10 {
top: -2.5rem;
right: -2.5rem;
bottom: -2.5rem;
left: -2.5rem;
}
#printformat .-inset-11 {
top: -2.75rem;
right: -2.75rem;
bottom: -2.75rem;
left: -2.75rem;
}
#printformat .-inset-12 {
top: -3rem;
right: -3rem;
bottom: -3rem;
left: -3rem;
}
#printformat .-inset-14 {
top: -3.5rem;
right: -3.5rem;
bottom: -3.5rem;
left: -3.5rem;
}
#printformat .-inset-16 {
top: -4rem;
right: -4rem;
bottom: -4rem;
left: -4rem;
}
#printformat .-inset-20 {
top: -5rem;
right: -5rem;
bottom: -5rem;
left: -5rem;
}
#printformat .-inset-24 {
top: -6rem;
right: -6rem;
bottom: -6rem;
left: -6rem;
}
#printformat .-inset-28 {
top: -7rem;
right: -7rem;
bottom: -7rem;
left: -7rem;
}
#printformat .-inset-32 {
top: -8rem;
right: -8rem;
bottom: -8rem;
left: -8rem;
}
#printformat .-inset-36 {
top: -9rem;
right: -9rem;
bottom: -9rem;
left: -9rem;
}
#printformat .-inset-40 {
top: -10rem;
right: -10rem;
bottom: -10rem;
left: -10rem;
}
#printformat .-inset-44 {
top: -11rem;
right: -11rem;
bottom: -11rem;
left: -11rem;
}
#printformat .-inset-48 {
top: -12rem;
right: -12rem;
bottom: -12rem;
left: -12rem;
}
#printformat .-inset-52 {
top: -13rem;
right: -13rem;
bottom: -13rem;
left: -13rem;
}
#printformat .-inset-56 {
top: -14rem;
right: -14rem;
bottom: -14rem;
left: -14rem;
}
#printformat .-inset-60 {
top: -15rem;
right: -15rem;
bottom: -15rem;
left: -15rem;
}
#printformat .-inset-64 {
top: -16rem;
right: -16rem;
bottom: -16rem;
left: -16rem;
}
#printformat .-inset-72 {
top: -18rem;
right: -18rem;
bottom: -18rem;
left: -18rem;
}
#printformat .-inset-80 {
top: -20rem;
right: -20rem;
bottom: -20rem;
left: -20rem;
}
#printformat .-inset-96 {
top: -24rem;
right: -24rem;
bottom: -24rem;
left: -24rem;
}
#printformat .-inset-px {
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
#printformat .-inset-0\.5 {
top: -0.125rem;
right: -0.125rem;
bottom: -0.125rem;
left: -0.125rem;
}
#printformat .-inset-1\.5 {
top: -0.375rem;
right: -0.375rem;
bottom: -0.375rem;
left: -0.375rem;
}
#printformat .-inset-2\.5 {
top: -0.625rem;
right: -0.625rem;
bottom: -0.625rem;
left: -0.625rem;
}
#printformat .-inset-3\.5 {
top: -0.875rem;
right: -0.875rem;
bottom: -0.875rem;
left: -0.875rem;
}
#printformat .inset-1\/2 {
top: 50%;
right: 50%;
bottom: 50%;
left: 50%;
}
#printformat .inset-1\/3 {
top: 33.333333%;
right: 33.333333%;
bottom: 33.333333%;
left: 33.333333%;
}
#printformat .inset-2\/3 {
top: 66.666667%;
right: 66.666667%;
bottom: 66.666667%;
left: 66.666667%;
}
#printformat .inset-1\/4 {
top: 25%;
right: 25%;
bottom: 25%;
left: 25%;
}
#printformat .inset-2\/4 {
top: 50%;
right: 50%;
bottom: 50%;
left: 50%;
}
#printformat .inset-3\/4 {
top: 75%;
right: 75%;
bottom: 75%;
left: 75%;
}
#printformat .inset-full {
top: 100%;
right: 100%;
bottom: 100%;
left: 100%;
}
#printformat .-inset-1\/2 {
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
}
#printformat .-inset-1\/3 {
top: -33.333333%;
right: -33.333333%;
bottom: -33.333333%;
left: -33.333333%;
}
#printformat .-inset-2\/3 {
top: -66.666667%;
right: -66.666667%;
bottom: -66.666667%;
left: -66.666667%;
}
#printformat .-inset-1\/4 {
top: -25%;
right: -25%;
bottom: -25%;
left: -25%;
}
#printformat .-inset-2\/4 {
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
}
#printformat .-inset-3\/4 {
top: -75%;
right: -75%;
bottom: -75%;
left: -75%;
}
#printformat .-inset-full {
top: -100%;
right: -100%;
bottom: -100%;
left: -100%;
}
#printformat .inset-x-0 {
left: 0px;
right: 0px;
}
#printformat .inset-x-1 {
left: 0.25rem;
right: 0.25rem;
}
#printformat .inset-x-2 {
left: 0.5rem;
right: 0.5rem;
}
#printformat .inset-x-3 {
left: 0.75rem;
right: 0.75rem;
}
#printformat .inset-x-4 {
left: 1rem;
right: 1rem;
}
#printformat .inset-x-5 {
left: 1.25rem;
right: 1.25rem;
}
#printformat .inset-x-6 {
left: 1.5rem;
right: 1.5rem;
}
#printformat .inset-x-7 {
left: 1.75rem;
right: 1.75rem;
}
#printformat .inset-x-8 {
left: 2rem;
right: 2rem;
}
#printformat .inset-x-9 {
left: 2.25rem;
right: 2.25rem;
}
#printformat .inset-x-10 {
left: 2.5rem;
right: 2.5rem;
}
#printformat .inset-x-11 {
left: 2.75rem;
right: 2.75rem;
}
#printformat .inset-x-12 {
left: 3rem;
right: 3rem;
}
#printformat .inset-x-14 {
left: 3.5rem;
right: 3.5rem;
}
#printformat .inset-x-16 {
left: 4rem;
right: 4rem;
}
#printformat .inset-x-20 {
left: 5rem;
right: 5rem;
}
#printformat .inset-x-24 {
left: 6rem;
right: 6rem;
}
#printformat .inset-x-28 {
left: 7rem;
right: 7rem;
}
#printformat .inset-x-32 {
left: 8rem;
right: 8rem;
}
#printformat .inset-x-36 {
left: 9rem;
right: 9rem;
}
#printformat .inset-x-40 {
left: 10rem;
right: 10rem;
}
#printformat .inset-x-44 {
left: 11rem;
right: 11rem;
}
#printformat .inset-x-48 {
left: 12rem;
right: 12rem;
}
#printformat .inset-x-52 {
left: 13rem;
right: 13rem;
}
#printformat .inset-x-56 {
left: 14rem;
right: 14rem;
}
#printformat .inset-x-60 {
left: 15rem;
right: 15rem;
}
#printformat .inset-x-64 {
left: 16rem;
right: 16rem;
}
#printformat .inset-x-72 {
left: 18rem;
right: 18rem;
}
#printformat .inset-x-80 {
left: 20rem;
right: 20rem;
}
#printformat .inset-x-96 {
left: 24rem;
right: 24rem;
}
#printformat .inset-x-auto {
left: auto;
right: auto;
}
#printformat .inset-x-px {
left: 1px;
right: 1px;
}
#printformat .inset-x-0\.5 {
left: 0.125rem;
right: 0.125rem;
}
#printformat .inset-x-1\.5 {
left: 0.375rem;
right: 0.375rem;
}
#printformat .inset-x-2\.5 {
left: 0.625rem;
right: 0.625rem;
}
#printformat .inset-x-3\.5 {
left: 0.875rem;
right: 0.875rem;
}
#printformat .-inset-x-0 {
left: 0px;
right: 0px;
}
#printformat .-inset-x-1 {
left: -0.25rem;
right: -0.25rem;
}
#printformat .-inset-x-2 {
left: -0.5rem;
right: -0.5rem;
}
#printformat .-inset-x-3 {
left: -0.75rem;
right: -0.75rem;
}
#printformat .-inset-x-4 {
left: -1rem;
right: -1rem;
}
#printformat .-inset-x-5 {
left: -1.25rem;
right: -1.25rem;
}
#printformat .-inset-x-6 {
left: -1.5rem;
right: -1.5rem;
}
#printformat .-inset-x-7 {
left: -1.75rem;
right: -1.75rem;
}
#printformat .-inset-x-8 {
left: -2rem;
right: -2rem;
}
#printformat .-inset-x-9 {
left: -2.25rem;
right: -2.25rem;
}
#printformat .-inset-x-10 {
left: -2.5rem;
right: -2.5rem;
}
#printformat .-inset-x-11 {
left: -2.75rem;
right: -2.75rem;
}
#printformat .-inset-x-12 {
left: -3rem;
right: -3rem;
}
#printformat .-inset-x-14 {
left: -3.5rem;
right: -3.5rem;
}
#printformat .-inset-x-16 {
left: -4rem;
right: -4rem;
}
#printformat .-inset-x-20 {
left: -5rem;
right: -5rem;
}
#printformat .-inset-x-24 {
left: -6rem;
right: -6rem;
}
#printformat .-inset-x-28 {
left: -7rem;
right: -7rem;
}
#printformat .-inset-x-32 {
left: -8rem;
right: -8rem;
}
#printformat .-inset-x-36 {
left: -9rem;
right: -9rem;
}
#printformat .-inset-x-40 {
left: -10rem;
right: -10rem;
}
#printformat .-inset-x-44 {
left: -11rem;
right: -11rem;
}
#printformat .-inset-x-48 {
left: -12rem;
right: -12rem;
}
#printformat .-inset-x-52 {
left: -13rem;
right: -13rem;
}
#printformat .-inset-x-56 {
left: -14rem;
right: -14rem;
}
#printformat .-inset-x-60 {
left: -15rem;
right: -15rem;
}
#printformat .-inset-x-64 {
left: -16rem;
right: -16rem;
}
#printformat .-inset-x-72 {
left: -18rem;
right: -18rem;
}
#printformat .-inset-x-80 {
left: -20rem;
right: -20rem;
}
#printformat .-inset-x-96 {
left: -24rem;
right: -24rem;
}
#printformat .-inset-x-px {
left: -1px;
right: -1px;
}
#printformat .-inset-x-0\.5 {
left: -0.125rem;
right: -0.125rem;
}
#printformat .-inset-x-1\.5 {
left: -0.375rem;
right: -0.375rem;
}
#printformat .-inset-x-2\.5 {
left: -0.625rem;
right: -0.625rem;
}
#printformat .-inset-x-3\.5 {
left: -0.875rem;
right: -0.875rem;
}
#printformat .inset-x-1\/2 {
left: 50%;
right: 50%;
}
#printformat .inset-x-1\/3 {
left: 33.333333%;
right: 33.333333%;
}
#printformat .inset-x-2\/3 {
left: 66.666667%;
right: 66.666667%;
}
#printformat .inset-x-1\/4 {
left: 25%;
right: 25%;
}
#printformat .inset-x-2\/4 {
left: 50%;
right: 50%;
}
#printformat .inset-x-3\/4 {
left: 75%;
right: 75%;
}
#printformat .inset-x-full {
left: 100%;
right: 100%;
}
#printformat .-inset-x-1\/2 {
left: -50%;
right: -50%;
}
#printformat .-inset-x-1\/3 {
left: -33.333333%;
right: -33.333333%;
}
#printformat .-inset-x-2\/3 {
left: -66.666667%;
right: -66.666667%;
}
#printformat .-inset-x-1\/4 {
left: -25%;
right: -25%;
}
#printformat .-inset-x-2\/4 {
left: -50%;
right: -50%;
}
#printformat .-inset-x-3\/4 {
left: -75%;
right: -75%;
}
#printformat .-inset-x-full {
left: -100%;
right: -100%;
}
#printformat .inset-y-0 {
top: 0px;
bottom: 0px;
}
#printformat .inset-y-1 {
top: 0.25rem;
bottom: 0.25rem;
}
#printformat .inset-y-2 {
top: 0.5rem;
bottom: 0.5rem;
}
#printformat .inset-y-3 {
top: 0.75rem;
bottom: 0.75rem;
}
#printformat .inset-y-4 {
top: 1rem;
bottom: 1rem;
}
#printformat .inset-y-5 {
top: 1.25rem;
bottom: 1.25rem;
}
#printformat .inset-y-6 {
top: 1.5rem;
bottom: 1.5rem;
}
#printformat .inset-y-7 {
top: 1.75rem;
bottom: 1.75rem;
}
#printformat .inset-y-8 {
top: 2rem;
bottom: 2rem;
}
#printformat .inset-y-9 {
top: 2.25rem;
bottom: 2.25rem;
}
#printformat .inset-y-10 {
top: 2.5rem;
bottom: 2.5rem;
}
#printformat .inset-y-11 {
top: 2.75rem;
bottom: 2.75rem;
}
#printformat .inset-y-12 {
top: 3rem;
bottom: 3rem;
}
#printformat .inset-y-14 {
top: 3.5rem;
bottom: 3.5rem;
}
#printformat .inset-y-16 {
top: 4rem;
bottom: 4rem;
}
#printformat .inset-y-20 {
top: 5rem;
bottom: 5rem;
}
#printformat .inset-y-24 {
top: 6rem;
bottom: 6rem;
}
#printformat .inset-y-28 {
top: 7rem;
bottom: 7rem;
}
#printformat .inset-y-32 {
top: 8rem;
bottom: 8rem;
}
#printformat .inset-y-36 {
top: 9rem;
bottom: 9rem;
}
#printformat .inset-y-40 {
top: 10rem;
bottom: 10rem;
}
#printformat .inset-y-44 {
top: 11rem;
bottom: 11rem;
}
#printformat .inset-y-48 {
top: 12rem;
bottom: 12rem;
}
#printformat .inset-y-52 {
top: 13rem;
bottom: 13rem;
}
#printformat .inset-y-56 {
top: 14rem;
bottom: 14rem;
}
#printformat .inset-y-60 {
top: 15rem;
bottom: 15rem;
}
#printformat .inset-y-64 {
top: 16rem;
bottom: 16rem;
}
#printformat .inset-y-72 {
top: 18rem;
bottom: 18rem;
}
#printformat .inset-y-80 {
top: 20rem;
bottom: 20rem;
}
#printformat .inset-y-96 {
top: 24rem;
bottom: 24rem;
}
#printformat .inset-y-auto {
top: auto;
bottom: auto;
}
#printformat .inset-y-px {
top: 1px;
bottom: 1px;
}
#printformat .inset-y-0\.5 {
top: 0.125rem;
bottom: 0.125rem;
}
#printformat .inset-y-1\.5 {
top: 0.375rem;
bottom: 0.375rem;
}
#printformat .inset-y-2\.5 {
top: 0.625rem;
bottom: 0.625rem;
}
#printformat .inset-y-3\.5 {
top: 0.875rem;
bottom: 0.875rem;
}
#printformat .-inset-y-0 {
top: 0px;
bottom: 0px;
}
#printformat .-inset-y-1 {
top: -0.25rem;
bottom: -0.25rem;
}
#printformat .-inset-y-2 {
top: -0.5rem;
bottom: -0.5rem;
}
#printformat .-inset-y-3 {
top: -0.75rem;
bottom: -0.75rem;
}
#printformat .-inset-y-4 {
top: -1rem;
bottom: -1rem;
}
#printformat .-inset-y-5 {
top: -1.25rem;
bottom: -1.25rem;
}
#printformat .-inset-y-6 {
top: -1.5rem;
bottom: -1.5rem;
}
#printformat .-inset-y-7 {
top: -1.75rem;
bottom: -1.75rem;
}
#printformat .-inset-y-8 {
top: -2rem;
bottom: -2rem;
}
#printformat .-inset-y-9 {
top: -2.25rem;
bottom: -2.25rem;
}
#printformat .-inset-y-10 {
top: -2.5rem;
bottom: -2.5rem;
}
#printformat .-inset-y-11 {
top: -2.75rem;
bottom: -2.75rem;
}
#printformat .-inset-y-12 {
top: -3rem;
bottom: -3rem;
}
#printformat .-inset-y-14 {
top: -3.5rem;
bottom: -3.5rem;
}
#printformat .-inset-y-16 {
top: -4rem;
bottom: -4rem;
}
#printformat .-inset-y-20 {
top: -5rem;
bottom: -5rem;
}
#printformat .-inset-y-24 {
top: -6rem;
bottom: -6rem;
}
#printformat .-inset-y-28 {
top: -7rem;
bottom: -7rem;
}
#printformat .-inset-y-32 {
top: -8rem;
bottom: -8rem;
}
#printformat .-inset-y-36 {
top: -9rem;
bottom: -9rem;
}
#printformat .-inset-y-40 {
top: -10rem;
bottom: -10rem;
}
#printformat .-inset-y-44 {
top: -11rem;
bottom: -11rem;
}
#printformat .-inset-y-48 {
top: -12rem;
bottom: -12rem;
}
#printformat .-inset-y-52 {
top: -13rem;
bottom: -13rem;
}
#printformat .-inset-y-56 {
top: -14rem;
bottom: -14rem;
}
#printformat .-inset-y-60 {
top: -15rem;
bottom: -15rem;
}
#printformat .-inset-y-64 {
top: -16rem;
bottom: -16rem;
}
#printformat .-inset-y-72 {
top: -18rem;
bottom: -18rem;
}
#printformat .-inset-y-80 {
top: -20rem;
bottom: -20rem;
}
#printformat .-inset-y-96 {
top: -24rem;
bottom: -24rem;
}
#printformat .-inset-y-px {
top: -1px;
bottom: -1px;
}
#printformat .-inset-y-0\.5 {
top: -0.125rem;
bottom: -0.125rem;
}
#printformat .-inset-y-1\.5 {
top: -0.375rem;
bottom: -0.375rem;
}
#printformat .-inset-y-2\.5 {
top: -0.625rem;
bottom: -0.625rem;
}
#printformat .-inset-y-3\.5 {
top: -0.875rem;
bottom: -0.875rem;
}
#printformat .inset-y-1\/2 {
top: 50%;
bottom: 50%;
}
#printformat .inset-y-1\/3 {
top: 33.333333%;
bottom: 33.333333%;
}
#printformat .inset-y-2\/3 {
top: 66.666667%;
bottom: 66.666667%;
}
#printformat .inset-y-1\/4 {
top: 25%;
bottom: 25%;
}
#printformat .inset-y-2\/4 {
top: 50%;
bottom: 50%;
}
#printformat .inset-y-3\/4 {
top: 75%;
bottom: 75%;
}
#printformat .inset-y-full {
top: 100%;
bottom: 100%;
}
#printformat .-inset-y-1\/2 {
top: -50%;
bottom: -50%;
}
#printformat .-inset-y-1\/3 {
top: -33.333333%;
bottom: -33.333333%;
}
#printformat .-inset-y-2\/3 {
top: -66.666667%;
bottom: -66.666667%;
}
#printformat .-inset-y-1\/4 {
top: -25%;
bottom: -25%;
}
#printformat .-inset-y-2\/4 {
top: -50%;
bottom: -50%;
}
#printformat .-inset-y-3\/4 {
top: -75%;
bottom: -75%;
}
#printformat .-inset-y-full {
top: -100%;
bottom: -100%;
}
#printformat .top-0 {
top: 0px;
}
#printformat .top-1 {
top: 0.25rem;
}
#printformat .top-2 {
top: 0.5rem;
}
#printformat .top-3 {
top: 0.75rem;
}
#printformat .top-4 {
top: 1rem;
}
#printformat .top-5 {
top: 1.25rem;
}
#printformat .top-6 {
top: 1.5rem;
}
#printformat .top-7 {
top: 1.75rem;
}
#printformat .top-8 {
top: 2rem;
}
#printformat .top-9 {
top: 2.25rem;
}
#printformat .top-10 {
top: 2.5rem;
}
#printformat .top-11 {
top: 2.75rem;
}
#printformat .top-12 {
top: 3rem;
}
#printformat .top-14 {
top: 3.5rem;
}
#printformat .top-16 {
top: 4rem;
}
#printformat .top-20 {
top: 5rem;
}
#printformat .top-24 {
top: 6rem;
}
#printformat .top-28 {
top: 7rem;
}
#printformat .top-32 {
top: 8rem;
}
#printformat .top-36 {
top: 9rem;
}
#printformat .top-40 {
top: 10rem;
}
#printformat .top-44 {
top: 11rem;
}
#printformat .top-48 {
top: 12rem;
}
#printformat .top-52 {
top: 13rem;
}
#printformat .top-56 {
top: 14rem;
}
#printformat .top-60 {
top: 15rem;
}
#printformat .top-64 {
top: 16rem;
}
#printformat .top-72 {
top: 18rem;
}
#printformat .top-80 {
top: 20rem;
}
#printformat .top-96 {
top: 24rem;
}
#printformat .top-auto {
top: auto;
}
#printformat .top-px {
top: 1px;
}
#printformat .top-0\.5 {
top: 0.125rem;
}
#printformat .top-1\.5 {
top: 0.375rem;
}
#printformat .top-2\.5 {
top: 0.625rem;
}
#printformat .top-3\.5 {
top: 0.875rem;
}
#printformat .-top-0 {
top: 0px;
}
#printformat .-top-1 {
top: -0.25rem;
}
#printformat .-top-2 {
top: -0.5rem;
}
#printformat .-top-3 {
top: -0.75rem;
}
#printformat .-top-4 {
top: -1rem;
}
#printformat .-top-5 {
top: -1.25rem;
}
#printformat .-top-6 {
top: -1.5rem;
}
#printformat .-top-7 {
top: -1.75rem;
}
#printformat .-top-8 {
top: -2rem;
}
#printformat .-top-9 {
top: -2.25rem;
}
#printformat .-top-10 {
top: -2.5rem;
}
#printformat .-top-11 {
top: -2.75rem;
}
#printformat .-top-12 {
top: -3rem;
}
#printformat .-top-14 {
top: -3.5rem;
}
#printformat .-top-16 {
top: -4rem;
}
#printformat .-top-20 {
top: -5rem;
}
#printformat .-top-24 {
top: -6rem;
}
#printformat .-top-28 {
top: -7rem;
}
#printformat .-top-32 {
top: -8rem;
}
#printformat .-top-36 {
top: -9rem;
}
#printformat .-top-40 {
top: -10rem;
}
#printformat .-top-44 {
top: -11rem;
}
#printformat .-top-48 {
top: -12rem;
}
#printformat .-top-52 {
top: -13rem;
}
#printformat .-top-56 {
top: -14rem;
}
#printformat .-top-60 {
top: -15rem;
}
#printformat .-top-64 {
top: -16rem;
}
#printformat .-top-72 {
top: -18rem;
}
#printformat .-top-80 {
top: -20rem;
}
#printformat .-top-96 {
top: -24rem;
}
#printformat .-top-px {
top: -1px;
}
#printformat .-top-0\.5 {
top: -0.125rem;
}
#printformat .-top-1\.5 {
top: -0.375rem;
}
#printformat .-top-2\.5 {
top: -0.625rem;
}
#printformat .-top-3\.5 {
top: -0.875rem;
}
#printformat .top-1\/2 {
top: 50%;
}
#printformat .top-1\/3 {
top: 33.333333%;
}
#printformat .top-2\/3 {
top: 66.666667%;
}
#printformat .top-1\/4 {
top: 25%;
}
#printformat .top-2\/4 {
top: 50%;
}
#printformat .top-3\/4 {
top: 75%;
}
#printformat .top-full {
top: 100%;
}
#printformat .-top-1\/2 {
top: -50%;
}
#printformat .-top-1\/3 {
top: -33.333333%;
}
#printformat .-top-2\/3 {
top: -66.666667%;
}
#printformat .-top-1\/4 {
top: -25%;
}
#printformat .-top-2\/4 {
top: -50%;
}
#printformat .-top-3\/4 {
top: -75%;
}
#printformat .-top-full {
top: -100%;
}
#printformat .right-0 {
right: 0px;
}
#printformat .right-1 {
right: 0.25rem;
}
#printformat .right-2 {
right: 0.5rem;
}
#printformat .right-3 {
right: 0.75rem;
}
#printformat .right-4 {
right: 1rem;
}
#printformat .right-5 {
right: 1.25rem;
}
#printformat .right-6 {
right: 1.5rem;
}
#printformat .right-7 {
right: 1.75rem;
}
#printformat .right-8 {
right: 2rem;
}
#printformat .right-9 {
right: 2.25rem;
}
#printformat .right-10 {
right: 2.5rem;
}
#printformat .right-11 {
right: 2.75rem;
}
#printformat .right-12 {
right: 3rem;
}
#printformat .right-14 {
right: 3.5rem;
}
#printformat .right-16 {
right: 4rem;
}
#printformat .right-20 {
right: 5rem;
}
#printformat .right-24 {
right: 6rem;
}
#printformat .right-28 {
right: 7rem;
}
#printformat .right-32 {
right: 8rem;
}
#printformat .right-36 {
right: 9rem;
}
#printformat .right-40 {
right: 10rem;
}
#printformat .right-44 {
right: 11rem;
}
#printformat .right-48 {
right: 12rem;
}
#printformat .right-52 {
right: 13rem;
}
#printformat .right-56 {
right: 14rem;
}
#printformat .right-60 {
right: 15rem;
}
#printformat .right-64 {
right: 16rem;
}
#printformat .right-72 {
right: 18rem;
}
#printformat .right-80 {
right: 20rem;
}
#printformat .right-96 {
right: 24rem;
}
#printformat .right-auto {
right: auto;
}
#printformat .right-px {
right: 1px;
}
#printformat .right-0\.5 {
right: 0.125rem;
}
#printformat .right-1\.5 {
right: 0.375rem;
}
#printformat .right-2\.5 {
right: 0.625rem;
}
#printformat .right-3\.5 {
right: 0.875rem;
}
#printformat .-right-0 {
right: 0px;
}
#printformat .-right-1 {
right: -0.25rem;
}
#printformat .-right-2 {
right: -0.5rem;
}
#printformat .-right-3 {
right: -0.75rem;
}
#printformat .-right-4 {
right: -1rem;
}
#printformat .-right-5 {
right: -1.25rem;
}
#printformat .-right-6 {
right: -1.5rem;
}
#printformat .-right-7 {
right: -1.75rem;
}
#printformat .-right-8 {
right: -2rem;
}
#printformat .-right-9 {
right: -2.25rem;
}
#printformat .-right-10 {
right: -2.5rem;
}
#printformat .-right-11 {
right: -2.75rem;
}
#printformat .-right-12 {
right: -3rem;
}
#printformat .-right-14 {
right: -3.5rem;
}
#printformat .-right-16 {
right: -4rem;
}
#printformat .-right-20 {
right: -5rem;
}
#printformat .-right-24 {
right: -6rem;
}
#printformat .-right-28 {
right: -7rem;
}
#printformat .-right-32 {
right: -8rem;
}
#printformat .-right-36 {
right: -9rem;
}
#printformat .-right-40 {
right: -10rem;
}
#printformat .-right-44 {
right: -11rem;
}
#printformat .-right-48 {
right: -12rem;
}
#printformat .-right-52 {
right: -13rem;
}
#printformat .-right-56 {
right: -14rem;
}
#printformat .-right-60 {
right: -15rem;
}
#printformat .-right-64 {
right: -16rem;
}
#printformat .-right-72 {
right: -18rem;
}
#printformat .-right-80 {
right: -20rem;
}
#printformat .-right-96 {
right: -24rem;
}
#printformat .-right-px {
right: -1px;
}
#printformat .-right-0\.5 {
right: -0.125rem;
}
#printformat .-right-1\.5 {
right: -0.375rem;
}
#printformat .-right-2\.5 {
right: -0.625rem;
}
#printformat .-right-3\.5 {
right: -0.875rem;
}
#printformat .right-1\/2 {
right: 50%;
}
#printformat .right-1\/3 {
right: 33.333333%;
}
#printformat .right-2\/3 {
right: 66.666667%;
}
#printformat .right-1\/4 {
right: 25%;
}
#printformat .right-2\/4 {
right: 50%;
}
#printformat .right-3\/4 {
right: 75%;
}
#printformat .right-full {
right: 100%;
}
#printformat .-right-1\/2 {
right: -50%;
}
#printformat .-right-1\/3 {
right: -33.333333%;
}
#printformat .-right-2\/3 {
right: -66.666667%;
}
#printformat .-right-1\/4 {
right: -25%;
}
#printformat .-right-2\/4 {
right: -50%;
}
#printformat .-right-3\/4 {
right: -75%;
}
#printformat .-right-full {
right: -100%;
}
#printformat .bottom-0 {
bottom: 0px;
}
#printformat .bottom-1 {
bottom: 0.25rem;
}
#printformat .bottom-2 {
bottom: 0.5rem;
}
#printformat .bottom-3 {
bottom: 0.75rem;
}
#printformat .bottom-4 {
bottom: 1rem;
}
#printformat .bottom-5 {
bottom: 1.25rem;
}
#printformat .bottom-6 {
bottom: 1.5rem;
}
#printformat .bottom-7 {
bottom: 1.75rem;
}
#printformat .bottom-8 {
bottom: 2rem;
}
#printformat .bottom-9 {
bottom: 2.25rem;
}
#printformat .bottom-10 {
bottom: 2.5rem;
}
#printformat .bottom-11 {
bottom: 2.75rem;
}
#printformat .bottom-12 {
bottom: 3rem;
}
#printformat .bottom-14 {
bottom: 3.5rem;
}
#printformat .bottom-16 {
bottom: 4rem;
}
#printformat .bottom-20 {
bottom: 5rem;
}
#printformat .bottom-24 {
bottom: 6rem;
}
#printformat .bottom-28 {
bottom: 7rem;
}
#printformat .bottom-32 {
bottom: 8rem;
}
#printformat .bottom-36 {
bottom: 9rem;
}
#printformat .bottom-40 {
bottom: 10rem;
}
#printformat .bottom-44 {
bottom: 11rem;
}
#printformat .bottom-48 {
bottom: 12rem;
}
#printformat .bottom-52 {
bottom: 13rem;
}
#printformat .bottom-56 {
bottom: 14rem;
}
#printformat .bottom-60 {
bottom: 15rem;
}
#printformat .bottom-64 {
bottom: 16rem;
}
#printformat .bottom-72 {
bottom: 18rem;
}
#printformat .bottom-80 {
bottom: 20rem;
}
#printformat .bottom-96 {
bottom: 24rem;
}
#printformat .bottom-auto {
bottom: auto;
}
#printformat .bottom-px {
bottom: 1px;
}
#printformat .bottom-0\.5 {
bottom: 0.125rem;
}
#printformat .bottom-1\.5 {
bottom: 0.375rem;
}
#printformat .bottom-2\.5 {
bottom: 0.625rem;
}
#printformat .bottom-3\.5 {
bottom: 0.875rem;
}
#printformat .-bottom-0 {
bottom: 0px;
}
#printformat .-bottom-1 {
bottom: -0.25rem;
}
#printformat .-bottom-2 {
bottom: -0.5rem;
}
#printformat .-bottom-3 {
bottom: -0.75rem;
}
#printformat .-bottom-4 {
bottom: -1rem;
}
#printformat .-bottom-5 {
bottom: -1.25rem;
}
#printformat .-bottom-6 {
bottom: -1.5rem;
}
#printformat .-bottom-7 {
bottom: -1.75rem;
}
#printformat .-bottom-8 {
bottom: -2rem;
}
#printformat .-bottom-9 {
bottom: -2.25rem;
}
#printformat .-bottom-10 {
bottom: -2.5rem;
}
#printformat .-bottom-11 {
bottom: -2.75rem;
}
#printformat .-bottom-12 {
bottom: -3rem;
}
#printformat .-bottom-14 {
bottom: -3.5rem;
}
#printformat .-bottom-16 {
bottom: -4rem;
}
#printformat .-bottom-20 {
bottom: -5rem;
}
#printformat .-bottom-24 {
bottom: -6rem;
}
#printformat .-bottom-28 {
bottom: -7rem;
}
#printformat .-bottom-32 {
bottom: -8rem;
}
#printformat .-bottom-36 {
bottom: -9rem;
}
#printformat .-bottom-40 {
bottom: -10rem;
}
#printformat .-bottom-44 {
bottom: -11rem;
}
#printformat .-bottom-48 {
bottom: -12rem;
}
#printformat .-bottom-52 {
bottom: -13rem;
}
#printformat .-bottom-56 {
bottom: -14rem;
}
#printformat .-bottom-60 {
bottom: -15rem;
}
#printformat .-bottom-64 {
bottom: -16rem;
}
#printformat .-bottom-72 {
bottom: -18rem;
}
#printformat .-bottom-80 {
bottom: -20rem;
}
#printformat .-bottom-96 {
bottom: -24rem;
}
#printformat .-bottom-px {
bottom: -1px;
}
#printformat .-bottom-0\.5 {
bottom: -0.125rem;
}
#printformat .-bottom-1\.5 {
bottom: -0.375rem;
}
#printformat .-bottom-2\.5 {
bottom: -0.625rem;
}
#printformat .-bottom-3\.5 {
bottom: -0.875rem;
}
#printformat .bottom-1\/2 {
bottom: 50%;
}
#printformat .bottom-1\/3 {
bottom: 33.333333%;
}
#printformat .bottom-2\/3 {
bottom: 66.666667%;
}
#printformat .bottom-1\/4 {
bottom: 25%;
}
#printformat .bottom-2\/4 {
bottom: 50%;
}
#printformat .bottom-3\/4 {
bottom: 75%;
}
#printformat .bottom-full {
bottom: 100%;
}
#printformat .-bottom-1\/2 {
bottom: -50%;
}
#printformat .-bottom-1\/3 {
bottom: -33.333333%;
}
#printformat .-bottom-2\/3 {
bottom: -66.666667%;
}
#printformat .-bottom-1\/4 {
bottom: -25%;
}
#printformat .-bottom-2\/4 {
bottom: -50%;
}
#printformat .-bottom-3\/4 {
bottom: -75%;
}
#printformat .-bottom-full {
bottom: -100%;
}
#printformat .left-0 {
left: 0px;
}
#printformat .left-1 {
left: 0.25rem;
}
#printformat .left-2 {
left: 0.5rem;
}
#printformat .left-3 {
left: 0.75rem;
}
#printformat .left-4 {
left: 1rem;
}
#printformat .left-5 {
left: 1.25rem;
}
#printformat .left-6 {
left: 1.5rem;
}
#printformat .left-7 {
left: 1.75rem;
}
#printformat .left-8 {
left: 2rem;
}
#printformat .left-9 {
left: 2.25rem;
}
#printformat .left-10 {
left: 2.5rem;
}
#printformat .left-11 {
left: 2.75rem;
}
#printformat .left-12 {
left: 3rem;
}
#printformat .left-14 {
left: 3.5rem;
}
#printformat .left-16 {
left: 4rem;
}
#printformat .left-20 {
left: 5rem;
}
#printformat .left-24 {
left: 6rem;
}
#printformat .left-28 {
left: 7rem;
}
#printformat .left-32 {
left: 8rem;
}
#printformat .left-36 {
left: 9rem;
}
#printformat .left-40 {
left: 10rem;
}
#printformat .left-44 {
left: 11rem;
}
#printformat .left-48 {
left: 12rem;
}
#printformat .left-52 {
left: 13rem;
}
#printformat .left-56 {
left: 14rem;
}
#printformat .left-60 {
left: 15rem;
}
#printformat .left-64 {
left: 16rem;
}
#printformat .left-72 {
left: 18rem;
}
#printformat .left-80 {
left: 20rem;
}
#printformat .left-96 {
left: 24rem;
}
#printformat .left-auto {
left: auto;
}
#printformat .left-px {
left: 1px;
}
#printformat .left-0\.5 {
left: 0.125rem;
}
#printformat .left-1\.5 {
left: 0.375rem;
}
#printformat .left-2\.5 {
left: 0.625rem;
}
#printformat .left-3\.5 {
left: 0.875rem;
}
#printformat .-left-0 {
left: 0px;
}
#printformat .-left-1 {
left: -0.25rem;
}
#printformat .-left-2 {
left: -0.5rem;
}
#printformat .-left-3 {
left: -0.75rem;
}
#printformat .-left-4 {
left: -1rem;
}
#printformat .-left-5 {
left: -1.25rem;
}
#printformat .-left-6 {
left: -1.5rem;
}
#printformat .-left-7 {
left: -1.75rem;
}
#printformat .-left-8 {
left: -2rem;
}
#printformat .-left-9 {
left: -2.25rem;
}
#printformat .-left-10 {
left: -2.5rem;
}
#printformat .-left-11 {
left: -2.75rem;
}
#printformat .-left-12 {
left: -3rem;
}
#printformat .-left-14 {
left: -3.5rem;
}
#printformat .-left-16 {
left: -4rem;
}
#printformat .-left-20 {
left: -5rem;
}
#printformat .-left-24 {
left: -6rem;
}
#printformat .-left-28 {
left: -7rem;
}
#printformat .-left-32 {
left: -8rem;
}
#printformat .-left-36 {
left: -9rem;
}
#printformat .-left-40 {
left: -10rem;
}
#printformat .-left-44 {
left: -11rem;
}
#printformat .-left-48 {
left: -12rem;
}
#printformat .-left-52 {
left: -13rem;
}
#printformat .-left-56 {
left: -14rem;
}
#printformat .-left-60 {
left: -15rem;
}
#printformat .-left-64 {
left: -16rem;
}
#printformat .-left-72 {
left: -18rem;
}
#printformat .-left-80 {
left: -20rem;
}
#printformat .-left-96 {
left: -24rem;
}
#printformat .-left-px {
left: -1px;
}
#printformat .-left-0\.5 {
left: -0.125rem;
}
#printformat .-left-1\.5 {
left: -0.375rem;
}
#printformat .-left-2\.5 {
left: -0.625rem;
}
#printformat .-left-3\.5 {
left: -0.875rem;
}
#printformat .left-1\/2 {
left: 50%;
}
#printformat .left-1\/3 {
left: 33.333333%;
}
#printformat .left-2\/3 {
left: 66.666667%;
}
#printformat .left-1\/4 {
left: 25%;
}
#printformat .left-2\/4 {
left: 50%;
}
#printformat .left-3\/4 {
left: 75%;
}
#printformat .left-full {
left: 100%;
}
#printformat .-left-1\/2 {
left: -50%;
}
#printformat .-left-1\/3 {
left: -33.333333%;
}
#printformat .-left-2\/3 {
left: -66.666667%;
}
#printformat .-left-1\/4 {
left: -25%;
}
#printformat .-left-2\/4 {
left: -50%;
}
#printformat .-left-3\/4 {
left: -75%;
}
#printformat .-left-full {
left: -100%;
}
#printformat .isolate {
isolation: isolate;
}
#printformat .isolation-auto {
isolation: auto;
}
#printformat .z-0 {
z-index: 0;
}
#printformat .z-10 {
z-index: 10;
}
#printformat .z-20 {
z-index: 20;
}
#printformat .z-30 {
z-index: 30;
}
#printformat .z-40 {
z-index: 40;
}
#printformat .z-50 {
z-index: 50;
}
#printformat .z-auto {
z-index: auto;
}
#printformat .focus-within\:z-0:focus-within {
z-index: 0;
}
#printformat .focus-within\:z-10:focus-within {
z-index: 10;
}
#printformat .focus-within\:z-20:focus-within {
z-index: 20;
}
#printformat .focus-within\:z-30:focus-within {
z-index: 30;
}
#printformat .focus-within\:z-40:focus-within {
z-index: 40;
}
#printformat .focus-within\:z-50:focus-within {
z-index: 50;
}
#printformat .focus-within\:z-auto:focus-within {
z-index: auto;
}
#printformat .focus\:z-0:focus {
z-index: 0;
}
#printformat .focus\:z-10:focus {
z-index: 10;
}
#printformat .focus\:z-20:focus {
z-index: 20;
}
#printformat .focus\:z-30:focus {
z-index: 30;
}
#printformat .focus\:z-40:focus {
z-index: 40;
}
#printformat .focus\:z-50:focus {
z-index: 50;
}
#printformat .focus\:z-auto:focus {
z-index: auto;
}
#printformat .order-1 {
order: 1;
}
#printformat .order-2 {
order: 2;
}
#printformat .order-3 {
order: 3;
}
#printformat .order-4 {
order: 4;
}
#printformat .order-5 {
order: 5;
}
#printformat .order-6 {
order: 6;
}
#printformat .order-7 {
order: 7;
}
#printformat .order-8 {
order: 8;
}
#printformat .order-9 {
order: 9;
}
#printformat .order-10 {
order: 10;
}
#printformat .order-11 {
order: 11;
}
#printformat .order-12 {
order: 12;
}
#printformat .order-first {
order: -9999;
}
#printformat .order-last {
order: 9999;
}
#printformat .order-none {
order: 0;
}
#printformat .col-auto {
grid-column: auto;
}
#printformat .col-span-1 {
grid-column: span 1 / span 1;
}
#printformat .col-span-2 {
grid-column: span 2 / span 2;
}
#printformat .col-span-3 {
grid-column: span 3 / span 3;
}
#printformat .col-span-4 {
grid-column: span 4 / span 4;
}
#printformat .col-span-5 {
grid-column: span 5 / span 5;
}
#printformat .col-span-6 {
grid-column: span 6 / span 6;
}
#printformat .col-span-7 {
grid-column: span 7 / span 7;
}
#printformat .col-span-8 {
grid-column: span 8 / span 8;
}
#printformat .col-span-9 {
grid-column: span 9 / span 9;
}
#printformat .col-span-10 {
grid-column: span 10 / span 10;
}
#printformat .col-span-11 {
grid-column: span 11 / span 11;
}
#printformat .col-span-12 {
grid-column: span 12 / span 12;
}
#printformat .col-span-full {
grid-column: 1 / -1;
}
#printformat .col-start-1 {
grid-column-start: 1;
}
#printformat .col-start-2 {
grid-column-start: 2;
}
#printformat .col-start-3 {
grid-column-start: 3;
}
#printformat .col-start-4 {
grid-column-start: 4;
}
#printformat .col-start-5 {
grid-column-start: 5;
}
#printformat .col-start-6 {
grid-column-start: 6;
}
#printformat .col-start-7 {
grid-column-start: 7;
}
#printformat .col-start-8 {
grid-column-start: 8;
}
#printformat .col-start-9 {
grid-column-start: 9;
}
#printformat .col-start-10 {
grid-column-start: 10;
}
#printformat .col-start-11 {
grid-column-start: 11;
}
#printformat .col-start-12 {
grid-column-start: 12;
}
#printformat .col-start-13 {
grid-column-start: 13;
}
#printformat .col-start-auto {
grid-column-start: auto;
}
#printformat .col-end-1 {
grid-column-end: 1;
}
#printformat .col-end-2 {
grid-column-end: 2;
}
#printformat .col-end-3 {
grid-column-end: 3;
}
#printformat .col-end-4 {
grid-column-end: 4;
}
#printformat .col-end-5 {
grid-column-end: 5;
}
#printformat .col-end-6 {
grid-column-end: 6;
}
#printformat .col-end-7 {
grid-column-end: 7;
}
#printformat .col-end-8 {
grid-column-end: 8;
}
#printformat .col-end-9 {
grid-column-end: 9;
}
#printformat .col-end-10 {
grid-column-end: 10;
}
#printformat .col-end-11 {
grid-column-end: 11;
}
#printformat .col-end-12 {
grid-column-end: 12;
}
#printformat .col-end-13 {
grid-column-end: 13;
}
#printformat .col-end-auto {
grid-column-end: auto;
}
#printformat .row-auto {
grid-row: auto;
}
#printformat .row-span-1 {
grid-row: span 1 / span 1;
}
#printformat .row-span-2 {
grid-row: span 2 / span 2;
}
#printformat .row-span-3 {
grid-row: span 3 / span 3;
}
#printformat .row-span-4 {
grid-row: span 4 / span 4;
}
#printformat .row-span-5 {
grid-row: span 5 / span 5;
}
#printformat .row-span-6 {
grid-row: span 6 / span 6;
}
#printformat .row-span-full {
grid-row: 1 / -1;
}
#printformat .row-start-1 {
grid-row-start: 1;
}
#printformat .row-start-2 {
grid-row-start: 2;
}
#printformat .row-start-3 {
grid-row-start: 3;
}
#printformat .row-start-4 {
grid-row-start: 4;
}
#printformat .row-start-5 {
grid-row-start: 5;
}
#printformat .row-start-6 {
grid-row-start: 6;
}
#printformat .row-start-7 {
grid-row-start: 7;
}
#printformat .row-start-auto {
grid-row-start: auto;
}
#printformat .row-end-1 {
grid-row-end: 1;
}
#printformat .row-end-2 {
grid-row-end: 2;
}
#printformat .row-end-3 {
grid-row-end: 3;
}
#printformat .row-end-4 {
grid-row-end: 4;
}
#printformat .row-end-5 {
grid-row-end: 5;
}
#printformat .row-end-6 {
grid-row-end: 6;
}
#printformat .row-end-7 {
grid-row-end: 7;
}
#printformat .row-end-auto {
grid-row-end: auto;
}
#printformat .float-right {
float: right;
}
#printformat .float-left {
float: left;
}
#printformat .float-none {
float: none;
}
#printformat .clear-left {
clear: left;
}
#printformat .clear-right {
clear: right;
}
#printformat .clear-both {
clear: both;
}
#printformat .clear-none {
clear: none;
}
#printformat .m-0 {
margin: 0px;
}
#printformat .m-1 {
margin: 0.25rem;
}
#printformat .m-2 {
margin: 0.5rem;
}
#printformat .m-3 {
margin: 0.75rem;
}
#printformat .m-4 {
margin: 1rem;
}
#printformat .m-5 {
margin: 1.25rem;
}
#printformat .m-6 {
margin: 1.5rem;
}
#printformat .m-7 {
margin: 1.75rem;
}
#printformat .m-8 {
margin: 2rem;
}
#printformat .m-9 {
margin: 2.25rem;
}
#printformat .m-10 {
margin: 2.5rem;
}
#printformat .m-11 {
margin: 2.75rem;
}
#printformat .m-12 {
margin: 3rem;
}
#printformat .m-14 {
margin: 3.5rem;
}
#printformat .m-16 {
margin: 4rem;
}
#printformat .m-20 {
margin: 5rem;
}
#printformat .m-24 {
margin: 6rem;
}
#printformat .m-28 {
margin: 7rem;
}
#printformat .m-32 {
margin: 8rem;
}
#printformat .m-36 {
margin: 9rem;
}
#printformat .m-40 {
margin: 10rem;
}
#printformat .m-44 {
margin: 11rem;
}
#printformat .m-48 {
margin: 12rem;
}
#printformat .m-52 {
margin: 13rem;
}
#printformat .m-56 {
margin: 14rem;
}
#printformat .m-60 {
margin: 15rem;
}
#printformat .m-64 {
margin: 16rem;
}
#printformat .m-72 {
margin: 18rem;
}
#printformat .m-80 {
margin: 20rem;
}
#printformat .m-96 {
margin: 24rem;
}
#printformat .m-auto {
margin: auto;
}
#printformat .m-px {
margin: 1px;
}
#printformat .m-0\.5 {
margin: 0.125rem;
}
#printformat .m-1\.5 {
margin: 0.375rem;
}
#printformat .m-2\.5 {
margin: 0.625rem;
}
#printformat .m-3\.5 {
margin: 0.875rem;
}
#printformat .-m-0 {
margin: 0px;
}
#printformat .-m-1 {
margin: -0.25rem;
}
#printformat .-m-2 {
margin: -0.5rem;
}
#printformat .-m-3 {
margin: -0.75rem;
}
#printformat .-m-4 {
margin: -1rem;
}
#printformat .-m-5 {
margin: -1.25rem;
}
#printformat .-m-6 {
margin: -1.5rem;
}
#printformat .-m-7 {
margin: -1.75rem;
}
#printformat .-m-8 {
margin: -2rem;
}
#printformat .-m-9 {
margin: -2.25rem;
}
#printformat .-m-10 {
margin: -2.5rem;
}
#printformat .-m-11 {
margin: -2.75rem;
}
#printformat .-m-12 {
margin: -3rem;
}
#printformat .-m-14 {
margin: -3.5rem;
}
#printformat .-m-16 {
margin: -4rem;
}
#printformat .-m-20 {
margin: -5rem;
}
#printformat .-m-24 {
margin: -6rem;
}
#printformat .-m-28 {
margin: -7rem;
}
#printformat .-m-32 {
margin: -8rem;
}
#printformat .-m-36 {
margin: -9rem;
}
#printformat .-m-40 {
margin: -10rem;
}
#printformat .-m-44 {
margin: -11rem;
}
#printformat .-m-48 {
margin: -12rem;
}
#printformat .-m-52 {
margin: -13rem;
}
#printformat .-m-56 {
margin: -14rem;
}
#printformat .-m-60 {
margin: -15rem;
}
#printformat .-m-64 {
margin: -16rem;
}
#printformat .-m-72 {
margin: -18rem;
}
#printformat .-m-80 {
margin: -20rem;
}
#printformat .-m-96 {
margin: -24rem;
}
#printformat .-m-px {
margin: -1px;
}
#printformat .-m-0\.5 {
margin: -0.125rem;
}
#printformat .-m-1\.5 {
margin: -0.375rem;
}
#printformat .-m-2\.5 {
margin: -0.625rem;
}
#printformat .-m-3\.5 {
margin: -0.875rem;
}
#printformat .mx-0 {
margin-left: 0px;
margin-right: 0px;
}
#printformat .mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
#printformat .mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
#printformat .mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
#printformat .mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
#printformat .mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
#printformat .mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
#printformat .mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
#printformat .mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
#printformat .mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
#printformat .mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
#printformat .mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
#printformat .mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
#printformat .mx-14 {
margin-left: 3.5rem;
margin-right: 3.5rem;
}
#printformat .mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
#printformat .mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
#printformat .mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
#printformat .mx-28 {
margin-left: 7rem;
margin-right: 7rem;
}
#printformat .mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
#printformat .mx-36 {
margin-left: 9rem;
margin-right: 9rem;
}
#printformat .mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
#printformat .mx-44 {
margin-left: 11rem;
margin-right: 11rem;
}
#printformat .mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
#printformat .mx-52 {
margin-left: 13rem;
margin-right: 13rem;
}
#printformat .mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
#printformat .mx-60 {
margin-left: 15rem;
margin-right: 15rem;
}
#printformat .mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
#printformat .mx-72 {
margin-left: 18rem;
margin-right: 18rem;
}
#printformat .mx-80 {
margin-left: 20rem;
margin-right: 20rem;
}
#printformat .mx-96 {
margin-left: 24rem;
margin-right: 24rem;
}
#printformat .mx-auto {
margin-left: auto;
margin-right: auto;
}
#printformat .mx-px {
margin-left: 1px;
margin-right: 1px;
}
#printformat .mx-0\.5 {
margin-left: 0.125rem;
margin-right: 0.125rem;
}
#printformat .mx-1\.5 {
margin-left: 0.375rem;
margin-right: 0.375rem;
}
#printformat .mx-2\.5 {
margin-left: 0.625rem;
margin-right: 0.625rem;
}
#printformat .mx-3\.5 {
margin-left: 0.875rem;
margin-right: 0.875rem;
}
#printformat .-mx-0 {
margin-left: 0px;
margin-right: 0px;
}
#printformat .-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
#printformat .-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
#printformat .-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
#printformat .-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
#printformat .-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
#printformat .-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
#printformat .-mx-7 {
margin-left: -1.75rem;
margin-right: -1.75rem;
}
#printformat .-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
#printformat .-mx-9 {
margin-left: -2.25rem;
margin-right: -2.25rem;
}
#printformat .-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
#printformat .-mx-11 {
margin-left: -2.75rem;
margin-right: -2.75rem;
}
#printformat .-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
#printformat .-mx-14 {
margin-left: -3.5rem;
margin-right: -3.5rem;
}
#printformat .-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
#printformat .-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
#printformat .-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
#printformat .-mx-28 {
margin-left: -7rem;
margin-right: -7rem;
}
#printformat .-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
#printformat .-mx-36 {
margin-left: -9rem;
margin-right: -9rem;
}
#printformat .-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
#printformat .-mx-44 {
margin-left: -11rem;
margin-right: -11rem;
}
#printformat .-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
#printformat .-mx-52 {
margin-left: -13rem;
margin-right: -13rem;
}
#printformat .-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
#printformat .-mx-60 {
margin-left: -15rem;
margin-right: -15rem;
}
#printformat .-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
#printformat .-mx-72 {
margin-left: -18rem;
margin-right: -18rem;
}
#printformat .-mx-80 {
margin-left: -20rem;
margin-right: -20rem;
}
#printformat .-mx-96 {
margin-left: -24rem;
margin-right: -24rem;
}
#printformat .-mx-px {
margin-left: -1px;
margin-right: -1px;
}
#printformat .-mx-0\.5 {
margin-left: -0.125rem;
margin-right: -0.125rem;
}
#printformat .-mx-1\.5 {
margin-left: -0.375rem;
margin-right: -0.375rem;
}
#printformat .-mx-2\.5 {
margin-left: -0.625rem;
margin-right: -0.625rem;
}
#printformat .-mx-3\.5 {
margin-left: -0.875rem;
margin-right: -0.875rem;
}
#printformat .my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
#printformat .my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
#printformat .my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
#printformat .my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
#printformat .my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
#printformat .my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
#printformat .my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
#printformat .my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
#printformat .my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
#printformat .my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
#printformat .my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
#printformat .my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
#printformat .my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
#printformat .my-14 {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
#printformat .my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
#printformat .my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
#printformat .my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
#printformat .my-28 {
margin-top: 7rem;
margin-bottom: 7rem;
}
#printformat .my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
#printformat .my-36 {
margin-top: 9rem;
margin-bottom: 9rem;
}
#printformat .my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
#printformat .my-44 {
margin-top: 11rem;
margin-bottom: 11rem;
}
#printformat .my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
#printformat .my-52 {
margin-top: 13rem;
margin-bottom: 13rem;
}
#printformat .my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
#printformat .my-60 {
margin-top: 15rem;
margin-bottom: 15rem;
}
#printformat .my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
#printformat .my-72 {
margin-top: 18rem;
margin-bottom: 18rem;
}
#printformat .my-80 {
margin-top: 20rem;
margin-bottom: 20rem;
}
#printformat .my-96 {
margin-top: 24rem;
margin-bottom: 24rem;
}
#printformat .my-auto {
margin-top: auto;
margin-bottom: auto;
}
#printformat .my-px {
margin-top: 1px;
margin-bottom: 1px;
}
#printformat .my-0\.5 {
margin-top: 0.125rem;
margin-bottom: 0.125rem;
}
#printformat .my-1\.5 {
margin-top: 0.375rem;
margin-bottom: 0.375rem;
}
#printformat .my-2\.5 {
margin-top: 0.625rem;
margin-bottom: 0.625rem;
}
#printformat .my-3\.5 {
margin-top: 0.875rem;
margin-bottom: 0.875rem;
}
#printformat .-my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
#printformat .-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
#printformat .-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
#printformat .-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
#printformat .-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
#printformat .-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
#printformat .-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
#printformat .-my-7 {
margin-top: -1.75rem;
margin-bottom: -1.75rem;
}
#printformat .-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
#printformat .-my-9 {
margin-top: -2.25rem;
margin-bottom: -2.25rem;
}
#printformat .-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
#printformat .-my-11 {
margin-top: -2.75rem;
margin-bottom: -2.75rem;
}
#printformat .-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
#printformat .-my-14 {
margin-top: -3.5rem;
margin-bottom: -3.5rem;
}
#printformat .-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
#printformat .-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
#printformat .-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
#printformat .-my-28 {
margin-top: -7rem;
margin-bottom: -7rem;
}
#printformat .-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
#printformat .-my-36 {
margin-top: -9rem;
margin-bottom: -9rem;
}
#printformat .-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
#printformat .-my-44 {
margin-top: -11rem;
margin-bottom: -11rem;
}
#printformat .-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
#printformat .-my-52 {
margin-top: -13rem;
margin-bottom: -13rem;
}
#printformat .-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
#printformat .-my-60 {
margin-top: -15rem;
margin-bottom: -15rem;
}
#printformat .-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
#printformat .-my-72 {
margin-top: -18rem;
margin-bottom: -18rem;
}
#printformat .-my-80 {
margin-top: -20rem;
margin-bottom: -20rem;
}
#printformat .-my-96 {
margin-top: -24rem;
margin-bottom: -24rem;
}
#printformat .-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
#printformat .-my-0\.5 {
margin-top: -0.125rem;
margin-bottom: -0.125rem;
}
#printformat .-my-1\.5 {
margin-top: -0.375rem;
margin-bottom: -0.375rem;
}
#printformat .-my-2\.5 {
margin-top: -0.625rem;
margin-bottom: -0.625rem;
}
#printformat .-my-3\.5 {
margin-top: -0.875rem;
margin-bottom: -0.875rem;
}
#printformat .mt-0 {
margin-top: 0px;
}
#printformat .mt-1 {
margin-top: 0.25rem;
}
#printformat .mt-2 {
margin-top: 0.5rem;
}
#printformat .mt-3 {
margin-top: 0.75rem;
}
#printformat .mt-4 {
margin-top: 1rem;
}
#printformat .mt-5 {
margin-top: 1.25rem;
}
#printformat .mt-6 {
margin-top: 1.5rem;
}
#printformat .mt-7 {
margin-top: 1.75rem;
}
#printformat .mt-8 {
margin-top: 2rem;
}
#printformat .mt-9 {
margin-top: 2.25rem;
}
#printformat .mt-10 {
margin-top: 2.5rem;
}
#printformat .mt-11 {
margin-top: 2.75rem;
}
#printformat .mt-12 {
margin-top: 3rem;
}
#printformat .mt-14 {
margin-top: 3.5rem;
}
#printformat .mt-16 {
margin-top: 4rem;
}
#printformat .mt-20 {
margin-top: 5rem;
}
#printformat .mt-24 {
margin-top: 6rem;
}
#printformat .mt-28 {
margin-top: 7rem;
}
#printformat .mt-32 {
margin-top: 8rem;
}
#printformat .mt-36 {
margin-top: 9rem;
}
#printformat .mt-40 {
margin-top: 10rem;
}
#printformat .mt-44 {
margin-top: 11rem;
}
#printformat .mt-48 {
margin-top: 12rem;
}
#printformat .mt-52 {
margin-top: 13rem;
}
#printformat .mt-56 {
margin-top: 14rem;
}
#printformat .mt-60 {
margin-top: 15rem;
}
#printformat .mt-64 {
margin-top: 16rem;
}
#printformat .mt-72 {
margin-top: 18rem;
}
#printformat .mt-80 {
margin-top: 20rem;
}
#printformat .mt-96 {
margin-top: 24rem;
}
#printformat .mt-auto {
margin-top: auto;
}
#printformat .mt-px {
margin-top: 1px;
}
#printformat .mt-0\.5 {
margin-top: 0.125rem;
}
#printformat .mt-1\.5 {
margin-top: 0.375rem;
}
#printformat .mt-2\.5 {
margin-top: 0.625rem;
}
#printformat .mt-3\.5 {
margin-top: 0.875rem;
}
#printformat .-mt-0 {
margin-top: 0px;
}
#printformat .-mt-1 {
margin-top: -0.25rem;
}
#printformat .-mt-2 {
margin-top: -0.5rem;
}
#printformat .-mt-3 {
margin-top: -0.75rem;
}
#printformat .-mt-4 {
margin-top: -1rem;
}
#printformat .-mt-5 {
margin-top: -1.25rem;
}
#printformat .-mt-6 {
margin-top: -1.5rem;
}
#printformat .-mt-7 {
margin-top: -1.75rem;
}
#printformat .-mt-8 {
margin-top: -2rem;
}
#printformat .-mt-9 {
margin-top: -2.25rem;
}
#printformat .-mt-10 {
margin-top: -2.5rem;
}
#printformat .-mt-11 {
margin-top: -2.75rem;
}
#printformat .-mt-12 {
margin-top: -3rem;
}
#printformat .-mt-14 {
margin-top: -3.5rem;
}
#printformat .-mt-16 {
margin-top: -4rem;
}
#printformat .-mt-20 {
margin-top: -5rem;
}
#printformat .-mt-24 {
margin-top: -6rem;
}
#printformat .-mt-28 {
margin-top: -7rem;
}
#printformat .-mt-32 {
margin-top: -8rem;
}
#printformat .-mt-36 {
margin-top: -9rem;
}
#printformat .-mt-40 {
margin-top: -10rem;
}
#printformat .-mt-44 {
margin-top: -11rem;
}
#printformat .-mt-48 {
margin-top: -12rem;
}
#printformat .-mt-52 {
margin-top: -13rem;
}
#printformat .-mt-56 {
margin-top: -14rem;
}
#printformat .-mt-60 {
margin-top: -15rem;
}
#printformat .-mt-64 {
margin-top: -16rem;
}
#printformat .-mt-72 {
margin-top: -18rem;
}
#printformat .-mt-80 {
margin-top: -20rem;
}
#printformat .-mt-96 {
margin-top: -24rem;
}
#printformat .-mt-px {
margin-top: -1px;
}
#printformat .-mt-0\.5 {
margin-top: -0.125rem;
}
#printformat .-mt-1\.5 {
margin-top: -0.375rem;
}
#printformat .-mt-2\.5 {
margin-top: -0.625rem;
}
#printformat .-mt-3\.5 {
margin-top: -0.875rem;
}
#printformat .mr-0 {
margin-right: 0px;
}
#printformat .mr-1 {
margin-right: 0.25rem;
}
#printformat .mr-2 {
margin-right: 0.5rem;
}
#printformat .mr-3 {
margin-right: 0.75rem;
}
#printformat .mr-4 {
margin-right: 1rem;
}
#printformat .mr-5 {
margin-right: 1.25rem;
}
#printformat .mr-6 {
margin-right: 1.5rem;
}
#printformat .mr-7 {
margin-right: 1.75rem;
}
#printformat .mr-8 {
margin-right: 2rem;
}
#printformat .mr-9 {
margin-right: 2.25rem;
}
#printformat .mr-10 {
margin-right: 2.5rem;
}
#printformat .mr-11 {
margin-right: 2.75rem;
}
#printformat .mr-12 {
margin-right: 3rem;
}
#printformat .mr-14 {
margin-right: 3.5rem;
}
#printformat .mr-16 {
margin-right: 4rem;
}
#printformat .mr-20 {
margin-right: 5rem;
}
#printformat .mr-24 {
margin-right: 6rem;
}
#printformat .mr-28 {
margin-right: 7rem;
}
#printformat .mr-32 {
margin-right: 8rem;
}
#printformat .mr-36 {
margin-right: 9rem;
}
#printformat .mr-40 {
margin-right: 10rem;
}
#printformat .mr-44 {
margin-right: 11rem;
}
#printformat .mr-48 {
margin-right: 12rem;
}
#printformat .mr-52 {
margin-right: 13rem;
}
#printformat .mr-56 {
margin-right: 14rem;
}
#printformat .mr-60 {
margin-right: 15rem;
}
#printformat .mr-64 {
margin-right: 16rem;
}
#printformat .mr-72 {
margin-right: 18rem;
}
#printformat .mr-80 {
margin-right: 20rem;
}
#printformat .mr-96 {
margin-right: 24rem;
}
#printformat .mr-auto {
margin-right: auto;
}
#printformat .mr-px {
margin-right: 1px;
}
#printformat .mr-0\.5 {
margin-right: 0.125rem;
}
#printformat .mr-1\.5 {
margin-right: 0.375rem;
}
#printformat .mr-2\.5 {
margin-right: 0.625rem;
}
#printformat .mr-3\.5 {
margin-right: 0.875rem;
}
#printformat .-mr-0 {
margin-right: 0px;
}
#printformat .-mr-1 {
margin-right: -0.25rem;
}
#printformat .-mr-2 {
margin-right: -0.5rem;
}
#printformat .-mr-3 {
margin-right: -0.75rem;
}
#printformat .-mr-4 {
margin-right: -1rem;
}
#printformat .-mr-5 {
margin-right: -1.25rem;
}
#printformat .-mr-6 {
margin-right: -1.5rem;
}
#printformat .-mr-7 {
margin-right: -1.75rem;
}
#printformat .-mr-8 {
margin-right: -2rem;
}
#printformat .-mr-9 {
margin-right: -2.25rem;
}
#printformat .-mr-10 {
margin-right: -2.5rem;
}
#printformat .-mr-11 {
margin-right: -2.75rem;
}
#printformat .-mr-12 {
margin-right: -3rem;
}
#printformat .-mr-14 {
margin-right: -3.5rem;
}
#printformat .-mr-16 {
margin-right: -4rem;
}
#printformat .-mr-20 {
margin-right: -5rem;
}
#printformat .-mr-24 {
margin-right: -6rem;
}
#printformat .-mr-28 {
margin-right: -7rem;
}
#printformat .-mr-32 {
margin-right: -8rem;
}
#printformat .-mr-36 {
margin-right: -9rem;
}
#printformat .-mr-40 {
margin-right: -10rem;
}
#printformat .-mr-44 {
margin-right: -11rem;
}
#printformat .-mr-48 {
margin-right: -12rem;
}
#printformat .-mr-52 {
margin-right: -13rem;
}
#printformat .-mr-56 {
margin-right: -14rem;
}
#printformat .-mr-60 {
margin-right: -15rem;
}
#printformat .-mr-64 {
margin-right: -16rem;
}
#printformat .-mr-72 {
margin-right: -18rem;
}
#printformat .-mr-80 {
margin-right: -20rem;
}
#printformat .-mr-96 {
margin-right: -24rem;
}
#printformat .-mr-px {
margin-right: -1px;
}
#printformat .-mr-0\.5 {
margin-right: -0.125rem;
}
#printformat .-mr-1\.5 {
margin-right: -0.375rem;
}
#printformat .-mr-2\.5 {
margin-right: -0.625rem;
}
#printformat .-mr-3\.5 {
margin-right: -0.875rem;
}
#printformat .mb-0 {
margin-bottom: 0px;
}
#printformat .mb-1 {
margin-bottom: 0.25rem;
}
#printformat .mb-2 {
margin-bottom: 0.5rem;
}
#printformat .mb-3 {
margin-bottom: 0.75rem;
}
#printformat .mb-4 {
margin-bottom: 1rem;
}
#printformat .mb-5 {
margin-bottom: 1.25rem;
}
#printformat .mb-6 {
margin-bottom: 1.5rem;
}
#printformat .mb-7 {
margin-bottom: 1.75rem;
}
#printformat .mb-8 {
margin-bottom: 2rem;
}
#printformat .mb-9 {
margin-bottom: 2.25rem;
}
#printformat .mb-10 {
margin-bottom: 2.5rem;
}
#printformat .mb-11 {
margin-bottom: 2.75rem;
}
#printformat .mb-12 {
margin-bottom: 3rem;
}
#printformat .mb-14 {
margin-bottom: 3.5rem;
}
#printformat .mb-16 {
margin-bottom: 4rem;
}
#printformat .mb-20 {
margin-bottom: 5rem;
}
#printformat .mb-24 {
margin-bottom: 6rem;
}
#printformat .mb-28 {
margin-bottom: 7rem;
}
#printformat .mb-32 {
margin-bottom: 8rem;
}
#printformat .mb-36 {
margin-bottom: 9rem;
}
#printformat .mb-40 {
margin-bottom: 10rem;
}
#printformat .mb-44 {
margin-bottom: 11rem;
}
#printformat .mb-48 {
margin-bottom: 12rem;
}
#printformat .mb-52 {
margin-bottom: 13rem;
}
#printformat .mb-56 {
margin-bottom: 14rem;
}
#printformat .mb-60 {
margin-bottom: 15rem;
}
#printformat .mb-64 {
margin-bottom: 16rem;
}
#printformat .mb-72 {
margin-bottom: 18rem;
}
#printformat .mb-80 {
margin-bottom: 20rem;
}
#printformat .mb-96 {
margin-bottom: 24rem;
}
#printformat .mb-auto {
margin-bottom: auto;
}
#printformat .mb-px {
margin-bottom: 1px;
}
#printformat .mb-0\.5 {
margin-bottom: 0.125rem;
}
#printformat .mb-1\.5 {
margin-bottom: 0.375rem;
}
#printformat .mb-2\.5 {
margin-bottom: 0.625rem;
}
#printformat .mb-3\.5 {
margin-bottom: 0.875rem;
}
#printformat .-mb-0 {
margin-bottom: 0px;
}
#printformat .-mb-1 {
margin-bottom: -0.25rem;
}
#printformat .-mb-2 {
margin-bottom: -0.5rem;
}
#printformat .-mb-3 {
margin-bottom: -0.75rem;
}
#printformat .-mb-4 {
margin-bottom: -1rem;
}
#printformat .-mb-5 {
margin-bottom: -1.25rem;
}
#printformat .-mb-6 {
margin-bottom: -1.5rem;
}
#printformat .-mb-7 {
margin-bottom: -1.75rem;
}
#printformat .-mb-8 {
margin-bottom: -2rem;
}
#printformat .-mb-9 {
margin-bottom: -2.25rem;
}
#printformat .-mb-10 {
margin-bottom: -2.5rem;
}
#printformat .-mb-11 {
margin-bottom: -2.75rem;
}
#printformat .-mb-12 {
margin-bottom: -3rem;
}
#printformat .-mb-14 {
margin-bottom: -3.5rem;
}
#printformat .-mb-16 {
margin-bottom: -4rem;
}
#printformat .-mb-20 {
margin-bottom: -5rem;
}
#printformat .-mb-24 {
margin-bottom: -6rem;
}
#printformat .-mb-28 {
margin-bottom: -7rem;
}
#printformat .-mb-32 {
margin-bottom: -8rem;
}
#printformat .-mb-36 {
margin-bottom: -9rem;
}
#printformat .-mb-40 {
margin-bottom: -10rem;
}
#printformat .-mb-44 {
margin-bottom: -11rem;
}
#printformat .-mb-48 {
margin-bottom: -12rem;
}
#printformat .-mb-52 {
margin-bottom: -13rem;
}
#printformat .-mb-56 {
margin-bottom: -14rem;
}
#printformat .-mb-60 {
margin-bottom: -15rem;
}
#printformat .-mb-64 {
margin-bottom: -16rem;
}
#printformat .-mb-72 {
margin-bottom: -18rem;
}
#printformat .-mb-80 {
margin-bottom: -20rem;
}
#printformat .-mb-96 {
margin-bottom: -24rem;
}
#printformat .-mb-px {
margin-bottom: -1px;
}
#printformat .-mb-0\.5 {
margin-bottom: -0.125rem;
}
#printformat .-mb-1\.5 {
margin-bottom: -0.375rem;
}
#printformat .-mb-2\.5 {
margin-bottom: -0.625rem;
}
#printformat .-mb-3\.5 {
margin-bottom: -0.875rem;
}
#printformat .ml-0 {
margin-left: 0px;
}
#printformat .ml-1 {
margin-left: 0.25rem;
}
#printformat .ml-2 {
margin-left: 0.5rem;
}
#printformat .ml-3 {
margin-left: 0.75rem;
}
#printformat .ml-4 {
margin-left: 1rem;
}
#printformat .ml-5 {
margin-left: 1.25rem;
}
#printformat .ml-6 {
margin-left: 1.5rem;
}
#printformat .ml-7 {
margin-left: 1.75rem;
}
#printformat .ml-8 {
margin-left: 2rem;
}
#printformat .ml-9 {
margin-left: 2.25rem;
}
#printformat .ml-10 {
margin-left: 2.5rem;
}
#printformat .ml-11 {
margin-left: 2.75rem;
}
#printformat .ml-12 {
margin-left: 3rem;
}
#printformat .ml-14 {
margin-left: 3.5rem;
}
#printformat .ml-16 {
margin-left: 4rem;
}
#printformat .ml-20 {
margin-left: 5rem;
}
#printformat .ml-24 {
margin-left: 6rem;
}
#printformat .ml-28 {
margin-left: 7rem;
}
#printformat .ml-32 {
margin-left: 8rem;
}
#printformat .ml-36 {
margin-left: 9rem;
}
#printformat .ml-40 {
margin-left: 10rem;
}
#printformat .ml-44 {
margin-left: 11rem;
}
#printformat .ml-48 {
margin-left: 12rem;
}
#printformat .ml-52 {
margin-left: 13rem;
}
#printformat .ml-56 {
margin-left: 14rem;
}
#printformat .ml-60 {
margin-left: 15rem;
}
#printformat .ml-64 {
margin-left: 16rem;
}
#printformat .ml-72 {
margin-left: 18rem;
}
#printformat .ml-80 {
margin-left: 20rem;
}
#printformat .ml-96 {
margin-left: 24rem;
}
#printformat .ml-auto {
margin-left: auto;
}
#printformat .ml-px {
margin-left: 1px;
}
#printformat .ml-0\.5 {
margin-left: 0.125rem;
}
#printformat .ml-1\.5 {
margin-left: 0.375rem;
}
#printformat .ml-2\.5 {
margin-left: 0.625rem;
}
#printformat .ml-3\.5 {
margin-left: 0.875rem;
}
#printformat .-ml-0 {
margin-left: 0px;
}
#printformat .-ml-1 {
margin-left: -0.25rem;
}
#printformat .-ml-2 {
margin-left: -0.5rem;
}
#printformat .-ml-3 {
margin-left: -0.75rem;
}
#printformat .-ml-4 {
margin-left: -1rem;
}
#printformat .-ml-5 {
margin-left: -1.25rem;
}
#printformat .-ml-6 {
margin-left: -1.5rem;
}
#printformat .-ml-7 {
margin-left: -1.75rem;
}
#printformat .-ml-8 {
margin-left: -2rem;
}
#printformat .-ml-9 {
margin-left: -2.25rem;
}
#printformat .-ml-10 {
margin-left: -2.5rem;
}
#printformat .-ml-11 {
margin-left: -2.75rem;
}
#printformat .-ml-12 {
margin-left: -3rem;
}
#printformat .-ml-14 {
margin-left: -3.5rem;
}
#printformat .-ml-16 {
margin-left: -4rem;
}
#printformat .-ml-20 {
margin-left: -5rem;
}
#printformat .-ml-24 {
margin-left: -6rem;
}
#printformat .-ml-28 {
margin-left: -7rem;
}
#printformat .-ml-32 {
margin-left: -8rem;
}
#printformat .-ml-36 {
margin-left: -9rem;
}
#printformat .-ml-40 {
margin-left: -10rem;
}
#printformat .-ml-44 {
margin-left: -11rem;
}
#printformat .-ml-48 {
margin-left: -12rem;
}
#printformat .-ml-52 {
margin-left: -13rem;
}
#printformat .-ml-56 {
margin-left: -14rem;
}
#printformat .-ml-60 {
margin-left: -15rem;
}
#printformat .-ml-64 {
margin-left: -16rem;
}
#printformat .-ml-72 {
margin-left: -18rem;
}
#printformat .-ml-80 {
margin-left: -20rem;
}
#printformat .-ml-96 {
margin-left: -24rem;
}
#printformat .-ml-px {
margin-left: -1px;
}
#printformat .-ml-0\.5 {
margin-left: -0.125rem;
}
#printformat .-ml-1\.5 {
margin-left: -0.375rem;
}
#printformat .-ml-2\.5 {
margin-left: -0.625rem;
}
#printformat .-ml-3\.5 {
margin-left: -0.875rem;
}
#printformat .box-border {
box-sizing: border-box;
}
#printformat .box-content {
box-sizing: content-box;
}
#printformat .block {
display: block;
}
#printformat .inline-block {
display: inline-block;
}
#printformat .inline {
display: inline;
}
#printformat .flex {
display: flex;
}
#printformat .inline-flex {
display: inline-flex;
}
#printformat .table {
display: table;
}
#printformat .inline-table {
display: inline-table;
}
#printformat .table-caption {
display: table-caption;
}
#printformat .table-cell {
display: table-cell;
}
#printformat .table-column {
display: table-column;
}
#printformat .table-column-group {
display: table-column-group;
}
#printformat .table-footer-group {
display: table-footer-group;
}
#printformat .table-header-group {
display: table-header-group;
}
#printformat .table-row-group {
display: table-row-group;
}
#printformat .table-row {
display: table-row;
}
#printformat .flow-root {
display: flow-root;
}
#printformat .grid {
display: grid;
}
#printformat .inline-grid {
display: inline-grid;
}
#printformat .contents {
display: contents;
}
#printformat .list-item {
display: list-item;
}
#printformat .hidden {
display: none;
}
#printformat .h-0 {
height: 0px;
}
#printformat .h-1 {
height: 0.25rem;
}
#printformat .h-2 {
height: 0.5rem;
}
#printformat .h-3 {
height: 0.75rem;
}
#printformat .h-4 {
height: 1rem;
}
#printformat .h-5 {
height: 1.25rem;
}
#printformat .h-6 {
height: 1.5rem;
}
#printformat .h-7 {
height: 1.75rem;
}
#printformat .h-8 {
height: 2rem;
}
#printformat .h-9 {
height: 2.25rem;
}
#printformat .h-10 {
height: 2.5rem;
}
#printformat .h-11 {
height: 2.75rem;
}
#printformat .h-12 {
height: 3rem;
}
#printformat .h-14 {
height: 3.5rem;
}
#printformat .h-16 {
height: 4rem;
}
#printformat .h-20 {
height: 5rem;
}
#printformat .h-24 {
height: 6rem;
}
#printformat .h-28 {
height: 7rem;
}
#printformat .h-32 {
height: 8rem;
}
#printformat .h-36 {
height: 9rem;
}
#printformat .h-40 {
height: 10rem;
}
#printformat .h-44 {
height: 11rem;
}
#printformat .h-48 {
height: 12rem;
}
#printformat .h-52 {
height: 13rem;
}
#printformat .h-56 {
height: 14rem;
}
#printformat .h-60 {
height: 15rem;
}
#printformat .h-64 {
height: 16rem;
}
#printformat .h-72 {
height: 18rem;
}
#printformat .h-80 {
height: 20rem;
}
#printformat .h-96 {
height: 24rem;
}
#printformat .h-auto {
height: auto;
}
#printformat .h-px {
height: 1px;
}
#printformat .h-0\.5 {
height: 0.125rem;
}
#printformat .h-1\.5 {
height: 0.375rem;
}
#printformat .h-2\.5 {
height: 0.625rem;
}
#printformat .h-3\.5 {
height: 0.875rem;
}
#printformat .h-1\/2 {
height: 50%;
}
#printformat .h-1\/3 {
height: 33.333333%;
}
#printformat .h-2\/3 {
height: 66.666667%;
}
#printformat .h-1\/4 {
height: 25%;
}
#printformat .h-2\/4 {
height: 50%;
}
#printformat .h-3\/4 {
height: 75%;
}
#printformat .h-1\/5 {
height: 20%;
}
#printformat .h-2\/5 {
height: 40%;
}
#printformat .h-3\/5 {
height: 60%;
}
#printformat .h-4\/5 {
height: 80%;
}
#printformat .h-1\/6 {
height: 16.666667%;
}
#printformat .h-2\/6 {
height: 33.333333%;
}
#printformat .h-3\/6 {
height: 50%;
}
#printformat .h-4\/6 {
height: 66.666667%;
}
#printformat .h-5\/6 {
height: 83.333333%;
}
#printformat .h-full {
height: 100%;
}
#printformat .h-screen {
height: 100vh;
}
#printformat .max-h-0 {
max-height: 0px;
}
#printformat .max-h-1 {
max-height: 0.25rem;
}
#printformat .max-h-2 {
max-height: 0.5rem;
}
#printformat .max-h-3 {
max-height: 0.75rem;
}
#printformat .max-h-4 {
max-height: 1rem;
}
#printformat .max-h-5 {
max-height: 1.25rem;
}
#printformat .max-h-6 {
max-height: 1.5rem;
}
#printformat .max-h-7 {
max-height: 1.75rem;
}
#printformat .max-h-8 {
max-height: 2rem;
}
#printformat .max-h-9 {
max-height: 2.25rem;
}
#printformat .max-h-10 {
max-height: 2.5rem;
}
#printformat .max-h-11 {
max-height: 2.75rem;
}
#printformat .max-h-12 {
max-height: 3rem;
}
#printformat .max-h-14 {
max-height: 3.5rem;
}
#printformat .max-h-16 {
max-height: 4rem;
}
#printformat .max-h-20 {
max-height: 5rem;
}
#printformat .max-h-24 {
max-height: 6rem;
}
#printformat .max-h-28 {
max-height: 7rem;
}
#printformat .max-h-32 {
max-height: 8rem;
}
#printformat .max-h-36 {
max-height: 9rem;
}
#printformat .max-h-40 {
max-height: 10rem;
}
#printformat .max-h-44 {
max-height: 11rem;
}
#printformat .max-h-48 {
max-height: 12rem;
}
#printformat .max-h-52 {
max-height: 13rem;
}
#printformat .max-h-56 {
max-height: 14rem;
}
#printformat .max-h-60 {
max-height: 15rem;
}
#printformat .max-h-64 {
max-height: 16rem;
}
#printformat .max-h-72 {
max-height: 18rem;
}
#printformat .max-h-80 {
max-height: 20rem;
}
#printformat .max-h-96 {
max-height: 24rem;
}
#printformat .max-h-px {
max-height: 1px;
}
#printformat .max-h-0\.5 {
max-height: 0.125rem;
}
#printformat .max-h-1\.5 {
max-height: 0.375rem;
}
#printformat .max-h-2\.5 {
max-height: 0.625rem;
}
#printformat .max-h-3\.5 {
max-height: 0.875rem;
}
#printformat .max-h-full {
max-height: 100%;
}
#printformat .max-h-screen {
max-height: 100vh;
}
#printformat .min-h-0 {
min-height: 0px;
}
#printformat .min-h-full {
min-height: 100%;
}
#printformat .min-h-screen {
min-height: 100vh;
}
#printformat .w-0 {
width: 0px;
}
#printformat .w-1 {
width: 0.25rem;
}
#printformat .w-2 {
width: 0.5rem;
}
#printformat .w-3 {
width: 0.75rem;
}
#printformat .w-4 {
width: 1rem;
}
#printformat .w-5 {
width: 1.25rem;
}
#printformat .w-6 {
width: 1.5rem;
}
#printformat .w-7 {
width: 1.75rem;
}
#printformat .w-8 {
width: 2rem;
}
#printformat .w-9 {
width: 2.25rem;
}
#printformat .w-10 {
width: 2.5rem;
}
#printformat .w-11 {
width: 2.75rem;
}
#printformat .w-12 {
width: 3rem;
}
#printformat .w-14 {
width: 3.5rem;
}
#printformat .w-16 {
width: 4rem;
}
#printformat .w-20 {
width: 5rem;
}
#printformat .w-24 {
width: 6rem;
}
#printformat .w-28 {
width: 7rem;
}
#printformat .w-32 {
width: 8rem;
}
#printformat .w-36 {
width: 9rem;
}
#printformat .w-40 {
width: 10rem;
}
#printformat .w-44 {
width: 11rem;
}
#printformat .w-48 {
width: 12rem;
}
#printformat .w-52 {
width: 13rem;
}
#printformat .w-56 {
width: 14rem;
}
#printformat .w-60 {
width: 15rem;
}
#printformat .w-64 {
width: 16rem;
}
#printformat .w-72 {
width: 18rem;
}
#printformat .w-80 {
width: 20rem;
}
#printformat .w-96 {
width: 24rem;
}
#printformat .w-auto {
width: auto;
}
#printformat .w-px {
width: 1px;
}
#printformat .w-0\.5 {
width: 0.125rem;
}
#printformat .w-1\.5 {
width: 0.375rem;
}
#printformat .w-2\.5 {
width: 0.625rem;
}
#printformat .w-3\.5 {
width: 0.875rem;
}
#printformat .w-1\/2 {
width: 50%;
}
#printformat .w-1\/3 {
width: 33.333333%;
}
#printformat .w-2\/3 {
width: 66.666667%;
}
#printformat .w-1\/4 {
width: 25%;
}
#printformat .w-2\/4 {
width: 50%;
}
#printformat .w-3\/4 {
width: 75%;
}
#printformat .w-1\/5 {
width: 20%;
}
#printformat .w-2\/5 {
width: 40%;
}
#printformat .w-3\/5 {
width: 60%;
}
#printformat .w-4\/5 {
width: 80%;
}
#printformat .w-1\/6 {
width: 16.666667%;
}
#printformat .w-2\/6 {
width: 33.333333%;
}
#printformat .w-3\/6 {
width: 50%;
}
#printformat .w-4\/6 {
width: 66.666667%;
}
#printformat .w-5\/6 {
width: 83.333333%;
}
#printformat .w-1\/12 {
width: 8.333333%;
}
#printformat .w-2\/12 {
width: 16.666667%;
}
#printformat .w-3\/12 {
width: 25%;
}
#printformat .w-4\/12 {
width: 33.333333%;
}
#printformat .w-5\/12 {
width: 41.666667%;
}
#printformat .w-6\/12 {
width: 50%;
}
#printformat .w-7\/12 {
width: 58.333333%;
}
#printformat .w-8\/12 {
width: 66.666667%;
}
#printformat .w-9\/12 {
width: 75%;
}
#printformat .w-10\/12 {
width: 83.333333%;
}
#printformat .w-11\/12 {
width: 91.666667%;
}
#printformat .w-full {
width: 100%;
}
#printformat .w-screen {
width: 100vw;
}
#printformat .w-min {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
#printformat .w-max {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
#printformat .min-w-0 {
min-width: 0px;
}
#printformat .min-w-full {
min-width: 100%;
}
#printformat .min-w-min {
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
}
#printformat .min-w-max {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
#printformat .max-w-0 {
max-width: 0rem;
}
#printformat .max-w-none {
max-width: none;
}
#printformat .max-w-xs {
max-width: 20rem;
}
#printformat .max-w-sm {
max-width: 24rem;
}
#printformat .max-w-md {
max-width: 28rem;
}
#printformat .max-w-lg {
max-width: 32rem;
}
#printformat .max-w-xl {
max-width: 36rem;
}
#printformat .max-w-2xl {
max-width: 42rem;
}
#printformat .max-w-3xl {
max-width: 48rem;
}
#printformat .max-w-4xl {
max-width: 56rem;
}
#printformat .max-w-5xl {
max-width: 64rem;
}
#printformat .max-w-6xl {
max-width: 72rem;
}
#printformat .max-w-7xl {
max-width: 80rem;
}
#printformat .max-w-full {
max-width: 100%;
}
#printformat .max-w-min {
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
}
#printformat .max-w-max {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
#printformat .max-w-prose {
max-width: 65ch;
}
#printformat .max-w-screen-sm {
max-width: 640px;
}
#printformat .max-w-screen-md {
max-width: 768px;
}
#printformat .max-w-screen-lg {
max-width: 1024px;
}
#printformat .max-w-screen-xl {
max-width: 1280px;
}
#printformat .max-w-screen-2xl {
max-width: 1536px;
}
#printformat .flex-1 {
flex: 1 1 0%;
}
#printformat .flex-auto {
flex: 1 1 auto;
}
#printformat .flex-initial {
flex: 0 1 auto;
}
#printformat .flex-none {
flex: none;
}
#printformat .flex-shrink-0 {
flex-shrink: 0;
}
#printformat .flex-shrink {
flex-shrink: 1;
}
#printformat .flex-grow-0 {
flex-grow: 0;
}
#printformat .flex-grow {
flex-grow: 1;
}
#printformat .table-auto {
table-layout: auto;
}
#printformat .table-fixed {
table-layout: fixed;
}
#printformat .border-collapse {
border-collapse: collapse;
}
#printformat .border-separate {
border-collapse: separate;
}
#printformat .origin-center {
transform-origin: center;
}
#printformat .origin-top {
transform-origin: top;
}
#printformat .origin-top-right {
transform-origin: top right;
}
#printformat .origin-right {
transform-origin: right;
}
#printformat .origin-bottom-right {
transform-origin: bottom right;
}
#printformat .origin-bottom {
transform-origin: bottom;
}
#printformat .origin-bottom-left {
transform-origin: bottom left;
}
#printformat .origin-left {
transform-origin: left;
}
#printformat .origin-top-left {
transform-origin: top left;
}
#printformat .transform {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translateX(var(--tw-translate-x)) translateY(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));
}
#printformat .transform-gpu {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#printformat .transform-none {
transform: none;
}
#printformat .translate-x-0 {
--tw-translate-x: 0px;
}
#printformat .translate-x-1 {
--tw-translate-x: 0.25rem;
}
#printformat .translate-x-2 {
--tw-translate-x: 0.5rem;
}
#printformat .translate-x-3 {
--tw-translate-x: 0.75rem;
}
#printformat .translate-x-4 {
--tw-translate-x: 1rem;
}
#printformat .translate-x-5 {
--tw-translate-x: 1.25rem;
}
#printformat .translate-x-6 {
--tw-translate-x: 1.5rem;
}
#printformat .translate-x-7 {
--tw-translate-x: 1.75rem;
}
#printformat .translate-x-8 {
--tw-translate-x: 2rem;
}
#printformat .translate-x-9 {
--tw-translate-x: 2.25rem;
}
#printformat .translate-x-10 {
--tw-translate-x: 2.5rem;
}
#printformat .translate-x-11 {
--tw-translate-x: 2.75rem;
}
#printformat .translate-x-12 {
--tw-translate-x: 3rem;
}
#printformat .translate-x-14 {
--tw-translate-x: 3.5rem;
}
#printformat .translate-x-16 {
--tw-translate-x: 4rem;
}
#printformat .translate-x-20 {
--tw-translate-x: 5rem;
}
#printformat .translate-x-24 {
--tw-translate-x: 6rem;
}
#printformat .translate-x-28 {
--tw-translate-x: 7rem;
}
#printformat .translate-x-32 {
--tw-translate-x: 8rem;
}
#printformat .translate-x-36 {
--tw-translate-x: 9rem;
}
#printformat .translate-x-40 {
--tw-translate-x: 10rem;
}
#printformat .translate-x-44 {
--tw-translate-x: 11rem;
}
#printformat .translate-x-48 {
--tw-translate-x: 12rem;
}
#printformat .translate-x-52 {
--tw-translate-x: 13rem;
}
#printformat .translate-x-56 {
--tw-translate-x: 14rem;
}
#printformat .translate-x-60 {
--tw-translate-x: 15rem;
}
#printformat .translate-x-64 {
--tw-translate-x: 16rem;
}
#printformat .translate-x-72 {
--tw-translate-x: 18rem;
}
#printformat .translate-x-80 {
--tw-translate-x: 20rem;
}
#printformat .translate-x-96 {
--tw-translate-x: 24rem;
}
#printformat .translate-x-px {
--tw-translate-x: 1px;
}
#printformat .translate-x-0\.5 {
--tw-translate-x: 0.125rem;
}
#printformat .translate-x-1\.5 {
--tw-translate-x: 0.375rem;
}
#printformat .translate-x-2\.5 {
--tw-translate-x: 0.625rem;
}
#printformat .translate-x-3\.5 {
--tw-translate-x: 0.875rem;
}
#printformat .-translate-x-0 {
--tw-translate-x: 0px;
}
#printformat .-translate-x-1 {
--tw-translate-x: -0.25rem;
}
#printformat .-translate-x-2 {
--tw-translate-x: -0.5rem;
}
#printformat .-translate-x-3 {
--tw-translate-x: -0.75rem;
}
#printformat .-translate-x-4 {
--tw-translate-x: -1rem;
}
#printformat .-translate-x-5 {
--tw-translate-x: -1.25rem;
}
#printformat .-translate-x-6 {
--tw-translate-x: -1.5rem;
}
#printformat .-translate-x-7 {
--tw-translate-x: -1.75rem;
}
#printformat .-translate-x-8 {
--tw-translate-x: -2rem;
}
#printformat .-translate-x-9 {
--tw-translate-x: -2.25rem;
}
#printformat .-translate-x-10 {
--tw-translate-x: -2.5rem;
}
#printformat .-translate-x-11 {
--tw-translate-x: -2.75rem;
}
#printformat .-translate-x-12 {
--tw-translate-x: -3rem;
}
#printformat .-translate-x-14 {
--tw-translate-x: -3.5rem;
}
#printformat .-translate-x-16 {
--tw-translate-x: -4rem;
}
#printformat .-translate-x-20 {
--tw-translate-x: -5rem;
}
#printformat .-translate-x-24 {
--tw-translate-x: -6rem;
}
#printformat .-translate-x-28 {
--tw-translate-x: -7rem;
}
#printformat .-translate-x-32 {
--tw-translate-x: -8rem;
}
#printformat .-translate-x-36 {
--tw-translate-x: -9rem;
}
#printformat .-translate-x-40 {
--tw-translate-x: -10rem;
}
#printformat .-translate-x-44 {
--tw-translate-x: -11rem;
}
#printformat .-translate-x-48 {
--tw-translate-x: -12rem;
}
#printformat .-translate-x-52 {
--tw-translate-x: -13rem;
}
#printformat .-translate-x-56 {
--tw-translate-x: -14rem;
}
#printformat .-translate-x-60 {
--tw-translate-x: -15rem;
}
#printformat .-translate-x-64 {
--tw-translate-x: -16rem;
}
#printformat .-translate-x-72 {
--tw-translate-x: -18rem;
}
#printformat .-translate-x-80 {
--tw-translate-x: -20rem;
}
#printformat .-translate-x-96 {
--tw-translate-x: -24rem;
}
#printformat .-translate-x-px {
--tw-translate-x: -1px;
}
#printformat .-translate-x-0\.5 {
--tw-translate-x: -0.125rem;
}
#printformat .-translate-x-1\.5 {
--tw-translate-x: -0.375rem;
}
#printformat .-translate-x-2\.5 {
--tw-translate-x: -0.625rem;
}
#printformat .-translate-x-3\.5 {
--tw-translate-x: -0.875rem;
}
#printformat .translate-x-1\/2 {
--tw-translate-x: 50%;
}
#printformat .translate-x-1\/3 {
--tw-translate-x: 33.333333%;
}
#printformat .translate-x-2\/3 {
--tw-translate-x: 66.666667%;
}
#printformat .translate-x-1\/4 {
--tw-translate-x: 25%;
}
#printformat .translate-x-2\/4 {
--tw-translate-x: 50%;
}
#printformat .translate-x-3\/4 {
--tw-translate-x: 75%;
}
#printformat .translate-x-full {
--tw-translate-x: 100%;
}
#printformat .-translate-x-1\/2 {
--tw-translate-x: -50%;
}
#printformat .-translate-x-1\/3 {
--tw-translate-x: -33.333333%;
}
#printformat .-translate-x-2\/3 {
--tw-translate-x: -66.666667%;
}
#printformat .-translate-x-1\/4 {
--tw-translate-x: -25%;
}
#printformat .-translate-x-2\/4 {
--tw-translate-x: -50%;
}
#printformat .-translate-x-3\/4 {
--tw-translate-x: -75%;
}
#printformat .-translate-x-full {
--tw-translate-x: -100%;
}
#printformat .translate-y-0 {
--tw-translate-y: 0px;
}
#printformat .translate-y-1 {
--tw-translate-y: 0.25rem;
}
#printformat .translate-y-2 {
--tw-translate-y: 0.5rem;
}
#printformat .translate-y-3 {
--tw-translate-y: 0.75rem;
}
#printformat .translate-y-4 {
--tw-translate-y: 1rem;
}
#printformat .translate-y-5 {
--tw-translate-y: 1.25rem;
}
#printformat .translate-y-6 {
--tw-translate-y: 1.5rem;
}
#printformat .translate-y-7 {
--tw-translate-y: 1.75rem;
}
#printformat .translate-y-8 {
--tw-translate-y: 2rem;
}
#printformat .translate-y-9 {
--tw-translate-y: 2.25rem;
}
#printformat .translate-y-10 {
--tw-translate-y: 2.5rem;
}
#printformat .translate-y-11 {
--tw-translate-y: 2.75rem;
}
#printformat .translate-y-12 {
--tw-translate-y: 3rem;
}
#printformat .translate-y-14 {
--tw-translate-y: 3.5rem;
}
#printformat .translate-y-16 {
--tw-translate-y: 4rem;
}
#printformat .translate-y-20 {
--tw-translate-y: 5rem;
}
#printformat .translate-y-24 {
--tw-translate-y: 6rem;
}
#printformat .translate-y-28 {
--tw-translate-y: 7rem;
}
#printformat .translate-y-32 {
--tw-translate-y: 8rem;
}
#printformat .translate-y-36 {
--tw-translate-y: 9rem;
}
#printformat .translate-y-40 {
--tw-translate-y: 10rem;
}
#printformat .translate-y-44 {
--tw-translate-y: 11rem;
}
#printformat .translate-y-48 {
--tw-translate-y: 12rem;
}
#printformat .translate-y-52 {
--tw-translate-y: 13rem;
}
#printformat .translate-y-56 {
--tw-translate-y: 14rem;
}
#printformat .translate-y-60 {
--tw-translate-y: 15rem;
}
#printformat .translate-y-64 {
--tw-translate-y: 16rem;
}
#printformat .translate-y-72 {
--tw-translate-y: 18rem;
}
#printformat .translate-y-80 {
--tw-translate-y: 20rem;
}
#printformat .translate-y-96 {
--tw-translate-y: 24rem;
}
#printformat .translate-y-px {
--tw-translate-y: 1px;
}
#printformat .translate-y-0\.5 {
--tw-translate-y: 0.125rem;
}
#printformat .translate-y-1\.5 {
--tw-translate-y: 0.375rem;
}
#printformat .translate-y-2\.5 {
--tw-translate-y: 0.625rem;
}
#printformat .translate-y-3\.5 {
--tw-translate-y: 0.875rem;
}
#printformat .-translate-y-0 {
--tw-translate-y: 0px;
}
#printformat .-translate-y-1 {
--tw-translate-y: -0.25rem;
}
#printformat .-translate-y-2 {
--tw-translate-y: -0.5rem;
}
#printformat .-translate-y-3 {
--tw-translate-y: -0.75rem;
}
#printformat .-translate-y-4 {
--tw-translate-y: -1rem;
}
#printformat .-translate-y-5 {
--tw-translate-y: -1.25rem;
}
#printformat .-translate-y-6 {
--tw-translate-y: -1.5rem;
}
#printformat .-translate-y-7 {
--tw-translate-y: -1.75rem;
}
#printformat .-translate-y-8 {
--tw-translate-y: -2rem;
}
#printformat .-translate-y-9 {
--tw-translate-y: -2.25rem;
}
#printformat .-translate-y-10 {
--tw-translate-y: -2.5rem;
}
#printformat .-translate-y-11 {
--tw-translate-y: -2.75rem;
}
#printformat .-translate-y-12 {
--tw-translate-y: -3rem;
}
#printformat .-translate-y-14 {
--tw-translate-y: -3.5rem;
}
#printformat .-translate-y-16 {
--tw-translate-y: -4rem;
}
#printformat .-translate-y-20 {
--tw-translate-y: -5rem;
}
#printformat .-translate-y-24 {
--tw-translate-y: -6rem;
}
#printformat .-translate-y-28 {
--tw-translate-y: -7rem;
}
#printformat .-translate-y-32 {
--tw-translate-y: -8rem;
}
#printformat .-translate-y-36 {
--tw-translate-y: -9rem;
}
#printformat .-translate-y-40 {
--tw-translate-y: -10rem;
}
#printformat .-translate-y-44 {
--tw-translate-y: -11rem;
}
#printformat .-translate-y-48 {
--tw-translate-y: -12rem;
}
#printformat .-translate-y-52 {
--tw-translate-y: -13rem;
}
#printformat .-translate-y-56 {
--tw-translate-y: -14rem;
}
#printformat .-translate-y-60 {
--tw-translate-y: -15rem;
}
#printformat .-translate-y-64 {
--tw-translate-y: -16rem;
}
#printformat .-translate-y-72 {
--tw-translate-y: -18rem;
}
#printformat .-translate-y-80 {
--tw-translate-y: -20rem;
}
#printformat .-translate-y-96 {
--tw-translate-y: -24rem;
}
#printformat .-translate-y-px {
--tw-translate-y: -1px;
}
#printformat .-translate-y-0\.5 {
--tw-translate-y: -0.125rem;
}
#printformat .-translate-y-1\.5 {
--tw-translate-y: -0.375rem;
}
#printformat .-translate-y-2\.5 {
--tw-translate-y: -0.625rem;
}
#printformat .-translate-y-3\.5 {
--tw-translate-y: -0.875rem;
}
#printformat .translate-y-1\/2 {
--tw-translate-y: 50%;
}
#printformat .translate-y-1\/3 {
--tw-translate-y: 33.333333%;
}
#printformat .translate-y-2\/3 {
--tw-translate-y: 66.666667%;
}
#printformat .translate-y-1\/4 {
--tw-translate-y: 25%;
}
#printformat .translate-y-2\/4 {
--tw-translate-y: 50%;
}
#printformat .translate-y-3\/4 {
--tw-translate-y: 75%;
}
#printformat .translate-y-full {
--tw-translate-y: 100%;
}
#printformat .-translate-y-1\/2 {
--tw-translate-y: -50%;
}
#printformat .-translate-y-1\/3 {
--tw-translate-y: -33.333333%;
}
#printformat .-translate-y-2\/3 {
--tw-translate-y: -66.666667%;
}
#printformat .-translate-y-1\/4 {
--tw-translate-y: -25%;
}
#printformat .-translate-y-2\/4 {
--tw-translate-y: -50%;
}
#printformat .-translate-y-3\/4 {
--tw-translate-y: -75%;
}
#printformat .-translate-y-full {
--tw-translate-y: -100%;
}
#printformat .hover\:translate-x-0:hover {
--tw-translate-x: 0px;
}
#printformat .hover\:translate-x-1:hover {
--tw-translate-x: 0.25rem;
}
#printformat .hover\:translate-x-2:hover {
--tw-translate-x: 0.5rem;
}
#printformat .hover\:translate-x-3:hover {
--tw-translate-x: 0.75rem;
}
#printformat .hover\:translate-x-4:hover {
--tw-translate-x: 1rem;
}
#printformat .hover\:translate-x-5:hover {
--tw-translate-x: 1.25rem;
}
#printformat .hover\:translate-x-6:hover {
--tw-translate-x: 1.5rem;
}
#printformat .hover\:translate-x-7:hover {
--tw-translate-x: 1.75rem;
}
#printformat .hover\:translate-x-8:hover {
--tw-translate-x: 2rem;
}
#printformat .hover\:translate-x-9:hover {
--tw-translate-x: 2.25rem;
}
#printformat .hover\:translate-x-10:hover {
--tw-translate-x: 2.5rem;
}
#printformat .hover\:translate-x-11:hover {
--tw-translate-x: 2.75rem;
}
#printformat .hover\:translate-x-12:hover {
--tw-translate-x: 3rem;
}
#printformat .hover\:translate-x-14:hover {
--tw-translate-x: 3.5rem;
}
#printformat .hover\:translate-x-16:hover {
--tw-translate-x: 4rem;
}
#printformat .hover\:translate-x-20:hover {
--tw-translate-x: 5rem;
}
#printformat .hover\:translate-x-24:hover {
--tw-translate-x: 6rem;
}
#printformat .hover\:translate-x-28:hover {
--tw-translate-x: 7rem;
}
#printformat .hover\:translate-x-32:hover {
--tw-translate-x: 8rem;
}
#printformat .hover\:translate-x-36:hover {
--tw-translate-x: 9rem;
}
#printformat .hover\:translate-x-40:hover {
--tw-translate-x: 10rem;
}
#printformat .hover\:translate-x-44:hover {
--tw-translate-x: 11rem;
}
#printformat .hover\:translate-x-48:hover {
--tw-translate-x: 12rem;
}
#printformat .hover\:translate-x-52:hover {
--tw-translate-x: 13rem;
}
#printformat .hover\:translate-x-56:hover {
--tw-translate-x: 14rem;
}
#printformat .hover\:translate-x-60:hover {
--tw-translate-x: 15rem;
}
#printformat .hover\:translate-x-64:hover {
--tw-translate-x: 16rem;
}
#printformat .hover\:translate-x-72:hover {
--tw-translate-x: 18rem;
}
#printformat .hover\:translate-x-80:hover {
--tw-translate-x: 20rem;
}
#printformat .hover\:translate-x-96:hover {
--tw-translate-x: 24rem;
}
#printformat .hover\:translate-x-px:hover {
--tw-translate-x: 1px;
}
#printformat .hover\:translate-x-0\.5:hover {
--tw-translate-x: 0.125rem;
}
#printformat .hover\:translate-x-1\.5:hover {
--tw-translate-x: 0.375rem;
}
#printformat .hover\:translate-x-2\.5:hover {
--tw-translate-x: 0.625rem;
}
#printformat .hover\:translate-x-3\.5:hover {
--tw-translate-x: 0.875rem;
}
#printformat .hover\:-translate-x-0:hover {
--tw-translate-x: 0px;
}
#printformat .hover\:-translate-x-1:hover {
--tw-translate-x: -0.25rem;
}
#printformat .hover\:-translate-x-2:hover {
--tw-translate-x: -0.5rem;
}
#printformat .hover\:-translate-x-3:hover {
--tw-translate-x: -0.75rem;
}
#printformat .hover\:-translate-x-4:hover {
--tw-translate-x: -1rem;
}
#printformat .hover\:-translate-x-5:hover {
--tw-translate-x: -1.25rem;
}
#printformat .hover\:-translate-x-6:hover {
--tw-translate-x: -1.5rem;
}
#printformat .hover\:-translate-x-7:hover {
--tw-translate-x: -1.75rem;
}
#printformat .hover\:-translate-x-8:hover {
--tw-translate-x: -2rem;
}
#printformat .hover\:-translate-x-9:hover {
--tw-translate-x: -2.25rem;
}
#printformat .hover\:-translate-x-10:hover {
--tw-translate-x: -2.5rem;
}
#printformat .hover\:-translate-x-11:hover {
--tw-translate-x: -2.75rem;
}
#printformat .hover\:-translate-x-12:hover {
--tw-translate-x: -3rem;
}
#printformat .hover\:-translate-x-14:hover {
--tw-translate-x: -3.5rem;
}
#printformat .hover\:-translate-x-16:hover {
--tw-translate-x: -4rem;
}
#printformat .hover\:-translate-x-20:hover {
--tw-translate-x: -5rem;
}
#printformat .hover\:-translate-x-24:hover {
--tw-translate-x: -6rem;
}
#printformat .hover\:-translate-x-28:hover {
--tw-translate-x: -7rem;
}
#printformat .hover\:-translate-x-32:hover {
--tw-translate-x: -8rem;
}
#printformat .hover\:-translate-x-36:hover {
--tw-translate-x: -9rem;
}
#printformat .hover\:-translate-x-40:hover {
--tw-translate-x: -10rem;
}
#printformat .hover\:-translate-x-44:hover {
--tw-translate-x: -11rem;
}
#printformat .hover\:-translate-x-48:hover {
--tw-translate-x: -12rem;
}
#printformat .hover\:-translate-x-52:hover {
--tw-translate-x: -13rem;
}
#printformat .hover\:-translate-x-56:hover {
--tw-translate-x: -14rem;
}
#printformat .hover\:-translate-x-60:hover {
--tw-translate-x: -15rem;
}
#printformat .hover\:-translate-x-64:hover {
--tw-translate-x: -16rem;
}
#printformat .hover\:-translate-x-72:hover {
--tw-translate-x: -18rem;
}
#printformat .hover\:-translate-x-80:hover {
--tw-translate-x: -20rem;
}
#printformat .hover\:-translate-x-96:hover {
--tw-translate-x: -24rem;
}
#printformat .hover\:-translate-x-px:hover {
--tw-translate-x: -1px;
}
#printformat .hover\:-translate-x-0\.5:hover {
--tw-translate-x: -0.125rem;
}
#printformat .hover\:-translate-x-1\.5:hover {
--tw-translate-x: -0.375rem;
}
#printformat .hover\:-translate-x-2\.5:hover {
--tw-translate-x: -0.625rem;
}
#printformat .hover\:-translate-x-3\.5:hover {
--tw-translate-x: -0.875rem;
}
#printformat .hover\:translate-x-1\/2:hover {
--tw-translate-x: 50%;
}
#printformat .hover\:translate-x-1\/3:hover {
--tw-translate-x: 33.333333%;
}
#printformat .hover\:translate-x-2\/3:hover {
--tw-translate-x: 66.666667%;
}
#printformat .hover\:translate-x-1\/4:hover {
--tw-translate-x: 25%;
}
#printformat .hover\:translate-x-2\/4:hover {
--tw-translate-x: 50%;
}
#printformat .hover\:translate-x-3\/4:hover {
--tw-translate-x: 75%;
}
#printformat .hover\:translate-x-full:hover {
--tw-translate-x: 100%;
}
#printformat .hover\:-translate-x-1\/2:hover {
--tw-translate-x: -50%;
}
#printformat .hover\:-translate-x-1\/3:hover {
--tw-translate-x: -33.333333%;
}
#printformat .hover\:-translate-x-2\/3:hover {
--tw-translate-x: -66.666667%;
}
#printformat .hover\:-translate-x-1\/4:hover {
--tw-translate-x: -25%;
}
#printformat .hover\:-translate-x-2\/4:hover {
--tw-translate-x: -50%;
}
#printformat .hover\:-translate-x-3\/4:hover {
--tw-translate-x: -75%;
}
#printformat .hover\:-translate-x-full:hover {
--tw-translate-x: -100%;
}
#printformat .hover\:translate-y-0:hover {
--tw-translate-y: 0px;
}
#printformat .hover\:translate-y-1:hover {
--tw-translate-y: 0.25rem;
}
#printformat .hover\:translate-y-2:hover {
--tw-translate-y: 0.5rem;
}
#printformat .hover\:translate-y-3:hover {
--tw-translate-y: 0.75rem;
}
#printformat .hover\:translate-y-4:hover {
--tw-translate-y: 1rem;
}
#printformat .hover\:translate-y-5:hover {
--tw-translate-y: 1.25rem;
}
#printformat .hover\:translate-y-6:hover {
--tw-translate-y: 1.5rem;
}
#printformat .hover\:translate-y-7:hover {
--tw-translate-y: 1.75rem;
}
#printformat .hover\:translate-y-8:hover {
--tw-translate-y: 2rem;
}
#printformat .hover\:translate-y-9:hover {
--tw-translate-y: 2.25rem;
}
#printformat .hover\:translate-y-10:hover {
--tw-translate-y: 2.5rem;
}
#printformat .hover\:translate-y-11:hover {
--tw-translate-y: 2.75rem;
}
#printformat .hover\:translate-y-12:hover {
--tw-translate-y: 3rem;
}
#printformat .hover\:translate-y-14:hover {
--tw-translate-y: 3.5rem;
}
#printformat .hover\:translate-y-16:hover {
--tw-translate-y: 4rem;
}
#printformat .hover\:translate-y-20:hover {
--tw-translate-y: 5rem;
}
#printformat .hover\:translate-y-24:hover {
--tw-translate-y: 6rem;
}
#printformat .hover\:translate-y-28:hover {
--tw-translate-y: 7rem;
}
#printformat .hover\:translate-y-32:hover {
--tw-translate-y: 8rem;
}
#printformat .hover\:translate-y-36:hover {
--tw-translate-y: 9rem;
}
#printformat .hover\:translate-y-40:hover {
--tw-translate-y: 10rem;
}
#printformat .hover\:translate-y-44:hover {
--tw-translate-y: 11rem;
}
#printformat .hover\:translate-y-48:hover {
--tw-translate-y: 12rem;
}
#printformat .hover\:translate-y-52:hover {
--tw-translate-y: 13rem;
}
#printformat .hover\:translate-y-56:hover {
--tw-translate-y: 14rem;
}
#printformat .hover\:translate-y-60:hover {
--tw-translate-y: 15rem;
}
#printformat .hover\:translate-y-64:hover {
--tw-translate-y: 16rem;
}
#printformat .hover\:translate-y-72:hover {
--tw-translate-y: 18rem;
}
#printformat .hover\:translate-y-80:hover {
--tw-translate-y: 20rem;
}
#printformat .hover\:translate-y-96:hover {
--tw-translate-y: 24rem;
}
#printformat .hover\:translate-y-px:hover {
--tw-translate-y: 1px;
}
#printformat .hover\:translate-y-0\.5:hover {
--tw-translate-y: 0.125rem;
}
#printformat .hover\:translate-y-1\.5:hover {
--tw-translate-y: 0.375rem;
}
#printformat .hover\:translate-y-2\.5:hover {
--tw-translate-y: 0.625rem;
}
#printformat .hover\:translate-y-3\.5:hover {
--tw-translate-y: 0.875rem;
}
#printformat .hover\:-translate-y-0:hover {
--tw-translate-y: 0px;
}
#printformat .hover\:-translate-y-1:hover {
--tw-translate-y: -0.25rem;
}
#printformat .hover\:-translate-y-2:hover {
--tw-translate-y: -0.5rem;
}
#printformat .hover\:-translate-y-3:hover {
--tw-translate-y: -0.75rem;
}
#printformat .hover\:-translate-y-4:hover {
--tw-translate-y: -1rem;
}
#printformat .hover\:-translate-y-5:hover {
--tw-translate-y: -1.25rem;
}
#printformat .hover\:-translate-y-6:hover {
--tw-translate-y: -1.5rem;
}
#printformat .hover\:-translate-y-7:hover {
--tw-translate-y: -1.75rem;
}
#printformat .hover\:-translate-y-8:hover {
--tw-translate-y: -2rem;
}
#printformat .hover\:-translate-y-9:hover {
--tw-translate-y: -2.25rem;
}
#printformat .hover\:-translate-y-10:hover {
--tw-translate-y: -2.5rem;
}
#printformat .hover\:-translate-y-11:hover {
--tw-translate-y: -2.75rem;
}
#printformat .hover\:-translate-y-12:hover {
--tw-translate-y: -3rem;
}
#printformat .hover\:-translate-y-14:hover {
--tw-translate-y: -3.5rem;
}
#printformat .hover\:-translate-y-16:hover {
--tw-translate-y: -4rem;
}
#printformat .hover\:-translate-y-20:hover {
--tw-translate-y: -5rem;
}
#printformat .hover\:-translate-y-24:hover {
--tw-translate-y: -6rem;
}
#printformat .hover\:-translate-y-28:hover {
--tw-translate-y: -7rem;
}
#printformat .hover\:-translate-y-32:hover {
--tw-translate-y: -8rem;
}
#printformat .hover\:-translate-y-36:hover {
--tw-translate-y: -9rem;
}
#printformat .hover\:-translate-y-40:hover {
--tw-translate-y: -10rem;
}
#printformat .hover\:-translate-y-44:hover {
--tw-translate-y: -11rem;
}
#printformat .hover\:-translate-y-48:hover {
--tw-translate-y: -12rem;
}
#printformat .hover\:-translate-y-52:hover {
--tw-translate-y: -13rem;
}
#printformat .hover\:-translate-y-56:hover {
--tw-translate-y: -14rem;
}
#printformat .hover\:-translate-y-60:hover {
--tw-translate-y: -15rem;
}
#printformat .hover\:-translate-y-64:hover {
--tw-translate-y: -16rem;
}
#printformat .hover\:-translate-y-72:hover {
--tw-translate-y: -18rem;
}
#printformat .hover\:-translate-y-80:hover {
--tw-translate-y: -20rem;
}
#printformat .hover\:-translate-y-96:hover {
--tw-translate-y: -24rem;
}
#printformat .hover\:-translate-y-px:hover {
--tw-translate-y: -1px;
}
#printformat .hover\:-translate-y-0\.5:hover {
--tw-translate-y: -0.125rem;
}
#printformat .hover\:-translate-y-1\.5:hover {
--tw-translate-y: -0.375rem;
}
#printformat .hover\:-translate-y-2\.5:hover {
--tw-translate-y: -0.625rem;
}
#printformat .hover\:-translate-y-3\.5:hover {
--tw-translate-y: -0.875rem;
}
#printformat .hover\:translate-y-1\/2:hover {
--tw-translate-y: 50%;
}
#printformat .hover\:translate-y-1\/3:hover {
--tw-translate-y: 33.333333%;
}
#printformat .hover\:translate-y-2\/3:hover {
--tw-translate-y: 66.666667%;
}
#printformat .hover\:translate-y-1\/4:hover {
--tw-translate-y: 25%;
}
#printformat .hover\:translate-y-2\/4:hover {
--tw-translate-y: 50%;
}
#printformat .hover\:translate-y-3\/4:hover {
--tw-translate-y: 75%;
}
#printformat .hover\:translate-y-full:hover {
--tw-translate-y: 100%;
}
#printformat .hover\:-translate-y-1\/2:hover {
--tw-translate-y: -50%;
}
#printformat .hover\:-translate-y-1\/3:hover {
--tw-translate-y: -33.333333%;
}
#printformat .hover\:-translate-y-2\/3:hover {
--tw-translate-y: -66.666667%;
}
#printformat .hover\:-translate-y-1\/4:hover {
--tw-translate-y: -25%;
}
#printformat .hover\:-translate-y-2\/4:hover {
--tw-translate-y: -50%;
}
#printformat .hover\:-translate-y-3\/4:hover {
--tw-translate-y: -75%;
}
#printformat .hover\:-translate-y-full:hover {
--tw-translate-y: -100%;
}
#printformat .focus\:translate-x-0:focus {
--tw-translate-x: 0px;
}
#printformat .focus\:translate-x-1:focus {
--tw-translate-x: 0.25rem;
}
#printformat .focus\:translate-x-2:focus {
--tw-translate-x: 0.5rem;
}
#printformat .focus\:translate-x-3:focus {
--tw-translate-x: 0.75rem;
}
#printformat .focus\:translate-x-4:focus {
--tw-translate-x: 1rem;
}
#printformat .focus\:translate-x-5:focus {
--tw-translate-x: 1.25rem;
}
#printformat .focus\:translate-x-6:focus {
--tw-translate-x: 1.5rem;
}
#printformat .focus\:translate-x-7:focus {
--tw-translate-x: 1.75rem;
}
#printformat .focus\:translate-x-8:focus {
--tw-translate-x: 2rem;
}
#printformat .focus\:translate-x-9:focus {
--tw-translate-x: 2.25rem;
}
#printformat .focus\:translate-x-10:focus {
--tw-translate-x: 2.5rem;
}
#printformat .focus\:translate-x-11:focus {
--tw-translate-x: 2.75rem;
}
#printformat .focus\:translate-x-12:focus {
--tw-translate-x: 3rem;
}
#printformat .focus\:translate-x-14:focus {
--tw-translate-x: 3.5rem;
}
#printformat .focus\:translate-x-16:focus {
--tw-translate-x: 4rem;
}
#printformat .focus\:translate-x-20:focus {
--tw-translate-x: 5rem;
}
#printformat .focus\:translate-x-24:focus {
--tw-translate-x: 6rem;
}
#printformat .focus\:translate-x-28:focus {
--tw-translate-x: 7rem;
}
#printformat .focus\:translate-x-32:focus {
--tw-translate-x: 8rem;
}
#printformat .focus\:translate-x-36:focus {
--tw-translate-x: 9rem;
}
#printformat .focus\:translate-x-40:focus {
--tw-translate-x: 10rem;
}
#printformat .focus\:translate-x-44:focus {
--tw-translate-x: 11rem;
}
#printformat .focus\:translate-x-48:focus {
--tw-translate-x: 12rem;
}
#printformat .focus\:translate-x-52:focus {
--tw-translate-x: 13rem;
}
#printformat .focus\:translate-x-56:focus {
--tw-translate-x: 14rem;
}
#printformat .focus\:translate-x-60:focus {
--tw-translate-x: 15rem;
}
#printformat .focus\:translate-x-64:focus {
--tw-translate-x: 16rem;
}
#printformat .focus\:translate-x-72:focus {
--tw-translate-x: 18rem;
}
#printformat .focus\:translate-x-80:focus {
--tw-translate-x: 20rem;
}
#printformat .focus\:translate-x-96:focus {
--tw-translate-x: 24rem;
}
#printformat .focus\:translate-x-px:focus {
--tw-translate-x: 1px;
}
#printformat .focus\:translate-x-0\.5:focus {
--tw-translate-x: 0.125rem;
}
#printformat .focus\:translate-x-1\.5:focus {
--tw-translate-x: 0.375rem;
}
#printformat .focus\:translate-x-2\.5:focus {
--tw-translate-x: 0.625rem;
}
#printformat .focus\:translate-x-3\.5:focus {
--tw-translate-x: 0.875rem;
}
#printformat .focus\:-translate-x-0:focus {
--tw-translate-x: 0px;
}
#printformat .focus\:-translate-x-1:focus {
--tw-translate-x: -0.25rem;
}
#printformat .focus\:-translate-x-2:focus {
--tw-translate-x: -0.5rem;
}
#printformat .focus\:-translate-x-3:focus {
--tw-translate-x: -0.75rem;
}
#printformat .focus\:-translate-x-4:focus {
--tw-translate-x: -1rem;
}
#printformat .focus\:-translate-x-5:focus {
--tw-translate-x: -1.25rem;
}
#printformat .focus\:-translate-x-6:focus {
--tw-translate-x: -1.5rem;
}
#printformat .focus\:-translate-x-7:focus {
--tw-translate-x: -1.75rem;
}
#printformat .focus\:-translate-x-8:focus {
--tw-translate-x: -2rem;
}
#printformat .focus\:-translate-x-9:focus {
--tw-translate-x: -2.25rem;
}
#printformat .focus\:-translate-x-10:focus {
--tw-translate-x: -2.5rem;
}
#printformat .focus\:-translate-x-11:focus {
--tw-translate-x: -2.75rem;
}
#printformat .focus\:-translate-x-12:focus {
--tw-translate-x: -3rem;
}
#printformat .focus\:-translate-x-14:focus {
--tw-translate-x: -3.5rem;
}
#printformat .focus\:-translate-x-16:focus {
--tw-translate-x: -4rem;
}
#printformat .focus\:-translate-x-20:focus {
--tw-translate-x: -5rem;
}
#printformat .focus\:-translate-x-24:focus {
--tw-translate-x: -6rem;
}
#printformat .focus\:-translate-x-28:focus {
--tw-translate-x: -7rem;
}
#printformat .focus\:-translate-x-32:focus {
--tw-translate-x: -8rem;
}
#printformat .focus\:-translate-x-36:focus {
--tw-translate-x: -9rem;
}
#printformat .focus\:-translate-x-40:focus {
--tw-translate-x: -10rem;
}
#printformat .focus\:-translate-x-44:focus {
--tw-translate-x: -11rem;
}
#printformat .focus\:-translate-x-48:focus {
--tw-translate-x: -12rem;
}
#printformat .focus\:-translate-x-52:focus {
--tw-translate-x: -13rem;
}
#printformat .focus\:-translate-x-56:focus {
--tw-translate-x: -14rem;
}
#printformat .focus\:-translate-x-60:focus {
--tw-translate-x: -15rem;
}
#printformat .focus\:-translate-x-64:focus {
--tw-translate-x: -16rem;
}
#printformat .focus\:-translate-x-72:focus {
--tw-translate-x: -18rem;
}
#printformat .focus\:-translate-x-80:focus {
--tw-translate-x: -20rem;
}
#printformat .focus\:-translate-x-96:focus {
--tw-translate-x: -24rem;
}
#printformat .focus\:-translate-x-px:focus {
--tw-translate-x: -1px;
}
#printformat .focus\:-translate-x-0\.5:focus {
--tw-translate-x: -0.125rem;
}
#printformat .focus\:-translate-x-1\.5:focus {
--tw-translate-x: -0.375rem;
}
#printformat .focus\:-translate-x-2\.5:focus {
--tw-translate-x: -0.625rem;
}
#printformat .focus\:-translate-x-3\.5:focus {
--tw-translate-x: -0.875rem;
}
#printformat .focus\:translate-x-1\/2:focus {
--tw-translate-x: 50%;
}
#printformat .focus\:translate-x-1\/3:focus {
--tw-translate-x: 33.333333%;
}
#printformat .focus\:translate-x-2\/3:focus {
--tw-translate-x: 66.666667%;
}
#printformat .focus\:translate-x-1\/4:focus {
--tw-translate-x: 25%;
}
#printformat .focus\:translate-x-2\/4:focus {
--tw-translate-x: 50%;
}
#printformat .focus\:translate-x-3\/4:focus {
--tw-translate-x: 75%;
}
#printformat .focus\:translate-x-full:focus {
--tw-translate-x: 100%;
}
#printformat .focus\:-translate-x-1\/2:focus {
--tw-translate-x: -50%;
}
#printformat .focus\:-translate-x-1\/3:focus {
--tw-translate-x: -33.333333%;
}
#printformat .focus\:-translate-x-2\/3:focus {
--tw-translate-x: -66.666667%;
}
#printformat .focus\:-translate-x-1\/4:focus {
--tw-translate-x: -25%;
}
#printformat .focus\:-translate-x-2\/4:focus {
--tw-translate-x: -50%;
}
#printformat .focus\:-translate-x-3\/4:focus {
--tw-translate-x: -75%;
}
#printformat .focus\:-translate-x-full:focus {
--tw-translate-x: -100%;
}
#printformat .focus\:translate-y-0:focus {
--tw-translate-y: 0px;
}
#printformat .focus\:translate-y-1:focus {
--tw-translate-y: 0.25rem;
}
#printformat .focus\:translate-y-2:focus {
--tw-translate-y: 0.5rem;
}
#printformat .focus\:translate-y-3:focus {
--tw-translate-y: 0.75rem;
}
#printformat .focus\:translate-y-4:focus {
--tw-translate-y: 1rem;
}
#printformat .focus\:translate-y-5:focus {
--tw-translate-y: 1.25rem;
}
#printformat .focus\:translate-y-6:focus {
--tw-translate-y: 1.5rem;
}
#printformat .focus\:translate-y-7:focus {
--tw-translate-y: 1.75rem;
}
#printformat .focus\:translate-y-8:focus {
--tw-translate-y: 2rem;
}
#printformat .focus\:translate-y-9:focus {
--tw-translate-y: 2.25rem;
}
#printformat .focus\:translate-y-10:focus {
--tw-translate-y: 2.5rem;
}
#printformat .focus\:translate-y-11:focus {
--tw-translate-y: 2.75rem;
}
#printformat .focus\:translate-y-12:focus {
--tw-translate-y: 3rem;
}
#printformat .focus\:translate-y-14:focus {
--tw-translate-y: 3.5rem;
}
#printformat .focus\:translate-y-16:focus {
--tw-translate-y: 4rem;
}
#printformat .focus\:translate-y-20:focus {
--tw-translate-y: 5rem;
}
#printformat .focus\:translate-y-24:focus {
--tw-translate-y: 6rem;
}
#printformat .focus\:translate-y-28:focus {
--tw-translate-y: 7rem;
}
#printformat .focus\:translate-y-32:focus {
--tw-translate-y: 8rem;
}
#printformat .focus\:translate-y-36:focus {
--tw-translate-y: 9rem;
}
#printformat .focus\:translate-y-40:focus {
--tw-translate-y: 10rem;
}
#printformat .focus\:translate-y-44:focus {
--tw-translate-y: 11rem;
}
#printformat .focus\:translate-y-48:focus {
--tw-translate-y: 12rem;
}
#printformat .focus\:translate-y-52:focus {
--tw-translate-y: 13rem;
}
#printformat .focus\:translate-y-56:focus {
--tw-translate-y: 14rem;
}
#printformat .focus\:translate-y-60:focus {
--tw-translate-y: 15rem;
}
#printformat .focus\:translate-y-64:focus {
--tw-translate-y: 16rem;
}
#printformat .focus\:translate-y-72:focus {
--tw-translate-y: 18rem;
}
#printformat .focus\:translate-y-80:focus {
--tw-translate-y: 20rem;
}
#printformat .focus\:translate-y-96:focus {
--tw-translate-y: 24rem;
}
#printformat .focus\:translate-y-px:focus {
--tw-translate-y: 1px;
}
#printformat .focus\:translate-y-0\.5:focus {
--tw-translate-y: 0.125rem;
}
#printformat .focus\:translate-y-1\.5:focus {
--tw-translate-y: 0.375rem;
}
#printformat .focus\:translate-y-2\.5:focus {
--tw-translate-y: 0.625rem;
}
#printformat .focus\:translate-y-3\.5:focus {
--tw-translate-y: 0.875rem;
}
#printformat .focus\:-translate-y-0:focus {
--tw-translate-y: 0px;
}
#printformat .focus\:-translate-y-1:focus {
--tw-translate-y: -0.25rem;
}
#printformat .focus\:-translate-y-2:focus {
--tw-translate-y: -0.5rem;
}
#printformat .focus\:-translate-y-3:focus {
--tw-translate-y: -0.75rem;
}
#printformat .focus\:-translate-y-4:focus {
--tw-translate-y: -1rem;
}
#printformat .focus\:-translate-y-5:focus {
--tw-translate-y: -1.25rem;
}
#printformat .focus\:-translate-y-6:focus {
--tw-translate-y: -1.5rem;
}
#printformat .focus\:-translate-y-7:focus {
--tw-translate-y: -1.75rem;
}
#printformat .focus\:-translate-y-8:focus {
--tw-translate-y: -2rem;
}
#printformat .focus\:-translate-y-9:focus {
--tw-translate-y: -2.25rem;
}
#printformat .focus\:-translate-y-10:focus {
--tw-translate-y: -2.5rem;
}
#printformat .focus\:-translate-y-11:focus {
--tw-translate-y: -2.75rem;
}
#printformat .focus\:-translate-y-12:focus {
--tw-translate-y: -3rem;
}
#printformat .focus\:-translate-y-14:focus {
--tw-translate-y: -3.5rem;
}
#printformat .focus\:-translate-y-16:focus {
--tw-translate-y: -4rem;
}
#printformat .focus\:-translate-y-20:focus {
--tw-translate-y: -5rem;
}
#printformat .focus\:-translate-y-24:focus {
--tw-translate-y: -6rem;
}
#printformat .focus\:-translate-y-28:focus {
--tw-translate-y: -7rem;
}
#printformat .focus\:-translate-y-32:focus {
--tw-translate-y: -8rem;
}
#printformat .focus\:-translate-y-36:focus {
--tw-translate-y: -9rem;
}
#printformat .focus\:-translate-y-40:focus {
--tw-translate-y: -10rem;
}
#printformat .focus\:-translate-y-44:focus {
--tw-translate-y: -11rem;
}
#printformat .focus\:-translate-y-48:focus {
--tw-translate-y: -12rem;
}
#printformat .focus\:-translate-y-52:focus {
--tw-translate-y: -13rem;
}
#printformat .focus\:-translate-y-56:focus {
--tw-translate-y: -14rem;
}
#printformat .focus\:-translate-y-60:focus {
--tw-translate-y: -15rem;
}
#printformat .focus\:-translate-y-64:focus {
--tw-translate-y: -16rem;
}
#printformat .focus\:-translate-y-72:focus {
--tw-translate-y: -18rem;
}
#printformat .focus\:-translate-y-80:focus {
--tw-translate-y: -20rem;
}
#printformat .focus\:-translate-y-96:focus {
--tw-translate-y: -24rem;
}
#printformat .focus\:-translate-y-px:focus {
--tw-translate-y: -1px;
}
#printformat .focus\:-translate-y-0\.5:focus {
--tw-translate-y: -0.125rem;
}
#printformat .focus\:-translate-y-1\.5:focus {
--tw-translate-y: -0.375rem;
}
#printformat .focus\:-translate-y-2\.5:focus {
--tw-translate-y: -0.625rem;
}
#printformat .focus\:-translate-y-3\.5:focus {
--tw-translate-y: -0.875rem;
}
#printformat .focus\:translate-y-1\/2:focus {
--tw-translate-y: 50%;
}
#printformat .focus\:translate-y-1\/3:focus {
--tw-translate-y: 33.333333%;
}
#printformat .focus\:translate-y-2\/3:focus {
--tw-translate-y: 66.666667%;
}
#printformat .focus\:translate-y-1\/4:focus {
--tw-translate-y: 25%;
}
#printformat .focus\:translate-y-2\/4:focus {
--tw-translate-y: 50%;
}
#printformat .focus\:translate-y-3\/4:focus {
--tw-translate-y: 75%;
}
#printformat .focus\:translate-y-full:focus {
--tw-translate-y: 100%;
}
#printformat .focus\:-translate-y-1\/2:focus {
--tw-translate-y: -50%;
}
#printformat .focus\:-translate-y-1\/3:focus {
--tw-translate-y: -33.333333%;
}
#printformat .focus\:-translate-y-2\/3:focus {
--tw-translate-y: -66.666667%;
}
#printformat .focus\:-translate-y-1\/4:focus {
--tw-translate-y: -25%;
}
#printformat .focus\:-translate-y-2\/4:focus {
--tw-translate-y: -50%;
}
#printformat .focus\:-translate-y-3\/4:focus {
--tw-translate-y: -75%;
}
#printformat .focus\:-translate-y-full:focus {
--tw-translate-y: -100%;
}
#printformat .rotate-0 {
--tw-rotate: 0deg;
}
#printformat .rotate-1 {
--tw-rotate: 1deg;
}
#printformat .rotate-2 {
--tw-rotate: 2deg;
}
#printformat .rotate-3 {
--tw-rotate: 3deg;
}
#printformat .rotate-6 {
--tw-rotate: 6deg;
}
#printformat .rotate-12 {
--tw-rotate: 12deg;
}
#printformat .rotate-45 {
--tw-rotate: 45deg;
}
#printformat .rotate-90 {
--tw-rotate: 90deg;
}
#printformat .rotate-180 {
--tw-rotate: 180deg;
}
#printformat .-rotate-180 {
--tw-rotate: -180deg;
}
#printformat .-rotate-90 {
--tw-rotate: -90deg;
}
#printformat .-rotate-45 {
--tw-rotate: -45deg;
}
#printformat .-rotate-12 {
--tw-rotate: -12deg;
}
#printformat .-rotate-6 {
--tw-rotate: -6deg;
}
#printformat .-rotate-3 {
--tw-rotate: -3deg;
}
#printformat .-rotate-2 {
--tw-rotate: -2deg;
}
#printformat .-rotate-1 {
--tw-rotate: -1deg;
}
#printformat .hover\:rotate-0:hover {
--tw-rotate: 0deg;
}
#printformat .hover\:rotate-1:hover {
--tw-rotate: 1deg;
}
#printformat .hover\:rotate-2:hover {
--tw-rotate: 2deg;
}
#printformat .hover\:rotate-3:hover {
--tw-rotate: 3deg;
}
#printformat .hover\:rotate-6:hover {
--tw-rotate: 6deg;
}
#printformat .hover\:rotate-12:hover {
--tw-rotate: 12deg;
}
#printformat .hover\:rotate-45:hover {
--tw-rotate: 45deg;
}
#printformat .hover\:rotate-90:hover {
--tw-rotate: 90deg;
}
#printformat .hover\:rotate-180:hover {
--tw-rotate: 180deg;
}
#printformat .hover\:-rotate-180:hover {
--tw-rotate: -180deg;
}
#printformat .hover\:-rotate-90:hover {
--tw-rotate: -90deg;
}
#printformat .hover\:-rotate-45:hover {
--tw-rotate: -45deg;
}
#printformat .hover\:-rotate-12:hover {
--tw-rotate: -12deg;
}
#printformat .hover\:-rotate-6:hover {
--tw-rotate: -6deg;
}
#printformat .hover\:-rotate-3:hover {
--tw-rotate: -3deg;
}
#printformat .hover\:-rotate-2:hover {
--tw-rotate: -2deg;
}
#printformat .hover\:-rotate-1:hover {
--tw-rotate: -1deg;
}
#printformat .focus\:rotate-0:focus {
--tw-rotate: 0deg;
}
#printformat .focus\:rotate-1:focus {
--tw-rotate: 1deg;
}
#printformat .focus\:rotate-2:focus {
--tw-rotate: 2deg;
}
#printformat .focus\:rotate-3:focus {
--tw-rotate: 3deg;
}
#printformat .focus\:rotate-6:focus {
--tw-rotate: 6deg;
}
#printformat .focus\:rotate-12:focus {
--tw-rotate: 12deg;
}
#printformat .focus\:rotate-45:focus {
--tw-rotate: 45deg;
}
#printformat .focus\:rotate-90:focus {
--tw-rotate: 90deg;
}
#printformat .focus\:rotate-180:focus {
--tw-rotate: 180deg;
}
#printformat .focus\:-rotate-180:focus {
--tw-rotate: -180deg;
}
#printformat .focus\:-rotate-90:focus {
--tw-rotate: -90deg;
}
#printformat .focus\:-rotate-45:focus {
--tw-rotate: -45deg;
}
#printformat .focus\:-rotate-12:focus {
--tw-rotate: -12deg;
}
#printformat .focus\:-rotate-6:focus {
--tw-rotate: -6deg;
}
#printformat .focus\:-rotate-3:focus {
--tw-rotate: -3deg;
}
#printformat .focus\:-rotate-2:focus {
--tw-rotate: -2deg;
}
#printformat .focus\:-rotate-1:focus {
--tw-rotate: -1deg;
}
#printformat .skew-x-0 {
--tw-skew-x: 0deg;
}
#printformat .skew-x-1 {
--tw-skew-x: 1deg;
}
#printformat .skew-x-2 {
--tw-skew-x: 2deg;
}
#printformat .skew-x-3 {
--tw-skew-x: 3deg;
}
#printformat .skew-x-6 {
--tw-skew-x: 6deg;
}
#printformat .skew-x-12 {
--tw-skew-x: 12deg;
}
#printformat .-skew-x-12 {
--tw-skew-x: -12deg;
}
#printformat .-skew-x-6 {
--tw-skew-x: -6deg;
}
#printformat .-skew-x-3 {
--tw-skew-x: -3deg;
}
#printformat .-skew-x-2 {
--tw-skew-x: -2deg;
}
#printformat .-skew-x-1 {
--tw-skew-x: -1deg;
}
#printformat .skew-y-0 {
--tw-skew-y: 0deg;
}
#printformat .skew-y-1 {
--tw-skew-y: 1deg;
}
#printformat .skew-y-2 {
--tw-skew-y: 2deg;
}
#printformat .skew-y-3 {
--tw-skew-y: 3deg;
}
#printformat .skew-y-6 {
--tw-skew-y: 6deg;
}
#printformat .skew-y-12 {
--tw-skew-y: 12deg;
}
#printformat .-skew-y-12 {
--tw-skew-y: -12deg;
}
#printformat .-skew-y-6 {
--tw-skew-y: -6deg;
}
#printformat .-skew-y-3 {
--tw-skew-y: -3deg;
}
#printformat .-skew-y-2 {
--tw-skew-y: -2deg;
}
#printformat .-skew-y-1 {
--tw-skew-y: -1deg;
}
#printformat .hover\:skew-x-0:hover {
--tw-skew-x: 0deg;
}
#printformat .hover\:skew-x-1:hover {
--tw-skew-x: 1deg;
}
#printformat .hover\:skew-x-2:hover {
--tw-skew-x: 2deg;
}
#printformat .hover\:skew-x-3:hover {
--tw-skew-x: 3deg;
}
#printformat .hover\:skew-x-6:hover {
--tw-skew-x: 6deg;
}
#printformat .hover\:skew-x-12:hover {
--tw-skew-x: 12deg;
}
#printformat .hover\:-skew-x-12:hover {
--tw-skew-x: -12deg;
}
#printformat .hover\:-skew-x-6:hover {
--tw-skew-x: -6deg;
}
#printformat .hover\:-skew-x-3:hover {
--tw-skew-x: -3deg;
}
#printformat .hover\:-skew-x-2:hover {
--tw-skew-x: -2deg;
}
#printformat .hover\:-skew-x-1:hover {
--tw-skew-x: -1deg;
}
#printformat .hover\:skew-y-0:hover {
--tw-skew-y: 0deg;
}
#printformat .hover\:skew-y-1:hover {
--tw-skew-y: 1deg;
}
#printformat .hover\:skew-y-2:hover {
--tw-skew-y: 2deg;
}
#printformat .hover\:skew-y-3:hover {
--tw-skew-y: 3deg;
}
#printformat .hover\:skew-y-6:hover {
--tw-skew-y: 6deg;
}
#printformat .hover\:skew-y-12:hover {
--tw-skew-y: 12deg;
}
#printformat .hover\:-skew-y-12:hover {
--tw-skew-y: -12deg;
}
#printformat .hover\:-skew-y-6:hover {
--tw-skew-y: -6deg;
}
#printformat .hover\:-skew-y-3:hover {
--tw-skew-y: -3deg;
}
#printformat .hover\:-skew-y-2:hover {
--tw-skew-y: -2deg;
}
#printformat .hover\:-skew-y-1:hover {
--tw-skew-y: -1deg;
}
#printformat .focus\:skew-x-0:focus {
--tw-skew-x: 0deg;
}
#printformat .focus\:skew-x-1:focus {
--tw-skew-x: 1deg;
}
#printformat .focus\:skew-x-2:focus {
--tw-skew-x: 2deg;
}
#printformat .focus\:skew-x-3:focus {
--tw-skew-x: 3deg;
}
#printformat .focus\:skew-x-6:focus {
--tw-skew-x: 6deg;
}
#printformat .focus\:skew-x-12:focus {
--tw-skew-x: 12deg;
}
#printformat .focus\:-skew-x-12:focus {
--tw-skew-x: -12deg;
}
#printformat .focus\:-skew-x-6:focus {
--tw-skew-x: -6deg;
}
#printformat .focus\:-skew-x-3:focus {
--tw-skew-x: -3deg;
}
#printformat .focus\:-skew-x-2:focus {
--tw-skew-x: -2deg;
}
#printformat .focus\:-skew-x-1:focus {
--tw-skew-x: -1deg;
}
#printformat .focus\:skew-y-0:focus {
--tw-skew-y: 0deg;
}
#printformat .focus\:skew-y-1:focus {
--tw-skew-y: 1deg;
}
#printformat .focus\:skew-y-2:focus {
--tw-skew-y: 2deg;
}
#printformat .focus\:skew-y-3:focus {
--tw-skew-y: 3deg;
}
#printformat .focus\:skew-y-6:focus {
--tw-skew-y: 6deg;
}
#printformat .focus\:skew-y-12:focus {
--tw-skew-y: 12deg;
}
#printformat .focus\:-skew-y-12:focus {
--tw-skew-y: -12deg;
}
#printformat .focus\:-skew-y-6:focus {
--tw-skew-y: -6deg;
}
#printformat .focus\:-skew-y-3:focus {
--tw-skew-y: -3deg;
}
#printformat .focus\:-skew-y-2:focus {
--tw-skew-y: -2deg;
}
#printformat .focus\:-skew-y-1:focus {
--tw-skew-y: -1deg;
}
#printformat .scale-0 {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .scale-50 {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .scale-75 {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .scale-90 {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .scale-95 {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .scale-105 {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .scale-110 {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .scale-125 {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .scale-150 {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .hover\:scale-0:hover {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .hover\:scale-50:hover {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .hover\:scale-75:hover {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .hover\:scale-90:hover {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .hover\:scale-95:hover {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .hover\:scale-100:hover {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .hover\:scale-110:hover {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .hover\:scale-125:hover {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .hover\:scale-150:hover {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .focus\:scale-0:focus {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .focus\:scale-50:focus {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .focus\:scale-75:focus {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .focus\:scale-90:focus {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .focus\:scale-95:focus {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .focus\:scale-100:focus {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .focus\:scale-105:focus {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .focus\:scale-110:focus {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .focus\:scale-125:focus {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .focus\:scale-150:focus {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .scale-x-0 {
--tw-scale-x: 0;
}
#printformat .scale-x-50 {
--tw-scale-x: .5;
}
#printformat .scale-x-75 {
--tw-scale-x: .75;
}
#printformat .scale-x-90 {
--tw-scale-x: .9;
}
#printformat .scale-x-95 {
--tw-scale-x: .95;
}
#printformat .scale-x-100 {
--tw-scale-x: 1;
}
#printformat .scale-x-105 {
--tw-scale-x: 1.05;
}
#printformat .scale-x-110 {
--tw-scale-x: 1.1;
}
#printformat .scale-x-125 {
--tw-scale-x: 1.25;
}
#printformat .scale-x-150 {
--tw-scale-x: 1.5;
}
#printformat .scale-y-0 {
--tw-scale-y: 0;
}
#printformat .scale-y-50 {
--tw-scale-y: .5;
}
#printformat .scale-y-75 {
--tw-scale-y: .75;
}
#printformat .scale-y-90 {
--tw-scale-y: .9;
}
#printformat .scale-y-95 {
--tw-scale-y: .95;
}
#printformat .scale-y-100 {
--tw-scale-y: 1;
}
#printformat .scale-y-105 {
--tw-scale-y: 1.05;
}
#printformat .scale-y-110 {
--tw-scale-y: 1.1;
}
#printformat .scale-y-125 {
--tw-scale-y: 1.25;
}
#printformat .scale-y-150 {
--tw-scale-y: 1.5;
}
#printformat .hover\:scale-x-0:hover {
--tw-scale-x: 0;
}
#printformat .hover\:scale-x-50:hover {
--tw-scale-x: .5;
}
#printformat .hover\:scale-x-75:hover {
--tw-scale-x: .75;
}
#printformat .hover\:scale-x-90:hover {
--tw-scale-x: .9;
}
#printformat .hover\:scale-x-95:hover {
--tw-scale-x: .95;
}
#printformat .hover\:scale-x-100:hover {
--tw-scale-x: 1;
}
#printformat .hover\:scale-x-105:hover {
--tw-scale-x: 1.05;
}
#printformat .hover\:scale-x-110:hover {
--tw-scale-x: 1.1;
}
#printformat .hover\:scale-x-125:hover {
--tw-scale-x: 1.25;
}
#printformat .hover\:scale-x-150:hover {
--tw-scale-x: 1.5;
}
#printformat .hover\:scale-y-0:hover {
--tw-scale-y: 0;
}
#printformat .hover\:scale-y-50:hover {
--tw-scale-y: .5;
}
#printformat .hover\:scale-y-75:hover {
--tw-scale-y: .75;
}
#printformat .hover\:scale-y-90:hover {
--tw-scale-y: .9;
}
#printformat .hover\:scale-y-95:hover {
--tw-scale-y: .95;
}
#printformat .hover\:scale-y-100:hover {
--tw-scale-y: 1;
}
#printformat .hover\:scale-y-105:hover {
--tw-scale-y: 1.05;
}
#printformat .hover\:scale-y-110:hover {
--tw-scale-y: 1.1;
}
#printformat .hover\:scale-y-125:hover {
--tw-scale-y: 1.25;
}
#printformat .hover\:scale-y-150:hover {
--tw-scale-y: 1.5;
}
#printformat .focus\:scale-x-0:focus {
--tw-scale-x: 0;
}
#printformat .focus\:scale-x-50:focus {
--tw-scale-x: .5;
}
#printformat .focus\:scale-x-75:focus {
--tw-scale-x: .75;
}
#printformat .focus\:scale-x-90:focus {
--tw-scale-x: .9;
}
#printformat .focus\:scale-x-95:focus {
--tw-scale-x: .95;
}
#printformat .focus\:scale-x-100:focus {
--tw-scale-x: 1;
}
#printformat .focus\:scale-x-105:focus {
--tw-scale-x: 1.05;
}
#printformat .focus\:scale-x-110:focus {
--tw-scale-x: 1.1;
}
#printformat .focus\:scale-x-125:focus {
--tw-scale-x: 1.25;
}
#printformat .focus\:scale-x-150:focus {
--tw-scale-x: 1.5;
}
#printformat .focus\:scale-y-0:focus {
--tw-scale-y: 0;
}
#printformat .focus\:scale-y-50:focus {
--tw-scale-y: .5;
}
#printformat .focus\:scale-y-75:focus {
--tw-scale-y: .75;
}
#printformat .focus\:scale-y-90:focus {
--tw-scale-y: .9;
}
#printformat .focus\:scale-y-95:focus {
--tw-scale-y: .95;
}
#printformat .focus\:scale-y-100:focus {
--tw-scale-y: 1;
}
#printformat .focus\:scale-y-105:focus {
--tw-scale-y: 1.05;
}
#printformat .focus\:scale-y-110:focus {
--tw-scale-y: 1.1;
}
#printformat .focus\:scale-y-125:focus {
--tw-scale-y: 1.25;
}
#printformat .focus\:scale-y-150:focus {
--tw-scale-y: 1.5;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@-webkit-keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@-webkit-keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
#printformat .animate-none {
-webkit-animation: none;
animation: none;
}
#printformat .animate-spin {
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
#printformat .animate-ping {
-webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#printformat .animate-pulse {
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#printformat .animate-bounce {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
#printformat .cursor-auto {
cursor: auto;
}
#printformat .cursor-default {
cursor: default;
}
#printformat .cursor-pointer {
cursor: pointer;
}
#printformat .cursor-wait {
cursor: wait;
}
#printformat .cursor-text {
cursor: text;
}
#printformat .cursor-move {
cursor: move;
}
#printformat .cursor-help {
cursor: help;
}
#printformat .cursor-not-allowed {
cursor: not-allowed;
}
#printformat .select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#printformat .select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
#printformat .select-all {
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}
#printformat .select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
#printformat .resize-none {
resize: none;
}
#printformat .resize-y {
resize: vertical;
}
#printformat .resize-x {
resize: horizontal;
}
#printformat .resize {
resize: both;
}
#printformat .list-inside {
list-style-position: inside;
}
#printformat .list-outside {
list-style-position: outside;
}
#printformat .list-none {
list-style-type: none;
}
#printformat .list-disc {
list-style-type: disc;
}
#printformat .list-decimal {
list-style-type: decimal;
}
#printformat .appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#printformat .auto-cols-auto {
grid-auto-columns: auto;
}
#printformat .auto-cols-min {
grid-auto-columns: -webkit-min-content;
grid-auto-columns: min-content;
}
#printformat .auto-cols-max {
grid-auto-columns: -webkit-max-content;
grid-auto-columns: max-content;
}
#printformat .auto-cols-fr {
grid-auto-columns: minmax(0, 1fr);
}
#printformat .grid-flow-row {
grid-auto-flow: row;
}
#printformat .grid-flow-col {
grid-auto-flow: column;
}
#printformat .grid-flow-row-dense {
grid-auto-flow: row dense;
}
#printformat .grid-flow-col-dense {
grid-auto-flow: column dense;
}
#printformat .auto-rows-auto {
grid-auto-rows: auto;
}
#printformat .auto-rows-min {
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
}
#printformat .auto-rows-max {
grid-auto-rows: -webkit-max-content;
grid-auto-rows: max-content;
}
#printformat .auto-rows-fr {
grid-auto-rows: minmax(0, 1fr);
}
#printformat .grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
#printformat .grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
#printformat .grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
#printformat .grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
#printformat .grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
#printformat .grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
#printformat .grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
#printformat .grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
#printformat .grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
#printformat .grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
#printformat .grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
#printformat .grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
#printformat .grid-cols-none {
grid-template-columns: none;
}
#printformat .grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
#printformat .grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
#printformat .grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
#printformat .grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
#printformat .grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
#printformat .grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
#printformat .grid-rows-none {
grid-template-rows: none;
}
#printformat .flex-row {
flex-direction: row;
}
#printformat .flex-row-reverse {
flex-direction: row-reverse;
}
#printformat .flex-col {
flex-direction: column;
}
#printformat .flex-col-reverse {
flex-direction: column-reverse;
}
#printformat .flex-wrap {
flex-wrap: wrap;
}
#printformat .flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
#printformat .flex-nowrap {
flex-wrap: nowrap;
}
#printformat .place-content-center {
place-content: center;
}
#printformat .place-content-start {
place-content: start;
}
#printformat .place-content-end {
place-content: end;
}
#printformat .place-content-between {
place-content: space-between;
}
#printformat .place-content-around {
place-content: space-around;
}
#printformat .place-content-evenly {
place-content: space-evenly;
}
#printformat .place-content-stretch {
place-content: stretch;
}
#printformat .place-items-start {
place-items: start;
}
#printformat .place-items-end {
place-items: end;
}
#printformat .place-items-center {
place-items: center;
}
#printformat .place-items-stretch {
place-items: stretch;
}
#printformat .content-center {
align-content: center;
}
#printformat .content-start {
align-content: flex-start;
}
#printformat .content-end {
align-content: flex-end;
}
#printformat .content-between {
align-content: space-between;
}
#printformat .content-around {
align-content: space-around;
}
#printformat .content-evenly {
align-content: space-evenly;
}
#printformat .items-start {
align-items: flex-start;
}
#printformat .items-end {
align-items: flex-end;
}
#printformat .items-center {
align-items: center;
}
#printformat .items-baseline {
align-items: baseline;
}
#printformat .items-stretch {
align-items: stretch;
}
#printformat .justify-start {
justify-content: flex-start;
}
#printformat .justify-end {
justify-content: flex-end;
}
#printformat .justify-center {
justify-content: center;
}
#printformat .justify-between {
justify-content: space-between;
}
#printformat .justify-around {
justify-content: space-around;
}
#printformat .justify-evenly {
justify-content: space-evenly;
}
#printformat .justify-items-start {
justify-items: start;
}
#printformat .justify-items-end {
justify-items: end;
}
#printformat .justify-items-center {
justify-items: center;
}
#printformat .justify-items-stretch {
justify-items: stretch;
}
#printformat .gap-0 {
gap: 0px;
}
#printformat .gap-1 {
gap: 0.25rem;
}
#printformat .gap-2 {
gap: 0.5rem;
}
#printformat .gap-3 {
gap: 0.75rem;
}
#printformat .gap-4 {
gap: 1rem;
}
#printformat .gap-5 {
gap: 1.25rem;
}
#printformat .gap-6 {
gap: 1.5rem;
}
#printformat .gap-7 {
gap: 1.75rem;
}
#printformat .gap-8 {
gap: 2rem;
}
#printformat .gap-9 {
gap: 2.25rem;
}
#printformat .gap-10 {
gap: 2.5rem;
}
#printformat .gap-11 {
gap: 2.75rem;
}
#printformat .gap-12 {
gap: 3rem;
}
#printformat .gap-14 {
gap: 3.5rem;
}
#printformat .gap-16 {
gap: 4rem;
}
#printformat .gap-20 {
gap: 5rem;
}
#printformat .gap-24 {
gap: 6rem;
}
#printformat .gap-28 {
gap: 7rem;
}
#printformat .gap-32 {
gap: 8rem;
}
#printformat .gap-36 {
gap: 9rem;
}
#printformat .gap-40 {
gap: 10rem;
}
#printformat .gap-44 {
gap: 11rem;
}
#printformat .gap-48 {
gap: 12rem;
}
#printformat .gap-52 {
gap: 13rem;
}
#printformat .gap-56 {
gap: 14rem;
}
#printformat .gap-60 {
gap: 15rem;
}
#printformat .gap-64 {
gap: 16rem;
}
#printformat .gap-72 {
gap: 18rem;
}
#printformat .gap-80 {
gap: 20rem;
}
#printformat .gap-96 {
gap: 24rem;
}
#printformat .gap-px {
gap: 1px;
}
#printformat .gap-0\.5 {
gap: 0.125rem;
}
#printformat .gap-1\.5 {
gap: 0.375rem;
}
#printformat .gap-2\.5 {
gap: 0.625rem;
}
#printformat .gap-3\.5 {
gap: 0.875rem;
}
#printformat .gap-x-0 {
-moz-column-gap: 0px;
column-gap: 0px;
}
#printformat .gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}
#printformat .gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}
#printformat .gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
}
#printformat .gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
}
#printformat .gap-x-5 {
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
#printformat .gap-x-6 {
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;
}
#printformat .gap-x-7 {
-moz-column-gap: 1.75rem;
column-gap: 1.75rem;
}
#printformat .gap-x-8 {
-moz-column-gap: 2rem;
column-gap: 2rem;
}
#printformat .gap-x-9 {
-moz-column-gap: 2.25rem;
column-gap: 2.25rem;
}
#printformat .gap-x-10 {
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
}
#printformat .gap-x-11 {
-moz-column-gap: 2.75rem;
column-gap: 2.75rem;
}
#printformat .gap-x-12 {
-moz-column-gap: 3rem;
column-gap: 3rem;
}
#printformat .gap-x-14 {
-moz-column-gap: 3.5rem;
column-gap: 3.5rem;
}
#printformat .gap-x-16 {
-moz-column-gap: 4rem;
column-gap: 4rem;
}
#printformat .gap-x-20 {
-moz-column-gap: 5rem;
column-gap: 5rem;
}
#printformat .gap-x-24 {
-moz-column-gap: 6rem;
column-gap: 6rem;
}
#printformat .gap-x-28 {
-moz-column-gap: 7rem;
column-gap: 7rem;
}
#printformat .gap-x-32 {
-moz-column-gap: 8rem;
column-gap: 8rem;
}
#printformat .gap-x-36 {
-moz-column-gap: 9rem;
column-gap: 9rem;
}
#printformat .gap-x-40 {
-moz-column-gap: 10rem;
column-gap: 10rem;
}
#printformat .gap-x-44 {
-moz-column-gap: 11rem;
column-gap: 11rem;
}
#printformat .gap-x-48 {
-moz-column-gap: 12rem;
column-gap: 12rem;
}
#printformat .gap-x-52 {
-moz-column-gap: 13rem;
column-gap: 13rem;
}
#printformat .gap-x-56 {
-moz-column-gap: 14rem;
column-gap: 14rem;
}
#printformat .gap-x-60 {
-moz-column-gap: 15rem;
column-gap: 15rem;
}
#printformat .gap-x-64 {
-moz-column-gap: 16rem;
column-gap: 16rem;
}
#printformat .gap-x-72 {
-moz-column-gap: 18rem;
column-gap: 18rem;
}
#printformat .gap-x-80 {
-moz-column-gap: 20rem;
column-gap: 20rem;
}
#printformat .gap-x-96 {
-moz-column-gap: 24rem;
column-gap: 24rem;
}
#printformat .gap-x-px {
-moz-column-gap: 1px;
column-gap: 1px;
}
#printformat .gap-x-0\.5 {
-moz-column-gap: 0.125rem;
column-gap: 0.125rem;
}
#printformat .gap-x-1\.5 {
-moz-column-gap: 0.375rem;
column-gap: 0.375rem;
}
#printformat .gap-x-2\.5 {
-moz-column-gap: 0.625rem;
column-gap: 0.625rem;
}
#printformat .gap-x-3\.5 {
-moz-column-gap: 0.875rem;
column-gap: 0.875rem;
}
#printformat .gap-y-0 {
row-gap: 0px;
}
#printformat .gap-y-1 {
row-gap: 0.25rem;
}
#printformat .gap-y-2 {
row-gap: 0.5rem;
}
#printformat .gap-y-3 {
row-gap: 0.75rem;
}
#printformat .gap-y-4 {
row-gap: 1rem;
}
#printformat .gap-y-5 {
row-gap: 1.25rem;
}
#printformat .gap-y-6 {
row-gap: 1.5rem;
}
#printformat .gap-y-7 {
row-gap: 1.75rem;
}
#printformat .gap-y-8 {
row-gap: 2rem;
}
#printformat .gap-y-9 {
row-gap: 2.25rem;
}
#printformat .gap-y-10 {
row-gap: 2.5rem;
}
#printformat .gap-y-11 {
row-gap: 2.75rem;
}
#printformat .gap-y-12 {
row-gap: 3rem;
}
#printformat .gap-y-14 {
row-gap: 3.5rem;
}
#printformat .gap-y-16 {
row-gap: 4rem;
}
#printformat .gap-y-20 {
row-gap: 5rem;
}
#printformat .gap-y-24 {
row-gap: 6rem;
}
#printformat .gap-y-28 {
row-gap: 7rem;
}
#printformat .gap-y-32 {
row-gap: 8rem;
}
#printformat .gap-y-36 {
row-gap: 9rem;
}
#printformat .gap-y-40 {
row-gap: 10rem;
}
#printformat .gap-y-44 {
row-gap: 11rem;
}
#printformat .gap-y-48 {
row-gap: 12rem;
}
#printformat .gap-y-52 {
row-gap: 13rem;
}
#printformat .gap-y-56 {
row-gap: 14rem;
}
#printformat .gap-y-60 {
row-gap: 15rem;
}
#printformat .gap-y-64 {
row-gap: 16rem;
}
#printformat .gap-y-72 {
row-gap: 18rem;
}
#printformat .gap-y-80 {
row-gap: 20rem;
}
#printformat .gap-y-96 {
row-gap: 24rem;
}
#printformat .gap-y-px {
row-gap: 1px;
}
#printformat .gap-y-0\.5 {
row-gap: 0.125rem;
}
#printformat .gap-y-1\.5 {
row-gap: 0.375rem;
}
#printformat .gap-y-2\.5 {
row-gap: 0.625rem;
}
#printformat .gap-y-3\.5 {
row-gap: 0.875rem;
}
#printformat .space-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0px * var(--tw-space-x-reverse));
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.75rem * var(--tw-space-x-reverse));
margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.25rem * var(--tw-space-x-reverse));
margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.75rem * var(--tw-space-x-reverse));
margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(3rem * var(--tw-space-x-reverse));
margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(3.5rem * var(--tw-space-x-reverse));
margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(5rem * var(--tw-space-x-reverse));
margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(6rem * var(--tw-space-x-reverse));
margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(7rem * var(--tw-space-x-reverse));
margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(8rem * var(--tw-space-x-reverse));
margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(9rem * var(--tw-space-x-reverse));
margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(10rem * var(--tw-space-x-reverse));
margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(11rem * var(--tw-space-x-reverse));
margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(12rem * var(--tw-space-x-reverse));
margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(13rem * var(--tw-space-x-reverse));
margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(14rem * var(--tw-space-x-reverse));
margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(15rem * var(--tw-space-x-reverse));
margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(16rem * var(--tw-space-x-reverse));
margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(18rem * var(--tw-space-x-reverse));
margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(20rem * var(--tw-space-x-reverse));
margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(24rem * var(--tw-space-x-reverse));
margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1px * var(--tw-space-x-reverse));
margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.125rem * var(--tw-space-x-reverse));
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.625rem * var(--tw-space-x-reverse));
margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.875rem * var(--tw-space-x-reverse));
margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0px * var(--tw-space-x-reverse));
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1rem * var(--tw-space-x-reverse));
margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2rem * var(--tw-space-x-reverse));
margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-3rem * var(--tw-space-x-reverse));
margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-4rem * var(--tw-space-x-reverse));
margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-5rem * var(--tw-space-x-reverse));
margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-6rem * var(--tw-space-x-reverse));
margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-7rem * var(--tw-space-x-reverse));
margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-8rem * var(--tw-space-x-reverse));
margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-9rem * var(--tw-space-x-reverse));
margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-10rem * var(--tw-space-x-reverse));
margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-11rem * var(--tw-space-x-reverse));
margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-12rem * var(--tw-space-x-reverse));
margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-13rem * var(--tw-space-x-reverse));
margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-14rem * var(--tw-space-x-reverse));
margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-15rem * var(--tw-space-x-reverse));
margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-16rem * var(--tw-space-x-reverse));
margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-18rem * var(--tw-space-x-reverse));
margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-20rem * var(--tw-space-x-reverse));
margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-24rem * var(--tw-space-x-reverse));
margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1px * var(--tw-space-x-reverse));
margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
#printformat .space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
#printformat .space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#printformat .space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#printformat .space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#printformat .space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
#printformat .space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#printformat .space-y-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
#printformat .space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
#printformat .space-y-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
#printformat .space-y-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
#printformat .space-y-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
#printformat .space-y-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
#printformat .space-y-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
#printformat .space-y-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
#printformat .space-y-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
#printformat .space-y-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
#printformat .space-y-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
#printformat .space-y-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}
#printformat .space-y-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}
#printformat .space-y-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
#printformat .space-y-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
#printformat .space-y-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}
#printformat .space-y-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}
#printformat .space-y-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}
#printformat .space-y-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}
#printformat .space-y-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}
#printformat .space-y-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}
#printformat .space-y-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}
#printformat .space-y-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}
#printformat .space-y-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
#printformat .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
#printformat .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
#printformat .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
#printformat .space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
#printformat .-space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
#printformat .-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}
#printformat .-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}
#printformat .space-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 1;
}
#printformat .space-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 1;
}
#printformat .divide-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(0px * var(--tw-divide-x-reverse));
border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .divide-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(2px * var(--tw-divide-x-reverse));
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .divide-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(4px * var(--tw-divide-x-reverse));
border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .divide-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(8px * var(--tw-divide-x-reverse));
border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .divide-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
#printformat .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
#printformat .divide-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
#printformat .divide-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
#printformat .divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#printformat .divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 1;
}
#printformat .divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 1;
}
#printformat .divide-solid > :not([hidden]) ~ :not([hidden]) {
border-style: solid;
}
#printformat .divide-dashed > :not([hidden]) ~ :not([hidden]) {
border-style: dashed;
}
#printformat .divide-dotted > :not([hidden]) ~ :not([hidden]) {
border-style: dotted;
}
#printformat .divide-double > :not([hidden]) ~ :not([hidden]) {
border-style: double;
}
#printformat .divide-none > :not([hidden]) ~ :not([hidden]) {
border-style: none;
}
#printformat .divide-transparent > :not([hidden]) ~ :not([hidden]) {
border-color: transparent;
}
#printformat .divide-current > :not([hidden]) ~ :not([hidden]) {
border-color: currentColor;
}
#printformat .divide-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}
#printformat .divide-white > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
#printformat .divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}
#printformat .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}
#printformat .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
#printformat .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}
#printformat .divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}
#printformat .divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}
#printformat .divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}
#printformat .divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}
#printformat .divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}
#printformat .divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}
#printformat .divide-red-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}
#printformat .divide-red-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}
#printformat .divide-red-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}
#printformat .divide-red-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}
#printformat .divide-red-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}
#printformat .divide-red-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}
#printformat .divide-red-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}
#printformat .divide-red-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}
#printformat .divide-red-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}
#printformat .divide-red-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}
#printformat .divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}
#printformat .divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}
#printformat .divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}
#printformat .divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}
#printformat .divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}
#printformat .divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}
#printformat .divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}
#printformat .divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}
#printformat .divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}
#printformat .divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}
#printformat .divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}
#printformat .divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}
#printformat .divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}
#printformat .divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}
#printformat .divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}
#printformat .divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}
#printformat .divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}
#printformat .divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}
#printformat .divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}
#printformat .divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}
#printformat .divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}
#printformat .divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}
#printformat .divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}
#printformat .divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}
#printformat .divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}
#printformat .divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}
#printformat .divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}
#printformat .divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}
#printformat .divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}
#printformat .divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}
#printformat .divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}
#printformat .divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}
#printformat .divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}
#printformat .divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}
#printformat .divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}
#printformat .divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}
#printformat .divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}
#printformat .divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}
#printformat .divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}
#printformat .divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}
#printformat .divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}
#printformat .divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}
#printformat .divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}
#printformat .divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}
#printformat .divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}
#printformat .divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}
#printformat .divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}
#printformat .divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}
#printformat .divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}
#printformat .divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}
#printformat .divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}
#printformat .divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}
#printformat .divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}
#printformat .divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}
#printformat .divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}
#printformat .divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}
#printformat .divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}
#printformat .divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}
#printformat .divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}
#printformat .divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}
#printformat .divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0;
}
#printformat .divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.05;
}
#printformat .divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.1;
}
#printformat .divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.2;
}
#printformat .divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.25;
}
#printformat .divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.3;
}
#printformat .divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.4;
}
#printformat .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.5;
}
#printformat .divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.6;
}
#printformat .divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.7;
}
#printformat .divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.75;
}
#printformat .divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.8;
}
#printformat .divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.9;
}
#printformat .divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.95;
}
#printformat .divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
}
#printformat .place-self-auto {
place-self: auto;
}
#printformat .place-self-start {
place-self: start;
}
#printformat .place-self-end {
place-self: end;
}
#printformat .place-self-center {
place-self: center;
}
#printformat .place-self-stretch {
place-self: stretch;
}
#printformat .self-auto {
align-self: auto;
}
#printformat .self-start {
align-self: flex-start;
}
#printformat .self-end {
align-self: flex-end;
}
#printformat .self-center {
align-self: center;
}
#printformat .self-stretch {
align-self: stretch;
}
#printformat .self-baseline {
align-self: baseline;
}
#printformat .justify-self-auto {
justify-self: auto;
}
#printformat .justify-self-start {
justify-self: start;
}
#printformat .justify-self-end {
justify-self: end;
}
#printformat .justify-self-center {
justify-self: center;
}
#printformat .justify-self-stretch {
justify-self: stretch;
}
#printformat .overflow-auto {
overflow: auto;
}
#printformat .overflow-hidden {
overflow: hidden;
}
#printformat .overflow-visible {
overflow: visible;
}
#printformat .overflow-scroll {
overflow: scroll;
}
#printformat .overflow-x-auto {
overflow-x: auto;
}
#printformat .overflow-y-auto {
overflow-y: auto;
}
#printformat .overflow-x-hidden {
overflow-x: hidden;
}
#printformat .overflow-y-hidden {
overflow-y: hidden;
}
#printformat .overflow-x-visible {
overflow-x: visible;
}
#printformat .overflow-y-visible {
overflow-y: visible;
}
#printformat .overflow-x-scroll {
overflow-x: scroll;
}
#printformat .overflow-y-scroll {
overflow-y: scroll;
}
#printformat .overscroll-auto {
-ms-scroll-chaining: chained;
overscroll-behavior: auto;
}
#printformat .overscroll-contain {
-ms-scroll-chaining: none;
overscroll-behavior: contain;
}
#printformat .overscroll-none {
-ms-scroll-chaining: none;
overscroll-behavior: none;
}
#printformat .overscroll-y-auto {
overscroll-behavior-y: auto;
}
#printformat .overscroll-y-contain {
overscroll-behavior-y: contain;
}
#printformat .overscroll-y-none {
overscroll-behavior-y: none;
}
#printformat .overscroll-x-auto {
overscroll-behavior-x: auto;
}
#printformat .overscroll-x-contain {
overscroll-behavior-x: contain;
}
#printformat .overscroll-x-none {
overscroll-behavior-x: none;
}
#printformat .truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#printformat .overflow-ellipsis {
text-overflow: ellipsis;
}
#printformat .overflow-clip {
text-overflow: clip;
}
#printformat .whitespace-normal {
white-space: normal;
}
#printformat .whitespace-nowrap {
white-space: nowrap;
}
#printformat .whitespace-pre {
white-space: pre;
}
#printformat .whitespace-pre-line {
white-space: pre-line;
}
#printformat .whitespace-pre-wrap {
white-space: pre-wrap;
}
#printformat .break-normal {
overflow-wrap: normal;
word-break: normal;
}
#printformat .break-words {
overflow-wrap: break-word;
}
#printformat .break-all {
word-break: break-all;
}
#printformat .rounded-none {
border-radius: 0px;
}
#printformat .rounded-sm {
border-radius: 0.125rem;
}
#printformat .rounded {
border-radius: 0.25rem;
}
#printformat .rounded-md {
border-radius: 0.375rem;
}
#printformat .rounded-lg {
border-radius: 0.5rem;
}
#printformat .rounded-xl {
border-radius: 0.75rem;
}
#printformat .rounded-2xl {
border-radius: 1rem;
}
#printformat .rounded-3xl {
border-radius: 1.5rem;
}
#printformat .rounded-full {
border-radius: 9999px;
}
#printformat .rounded-t-none {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
#printformat .rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
#printformat .rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
#printformat .rounded-t-md {
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}
#printformat .rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
#printformat .rounded-t-xl {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
#printformat .rounded-t-2xl {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
#printformat .rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
}
#printformat .rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
#printformat .rounded-r-none {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#printformat .rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
#printformat .rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
#printformat .rounded-r-md {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
#printformat .rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
#printformat .rounded-r-xl {
border-top-right-radius: 0.75rem;
border-bottom-right-radius: 0.75rem;
}
#printformat .rounded-r-2xl {
border-top-right-radius: 1rem;
border-bottom-right-radius: 1rem;
}
#printformat .rounded-r-3xl {
border-top-right-radius: 1.5rem;
border-bottom-right-radius: 1.5rem;
}
#printformat .rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
#printformat .rounded-b-none {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
#printformat .rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
#printformat .rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#printformat .rounded-b-md {
border-bottom-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
#printformat .rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
#printformat .rounded-b-xl {
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
#printformat .rounded-b-2xl {
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
}
#printformat .rounded-b-3xl {
border-bottom-right-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
}
#printformat .rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
#printformat .rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
#printformat .rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
#printformat .rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
#printformat .rounded-l-md {
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
#printformat .rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
#printformat .rounded-l-xl {
border-top-left-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
#printformat .rounded-l-2xl {
border-top-left-radius: 1rem;
border-bottom-left-radius: 1rem;
}
#printformat .rounded-l-3xl {
border-top-left-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
}
#printformat .rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
#printformat .rounded-tl-none {
border-top-left-radius: 0px;
}
#printformat .rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
#printformat .rounded-tl {
border-top-left-radius: 0.25rem;
}
#printformat .rounded-tl-md {
border-top-left-radius: 0.375rem;
}
#printformat .rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
#printformat .rounded-tl-xl {
border-top-left-radius: 0.75rem;
}
#printformat .rounded-tl-2xl {
border-top-left-radius: 1rem;
}
#printformat .rounded-tl-3xl {
border-top-left-radius: 1.5rem;
}
#printformat .rounded-tl-full {
border-top-left-radius: 9999px;
}
#printformat .rounded-tr-none {
border-top-right-radius: 0px;
}
#printformat .rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
#printformat .rounded-tr {
border-top-right-radius: 0.25rem;
}
#printformat .rounded-tr-md {
border-top-right-radius: 0.375rem;
}
#printformat .rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
#printformat .rounded-tr-xl {
border-top-right-radius: 0.75rem;
}
#printformat .rounded-tr-2xl {
border-top-right-radius: 1rem;
}
#printformat .rounded-tr-3xl {
border-top-right-radius: 1.5rem;
}
#printformat .rounded-tr-full {
border-top-right-radius: 9999px;
}
#printformat .rounded-br-none {
border-bottom-right-radius: 0px;
}
#printformat .rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
#printformat .rounded-br {
border-bottom-right-radius: 0.25rem;
}
#printformat .rounded-br-md {
border-bottom-right-radius: 0.375rem;
}
#printformat .rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
#printformat .rounded-br-xl {
border-bottom-right-radius: 0.75rem;
}
#printformat .rounded-br-2xl {
border-bottom-right-radius: 1rem;
}
#printformat .rounded-br-3xl {
border-bottom-right-radius: 1.5rem;
}
#printformat .rounded-br-full {
border-bottom-right-radius: 9999px;
}
#printformat .rounded-bl-none {
border-bottom-left-radius: 0px;
}
#printformat .rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
#printformat .rounded-bl {
border-bottom-left-radius: 0.25rem;
}
#printformat .rounded-bl-md {
border-bottom-left-radius: 0.375rem;
}
#printformat .rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
#printformat .rounded-bl-xl {
border-bottom-left-radius: 0.75rem;
}
#printformat .rounded-bl-2xl {
border-bottom-left-radius: 1rem;
}
#printformat .rounded-bl-3xl {
border-bottom-left-radius: 1.5rem;
}
#printformat .rounded-bl-full {
border-bottom-left-radius: 9999px;
}
#printformat .border-0 {
border-width: 0px;
}
#printformat .border-2 {
border-width: 2px;
}
#printformat .border-4 {
border-width: 4px;
}
#printformat .border-8 {
border-width: 8px;
}
#printformat .border {
border-width: 1px;
}
#printformat .border-t-0 {
border-top-width: 0px;
}
#printformat .border-t-2 {
border-top-width: 2px;
}
#printformat .border-t-4 {
border-top-width: 4px;
}
#printformat .border-t-8 {
border-top-width: 8px;
}
#printformat .border-t {
border-top-width: 1px;
}
#printformat .border-r-0 {
border-right-width: 0px;
}
#printformat .border-r-2 {
border-right-width: 2px;
}
#printformat .border-r-4 {
border-right-width: 4px;
}
#printformat .border-r-8 {
border-right-width: 8px;
}
#printformat .border-r {
border-right-width: 1px;
}
#printformat .border-b-0 {
border-bottom-width: 0px;
}
#printformat .border-b-2 {
border-bottom-width: 2px;
}
#printformat .border-b-4 {
border-bottom-width: 4px;
}
#printformat .border-b-8 {
border-bottom-width: 8px;
}
#printformat .border-b {
border-bottom-width: 1px;
}
#printformat .border-l-0 {
border-left-width: 0px;
}
#printformat .border-l-2 {
border-left-width: 2px;
}
#printformat .border-l-4 {
border-left-width: 4px;
}
#printformat .border-l-8 {
border-left-width: 8px;
}
#printformat .border-l {
border-left-width: 1px;
}
#printformat .border-solid {
border-style: solid;
}
#printformat .border-dashed {
border-style: dashed;
}
#printformat .border-dotted {
border-style: dotted;
}
#printformat .border-double {
border-style: double;
}
#printformat .border-none {
border-style: none;
}
#printformat .border-transparent {
border-color: transparent;
}
#printformat .border-current {
border-color: currentColor;
}
#printformat .border-black {
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#printformat .border-white {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
#printformat .border-gray-50 {
--tw-border-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
#printformat .border-gray-100 {
--tw-border-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
#printformat .border-gray-200 {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .border-gray-300 {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
#printformat .border-gray-400 {
--tw-border-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
#printformat .border-gray-500 {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
#printformat .border-gray-600 {
--tw-border-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
#printformat .border-gray-700 {
--tw-border-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
#printformat .border-gray-800 {
--tw-border-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
#printformat .border-gray-900 {
--tw-border-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
#printformat .border-red-50 {
--tw-border-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
#printformat .border-red-100 {
--tw-border-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
#printformat .border-red-200 {
--tw-border-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
#printformat .border-red-300 {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
#printformat .border-red-400 {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
#printformat .border-red-500 {
--tw-border-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
#printformat .border-red-600 {
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
#printformat .border-red-700 {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
#printformat .border-red-800 {
--tw-border-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
#printformat .border-red-900 {
--tw-border-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
#printformat .border-yellow-50 {
--tw-border-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
#printformat .border-yellow-100 {
--tw-border-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
#printformat .border-yellow-200 {
--tw-border-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
#printformat .border-yellow-300 {
--tw-border-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
#printformat .border-yellow-400 {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
#printformat .border-yellow-500 {
--tw-border-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
#printformat .border-yellow-600 {
--tw-border-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
#printformat .border-yellow-700 {
--tw-border-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
#printformat .border-yellow-800 {
--tw-border-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
#printformat .border-yellow-900 {
--tw-border-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
#printformat .border-green-50 {
--tw-border-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
#printformat .border-green-100 {
--tw-border-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
#printformat .border-green-200 {
--tw-border-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
#printformat .border-green-300 {
--tw-border-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
#printformat .border-green-400 {
--tw-border-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
#printformat .border-green-500 {
--tw-border-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
#printformat .border-green-600 {
--tw-border-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
#printformat .border-green-700 {
--tw-border-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
#printformat .border-green-800 {
--tw-border-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
#printformat .border-green-900 {
--tw-border-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
#printformat .border-blue-50 {
--tw-border-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
#printformat .border-blue-100 {
--tw-border-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
#printformat .border-blue-200 {
--tw-border-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
#printformat .border-blue-300 {
--tw-border-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
#printformat .border-blue-400 {
--tw-border-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
#printformat .border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
#printformat .border-blue-600 {
--tw-border-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
#printformat .border-blue-700 {
--tw-border-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
#printformat .border-blue-800 {
--tw-border-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
#printformat .border-blue-900 {
--tw-border-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
#printformat .border-indigo-50 {
--tw-border-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
#printformat .border-indigo-100 {
--tw-border-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
#printformat .border-indigo-200 {
--tw-border-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
#printformat .border-indigo-300 {
--tw-border-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
#printformat .border-indigo-400 {
--tw-border-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
#printformat .border-indigo-500 {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
#printformat .border-indigo-600 {
--tw-border-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
#printformat .border-indigo-700 {
--tw-border-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
#printformat .border-indigo-800 {
--tw-border-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
#printformat .border-indigo-900 {
--tw-border-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
#printformat .border-purple-50 {
--tw-border-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
#printformat .border-purple-100 {
--tw-border-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
#printformat .border-purple-200 {
--tw-border-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
#printformat .border-purple-300 {
--tw-border-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
#printformat .border-purple-400 {
--tw-border-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
#printformat .border-purple-500 {
--tw-border-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
#printformat .border-purple-600 {
--tw-border-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
#printformat .border-purple-700 {
--tw-border-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
#printformat .border-purple-800 {
--tw-border-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
#printformat .border-purple-900 {
--tw-border-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
#printformat .border-pink-50 {
--tw-border-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
#printformat .border-pink-100 {
--tw-border-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
#printformat .border-pink-200 {
--tw-border-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
#printformat .border-pink-300 {
--tw-border-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
#printformat .border-pink-400 {
--tw-border-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
#printformat .border-pink-500 {
--tw-border-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
#printformat .border-pink-600 {
--tw-border-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
#printformat .border-pink-700 {
--tw-border-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
#printformat .border-pink-800 {
--tw-border-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
#printformat .border-pink-900 {
--tw-border-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-transparent {
border-color: transparent;
}
#printformat .group:hover .group-hover\:border-current {
border-color: currentColor;
}
#printformat .group:hover .group-hover\:border-black {
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-white {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-50 {
--tw-border-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-100 {
--tw-border-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-200 {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-300 {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-400 {
--tw-border-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-500 {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-600 {
--tw-border-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-700 {
--tw-border-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-800 {
--tw-border-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-gray-900 {
--tw-border-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-50 {
--tw-border-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-100 {
--tw-border-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-200 {
--tw-border-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-300 {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-400 {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-500 {
--tw-border-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-600 {
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-700 {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-800 {
--tw-border-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-red-900 {
--tw-border-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-50 {
--tw-border-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-100 {
--tw-border-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-200 {
--tw-border-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-300 {
--tw-border-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-400 {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-500 {
--tw-border-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-600 {
--tw-border-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-700 {
--tw-border-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-800 {
--tw-border-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-yellow-900 {
--tw-border-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-50 {
--tw-border-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-100 {
--tw-border-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-200 {
--tw-border-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-300 {
--tw-border-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-400 {
--tw-border-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-500 {
--tw-border-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-600 {
--tw-border-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-700 {
--tw-border-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-800 {
--tw-border-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-green-900 {
--tw-border-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-50 {
--tw-border-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-100 {
--tw-border-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-200 {
--tw-border-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-300 {
--tw-border-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-400 {
--tw-border-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-600 {
--tw-border-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-700 {
--tw-border-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-800 {
--tw-border-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-blue-900 {
--tw-border-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-50 {
--tw-border-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-100 {
--tw-border-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-200 {
--tw-border-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-300 {
--tw-border-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-400 {
--tw-border-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-500 {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-600 {
--tw-border-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-700 {
--tw-border-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-800 {
--tw-border-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-indigo-900 {
--tw-border-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-50 {
--tw-border-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-100 {
--tw-border-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-200 {
--tw-border-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-300 {
--tw-border-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-400 {
--tw-border-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-500 {
--tw-border-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-600 {
--tw-border-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-700 {
--tw-border-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-800 {
--tw-border-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-purple-900 {
--tw-border-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-50 {
--tw-border-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-100 {
--tw-border-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-200 {
--tw-border-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-300 {
--tw-border-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-400 {
--tw-border-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-500 {
--tw-border-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-600 {
--tw-border-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-700 {
--tw-border-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-800 {
--tw-border-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
#printformat .group:hover .group-hover\:border-pink-900 {
--tw-border-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
#printformat .focus-within\:border-transparent:focus-within {
border-color: transparent;
}
#printformat .focus-within\:border-current:focus-within {
border-color: currentColor;
}
#printformat .focus-within\:border-black:focus-within {
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#printformat .focus-within\:border-white:focus-within {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
#printformat .focus-within\:border-gray-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
#printformat .focus-within\:border-red-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
#printformat .focus-within\:border-yellow-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
#printformat .focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
#printformat .focus-within\:border-blue-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
#printformat .focus-within\:border-indigo-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
#printformat .focus-within\:border-purple-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-50:focus-within {
--tw-border-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-100:focus-within {
--tw-border-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-200:focus-within {
--tw-border-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-300:focus-within {
--tw-border-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-400:focus-within {
--tw-border-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-500:focus-within {
--tw-border-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-600:focus-within {
--tw-border-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-700:focus-within {
--tw-border-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-800:focus-within {
--tw-border-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
#printformat .focus-within\:border-pink-900:focus-within {
--tw-border-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
#printformat .hover\:border-transparent:hover {
border-color: transparent;
}
#printformat .hover\:border-current:hover {
border-color: currentColor;
}
#printformat .hover\:border-black:hover {
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#printformat .hover\:border-white:hover {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-50:hover {
--tw-border-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-100:hover {
--tw-border-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-200:hover {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-300:hover {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-400:hover {
--tw-border-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-500:hover {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-600:hover {
--tw-border-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-700:hover {
--tw-border-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-800:hover {
--tw-border-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
#printformat .hover\:border-gray-900:hover {
--tw-border-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
#printformat .hover\:border-red-50:hover {
--tw-border-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
#printformat .hover\:border-red-100:hover {
--tw-border-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
#printformat .hover\:border-red-200:hover {
--tw-border-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
#printformat .hover\:border-red-300:hover {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
#printformat .hover\:border-red-400:hover {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
#printformat .hover\:border-red-500:hover {
--tw-border-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
#printformat .hover\:border-red-600:hover {
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
#printformat .hover\:border-red-700:hover {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
#printformat .hover\:border-red-800:hover {
--tw-border-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
#printformat .hover\:border-red-900:hover {
--tw-border-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-50:hover {
--tw-border-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-100:hover {
--tw-border-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-200:hover {
--tw-border-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-300:hover {
--tw-border-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-400:hover {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-500:hover {
--tw-border-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-600:hover {
--tw-border-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-700:hover {
--tw-border-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-800:hover {
--tw-border-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
#printformat .hover\:border-yellow-900:hover {
--tw-border-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
#printformat .hover\:border-green-50:hover {
--tw-border-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
#printformat .hover\:border-green-100:hover {
--tw-border-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
#printformat .hover\:border-green-200:hover {
--tw-border-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
#printformat .hover\:border-green-300:hover {
--tw-border-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
#printformat .hover\:border-green-400:hover {
--tw-border-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
#printformat .hover\:border-green-500:hover {
--tw-border-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
#printformat .hover\:border-green-600:hover {
--tw-border-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
#printformat .hover\:border-green-700:hover {
--tw-border-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
#printformat .hover\:border-green-800:hover {
--tw-border-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
#printformat .hover\:border-green-900:hover {
--tw-border-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-50:hover {
--tw-border-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-100:hover {
--tw-border-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-200:hover {
--tw-border-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-300:hover {
--tw-border-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-400:hover {
--tw-border-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-500:hover {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-600:hover {
--tw-border-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-700:hover {
--tw-border-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-800:hover {
--tw-border-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
#printformat .hover\:border-blue-900:hover {
--tw-border-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-50:hover {
--tw-border-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-100:hover {
--tw-border-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-200:hover {
--tw-border-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-300:hover {
--tw-border-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-400:hover {
--tw-border-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-500:hover {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-600:hover {
--tw-border-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-700:hover {
--tw-border-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-800:hover {
--tw-border-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
#printformat .hover\:border-indigo-900:hover {
--tw-border-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-50:hover {
--tw-border-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-100:hover {
--tw-border-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-200:hover {
--tw-border-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-300:hover {
--tw-border-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-400:hover {
--tw-border-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-500:hover {
--tw-border-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-600:hover {
--tw-border-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-700:hover {
--tw-border-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-800:hover {
--tw-border-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
#printformat .hover\:border-purple-900:hover {
--tw-border-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-50:hover {
--tw-border-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-100:hover {
--tw-border-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-200:hover {
--tw-border-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-300:hover {
--tw-border-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-400:hover {
--tw-border-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-500:hover {
--tw-border-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-600:hover {
--tw-border-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-700:hover {
--tw-border-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-800:hover {
--tw-border-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
#printformat .hover\:border-pink-900:hover {
--tw-border-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
#printformat .focus\:border-transparent:focus {
border-color: transparent;
}
#printformat .focus\:border-current:focus {
border-color: currentColor;
}
#printformat .focus\:border-black:focus {
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#printformat .focus\:border-white:focus {
--tw-border-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-50:focus {
--tw-border-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-100:focus {
--tw-border-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-200:focus {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-300:focus {
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-400:focus {
--tw-border-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-500:focus {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-600:focus {
--tw-border-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-700:focus {
--tw-border-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-800:focus {
--tw-border-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
#printformat .focus\:border-gray-900:focus {
--tw-border-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
#printformat .focus\:border-red-50:focus {
--tw-border-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}
#printformat .focus\:border-red-100:focus {
--tw-border-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}
#printformat .focus\:border-red-200:focus {
--tw-border-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}
#printformat .focus\:border-red-300:focus {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
#printformat .focus\:border-red-400:focus {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
#printformat .focus\:border-red-500:focus {
--tw-border-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
#printformat .focus\:border-red-600:focus {
--tw-border-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
#printformat .focus\:border-red-700:focus {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
#printformat .focus\:border-red-800:focus {
--tw-border-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}
#printformat .focus\:border-red-900:focus {
--tw-border-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-50:focus {
--tw-border-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-100:focus {
--tw-border-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-200:focus {
--tw-border-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-300:focus {
--tw-border-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-400:focus {
--tw-border-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-500:focus {
--tw-border-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-600:focus {
--tw-border-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-700:focus {
--tw-border-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-800:focus {
--tw-border-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}
#printformat .focus\:border-yellow-900:focus {
--tw-border-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}
#printformat .focus\:border-green-50:focus {
--tw-border-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}
#printformat .focus\:border-green-100:focus {
--tw-border-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
#printformat .focus\:border-green-200:focus {
--tw-border-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}
#printformat .focus\:border-green-300:focus {
--tw-border-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}
#printformat .focus\:border-green-400:focus {
--tw-border-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
#printformat .focus\:border-green-500:focus {
--tw-border-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
#printformat .focus\:border-green-600:focus {
--tw-border-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
#printformat .focus\:border-green-700:focus {
--tw-border-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
#printformat .focus\:border-green-800:focus {
--tw-border-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}
#printformat .focus\:border-green-900:focus {
--tw-border-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-50:focus {
--tw-border-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-100:focus {
--tw-border-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-200:focus {
--tw-border-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-300:focus {
--tw-border-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-400:focus {
--tw-border-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-500:focus {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-600:focus {
--tw-border-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-700:focus {
--tw-border-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-800:focus {
--tw-border-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}
#printformat .focus\:border-blue-900:focus {
--tw-border-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-50:focus {
--tw-border-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-100:focus {
--tw-border-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-200:focus {
--tw-border-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-300:focus {
--tw-border-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-400:focus {
--tw-border-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-500:focus {
--tw-border-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-600:focus {
--tw-border-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-700:focus {
--tw-border-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-800:focus {
--tw-border-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}
#printformat .focus\:border-indigo-900:focus {
--tw-border-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-50:focus {
--tw-border-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-100:focus {
--tw-border-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-200:focus {
--tw-border-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-300:focus {
--tw-border-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-400:focus {
--tw-border-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-500:focus {
--tw-border-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-600:focus {
--tw-border-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-700:focus {
--tw-border-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-800:focus {
--tw-border-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}
#printformat .focus\:border-purple-900:focus {
--tw-border-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-50:focus {
--tw-border-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-100:focus {
--tw-border-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-200:focus {
--tw-border-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-300:focus {
--tw-border-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-400:focus {
--tw-border-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-500:focus {
--tw-border-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-600:focus {
--tw-border-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-700:focus {
--tw-border-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-800:focus {
--tw-border-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}
#printformat .focus\:border-pink-900:focus {
--tw-border-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}
#printformat .border-opacity-0 {
--tw-border-opacity: 0;
}
#printformat .border-opacity-5 {
--tw-border-opacity: 0.05;
}
#printformat .border-opacity-10 {
--tw-border-opacity: 0.1;
}
#printformat .border-opacity-20 {
--tw-border-opacity: 0.2;
}
#printformat .border-opacity-25 {
--tw-border-opacity: 0.25;
}
#printformat .border-opacity-30 {
--tw-border-opacity: 0.3;
}
#printformat .border-opacity-40 {
--tw-border-opacity: 0.4;
}
#printformat .border-opacity-50 {
--tw-border-opacity: 0.5;
}
#printformat .border-opacity-60 {
--tw-border-opacity: 0.6;
}
#printformat .border-opacity-70 {
--tw-border-opacity: 0.7;
}
#printformat .border-opacity-75 {
--tw-border-opacity: 0.75;
}
#printformat .border-opacity-80 {
--tw-border-opacity: 0.8;
}
#printformat .border-opacity-90 {
--tw-border-opacity: 0.9;
}
#printformat .border-opacity-95 {
--tw-border-opacity: 0.95;
}
#printformat .border-opacity-100 {
--tw-border-opacity: 1;
}
#printformat .group:hover .group-hover\:border-opacity-0 {
--tw-border-opacity: 0;
}
#printformat .group:hover .group-hover\:border-opacity-5 {
--tw-border-opacity: 0.05;
}
#printformat .group:hover .group-hover\:border-opacity-10 {
--tw-border-opacity: 0.1;
}
#printformat .group:hover .group-hover\:border-opacity-20 {
--tw-border-opacity: 0.2;
}
#printformat .group:hover .group-hover\:border-opacity-25 {
--tw-border-opacity: 0.25;
}
#printformat .group:hover .group-hover\:border-opacity-30 {
--tw-border-opacity: 0.3;
}
#printformat .group:hover .group-hover\:border-opacity-40 {
--tw-border-opacity: 0.4;
}
#printformat .group:hover .group-hover\:border-opacity-50 {
--tw-border-opacity: 0.5;
}
#printformat .group:hover .group-hover\:border-opacity-60 {
--tw-border-opacity: 0.6;
}
#printformat .group:hover .group-hover\:border-opacity-70 {
--tw-border-opacity: 0.7;
}
#printformat .group:hover .group-hover\:border-opacity-75 {
--tw-border-opacity: 0.75;
}
#printformat .group:hover .group-hover\:border-opacity-80 {
--tw-border-opacity: 0.8;
}
#printformat .group:hover .group-hover\:border-opacity-90 {
--tw-border-opacity: 0.9;
}
#printformat .group:hover .group-hover\:border-opacity-95 {
--tw-border-opacity: 0.95;
}
#printformat .group:hover .group-hover\:border-opacity-100 {
--tw-border-opacity: 1;
}
#printformat .focus-within\:border-opacity-0:focus-within {
--tw-border-opacity: 0;
}
#printformat .focus-within\:border-opacity-5:focus-within {
--tw-border-opacity: 0.05;
}
#printformat .focus-within\:border-opacity-10:focus-within {
--tw-border-opacity: 0.1;
}
#printformat .focus-within\:border-opacity-20:focus-within {
--tw-border-opacity: 0.2;
}
#printformat .focus-within\:border-opacity-25:focus-within {
--tw-border-opacity: 0.25;
}
#printformat .focus-within\:border-opacity-30:focus-within {
--tw-border-opacity: 0.3;
}
#printformat .focus-within\:border-opacity-40:focus-within {
--tw-border-opacity: 0.4;
}
#printformat .focus-within\:border-opacity-50:focus-within {
--tw-border-opacity: 0.5;
}
#printformat .focus-within\:border-opacity-60:focus-within {
--tw-border-opacity: 0.6;
}
#printformat .focus-within\:border-opacity-70:focus-within {
--tw-border-opacity: 0.7;
}
#printformat .focus-within\:border-opacity-75:focus-within {
--tw-border-opacity: 0.75;
}
#printformat .focus-within\:border-opacity-80:focus-within {
--tw-border-opacity: 0.8;
}
#printformat .focus-within\:border-opacity-90:focus-within {
--tw-border-opacity: 0.9;
}
#printformat .focus-within\:border-opacity-95:focus-within {
--tw-border-opacity: 0.95;
}
#printformat .focus-within\:border-opacity-100:focus-within {
--tw-border-opacity: 1;
}
#printformat .hover\:border-opacity-0:hover {
--tw-border-opacity: 0;
}
#printformat .hover\:border-opacity-5:hover {
--tw-border-opacity: 0.05;
}
#printformat .hover\:border-opacity-10:hover {
--tw-border-opacity: 0.1;
}
#printformat .hover\:border-opacity-20:hover {
--tw-border-opacity: 0.2;
}
#printformat .hover\:border-opacity-25:hover {
--tw-border-opacity: 0.25;
}
#printformat .hover\:border-opacity-30:hover {
--tw-border-opacity: 0.3;
}
#printformat .hover\:border-opacity-40:hover {
--tw-border-opacity: 0.4;
}
#printformat .hover\:border-opacity-50:hover {
--tw-border-opacity: 0.5;
}
#printformat .hover\:border-opacity-60:hover {
--tw-border-opacity: 0.6;
}
#printformat .hover\:border-opacity-70:hover {
--tw-border-opacity: 0.7;
}
#printformat .hover\:border-opacity-75:hover {
--tw-border-opacity: 0.75;
}
#printformat .hover\:border-opacity-80:hover {
--tw-border-opacity: 0.8;
}
#printformat .hover\:border-opacity-90:hover {
--tw-border-opacity: 0.9;
}
#printformat .hover\:border-opacity-95:hover {
--tw-border-opacity: 0.95;
}
#printformat .hover\:border-opacity-100:hover {
--tw-border-opacity: 1;
}
#printformat .focus\:border-opacity-0:focus {
--tw-border-opacity: 0;
}
#printformat .focus\:border-opacity-5:focus {
--tw-border-opacity: 0.05;
}
#printformat .focus\:border-opacity-10:focus {
--tw-border-opacity: 0.1;
}
#printformat .focus\:border-opacity-20:focus {
--tw-border-opacity: 0.2;
}
#printformat .focus\:border-opacity-25:focus {
--tw-border-opacity: 0.25;
}
#printformat .focus\:border-opacity-30:focus {
--tw-border-opacity: 0.3;
}
#printformat .focus\:border-opacity-40:focus {
--tw-border-opacity: 0.4;
}
#printformat .focus\:border-opacity-50:focus {
--tw-border-opacity: 0.5;
}
#printformat .focus\:border-opacity-60:focus {
--tw-border-opacity: 0.6;
}
#printformat .focus\:border-opacity-70:focus {
--tw-border-opacity: 0.7;
}
#printformat .focus\:border-opacity-75:focus {
--tw-border-opacity: 0.75;
}
#printformat .focus\:border-opacity-80:focus {
--tw-border-opacity: 0.8;
}
#printformat .focus\:border-opacity-90:focus {
--tw-border-opacity: 0.9;
}
#printformat .focus\:border-opacity-95:focus {
--tw-border-opacity: 0.95;
}
#printformat .focus\:border-opacity-100:focus {
--tw-border-opacity: 1;
}
#printformat .bg-transparent {
background-color: transparent;
}
#printformat .bg-current {
background-color: currentColor;
}
#printformat .bg-black {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#printformat .bg-white {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#printformat .bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
#printformat .bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
#printformat .bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
#printformat .bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#printformat .bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
#printformat .bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
#printformat .bg-gray-600 {
--tw-bg-opacity: 1;
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
#printformat .bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
#printformat .bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
#printformat .bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
#printformat .bg-red-50 {
--tw-bg-opacity: 1;
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
#printformat .bg-red-100 {
--tw-bg-opacity: 1;
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
#printformat .bg-red-200 {
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
#printformat .bg-red-300 {
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
#printformat .bg-red-400 {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
#printformat .bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
#printformat .bg-red-600 {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
#printformat .bg-red-700 {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
#printformat .bg-red-800 {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
#printformat .bg-red-900 {
--tw-bg-opacity: 1;
background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
#printformat .bg-yellow-50 {
--tw-bg-opacity: 1;
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
#printformat .bg-yellow-100 {
--tw-bg-opacity: 1;
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
#printformat .bg-yellow-200 {
--tw-bg-opacity: 1;
background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
#printformat .bg-yellow-300 {
--tw-bg-opacity: 1;
background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
#printformat .bg-yellow-400 {
--tw-bg-opacity: 1;
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
#printformat .bg-yellow-500 {
--tw-bg-opacity: 1;
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
#printformat .bg-yellow-600 {
--tw-bg-opacity: 1;
background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
#printformat .bg-yellow-700 {
--tw-bg-opacity: 1;
background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#printformat .bg-yellow-800 {
--tw-bg-opacity: 1;
background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
#printformat .bg-yellow-900 {
--tw-bg-opacity: 1;
background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
#printformat .bg-green-50 {
--tw-bg-opacity: 1;
background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
#printformat .bg-green-100 {
--tw-bg-opacity: 1;
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
#printformat .bg-green-200 {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
#printformat .bg-green-300 {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
#printformat .bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
#printformat .bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
#printformat .bg-green-600 {
--tw-bg-opacity: 1;
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
#printformat .bg-green-700 {
--tw-bg-opacity: 1;
background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
#printformat .bg-green-800 {
--tw-bg-opacity: 1;
background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
#printformat .bg-green-900 {
--tw-bg-opacity: 1;
background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
#printformat .bg-blue-50 {
--tw-bg-opacity: 1;
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
#printformat .bg-blue-100 {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
#printformat .bg-blue-200 {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
#printformat .bg-blue-300 {
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
#printformat .bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
#printformat .bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
#printformat .bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
#printformat .bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
#printformat .bg-blue-800 {
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
#printformat .bg-blue-900 {
--tw-bg-opacity: 1;
background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
#printformat .bg-indigo-50 {
--tw-bg-opacity: 1;
background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
#printformat .bg-indigo-100 {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
#printformat .bg-indigo-200 {
--tw-bg-opacity: 1;
background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
#printformat .bg-indigo-300 {
--tw-bg-opacity: 1;
background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
#printformat .bg-indigo-400 {
--tw-bg-opacity: 1;
background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
#printformat .bg-indigo-500 {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
#printformat .bg-indigo-600 {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
#printformat .bg-indigo-700 {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
#printformat .bg-indigo-800 {
--tw-bg-opacity: 1;
background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
#printformat .bg-indigo-900 {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
#printformat .bg-purple-50 {
--tw-bg-opacity: 1;
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
#printformat .bg-purple-100 {
--tw-bg-opacity: 1;
background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
#printformat .bg-purple-200 {
--tw-bg-opacity: 1;
background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
#printformat .bg-purple-300 {
--tw-bg-opacity: 1;
background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
#printformat .bg-purple-400 {
--tw-bg-opacity: 1;
background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
#printformat .bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
#printformat .bg-purple-600 {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
#printformat .bg-purple-700 {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
#printformat .bg-purple-800 {
--tw-bg-opacity: 1;
background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
#printformat .bg-purple-900 {
--tw-bg-opacity: 1;
background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
#printformat .bg-pink-50 {
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
#printformat .bg-pink-100 {
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
#printformat .bg-pink-200 {
--tw-bg-opacity: 1;
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
#printformat .bg-pink-300 {
--tw-bg-opacity: 1;
background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
#printformat .bg-pink-400 {
--tw-bg-opacity: 1;
background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
#printformat .bg-pink-500 {
--tw-bg-opacity: 1;
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
#printformat .bg-pink-600 {
--tw-bg-opacity: 1;
background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
#printformat .bg-pink-700 {
--tw-bg-opacity: 1;
background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
#printformat .bg-pink-800 {
--tw-bg-opacity: 1;
background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
#printformat .bg-pink-900 {
--tw-bg-opacity: 1;
background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-transparent {
background-color: transparent;
}
#printformat .group:hover .group-hover\:bg-current {
background-color: currentColor;
}
#printformat .group:hover .group-hover\:bg-black {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-white {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-600 {
--tw-bg-opacity: 1;
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-50 {
--tw-bg-opacity: 1;
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-100 {
--tw-bg-opacity: 1;
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-200 {
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-300 {
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-400 {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-600 {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-700 {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-800 {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-red-900 {
--tw-bg-opacity: 1;
background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-50 {
--tw-bg-opacity: 1;
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-100 {
--tw-bg-opacity: 1;
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-200 {
--tw-bg-opacity: 1;
background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-300 {
--tw-bg-opacity: 1;
background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-400 {
--tw-bg-opacity: 1;
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-500 {
--tw-bg-opacity: 1;
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-600 {
--tw-bg-opacity: 1;
background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-700 {
--tw-bg-opacity: 1;
background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-800 {
--tw-bg-opacity: 1;
background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-yellow-900 {
--tw-bg-opacity: 1;
background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-50 {
--tw-bg-opacity: 1;
background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-100 {
--tw-bg-opacity: 1;
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-200 {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-300 {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-400 {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-600 {
--tw-bg-opacity: 1;
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-700 {
--tw-bg-opacity: 1;
background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-800 {
--tw-bg-opacity: 1;
background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-green-900 {
--tw-bg-opacity: 1;
background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-50 {
--tw-bg-opacity: 1;
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-100 {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-200 {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-300 {
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-800 {
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-blue-900 {
--tw-bg-opacity: 1;
background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-50 {
--tw-bg-opacity: 1;
background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-100 {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-200 {
--tw-bg-opacity: 1;
background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-300 {
--tw-bg-opacity: 1;
background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-400 {
--tw-bg-opacity: 1;
background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-500 {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-600 {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-700 {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-800 {
--tw-bg-opacity: 1;
background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-indigo-900 {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-50 {
--tw-bg-opacity: 1;
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-100 {
--tw-bg-opacity: 1;
background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-200 {
--tw-bg-opacity: 1;
background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-300 {
--tw-bg-opacity: 1;
background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-400 {
--tw-bg-opacity: 1;
background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-600 {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-700 {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-800 {
--tw-bg-opacity: 1;
background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-purple-900 {
--tw-bg-opacity: 1;
background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-50 {
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-100 {
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-200 {
--tw-bg-opacity: 1;
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-300 {
--tw-bg-opacity: 1;
background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-400 {
--tw-bg-opacity: 1;
background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-500 {
--tw-bg-opacity: 1;
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-600 {
--tw-bg-opacity: 1;
background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-700 {
--tw-bg-opacity: 1;
background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-800 {
--tw-bg-opacity: 1;
background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
#printformat .group:hover .group-hover\:bg-pink-900 {
--tw-bg-opacity: 1;
background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-transparent:focus-within {
background-color: transparent;
}
#printformat .focus-within\:bg-current:focus-within {
background-color: currentColor;
}
#printformat .focus-within\:bg-black:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-white:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-gray-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-red-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-yellow-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-blue-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-indigo-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-purple-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-50:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-100:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-200:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-300:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-400:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-500:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-600:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-700:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-800:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
#printformat .focus-within\:bg-pink-900:focus-within {
--tw-bg-opacity: 1;
background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
#printformat .hover\:bg-transparent:hover {
background-color: transparent;
}
#printformat .hover\:bg-current:hover {
background-color: currentColor;
}
#printformat .hover\:bg-black:hover {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#printformat .hover\:bg-white:hover {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
#printformat .hover\:bg-gray-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
#printformat .hover\:bg-red-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
#printformat .hover\:bg-yellow-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
#printformat .hover\:bg-green-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
#printformat .hover\:bg-blue-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
#printformat .hover\:bg-indigo-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
#printformat .hover\:bg-purple-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-50:hover {
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-100:hover {
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-200:hover {
--tw-bg-opacity: 1;
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-300:hover {
--tw-bg-opacity: 1;
background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-400:hover {
--tw-bg-opacity: 1;
background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-600:hover {
--tw-bg-opacity: 1;
background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-800:hover {
--tw-bg-opacity: 1;
background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
#printformat .hover\:bg-pink-900:hover {
--tw-bg-opacity: 1;
background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
#printformat .focus\:bg-transparent:focus {
background-color: transparent;
}
#printformat .focus\:bg-current:focus {
background-color: currentColor;
}
#printformat .focus\:bg-black:focus {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
#printformat .focus\:bg-white:focus {
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
#printformat .focus\:bg-gray-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}
#printformat .focus\:bg-red-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
#printformat .focus\:bg-yellow-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}
#printformat .focus\:bg-green-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
#printformat .focus\:bg-blue-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}
#printformat .focus\:bg-indigo-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}
#printformat .focus\:bg-purple-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-50:focus {
--tw-bg-opacity: 1;
background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-100:focus {
--tw-bg-opacity: 1;
background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-200:focus {
--tw-bg-opacity: 1;
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-300:focus {
--tw-bg-opacity: 1;
background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-400:focus {
--tw-bg-opacity: 1;
background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-500:focus {
--tw-bg-opacity: 1;
background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-600:focus {
--tw-bg-opacity: 1;
background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-700:focus {
--tw-bg-opacity: 1;
background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-800:focus {
--tw-bg-opacity: 1;
background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}
#printformat .focus\:bg-pink-900:focus {
--tw-bg-opacity: 1;
background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
#printformat .bg-opacity-0 {
--tw-bg-opacity: 0;
}
#printformat .bg-opacity-5 {
--tw-bg-opacity: 0.05;
}
#printformat .bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
#printformat .bg-opacity-20 {
--tw-bg-opacity: 0.2;
}
#printformat .bg-opacity-25 {
--tw-bg-opacity: 0.25;
}
#printformat .bg-opacity-30 {
--tw-bg-opacity: 0.3;
}
#printformat .bg-opacity-40 {
--tw-bg-opacity: 0.4;
}
#printformat .bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
#printformat .bg-opacity-60 {
--tw-bg-opacity: 0.6;
}
#printformat .bg-opacity-70 {
--tw-bg-opacity: 0.7;
}
#printformat .bg-opacity-75 {
--tw-bg-opacity: 0.75;
}
#printformat .bg-opacity-80 {
--tw-bg-opacity: 0.8;
}
#printformat .bg-opacity-90 {
--tw-bg-opacity: 0.9;
}
#printformat .bg-opacity-95 {
--tw-bg-opacity: 0.95;
}
#printformat .bg-opacity-100 {
--tw-bg-opacity: 1;
}
#printformat .group:hover .group-hover\:bg-opacity-0 {
--tw-bg-opacity: 0;
}
#printformat .group:hover .group-hover\:bg-opacity-5 {
--tw-bg-opacity: 0.05;
}
#printformat .group:hover .group-hover\:bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
#printformat .group:hover .group-hover\:bg-opacity-20 {
--tw-bg-opacity: 0.2;
}
#printformat .group:hover .group-hover\:bg-opacity-25 {
--tw-bg-opacity: 0.25;
}
#printformat .group:hover .group-hover\:bg-opacity-30 {
--tw-bg-opacity: 0.3;
}
#printformat .group:hover .group-hover\:bg-opacity-40 {
--tw-bg-opacity: 0.4;
}
#printformat .group:hover .group-hover\:bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
#printformat .group:hover .group-hover\:bg-opacity-60 {
--tw-bg-opacity: 0.6;
}
#printformat .group:hover .group-hover\:bg-opacity-70 {
--tw-bg-opacity: 0.7;
}
#printformat .group:hover .group-hover\:bg-opacity-75 {
--tw-bg-opacity: 0.75;
}
#printformat .group:hover .group-hover\:bg-opacity-80 {
--tw-bg-opacity: 0.8;
}
#printformat .group:hover .group-hover\:bg-opacity-90 {
--tw-bg-opacity: 0.9;
}
#printformat .group:hover .group-hover\:bg-opacity-95 {
--tw-bg-opacity: 0.95;
}
#printformat .group:hover .group-hover\:bg-opacity-100 {
--tw-bg-opacity: 1;
}
#printformat .focus-within\:bg-opacity-0:focus-within {
--tw-bg-opacity: 0;
}
#printformat .focus-within\:bg-opacity-5:focus-within {
--tw-bg-opacity: 0.05;
}
#printformat .focus-within\:bg-opacity-10:focus-within {
--tw-bg-opacity: 0.1;
}
#printformat .focus-within\:bg-opacity-20:focus-within {
--tw-bg-opacity: 0.2;
}
#printformat .focus-within\:bg-opacity-25:focus-within {
--tw-bg-opacity: 0.25;
}
#printformat .focus-within\:bg-opacity-30:focus-within {
--tw-bg-opacity: 0.3;
}
#printformat .focus-within\:bg-opacity-40:focus-within {
--tw-bg-opacity: 0.4;
}
#printformat .focus-within\:bg-opacity-50:focus-within {
--tw-bg-opacity: 0.5;
}
#printformat .focus-within\:bg-opacity-60:focus-within {
--tw-bg-opacity: 0.6;
}
#printformat .focus-within\:bg-opacity-70:focus-within {
--tw-bg-opacity: 0.7;
}
#printformat .focus-within\:bg-opacity-75:focus-within {
--tw-bg-opacity: 0.75;
}
#printformat .focus-within\:bg-opacity-80:focus-within {
--tw-bg-opacity: 0.8;
}
#printformat .focus-within\:bg-opacity-90:focus-within {
--tw-bg-opacity: 0.9;
}
#printformat .focus-within\:bg-opacity-95:focus-within {
--tw-bg-opacity: 0.95;
}
#printformat .focus-within\:bg-opacity-100:focus-within {
--tw-bg-opacity: 1;
}
#printformat .hover\:bg-opacity-0:hover {
--tw-bg-opacity: 0;
}
#printformat .hover\:bg-opacity-5:hover {
--tw-bg-opacity: 0.05;
}
#printformat .hover\:bg-opacity-10:hover {
--tw-bg-opacity: 0.1;
}
#printformat .hover\:bg-opacity-20:hover {
--tw-bg-opacity: 0.2;
}
#printformat .hover\:bg-opacity-25:hover {
--tw-bg-opacity: 0.25;
}
#printformat .hover\:bg-opacity-30:hover {
--tw-bg-opacity: 0.3;
}
#printformat .hover\:bg-opacity-40:hover {
--tw-bg-opacity: 0.4;
}
#printformat .hover\:bg-opacity-50:hover {
--tw-bg-opacity: 0.5;
}
#printformat .hover\:bg-opacity-60:hover {
--tw-bg-opacity: 0.6;
}
#printformat .hover\:bg-opacity-70:hover {
--tw-bg-opacity: 0.7;
}
#printformat .hover\:bg-opacity-75:hover {
--tw-bg-opacity: 0.75;
}
#printformat .hover\:bg-opacity-80:hover {
--tw-bg-opacity: 0.8;
}
#printformat .hover\:bg-opacity-90:hover {
--tw-bg-opacity: 0.9;
}
#printformat .hover\:bg-opacity-95:hover {
--tw-bg-opacity: 0.95;
}
#printformat .hover\:bg-opacity-100:hover {
--tw-bg-opacity: 1;
}
#printformat .focus\:bg-opacity-0:focus {
--tw-bg-opacity: 0;
}
#printformat .focus\:bg-opacity-5:focus {
--tw-bg-opacity: 0.05;
}
#printformat .focus\:bg-opacity-10:focus {
--tw-bg-opacity: 0.1;
}
#printformat .focus\:bg-opacity-20:focus {
--tw-bg-opacity: 0.2;
}
#printformat .focus\:bg-opacity-25:focus {
--tw-bg-opacity: 0.25;
}
#printformat .focus\:bg-opacity-30:focus {
--tw-bg-opacity: 0.3;
}
#printformat .focus\:bg-opacity-40:focus {
--tw-bg-opacity: 0.4;
}
#printformat .focus\:bg-opacity-50:focus {
--tw-bg-opacity: 0.5;
}
#printformat .focus\:bg-opacity-60:focus {
--tw-bg-opacity: 0.6;
}
#printformat .focus\:bg-opacity-70:focus {
--tw-bg-opacity: 0.7;
}
#printformat .focus\:bg-opacity-75:focus {
--tw-bg-opacity: 0.75;
}
#printformat .focus\:bg-opacity-80:focus {
--tw-bg-opacity: 0.8;
}
#printformat .focus\:bg-opacity-90:focus {
--tw-bg-opacity: 0.9;
}
#printformat .focus\:bg-opacity-95:focus {
--tw-bg-opacity: 0.95;
}
#printformat .focus\:bg-opacity-100:focus {
--tw-bg-opacity: 1;
}
#printformat .bg-none {
background-image: none;
}
#printformat .bg-gradient-to-t {
background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-tr {
background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-br {
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-bl {
background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-l {
background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
#printformat .bg-gradient-to-tl {
background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
#printformat .from-transparent {
--tw-gradient-from: transparent;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .from-current {
--tw-gradient-from: currentColor;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .from-black {
--tw-gradient-from: #000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .from-white {
--tw-gradient-from: #fff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .from-gray-50 {
--tw-gradient-from: #f9fafb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .from-gray-100 {
--tw-gradient-from: #f3f4f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .from-gray-200 {
--tw-gradient-from: #e5e7eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .from-gray-300 {
--tw-gradient-from: #d1d5db;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .from-gray-400 {
--tw-gradient-from: #9ca3af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .from-gray-500 {
--tw-gradient-from: #6b7280;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .from-gray-600 {
--tw-gradient-from: #4b5563;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .from-gray-700 {
--tw-gradient-from: #374151;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .from-gray-800 {
--tw-gradient-from: #1f2937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .from-gray-900 {
--tw-gradient-from: #111827;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .from-red-50 {
--tw-gradient-from: #fef2f2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .from-red-100 {
--tw-gradient-from: #fee2e2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .from-red-200 {
--tw-gradient-from: #fecaca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .from-red-300 {
--tw-gradient-from: #fca5a5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .from-red-400 {
--tw-gradient-from: #f87171;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .from-red-500 {
--tw-gradient-from: #ef4444;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .from-red-600 {
--tw-gradient-from: #dc2626;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .from-red-700 {
--tw-gradient-from: #b91c1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .from-red-800 {
--tw-gradient-from: #991b1b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .from-red-900 {
--tw-gradient-from: #7f1d1d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .from-yellow-50 {
--tw-gradient-from: #fffbeb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .from-yellow-100 {
--tw-gradient-from: #fef3c7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .from-yellow-200 {
--tw-gradient-from: #fde68a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .from-yellow-300 {
--tw-gradient-from: #fcd34d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .from-yellow-400 {
--tw-gradient-from: #fbbf24;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .from-yellow-500 {
--tw-gradient-from: #f59e0b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .from-yellow-600 {
--tw-gradient-from: #d97706;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .from-yellow-700 {
--tw-gradient-from: #b45309;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .from-yellow-800 {
--tw-gradient-from: #92400e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .from-yellow-900 {
--tw-gradient-from: #78350f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .from-green-50 {
--tw-gradient-from: #ecfdf5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .from-green-100 {
--tw-gradient-from: #d1fae5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .from-green-200 {
--tw-gradient-from: #a7f3d0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .from-green-300 {
--tw-gradient-from: #6ee7b7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .from-green-400 {
--tw-gradient-from: #34d399;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .from-green-500 {
--tw-gradient-from: #10b981;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .from-green-600 {
--tw-gradient-from: #059669;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .from-green-700 {
--tw-gradient-from: #047857;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .from-green-800 {
--tw-gradient-from: #065f46;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .from-green-900 {
--tw-gradient-from: #064e3b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .from-blue-50 {
--tw-gradient-from: #eff6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .from-blue-100 {
--tw-gradient-from: #dbeafe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .from-blue-200 {
--tw-gradient-from: #bfdbfe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .from-blue-300 {
--tw-gradient-from: #93c5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .from-blue-400 {
--tw-gradient-from: #60a5fa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .from-blue-500 {
--tw-gradient-from: #3b82f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .from-blue-600 {
--tw-gradient-from: #2563eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .from-blue-700 {
--tw-gradient-from: #1d4ed8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .from-blue-800 {
--tw-gradient-from: #1e40af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .from-blue-900 {
--tw-gradient-from: #1e3a8a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .from-indigo-50 {
--tw-gradient-from: #eef2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .from-indigo-100 {
--tw-gradient-from: #e0e7ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .from-indigo-200 {
--tw-gradient-from: #c7d2fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .from-indigo-300 {
--tw-gradient-from: #a5b4fc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .from-indigo-400 {
--tw-gradient-from: #818cf8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .from-indigo-500 {
--tw-gradient-from: #6366f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .from-indigo-600 {
--tw-gradient-from: #4f46e5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .from-indigo-700 {
--tw-gradient-from: #4338ca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .from-indigo-800 {
--tw-gradient-from: #3730a3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .from-indigo-900 {
--tw-gradient-from: #312e81;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .from-purple-50 {
--tw-gradient-from: #f5f3ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .from-purple-100 {
--tw-gradient-from: #ede9fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .from-purple-200 {
--tw-gradient-from: #ddd6fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .from-purple-300 {
--tw-gradient-from: #c4b5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .from-purple-400 {
--tw-gradient-from: #a78bfa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .from-purple-500 {
--tw-gradient-from: #8b5cf6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .from-purple-600 {
--tw-gradient-from: #7c3aed;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .from-purple-700 {
--tw-gradient-from: #6d28d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .from-purple-800 {
--tw-gradient-from: #5b21b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .from-purple-900 {
--tw-gradient-from: #4c1d95;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .from-pink-50 {
--tw-gradient-from: #fdf2f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .from-pink-100 {
--tw-gradient-from: #fce7f3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .from-pink-200 {
--tw-gradient-from: #fbcfe8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .from-pink-300 {
--tw-gradient-from: #f9a8d4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .from-pink-400 {
--tw-gradient-from: #f472b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .from-pink-500 {
--tw-gradient-from: #ec4899;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .from-pink-600 {
--tw-gradient-from: #db2777;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .from-pink-700 {
--tw-gradient-from: #be185d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .from-pink-800 {
--tw-gradient-from: #9d174d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .from-pink-900 {
--tw-gradient-from: #831843;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .hover\:from-transparent:hover {
--tw-gradient-from: transparent;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .hover\:from-current:hover {
--tw-gradient-from: currentColor;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .hover\:from-black:hover {
--tw-gradient-from: #000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .hover\:from-white:hover {
--tw-gradient-from: #fff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .hover\:from-gray-50:hover {
--tw-gradient-from: #f9fafb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .hover\:from-gray-100:hover {
--tw-gradient-from: #f3f4f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .hover\:from-gray-200:hover {
--tw-gradient-from: #e5e7eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .hover\:from-gray-300:hover {
--tw-gradient-from: #d1d5db;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .hover\:from-gray-400:hover {
--tw-gradient-from: #9ca3af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .hover\:from-gray-500:hover {
--tw-gradient-from: #6b7280;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .hover\:from-gray-600:hover {
--tw-gradient-from: #4b5563;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .hover\:from-gray-700:hover {
--tw-gradient-from: #374151;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .hover\:from-gray-800:hover {
--tw-gradient-from: #1f2937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .hover\:from-gray-900:hover {
--tw-gradient-from: #111827;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .hover\:from-red-50:hover {
--tw-gradient-from: #fef2f2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .hover\:from-red-100:hover {
--tw-gradient-from: #fee2e2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .hover\:from-red-200:hover {
--tw-gradient-from: #fecaca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .hover\:from-red-300:hover {
--tw-gradient-from: #fca5a5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .hover\:from-red-400:hover {
--tw-gradient-from: #f87171;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .hover\:from-red-500:hover {
--tw-gradient-from: #ef4444;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .hover\:from-red-600:hover {
--tw-gradient-from: #dc2626;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .hover\:from-red-700:hover {
--tw-gradient-from: #b91c1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .hover\:from-red-800:hover {
--tw-gradient-from: #991b1b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .hover\:from-red-900:hover {
--tw-gradient-from: #7f1d1d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .hover\:from-yellow-50:hover {
--tw-gradient-from: #fffbeb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .hover\:from-yellow-100:hover {
--tw-gradient-from: #fef3c7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .hover\:from-yellow-200:hover {
--tw-gradient-from: #fde68a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .hover\:from-yellow-300:hover {
--tw-gradient-from: #fcd34d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .hover\:from-yellow-400:hover {
--tw-gradient-from: #fbbf24;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .hover\:from-yellow-500:hover {
--tw-gradient-from: #f59e0b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .hover\:from-yellow-600:hover {
--tw-gradient-from: #d97706;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .hover\:from-yellow-700:hover {
--tw-gradient-from: #b45309;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .hover\:from-yellow-800:hover {
--tw-gradient-from: #92400e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .hover\:from-yellow-900:hover {
--tw-gradient-from: #78350f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .hover\:from-green-50:hover {
--tw-gradient-from: #ecfdf5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .hover\:from-green-100:hover {
--tw-gradient-from: #d1fae5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .hover\:from-green-200:hover {
--tw-gradient-from: #a7f3d0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .hover\:from-green-300:hover {
--tw-gradient-from: #6ee7b7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .hover\:from-green-400:hover {
--tw-gradient-from: #34d399;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .hover\:from-green-500:hover {
--tw-gradient-from: #10b981;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .hover\:from-green-600:hover {
--tw-gradient-from: #059669;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .hover\:from-green-700:hover {
--tw-gradient-from: #047857;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .hover\:from-green-800:hover {
--tw-gradient-from: #065f46;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .hover\:from-green-900:hover {
--tw-gradient-from: #064e3b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .hover\:from-blue-50:hover {
--tw-gradient-from: #eff6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .hover\:from-blue-100:hover {
--tw-gradient-from: #dbeafe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .hover\:from-blue-200:hover {
--tw-gradient-from: #bfdbfe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .hover\:from-blue-300:hover {
--tw-gradient-from: #93c5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .hover\:from-blue-400:hover {
--tw-gradient-from: #60a5fa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .hover\:from-blue-500:hover {
--tw-gradient-from: #3b82f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .hover\:from-blue-600:hover {
--tw-gradient-from: #2563eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .hover\:from-blue-700:hover {
--tw-gradient-from: #1d4ed8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .hover\:from-blue-800:hover {
--tw-gradient-from: #1e40af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .hover\:from-blue-900:hover {
--tw-gradient-from: #1e3a8a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .hover\:from-indigo-50:hover {
--tw-gradient-from: #eef2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .hover\:from-indigo-100:hover {
--tw-gradient-from: #e0e7ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .hover\:from-indigo-200:hover {
--tw-gradient-from: #c7d2fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .hover\:from-indigo-300:hover {
--tw-gradient-from: #a5b4fc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .hover\:from-indigo-400:hover {
--tw-gradient-from: #818cf8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .hover\:from-indigo-500:hover {
--tw-gradient-from: #6366f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .hover\:from-indigo-600:hover {
--tw-gradient-from: #4f46e5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .hover\:from-indigo-700:hover {
--tw-gradient-from: #4338ca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .hover\:from-indigo-800:hover {
--tw-gradient-from: #3730a3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .hover\:from-indigo-900:hover {
--tw-gradient-from: #312e81;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .hover\:from-purple-50:hover {
--tw-gradient-from: #f5f3ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .hover\:from-purple-100:hover {
--tw-gradient-from: #ede9fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .hover\:from-purple-200:hover {
--tw-gradient-from: #ddd6fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .hover\:from-purple-300:hover {
--tw-gradient-from: #c4b5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .hover\:from-purple-400:hover {
--tw-gradient-from: #a78bfa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .hover\:from-purple-500:hover {
--tw-gradient-from: #8b5cf6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .hover\:from-purple-600:hover {
--tw-gradient-from: #7c3aed;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .hover\:from-purple-700:hover {
--tw-gradient-from: #6d28d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .hover\:from-purple-800:hover {
--tw-gradient-from: #5b21b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .hover\:from-purple-900:hover {
--tw-gradient-from: #4c1d95;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .hover\:from-pink-50:hover {
--tw-gradient-from: #fdf2f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .hover\:from-pink-100:hover {
--tw-gradient-from: #fce7f3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .hover\:from-pink-200:hover {
--tw-gradient-from: #fbcfe8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .hover\:from-pink-300:hover {
--tw-gradient-from: #f9a8d4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .hover\:from-pink-400:hover {
--tw-gradient-from: #f472b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .hover\:from-pink-500:hover {
--tw-gradient-from: #ec4899;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .hover\:from-pink-600:hover {
--tw-gradient-from: #db2777;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .hover\:from-pink-700:hover {
--tw-gradient-from: #be185d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .hover\:from-pink-800:hover {
--tw-gradient-from: #9d174d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .hover\:from-pink-900:hover {
--tw-gradient-from: #831843;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .focus\:from-transparent:focus {
--tw-gradient-from: transparent;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .focus\:from-current:focus {
--tw-gradient-from: currentColor;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .focus\:from-black:focus {
--tw-gradient-from: #000;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .focus\:from-white:focus {
--tw-gradient-from: #fff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .focus\:from-gray-50:focus {
--tw-gradient-from: #f9fafb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .focus\:from-gray-100:focus {
--tw-gradient-from: #f3f4f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .focus\:from-gray-200:focus {
--tw-gradient-from: #e5e7eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .focus\:from-gray-300:focus {
--tw-gradient-from: #d1d5db;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .focus\:from-gray-400:focus {
--tw-gradient-from: #9ca3af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .focus\:from-gray-500:focus {
--tw-gradient-from: #6b7280;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .focus\:from-gray-600:focus {
--tw-gradient-from: #4b5563;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .focus\:from-gray-700:focus {
--tw-gradient-from: #374151;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .focus\:from-gray-800:focus {
--tw-gradient-from: #1f2937;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .focus\:from-gray-900:focus {
--tw-gradient-from: #111827;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .focus\:from-red-50:focus {
--tw-gradient-from: #fef2f2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .focus\:from-red-100:focus {
--tw-gradient-from: #fee2e2;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .focus\:from-red-200:focus {
--tw-gradient-from: #fecaca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .focus\:from-red-300:focus {
--tw-gradient-from: #fca5a5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .focus\:from-red-400:focus {
--tw-gradient-from: #f87171;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .focus\:from-red-500:focus {
--tw-gradient-from: #ef4444;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .focus\:from-red-600:focus {
--tw-gradient-from: #dc2626;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .focus\:from-red-700:focus {
--tw-gradient-from: #b91c1c;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .focus\:from-red-800:focus {
--tw-gradient-from: #991b1b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .focus\:from-red-900:focus {
--tw-gradient-from: #7f1d1d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .focus\:from-yellow-50:focus {
--tw-gradient-from: #fffbeb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .focus\:from-yellow-100:focus {
--tw-gradient-from: #fef3c7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .focus\:from-yellow-200:focus {
--tw-gradient-from: #fde68a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .focus\:from-yellow-300:focus {
--tw-gradient-from: #fcd34d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .focus\:from-yellow-400:focus {
--tw-gradient-from: #fbbf24;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .focus\:from-yellow-500:focus {
--tw-gradient-from: #f59e0b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .focus\:from-yellow-600:focus {
--tw-gradient-from: #d97706;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .focus\:from-yellow-700:focus {
--tw-gradient-from: #b45309;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .focus\:from-yellow-800:focus {
--tw-gradient-from: #92400e;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .focus\:from-yellow-900:focus {
--tw-gradient-from: #78350f;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .focus\:from-green-50:focus {
--tw-gradient-from: #ecfdf5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .focus\:from-green-100:focus {
--tw-gradient-from: #d1fae5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .focus\:from-green-200:focus {
--tw-gradient-from: #a7f3d0;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .focus\:from-green-300:focus {
--tw-gradient-from: #6ee7b7;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .focus\:from-green-400:focus {
--tw-gradient-from: #34d399;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .focus\:from-green-500:focus {
--tw-gradient-from: #10b981;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .focus\:from-green-600:focus {
--tw-gradient-from: #059669;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .focus\:from-green-700:focus {
--tw-gradient-from: #047857;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .focus\:from-green-800:focus {
--tw-gradient-from: #065f46;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .focus\:from-green-900:focus {
--tw-gradient-from: #064e3b;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .focus\:from-blue-50:focus {
--tw-gradient-from: #eff6ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .focus\:from-blue-100:focus {
--tw-gradient-from: #dbeafe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .focus\:from-blue-200:focus {
--tw-gradient-from: #bfdbfe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .focus\:from-blue-300:focus {
--tw-gradient-from: #93c5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .focus\:from-blue-400:focus {
--tw-gradient-from: #60a5fa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .focus\:from-blue-500:focus {
--tw-gradient-from: #3b82f6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .focus\:from-blue-600:focus {
--tw-gradient-from: #2563eb;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .focus\:from-blue-700:focus {
--tw-gradient-from: #1d4ed8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .focus\:from-blue-800:focus {
--tw-gradient-from: #1e40af;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .focus\:from-blue-900:focus {
--tw-gradient-from: #1e3a8a;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .focus\:from-indigo-50:focus {
--tw-gradient-from: #eef2ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .focus\:from-indigo-100:focus {
--tw-gradient-from: #e0e7ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .focus\:from-indigo-200:focus {
--tw-gradient-from: #c7d2fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .focus\:from-indigo-300:focus {
--tw-gradient-from: #a5b4fc;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .focus\:from-indigo-400:focus {
--tw-gradient-from: #818cf8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .focus\:from-indigo-500:focus {
--tw-gradient-from: #6366f1;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .focus\:from-indigo-600:focus {
--tw-gradient-from: #4f46e5;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .focus\:from-indigo-700:focus {
--tw-gradient-from: #4338ca;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .focus\:from-indigo-800:focus {
--tw-gradient-from: #3730a3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .focus\:from-indigo-900:focus {
--tw-gradient-from: #312e81;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .focus\:from-purple-50:focus {
--tw-gradient-from: #f5f3ff;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .focus\:from-purple-100:focus {
--tw-gradient-from: #ede9fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .focus\:from-purple-200:focus {
--tw-gradient-from: #ddd6fe;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .focus\:from-purple-300:focus {
--tw-gradient-from: #c4b5fd;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .focus\:from-purple-400:focus {
--tw-gradient-from: #a78bfa;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .focus\:from-purple-500:focus {
--tw-gradient-from: #8b5cf6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .focus\:from-purple-600:focus {
--tw-gradient-from: #7c3aed;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .focus\:from-purple-700:focus {
--tw-gradient-from: #6d28d9;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .focus\:from-purple-800:focus {
--tw-gradient-from: #5b21b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .focus\:from-purple-900:focus {
--tw-gradient-from: #4c1d95;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .focus\:from-pink-50:focus {
--tw-gradient-from: #fdf2f8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .focus\:from-pink-100:focus {
--tw-gradient-from: #fce7f3;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .focus\:from-pink-200:focus {
--tw-gradient-from: #fbcfe8;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .focus\:from-pink-300:focus {
--tw-gradient-from: #f9a8d4;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .focus\:from-pink-400:focus {
--tw-gradient-from: #f472b6;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .focus\:from-pink-500:focus {
--tw-gradient-from: #ec4899;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .focus\:from-pink-600:focus {
--tw-gradient-from: #db2777;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .focus\:from-pink-700:focus {
--tw-gradient-from: #be185d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .focus\:from-pink-800:focus {
--tw-gradient-from: #9d174d;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .focus\:from-pink-900:focus {
--tw-gradient-from: #831843;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .via-transparent {
--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .via-current {
--tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .via-black {
--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .via-white {
--tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .via-gray-50 {
--tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .via-gray-100 {
--tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .via-gray-200 {
--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .via-gray-300 {
--tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .via-gray-400 {
--tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .via-gray-500 {
--tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .via-gray-600 {
--tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .via-gray-700 {
--tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .via-gray-800 {
--tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .via-gray-900 {
--tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .via-red-50 {
--tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .via-red-100 {
--tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .via-red-200 {
--tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .via-red-300 {
--tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .via-red-400 {
--tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .via-red-500 {
--tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .via-red-600 {
--tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .via-red-700 {
--tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .via-red-800 {
--tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .via-red-900 {
--tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .via-yellow-50 {
--tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .via-yellow-100 {
--tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .via-yellow-200 {
--tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .via-yellow-300 {
--tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .via-yellow-400 {
--tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .via-yellow-500 {
--tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .via-yellow-600 {
--tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .via-yellow-700 {
--tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .via-yellow-800 {
--tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .via-yellow-900 {
--tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .via-green-50 {
--tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .via-green-100 {
--tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .via-green-200 {
--tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .via-green-300 {
--tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .via-green-400 {
--tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .via-green-500 {
--tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .via-green-600 {
--tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .via-green-700 {
--tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .via-green-800 {
--tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .via-green-900 {
--tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .via-blue-50 {
--tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .via-blue-100 {
--tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .via-blue-200 {
--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .via-blue-300 {
--tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .via-blue-400 {
--tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .via-blue-500 {
--tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .via-blue-600 {
--tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .via-blue-700 {
--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .via-blue-800 {
--tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .via-blue-900 {
--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .via-indigo-50 {
--tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .via-indigo-100 {
--tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .via-indigo-200 {
--tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .via-indigo-300 {
--tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .via-indigo-400 {
--tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .via-indigo-500 {
--tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .via-indigo-600 {
--tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .via-indigo-700 {
--tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .via-indigo-800 {
--tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .via-indigo-900 {
--tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .via-purple-50 {
--tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .via-purple-100 {
--tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .via-purple-200 {
--tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .via-purple-300 {
--tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .via-purple-400 {
--tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .via-purple-500 {
--tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .via-purple-600 {
--tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .via-purple-700 {
--tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .via-purple-800 {
--tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .via-purple-900 {
--tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .via-pink-50 {
--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .via-pink-100 {
--tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .via-pink-200 {
--tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .via-pink-300 {
--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .via-pink-400 {
--tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .via-pink-500 {
--tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .via-pink-600 {
--tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .via-pink-700 {
--tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .via-pink-800 {
--tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .via-pink-900 {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .hover\:via-transparent:hover {
--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .hover\:via-current:hover {
--tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .hover\:via-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .hover\:via-white:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .hover\:via-gray-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .hover\:via-gray-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .hover\:via-gray-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .hover\:via-gray-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .hover\:via-gray-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .hover\:via-gray-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .hover\:via-gray-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .hover\:via-gray-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .hover\:via-gray-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .hover\:via-gray-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .hover\:via-red-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .hover\:via-red-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .hover\:via-red-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .hover\:via-red-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .hover\:via-red-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .hover\:via-red-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .hover\:via-red-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .hover\:via-red-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .hover\:via-red-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .hover\:via-red-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .hover\:via-yellow-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .hover\:via-yellow-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .hover\:via-yellow-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .hover\:via-yellow-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .hover\:via-yellow-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .hover\:via-yellow-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .hover\:via-yellow-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .hover\:via-yellow-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .hover\:via-yellow-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .hover\:via-yellow-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .hover\:via-green-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .hover\:via-green-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .hover\:via-green-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .hover\:via-green-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .hover\:via-green-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .hover\:via-green-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .hover\:via-green-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .hover\:via-green-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .hover\:via-green-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .hover\:via-green-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .hover\:via-blue-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .hover\:via-blue-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .hover\:via-blue-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .hover\:via-blue-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .hover\:via-blue-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .hover\:via-blue-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .hover\:via-blue-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .hover\:via-blue-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .hover\:via-blue-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .hover\:via-blue-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .hover\:via-indigo-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .hover\:via-indigo-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .hover\:via-indigo-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .hover\:via-indigo-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .hover\:via-indigo-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .hover\:via-indigo-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .hover\:via-indigo-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .hover\:via-indigo-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .hover\:via-indigo-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .hover\:via-indigo-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .hover\:via-purple-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .hover\:via-purple-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .hover\:via-purple-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .hover\:via-purple-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .hover\:via-purple-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .hover\:via-purple-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .hover\:via-purple-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .hover\:via-purple-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .hover\:via-purple-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .hover\:via-purple-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .hover\:via-pink-50:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .hover\:via-pink-100:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .hover\:via-pink-200:hover {
--tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .hover\:via-pink-300:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .hover\:via-pink-400:hover {
--tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .hover\:via-pink-500:hover {
--tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .hover\:via-pink-600:hover {
--tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .hover\:via-pink-700:hover {
--tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .hover\:via-pink-800:hover {
--tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .hover\:via-pink-900:hover {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .focus\:via-transparent:focus {
--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .focus\:via-current:focus {
--tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .focus\:via-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
#printformat .focus\:via-white:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
#printformat .focus\:via-gray-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}
#printformat .focus\:via-gray-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}
#printformat .focus\:via-gray-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}
#printformat .focus\:via-gray-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}
#printformat .focus\:via-gray-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}
#printformat .focus\:via-gray-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}
#printformat .focus\:via-gray-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}
#printformat .focus\:via-gray-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}
#printformat .focus\:via-gray-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}
#printformat .focus\:via-gray-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}
#printformat .focus\:via-red-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}
#printformat .focus\:via-red-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}
#printformat .focus\:via-red-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}
#printformat .focus\:via-red-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}
#printformat .focus\:via-red-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
#printformat .focus\:via-red-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
#printformat .focus\:via-red-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}
#printformat .focus\:via-red-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}
#printformat .focus\:via-red-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}
#printformat .focus\:via-red-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}
#printformat .focus\:via-yellow-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}
#printformat .focus\:via-yellow-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}
#printformat .focus\:via-yellow-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}
#printformat .focus\:via-yellow-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
#printformat .focus\:via-yellow-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
#printformat .focus\:via-yellow-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
#printformat .focus\:via-yellow-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
#printformat .focus\:via-yellow-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}
#printformat .focus\:via-yellow-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}
#printformat .focus\:via-yellow-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}
#printformat .focus\:via-green-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}
#printformat .focus\:via-green-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}
#printformat .focus\:via-green-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}
#printformat .focus\:via-green-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}
#printformat .focus\:via-green-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
#printformat .focus\:via-green-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
#printformat .focus\:via-green-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}
#printformat .focus\:via-green-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}
#printformat .focus\:via-green-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}
#printformat .focus\:via-green-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}
#printformat .focus\:via-blue-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}
#printformat .focus\:via-blue-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}
#printformat .focus\:via-blue-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}
#printformat .focus\:via-blue-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}
#printformat .focus\:via-blue-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
#printformat .focus\:via-blue-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
#printformat .focus\:via-blue-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}
#printformat .focus\:via-blue-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}
#printformat .focus\:via-blue-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
#printformat .focus\:via-blue-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
#printformat .focus\:via-indigo-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}
#printformat .focus\:via-indigo-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}
#printformat .focus\:via-indigo-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}
#printformat .focus\:via-indigo-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}
#printformat .focus\:via-indigo-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
#printformat .focus\:via-indigo-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
#printformat .focus\:via-indigo-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
#printformat .focus\:via-indigo-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}
#printformat .focus\:via-indigo-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}
#printformat .focus\:via-indigo-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}
#printformat .focus\:via-purple-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}
#printformat .focus\:via-purple-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}
#printformat .focus\:via-purple-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}
#printformat .focus\:via-purple-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}
#printformat .focus\:via-purple-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}
#printformat .focus\:via-purple-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
#printformat .focus\:via-purple-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}
#printformat .focus\:via-purple-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}
#printformat .focus\:via-purple-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}
#printformat .focus\:via-purple-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}
#printformat .focus\:via-pink-50:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}
#printformat .focus\:via-pink-100:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}
#printformat .focus\:via-pink-200:focus {
--tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}
#printformat .focus\:via-pink-300:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}
#printformat .focus\:via-pink-400:focus {
--tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
#printformat .focus\:via-pink-500:focus {
--tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
#printformat .focus\:via-pink-600:focus {
--tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}
#printformat .focus\:via-pink-700:focus {
--tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}
#printformat .focus\:via-pink-800:focus {
--tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}
#printformat .focus\:via-pink-900:focus {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}
#printformat .to-transparent {
--tw-gradient-to: transparent;
}
#printformat .to-current {
--tw-gradient-to: currentColor;
}
#printformat .to-black {
--tw-gradient-to: #000;
}
#printformat .to-white {
--tw-gradient-to: #fff;
}
#printformat .to-gray-50 {
--tw-gradient-to: #f9fafb;
}
#printformat .to-gray-100 {
--tw-gradient-to: #f3f4f6;
}
#printformat .to-gray-200 {
--tw-gradient-to: #e5e7eb;
}
#printformat .to-gray-300 {
--tw-gradient-to: #d1d5db;
}
#printformat .to-gray-400 {
--tw-gradient-to: #9ca3af;
}
#printformat .to-gray-500 {
--tw-gradient-to: #6b7280;
}
#printformat .to-gray-600 {
--tw-gradient-to: #4b5563;
}
#printformat .to-gray-700 {
--tw-gradient-to: #374151;
}
#printformat .to-gray-800 {
--tw-gradient-to: #1f2937;
}
#printformat .to-gray-900 {
--tw-gradient-to: #111827;
}
#printformat .to-red-50 {
--tw-gradient-to: #fef2f2;
}
#printformat .to-red-100 {
--tw-gradient-to: #fee2e2;
}
#printformat .to-red-200 {
--tw-gradient-to: #fecaca;
}
#printformat .to-red-300 {
--tw-gradient-to: #fca5a5;
}
#printformat .to-red-400 {
--tw-gradient-to: #f87171;
}
#printformat .to-red-500 {
--tw-gradient-to: #ef4444;
}
#printformat .to-red-600 {
--tw-gradient-to: #dc2626;
}
#printformat .to-red-700 {
--tw-gradient-to: #b91c1c;
}
#printformat .to-red-800 {
--tw-gradient-to: #991b1b;
}
#printformat .to-red-900 {
--tw-gradient-to: #7f1d1d;
}
#printformat .to-yellow-50 {
--tw-gradient-to: #fffbeb;
}
#printformat .to-yellow-100 {
--tw-gradient-to: #fef3c7;
}
#printformat .to-yellow-200 {
--tw-gradient-to: #fde68a;
}
#printformat .to-yellow-300 {
--tw-gradient-to: #fcd34d;
}
#printformat .to-yellow-400 {
--tw-gradient-to: #fbbf24;
}
#printformat .to-yellow-500 {
--tw-gradient-to: #f59e0b;
}
#printformat .to-yellow-600 {
--tw-gradient-to: #d97706;
}
#printformat .to-yellow-700 {
--tw-gradient-to: #b45309;
}
#printformat .to-yellow-800 {
--tw-gradient-to: #92400e;
}
#printformat .to-yellow-900 {
--tw-gradient-to: #78350f;
}
#printformat .to-green-50 {
--tw-gradient-to: #ecfdf5;
}
#printformat .to-green-100 {
--tw-gradient-to: #d1fae5;
}
#printformat .to-green-200 {
--tw-gradient-to: #a7f3d0;
}
#printformat .to-green-300 {
--tw-gradient-to: #6ee7b7;
}
#printformat .to-green-400 {
--tw-gradient-to: #34d399;
}
#printformat .to-green-500 {
--tw-gradient-to: #10b981;
}
#printformat .to-green-600 {
--tw-gradient-to: #059669;
}
#printformat .to-green-700 {
--tw-gradient-to: #047857;
}
#printformat .to-green-800 {
--tw-gradient-to: #065f46;
}
#printformat .to-green-900 {
--tw-gradient-to: #064e3b;
}
#printformat .to-blue-50 {
--tw-gradient-to: #eff6ff;
}
#printformat .to-blue-100 {
--tw-gradient-to: #dbeafe;
}
#printformat .to-blue-200 {
--tw-gradient-to: #bfdbfe;
}
#printformat .to-blue-300 {
--tw-gradient-to: #93c5fd;
}
#printformat .to-blue-400 {
--tw-gradient-to: #60a5fa;
}
#printformat .to-blue-500 {
--tw-gradient-to: #3b82f6;
}
#printformat .to-blue-600 {
--tw-gradient-to: #2563eb;
}
#printformat .to-blue-700 {
--tw-gradient-to: #1d4ed8;
}
#printformat .to-blue-800 {
--tw-gradient-to: #1e40af;
}
#printformat .to-blue-900 {
--tw-gradient-to: #1e3a8a;
}
#printformat .to-indigo-50 {
--tw-gradient-to: #eef2ff;
}
#printformat .to-indigo-100 {
--tw-gradient-to: #e0e7ff;
}
#printformat .to-indigo-200 {
--tw-gradient-to: #c7d2fe;
}
#printformat .to-indigo-300 {
--tw-gradient-to: #a5b4fc;
}
#printformat .to-indigo-400 {
--tw-gradient-to: #818cf8;
}
#printformat .to-indigo-500 {
--tw-gradient-to: #6366f1;
}
#printformat .to-indigo-600 {
--tw-gradient-to: #4f46e5;
}
#printformat .to-indigo-700 {
--tw-gradient-to: #4338ca;
}
#printformat .to-indigo-800 {
--tw-gradient-to: #3730a3;
}
#printformat .to-indigo-900 {
--tw-gradient-to: #312e81;
}
#printformat .to-purple-50 {
--tw-gradient-to: #f5f3ff;
}
#printformat .to-purple-100 {
--tw-gradient-to: #ede9fe;
}
#printformat .to-purple-200 {
--tw-gradient-to: #ddd6fe;
}
#printformat .to-purple-300 {
--tw-gradient-to: #c4b5fd;
}
#printformat .to-purple-400 {
--tw-gradient-to: #a78bfa;
}
#printformat .to-purple-500 {
--tw-gradient-to: #8b5cf6;
}
#printformat .to-purple-600 {
--tw-gradient-to: #7c3aed;
}
#printformat .to-purple-700 {
--tw-gradient-to: #6d28d9;
}
#printformat .to-purple-800 {
--tw-gradient-to: #5b21b6;
}
#printformat .to-purple-900 {
--tw-gradient-to: #4c1d95;
}
#printformat .to-pink-50 {
--tw-gradient-to: #fdf2f8;
}
#printformat .to-pink-100 {
--tw-gradient-to: #fce7f3;
}
#printformat .to-pink-200 {
--tw-gradient-to: #fbcfe8;
}
#printformat .to-pink-300 {
--tw-gradient-to: #f9a8d4;
}
#printformat .to-pink-400 {
--tw-gradient-to: #f472b6;
}
#printformat .to-pink-500 {
--tw-gradient-to: #ec4899;
}
#printformat .to-pink-600 {
--tw-gradient-to: #db2777;
}
#printformat .to-pink-700 {
--tw-gradient-to: #be185d;
}
#printformat .to-pink-800 {
--tw-gradient-to: #9d174d;
}
#printformat .to-pink-900 {
--tw-gradient-to: #831843;
}
#printformat .hover\:to-transparent:hover {
--tw-gradient-to: transparent;
}
#printformat .hover\:to-current:hover {
--tw-gradient-to: currentColor;
}
#printformat .hover\:to-black:hover {
--tw-gradient-to: #000;
}
#printformat .hover\:to-white:hover {
--tw-gradient-to: #fff;
}
#printformat .hover\:to-gray-50:hover {
--tw-gradient-to: #f9fafb;
}
#printformat .hover\:to-gray-100:hover {
--tw-gradient-to: #f3f4f6;
}
#printformat .hover\:to-gray-200:hover {
--tw-gradient-to: #e5e7eb;
}
#printformat .hover\:to-gray-300:hover {
--tw-gradient-to: #d1d5db;
}
#printformat .hover\:to-gray-400:hover {
--tw-gradient-to: #9ca3af;
}
#printformat .hover\:to-gray-500:hover {
--tw-gradient-to: #6b7280;
}
#printformat .hover\:to-gray-600:hover {
--tw-gradient-to: #4b5563;
}
#printformat .hover\:to-gray-700:hover {
--tw-gradient-to: #374151;
}
#printformat .hover\:to-gray-800:hover {
--tw-gradient-to: #1f2937;
}
#printformat .hover\:to-gray-900:hover {
--tw-gradient-to: #111827;
}
#printformat .hover\:to-red-50:hover {
--tw-gradient-to: #fef2f2;
}
#printformat .hover\:to-red-100:hover {
--tw-gradient-to: #fee2e2;
}
#printformat .hover\:to-red-200:hover {
--tw-gradient-to: #fecaca;
}
#printformat .hover\:to-red-300:hover {
--tw-gradient-to: #fca5a5;
}
#printformat .hover\:to-red-400:hover {
--tw-gradient-to: #f87171;
}
#printformat .hover\:to-red-500:hover {
--tw-gradient-to: #ef4444;
}
#printformat .hover\:to-red-600:hover {
--tw-gradient-to: #dc2626;
}
#printformat .hover\:to-red-700:hover {
--tw-gradient-to: #b91c1c;
}
#printformat .hover\:to-red-800:hover {
--tw-gradient-to: #991b1b;
}
#printformat .hover\:to-red-900:hover {
--tw-gradient-to: #7f1d1d;
}
#printformat .hover\:to-yellow-50:hover {
--tw-gradient-to: #fffbeb;
}
#printformat .hover\:to-yellow-100:hover {
--tw-gradient-to: #fef3c7;
}
#printformat .hover\:to-yellow-200:hover {
--tw-gradient-to: #fde68a;
}
#printformat .hover\:to-yellow-300:hover {
--tw-gradient-to: #fcd34d;
}
#printformat .hover\:to-yellow-400:hover {
--tw-gradient-to: #fbbf24;
}
#printformat .hover\:to-yellow-500:hover {
--tw-gradient-to: #f59e0b;
}
#printformat .hover\:to-yellow-600:hover {
--tw-gradient-to: #d97706;
}
#printformat .hover\:to-yellow-700:hover {
--tw-gradient-to: #b45309;
}
#printformat .hover\:to-yellow-800:hover {
--tw-gradient-to: #92400e;
}
#printformat .hover\:to-yellow-900:hover {
--tw-gradient-to: #78350f;
}
#printformat .hover\:to-green-50:hover {
--tw-gradient-to: #ecfdf5;
}
#printformat .hover\:to-green-100:hover {
--tw-gradient-to: #d1fae5;
}
#printformat .hover\:to-green-200:hover {
--tw-gradient-to: #a7f3d0;
}
#printformat .hover\:to-green-300:hover {
--tw-gradient-to: #6ee7b7;
}
#printformat .hover\:to-green-400:hover {
--tw-gradient-to: #34d399;
}
#printformat .hover\:to-green-500:hover {
--tw-gradient-to: #10b981;
}
#printformat .hover\:to-green-600:hover {
--tw-gradient-to: #059669;
}
#printformat .hover\:to-green-700:hover {
--tw-gradient-to: #047857;
}
#printformat .hover\:to-green-800:hover {
--tw-gradient-to: #065f46;
}
#printformat .hover\:to-green-900:hover {
--tw-gradient-to: #064e3b;
}
#printformat .hover\:to-blue-50:hover {
--tw-gradient-to: #eff6ff;
}
#printformat .hover\:to-blue-100:hover {
--tw-gradient-to: #dbeafe;
}
#printformat .hover\:to-blue-200:hover {
--tw-gradient-to: #bfdbfe;
}
#printformat .hover\:to-blue-300:hover {
--tw-gradient-to: #93c5fd;
}
#printformat .hover\:to-blue-400:hover {
--tw-gradient-to: #60a5fa;
}
#printformat .hover\:to-blue-500:hover {
--tw-gradient-to: #3b82f6;
}
#printformat .hover\:to-blue-600:hover {
--tw-gradient-to: #2563eb;
}
#printformat .hover\:to-blue-700:hover {
--tw-gradient-to: #1d4ed8;
}
#printformat .hover\:to-blue-800:hover {
--tw-gradient-to: #1e40af;
}
#printformat .hover\:to-blue-900:hover {
--tw-gradient-to: #1e3a8a;
}
#printformat .hover\:to-indigo-50:hover {
--tw-gradient-to: #eef2ff;
}
#printformat .hover\:to-indigo-100:hover {
--tw-gradient-to: #e0e7ff;
}
#printformat .hover\:to-indigo-200:hover {
--tw-gradient-to: #c7d2fe;
}
#printformat .hover\:to-indigo-300:hover {
--tw-gradient-to: #a5b4fc;
}
#printformat .hover\:to-indigo-400:hover {
--tw-gradient-to: #818cf8;
}
#printformat .hover\:to-indigo-500:hover {
--tw-gradient-to: #6366f1;
}
#printformat .hover\:to-indigo-600:hover {
--tw-gradient-to: #4f46e5;
}
#printformat .hover\:to-indigo-700:hover {
--tw-gradient-to: #4338ca;
}
#printformat .hover\:to-indigo-800:hover {
--tw-gradient-to: #3730a3;
}
#printformat .hover\:to-indigo-900:hover {
--tw-gradient-to: #312e81;
}
#printformat .hover\:to-purple-50:hover {
--tw-gradient-to: #f5f3ff;
}
#printformat .hover\:to-purple-100:hover {
--tw-gradient-to: #ede9fe;
}
#printformat .hover\:to-purple-200:hover {
--tw-gradient-to: #ddd6fe;
}
#printformat .hover\:to-purple-300:hover {
--tw-gradient-to: #c4b5fd;
}
#printformat .hover\:to-purple-400:hover {
--tw-gradient-to: #a78bfa;
}
#printformat .hover\:to-purple-500:hover {
--tw-gradient-to: #8b5cf6;
}
#printformat .hover\:to-purple-600:hover {
--tw-gradient-to: #7c3aed;
}
#printformat .hover\:to-purple-700:hover {
--tw-gradient-to: #6d28d9;
}
#printformat .hover\:to-purple-800:hover {
--tw-gradient-to: #5b21b6;
}
#printformat .hover\:to-purple-900:hover {
--tw-gradient-to: #4c1d95;
}
#printformat .hover\:to-pink-50:hover {
--tw-gradient-to: #fdf2f8;
}
#printformat .hover\:to-pink-100:hover {
--tw-gradient-to: #fce7f3;
}
#printformat .hover\:to-pink-200:hover {
--tw-gradient-to: #fbcfe8;
}
#printformat .hover\:to-pink-300:hover {
--tw-gradient-to: #f9a8d4;
}
#printformat .hover\:to-pink-400:hover {
--tw-gradient-to: #f472b6;
}
#printformat .hover\:to-pink-500:hover {
--tw-gradient-to: #ec4899;
}
#printformat .hover\:to-pink-600:hover {
--tw-gradient-to: #db2777;
}
#printformat .hover\:to-pink-700:hover {
--tw-gradient-to: #be185d;
}
#printformat .hover\:to-pink-800:hover {
--tw-gradient-to: #9d174d;
}
#printformat .hover\:to-pink-900:hover {
--tw-gradient-to: #831843;
}
#printformat .focus\:to-transparent:focus {
--tw-gradient-to: transparent;
}
#printformat .focus\:to-current:focus {
--tw-gradient-to: currentColor;
}
#printformat .focus\:to-black:focus {
--tw-gradient-to: #000;
}
#printformat .focus\:to-white:focus {
--tw-gradient-to: #fff;
}
#printformat .focus\:to-gray-50:focus {
--tw-gradient-to: #f9fafb;
}
#printformat .focus\:to-gray-100:focus {
--tw-gradient-to: #f3f4f6;
}
#printformat .focus\:to-gray-200:focus {
--tw-gradient-to: #e5e7eb;
}
#printformat .focus\:to-gray-300:focus {
--tw-gradient-to: #d1d5db;
}
#printformat .focus\:to-gray-400:focus {
--tw-gradient-to: #9ca3af;
}
#printformat .focus\:to-gray-500:focus {
--tw-gradient-to: #6b7280;
}
#printformat .focus\:to-gray-600:focus {
--tw-gradient-to: #4b5563;
}
#printformat .focus\:to-gray-700:focus {
--tw-gradient-to: #374151;
}
#printformat .focus\:to-gray-800:focus {
--tw-gradient-to: #1f2937;
}
#printformat .focus\:to-gray-900:focus {
--tw-gradient-to: #111827;
}
#printformat .focus\:to-red-50:focus {
--tw-gradient-to: #fef2f2;
}
#printformat .focus\:to-red-100:focus {
--tw-gradient-to: #fee2e2;
}
#printformat .focus\:to-red-200:focus {
--tw-gradient-to: #fecaca;
}
#printformat .focus\:to-red-300:focus {
--tw-gradient-to: #fca5a5;
}
#printformat .focus\:to-red-400:focus {
--tw-gradient-to: #f87171;
}
#printformat .focus\:to-red-500:focus {
--tw-gradient-to: #ef4444;
}
#printformat .focus\:to-red-600:focus {
--tw-gradient-to: #dc2626;
}
#printformat .focus\:to-red-700:focus {
--tw-gradient-to: #b91c1c;
}
#printformat .focus\:to-red-800:focus {
--tw-gradient-to: #991b1b;
}
#printformat .focus\:to-red-900:focus {
--tw-gradient-to: #7f1d1d;
}
#printformat .focus\:to-yellow-50:focus {
--tw-gradient-to: #fffbeb;
}
#printformat .focus\:to-yellow-100:focus {
--tw-gradient-to: #fef3c7;
}
#printformat .focus\:to-yellow-200:focus {
--tw-gradient-to: #fde68a;
}
#printformat .focus\:to-yellow-300:focus {
--tw-gradient-to: #fcd34d;
}
#printformat .focus\:to-yellow-400:focus {
--tw-gradient-to: #fbbf24;
}
#printformat .focus\:to-yellow-500:focus {
--tw-gradient-to: #f59e0b;
}
#printformat .focus\:to-yellow-600:focus {
--tw-gradient-to: #d97706;
}
#printformat .focus\:to-yellow-700:focus {
--tw-gradient-to: #b45309;
}
#printformat .focus\:to-yellow-800:focus {
--tw-gradient-to: #92400e;
}
#printformat .focus\:to-yellow-900:focus {
--tw-gradient-to: #78350f;
}
#printformat .focus\:to-green-50:focus {
--tw-gradient-to: #ecfdf5;
}
#printformat .focus\:to-green-100:focus {
--tw-gradient-to: #d1fae5;
}
#printformat .focus\:to-green-200:focus {
--tw-gradient-to: #a7f3d0;
}
#printformat .focus\:to-green-300:focus {
--tw-gradient-to: #6ee7b7;
}
#printformat .focus\:to-green-400:focus {
--tw-gradient-to: #34d399;
}
#printformat .focus\:to-green-500:focus {
--tw-gradient-to: #10b981;
}
#printformat .focus\:to-green-600:focus {
--tw-gradient-to: #059669;
}
#printformat .focus\:to-green-700:focus {
--tw-gradient-to: #047857;
}
#printformat .focus\:to-green-800:focus {
--tw-gradient-to: #065f46;
}
#printformat .focus\:to-green-900:focus {
--tw-gradient-to: #064e3b;
}
#printformat .focus\:to-blue-50:focus {
--tw-gradient-to: #eff6ff;
}
#printformat .focus\:to-blue-100:focus {
--tw-gradient-to: #dbeafe;
}
#printformat .focus\:to-blue-200:focus {
--tw-gradient-to: #bfdbfe;
}
#printformat .focus\:to-blue-300:focus {
--tw-gradient-to: #93c5fd;
}
#printformat .focus\:to-blue-400:focus {
--tw-gradient-to: #60a5fa;
}
#printformat .focus\:to-blue-500:focus {
--tw-gradient-to: #3b82f6;
}
#printformat .focus\:to-blue-600:focus {
--tw-gradient-to: #2563eb;
}
#printformat .focus\:to-blue-700:focus {
--tw-gradient-to: #1d4ed8;
}
#printformat .focus\:to-blue-800:focus {
--tw-gradient-to: #1e40af;
}
#printformat .focus\:to-blue-900:focus {
--tw-gradient-to: #1e3a8a;
}
#printformat .focus\:to-indigo-50:focus {
--tw-gradient-to: #eef2ff;
}
#printformat .focus\:to-indigo-100:focus {
--tw-gradient-to: #e0e7ff;
}
#printformat .focus\:to-indigo-200:focus {
--tw-gradient-to: #c7d2fe;
}
#printformat .focus\:to-indigo-300:focus {
--tw-gradient-to: #a5b4fc;
}
#printformat .focus\:to-indigo-400:focus {
--tw-gradient-to: #818cf8;
}
#printformat .focus\:to-indigo-500:focus {
--tw-gradient-to: #6366f1;
}
#printformat .focus\:to-indigo-600:focus {
--tw-gradient-to: #4f46e5;
}
#printformat .focus\:to-indigo-700:focus {
--tw-gradient-to: #4338ca;
}
#printformat .focus\:to-indigo-800:focus {
--tw-gradient-to: #3730a3;
}
#printformat .focus\:to-indigo-900:focus {
--tw-gradient-to: #312e81;
}
#printformat .focus\:to-purple-50:focus {
--tw-gradient-to: #f5f3ff;
}
#printformat .focus\:to-purple-100:focus {
--tw-gradient-to: #ede9fe;
}
#printformat .focus\:to-purple-200:focus {
--tw-gradient-to: #ddd6fe;
}
#printformat .focus\:to-purple-300:focus {
--tw-gradient-to: #c4b5fd;
}
#printformat .focus\:to-purple-400:focus {
--tw-gradient-to: #a78bfa;
}
#printformat .focus\:to-purple-500:focus {
--tw-gradient-to: #8b5cf6;
}
#printformat .focus\:to-purple-600:focus {
--tw-gradient-to: #7c3aed;
}
#printformat .focus\:to-purple-700:focus {
--tw-gradient-to: #6d28d9;
}
#printformat .focus\:to-purple-800:focus {
--tw-gradient-to: #5b21b6;
}
#printformat .focus\:to-purple-900:focus {
--tw-gradient-to: #4c1d95;
}
#printformat .focus\:to-pink-50:focus {
--tw-gradient-to: #fdf2f8;
}
#printformat .focus\:to-pink-100:focus {
--tw-gradient-to: #fce7f3;
}
#printformat .focus\:to-pink-200:focus {
--tw-gradient-to: #fbcfe8;
}
#printformat .focus\:to-pink-300:focus {
--tw-gradient-to: #f9a8d4;
}
#printformat .focus\:to-pink-400:focus {
--tw-gradient-to: #f472b6;
}
#printformat .focus\:to-pink-500:focus {
--tw-gradient-to: #ec4899;
}
#printformat .focus\:to-pink-600:focus {
--tw-gradient-to: #db2777;
}
#printformat .focus\:to-pink-700:focus {
--tw-gradient-to: #be185d;
}
#printformat .focus\:to-pink-800:focus {
--tw-gradient-to: #9d174d;
}
#printformat .focus\:to-pink-900:focus {
--tw-gradient-to: #831843;
}
#printformat .decoration-slice {
-webkit-box-decoration-break: slice;
box-decoration-break: slice;
}
#printformat .decoration-clone {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
#printformat .bg-auto {
background-size: auto;
}
#printformat .bg-cover {
background-size: cover;
}
#printformat .bg-contain {
background-size: contain;
}
#printformat .bg-fixed {
background-attachment: fixed;
}
#printformat .bg-local {
background-attachment: local;
}
#printformat .bg-scroll {
background-attachment: scroll;
}
#printformat .bg-clip-border {
background-clip: border-box;
}
#printformat .bg-clip-padding {
background-clip: padding-box;
}
#printformat .bg-clip-content {
background-clip: content-box;
}
#printformat .bg-clip-text {
-webkit-background-clip: text;
background-clip: text;
}
#printformat .bg-bottom {
background-position: bottom;
}
#printformat .bg-center {
background-position: center;
}
#printformat .bg-left {
background-position: left;
}
#printformat .bg-left-bottom {
background-position: left bottom;
}
#printformat .bg-left-top {
background-position: left top;
}
#printformat .bg-right {
background-position: right;
}
#printformat .bg-right-bottom {
background-position: right bottom;
}
#printformat .bg-right-top {
background-position: right top;
}
#printformat .bg-top {
background-position: top;
}
#printformat .bg-repeat {
background-repeat: repeat;
}
#printformat .bg-no-repeat {
background-repeat: no-repeat;
}
#printformat .bg-repeat-x {
background-repeat: repeat-x;
}
#printformat .bg-repeat-y {
background-repeat: repeat-y;
}
#printformat .bg-repeat-round {
background-repeat: round;
}
#printformat .bg-repeat-space {
background-repeat: space;
}
#printformat .bg-origin-border {
background-origin: border-box;
}
#printformat .bg-origin-padding {
background-origin: padding-box;
}
#printformat .bg-origin-content {
background-origin: content-box;
}
#printformat .fill-current {
fill: currentColor;
}
#printformat .stroke-current {
stroke: currentColor;
}
#printformat .stroke-0 {
stroke-width: 0;
}
#printformat .stroke-1 {
stroke-width: 1;
}
#printformat .stroke-2 {
stroke-width: 2;
}
#printformat .object-contain {
-o-object-fit: contain;
object-fit: contain;
}
#printformat .object-cover {
-o-object-fit: cover;
object-fit: cover;
}
#printformat .object-fill {
-o-object-fit: fill;
object-fit: fill;
}
#printformat .object-none {
-o-object-fit: none;
object-fit: none;
}
#printformat .object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
#printformat .object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
#printformat .object-center {
-o-object-position: center;
object-position: center;
}
#printformat .object-left {
-o-object-position: left;
object-position: left;
}
#printformat .object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
#printformat .object-left-top {
-o-object-position: left top;
object-position: left top;
}
#printformat .object-right {
-o-object-position: right;
object-position: right;
}
#printformat .object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
#printformat .object-right-top {
-o-object-position: right top;
object-position: right top;
}
#printformat .object-top {
-o-object-position: top;
object-position: top;
}
#printformat .p-0 {
padding: 0px;
}
#printformat .p-1 {
padding: 0.25rem;
}
#printformat .p-2 {
padding: 0.5rem;
}
#printformat .p-3 {
padding: 0.75rem;
}
#printformat .p-4 {
padding: 1rem;
}
#printformat .p-5 {
padding: 1.25rem;
}
#printformat .p-6 {
padding: 1.5rem;
}
#printformat .p-7 {
padding: 1.75rem;
}
#printformat .p-8 {
padding: 2rem;
}
#printformat .p-9 {
padding: 2.25rem;
}
#printformat .p-10 {
padding: 2.5rem;
}
#printformat .p-11 {
padding: 2.75rem;
}
#printformat .p-12 {
padding: 3rem;
}
#printformat .p-14 {
padding: 3.5rem;
}
#printformat .p-16 {
padding: 4rem;
}
#printformat .p-20 {
padding: 5rem;
}
#printformat .p-24 {
padding: 6rem;
}
#printformat .p-28 {
padding: 7rem;
}
#printformat .p-32 {
padding: 8rem;
}
#printformat .p-36 {
padding: 9rem;
}
#printformat .p-40 {
padding: 10rem;
}
#printformat .p-44 {
padding: 11rem;
}
#printformat .p-48 {
padding: 12rem;
}
#printformat .p-52 {
padding: 13rem;
}
#printformat .p-56 {
padding: 14rem;
}
#printformat .p-60 {
padding: 15rem;
}
#printformat .p-64 {
padding: 16rem;
}
#printformat .p-72 {
padding: 18rem;
}
#printformat .p-80 {
padding: 20rem;
}
#printformat .p-96 {
padding: 24rem;
}
#printformat .p-px {
padding: 1px;
}
#printformat .p-0\.5 {
padding: 0.125rem;
}
#printformat .p-1\.5 {
padding: 0.375rem;
}
#printformat .p-2\.5 {
padding: 0.625rem;
}
#printformat .p-3\.5 {
padding: 0.875rem;
}
#printformat .px-0 {
padding-left: 0px;
padding-right: 0px;
}
#printformat .px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
#printformat .px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
#printformat .px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
#printformat .px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
#printformat .px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
#printformat .px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
#printformat .px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
#printformat .px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
#printformat .px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
#printformat .px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
#printformat .px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
#printformat .px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
#printformat .px-14 {
padding-left: 3.5rem;
padding-right: 3.5rem;
}
#printformat .px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
#printformat .px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
#printformat .px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
#printformat .px-28 {
padding-left: 7rem;
padding-right: 7rem;
}
#printformat .px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
#printformat .px-36 {
padding-left: 9rem;
padding-right: 9rem;
}
#printformat .px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
#printformat .px-44 {
padding-left: 11rem;
padding-right: 11rem;
}
#printformat .px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
#printformat .px-52 {
padding-left: 13rem;
padding-right: 13rem;
}
#printformat .px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
#printformat .px-60 {
padding-left: 15rem;
padding-right: 15rem;
}
#printformat .px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
#printformat .px-72 {
padding-left: 18rem;
padding-right: 18rem;
}
#printformat .px-80 {
padding-left: 20rem;
padding-right: 20rem;
}
#printformat .px-96 {
padding-left: 24rem;
padding-right: 24rem;
}
#printformat .px-px {
padding-left: 1px;
padding-right: 1px;
}
#printformat .px-0\.5 {
padding-left: 0.125rem;
padding-right: 0.125rem;
}
#printformat .px-1\.5 {
padding-left: 0.375rem;
padding-right: 0.375rem;
}
#printformat .px-2\.5 {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
#printformat .px-3\.5 {
padding-left: 0.875rem;
padding-right: 0.875rem;
}
#printformat .py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
#printformat .py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
#printformat .py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
#printformat .py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
#printformat .py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
#printformat .py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
#printformat .py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
#printformat .py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
#printformat .py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
#printformat .py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
#printformat .py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
#printformat .py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
#printformat .py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
#printformat .py-14 {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
#printformat .py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
#printformat .py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
#printformat .py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
#printformat .py-28 {
padding-top: 7rem;
padding-bottom: 7rem;
}
#printformat .py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
#printformat .py-36 {
padding-top: 9rem;
padding-bottom: 9rem;
}
#printformat .py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
#printformat .py-44 {
padding-top: 11rem;
padding-bottom: 11rem;
}
#printformat .py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
#printformat .py-52 {
padding-top: 13rem;
padding-bottom: 13rem;
}
#printformat .py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
#printformat .py-60 {
padding-top: 15rem;
padding-bottom: 15rem;
}
#printformat .py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
#printformat .py-72 {
padding-top: 18rem;
padding-bottom: 18rem;
}
#printformat .py-80 {
padding-top: 20rem;
padding-bottom: 20rem;
}
#printformat .py-96 {
padding-top: 24rem;
padding-bottom: 24rem;
}
#printformat .py-px {
padding-top: 1px;
padding-bottom: 1px;
}
#printformat .py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
#printformat .py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
#printformat .py-2\.5 {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
#printformat .py-3\.5 {
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}
#printformat .pt-0 {
padding-top: 0px;
}
#printformat .pt-1 {
padding-top: 0.25rem;
}
#printformat .pt-2 {
padding-top: 0.5rem;
}
#printformat .pt-3 {
padding-top: 0.75rem;
}
#printformat .pt-4 {
padding-top: 1rem;
}
#printformat .pt-5 {
padding-top: 1.25rem;
}
#printformat .pt-6 {
padding-top: 1.5rem;
}
#printformat .pt-7 {
padding-top: 1.75rem;
}
#printformat .pt-8 {
padding-top: 2rem;
}
#printformat .pt-9 {
padding-top: 2.25rem;
}
#printformat .pt-10 {
padding-top: 2.5rem;
}
#printformat .pt-11 {
padding-top: 2.75rem;
}
#printformat .pt-12 {
padding-top: 3rem;
}
#printformat .pt-14 {
padding-top: 3.5rem;
}
#printformat .pt-16 {
padding-top: 4rem;
}
#printformat .pt-20 {
padding-top: 5rem;
}
#printformat .pt-24 {
padding-top: 6rem;
}
#printformat .pt-28 {
padding-top: 7rem;
}
#printformat .pt-32 {
padding-top: 8rem;
}
#printformat .pt-36 {
padding-top: 9rem;
}
#printformat .pt-40 {
padding-top: 10rem;
}
#printformat .pt-44 {
padding-top: 11rem;
}
#printformat .pt-48 {
padding-top: 12rem;
}
#printformat .pt-52 {
padding-top: 13rem;
}
#printformat .pt-56 {
padding-top: 14rem;
}
#printformat .pt-60 {
padding-top: 15rem;
}
#printformat .pt-64 {
padding-top: 16rem;
}
#printformat .pt-72 {
padding-top: 18rem;
}
#printformat .pt-80 {
padding-top: 20rem;
}
#printformat .pt-96 {
padding-top: 24rem;
}
#printformat .pt-px {
padding-top: 1px;
}
#printformat .pt-0\.5 {
padding-top: 0.125rem;
}
#printformat .pt-1\.5 {
padding-top: 0.375rem;
}
#printformat .pt-2\.5 {
padding-top: 0.625rem;
}
#printformat .pt-3\.5 {
padding-top: 0.875rem;
}
#printformat .pr-0 {
padding-right: 0px;
}
#printformat .pr-1 {
padding-right: 0.25rem;
}
#printformat .pr-2 {
padding-right: 0.5rem;
}
#printformat .pr-3 {
padding-right: 0.75rem;
}
#printformat .pr-4 {
padding-right: 1rem;
}
#printformat .pr-5 {
padding-right: 1.25rem;
}
#printformat .pr-6 {
padding-right: 1.5rem;
}
#printformat .pr-7 {
padding-right: 1.75rem;
}
#printformat .pr-8 {
padding-right: 2rem;
}
#printformat .pr-9 {
padding-right: 2.25rem;
}
#printformat .pr-10 {
padding-right: 2.5rem;
}
#printformat .pr-11 {
padding-right: 2.75rem;
}
#printformat .pr-12 {
padding-right: 3rem;
}
#printformat .pr-14 {
padding-right: 3.5rem;
}
#printformat .pr-16 {
padding-right: 4rem;
}
#printformat .pr-20 {
padding-right: 5rem;
}
#printformat .pr-24 {
padding-right: 6rem;
}
#printformat .pr-28 {
padding-right: 7rem;
}
#printformat .pr-32 {
padding-right: 8rem;
}
#printformat .pr-36 {
padding-right: 9rem;
}
#printformat .pr-40 {
padding-right: 10rem;
}
#printformat .pr-44 {
padding-right: 11rem;
}
#printformat .pr-48 {
padding-right: 12rem;
}
#printformat .pr-52 {
padding-right: 13rem;
}
#printformat .pr-56 {
padding-right: 14rem;
}
#printformat .pr-60 {
padding-right: 15rem;
}
#printformat .pr-64 {
padding-right: 16rem;
}
#printformat .pr-72 {
padding-right: 18rem;
}
#printformat .pr-80 {
padding-right: 20rem;
}
#printformat .pr-96 {
padding-right: 24rem;
}
#printformat .pr-px {
padding-right: 1px;
}
#printformat .pr-0\.5 {
padding-right: 0.125rem;
}
#printformat .pr-1\.5 {
padding-right: 0.375rem;
}
#printformat .pr-2\.5 {
padding-right: 0.625rem;
}
#printformat .pr-3\.5 {
padding-right: 0.875rem;
}
#printformat .pb-0 {
padding-bottom: 0px;
}
#printformat .pb-1 {
padding-bottom: 0.25rem;
}
#printformat .pb-2 {
padding-bottom: 0.5rem;
}
#printformat .pb-3 {
padding-bottom: 0.75rem;
}
#printformat .pb-4 {
padding-bottom: 1rem;
}
#printformat .pb-5 {
padding-bottom: 1.25rem;
}
#printformat .pb-6 {
padding-bottom: 1.5rem;
}
#printformat .pb-7 {
padding-bottom: 1.75rem;
}
#printformat .pb-8 {
padding-bottom: 2rem;
}
#printformat .pb-9 {
padding-bottom: 2.25rem;
}
#printformat .pb-10 {
padding-bottom: 2.5rem;
}
#printformat .pb-11 {
padding-bottom: 2.75rem;
}
#printformat .pb-12 {
padding-bottom: 3rem;
}
#printformat .pb-14 {
padding-bottom: 3.5rem;
}
#printformat .pb-16 {
padding-bottom: 4rem;
}
#printformat .pb-20 {
padding-bottom: 5rem;
}
#printformat .pb-24 {
padding-bottom: 6rem;
}
#printformat .pb-28 {
padding-bottom: 7rem;
}
#printformat .pb-32 {
padding-bottom: 8rem;
}
#printformat .pb-36 {
padding-bottom: 9rem;
}
#printformat .pb-40 {
padding-bottom: 10rem;
}
#printformat .pb-44 {
padding-bottom: 11rem;
}
#printformat .pb-48 {
padding-bottom: 12rem;
}
#printformat .pb-52 {
padding-bottom: 13rem;
}
#printformat .pb-56 {
padding-bottom: 14rem;
}
#printformat .pb-60 {
padding-bottom: 15rem;
}
#printformat .pb-64 {
padding-bottom: 16rem;
}
#printformat .pb-72 {
padding-bottom: 18rem;
}
#printformat .pb-80 {
padding-bottom: 20rem;
}
#printformat .pb-96 {
padding-bottom: 24rem;
}
#printformat .pb-px {
padding-bottom: 1px;
}
#printformat .pb-0\.5 {
padding-bottom: 0.125rem;
}
#printformat .pb-1\.5 {
padding-bottom: 0.375rem;
}
#printformat .pb-2\.5 {
padding-bottom: 0.625rem;
}
#printformat .pb-3\.5 {
padding-bottom: 0.875rem;
}
#printformat .pl-0 {
padding-left: 0px;
}
#printformat .pl-1 {
padding-left: 0.25rem;
}
#printformat .pl-2 {
padding-left: 0.5rem;
}
#printformat .pl-3 {
padding-left: 0.75rem;
}
#printformat .pl-4 {
padding-left: 1rem;
}
#printformat .pl-5 {
padding-left: 1.25rem;
}
#printformat .pl-6 {
padding-left: 1.5rem;
}
#printformat .pl-7 {
padding-left: 1.75rem;
}
#printformat .pl-8 {
padding-left: 2rem;
}
#printformat .pl-9 {
padding-left: 2.25rem;
}
#printformat .pl-10 {
padding-left: 2.5rem;
}
#printformat .pl-11 {
padding-left: 2.75rem;
}
#printformat .pl-12 {
padding-left: 3rem;
}
#printformat .pl-14 {
padding-left: 3.5rem;
}
#printformat .pl-16 {
padding-left: 4rem;
}
#printformat .pl-20 {
padding-left: 5rem;
}
#printformat .pl-24 {
padding-left: 6rem;
}
#printformat .pl-28 {
padding-left: 7rem;
}
#printformat .pl-32 {
padding-left: 8rem;
}
#printformat .pl-36 {
padding-left: 9rem;
}
#printformat .pl-40 {
padding-left: 10rem;
}
#printformat .pl-44 {
padding-left: 11rem;
}
#printformat .pl-48 {
padding-left: 12rem;
}
#printformat .pl-52 {
padding-left: 13rem;
}
#printformat .pl-56 {
padding-left: 14rem;
}
#printformat .pl-60 {
padding-left: 15rem;
}
#printformat .pl-64 {
padding-left: 16rem;
}
#printformat .pl-72 {
padding-left: 18rem;
}
#printformat .pl-80 {
padding-left: 20rem;
}
#printformat .pl-96 {
padding-left: 24rem;
}
#printformat .pl-px {
padding-left: 1px;
}
#printformat .pl-0\.5 {
padding-left: 0.125rem;
}
#printformat .pl-1\.5 {
padding-left: 0.375rem;
}
#printformat .pl-2\.5 {
padding-left: 0.625rem;
}
#printformat .pl-3\.5 {
padding-left: 0.875rem;
}
#printformat .text-left {
text-align: left;
}
#printformat .text-center {
text-align: center;
}
#printformat .text-right {
text-align: right;
}
#printformat .text-justify {
text-align: justify;
}
#printformat .align-baseline {
vertical-align: baseline;
}
#printformat .align-top {
vertical-align: top;
}
#printformat .align-middle {
vertical-align: middle;
}
#printformat .align-bottom {
vertical-align: bottom;
}
#printformat .align-text-top {
vertical-align: text-top;
}
#printformat .align-text-bottom {
vertical-align: text-bottom;
}
#printformat .font-sans {
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";
}
#printformat .font-serif {
font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
#printformat .font-mono {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
#printformat .text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
#printformat .text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
#printformat .text-base {
font-size: 1rem;
line-height: 1.5rem;
}
#printformat .text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
#printformat .text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
#printformat .text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
#printformat .text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
#printformat .text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
#printformat .text-5xl {
font-size: 3rem;
line-height: 1;
}
#printformat .text-6xl {
font-size: 3.75rem;
line-height: 1;
}
#printformat .text-7xl {
font-size: 4.5rem;
line-height: 1;
}
#printformat .text-8xl {
font-size: 6rem;
line-height: 1;
}
#printformat .text-9xl {
font-size: 8rem;
line-height: 1;
}
#printformat .font-thin {
font-weight: 100;
}
#printformat .font-extralight {
font-weight: 200;
}
#printformat .font-light {
font-weight: 300;
}
#printformat .font-normal {
font-weight: 400;
}
#printformat .font-medium {
font-weight: 500;
}
#printformat .font-semibold {
font-weight: 600;
}
#printformat .font-bold {
font-weight: 700;
}
#printformat .font-extrabold {
font-weight: 800;
}
#printformat .font-black {
font-weight: 900;
}
#printformat .uppercase {
text-transform: uppercase;
}
#printformat .lowercase {
text-transform: lowercase;
}
#printformat .capitalize {
text-transform: capitalize;
}
#printformat .normal-case {
text-transform: none;
}
#printformat .italic {
font-style: italic;
}
#printformat .not-italic {
font-style: normal;
}
#printformat .ordinal, #printformat .slashed-zero, #printformat .lining-nums, #printformat .oldstyle-nums, #printformat .proportional-nums, #printformat .tabular-nums, #printformat .diagonal-fractions, #printformat .stacked-fractions {
--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
#printformat .normal-nums {
font-variant-numeric: normal;
}
#printformat .ordinal {
--tw-ordinal: ordinal;
}
#printformat .slashed-zero {
--tw-slashed-zero: slashed-zero;
}
#printformat .lining-nums {
--tw-numeric-figure: lining-nums;
}
#printformat .oldstyle-nums {
--tw-numeric-figure: oldstyle-nums;
}
#printformat .proportional-nums {
--tw-numeric-spacing: proportional-nums;
}
#printformat .tabular-nums {
--tw-numeric-spacing: tabular-nums;
}
#printformat .diagonal-fractions {
--tw-numeric-fraction: diagonal-fractions;
}
#printformat .stacked-fractions {
--tw-numeric-fraction: stacked-fractions;
}
#printformat .leading-3 {
line-height: .75rem;
}
#printformat .leading-4 {
line-height: 1rem;
}
#printformat .leading-5 {
line-height: 1.25rem;
}
#printformat .leading-6 {
line-height: 1.5rem;
}
#printformat .leading-7 {
line-height: 1.75rem;
}
#printformat .leading-8 {
line-height: 2rem;
}
#printformat .leading-9 {
line-height: 2.25rem;
}
#printformat .leading-10 {
line-height: 2.5rem;
}
#printformat .leading-none {
line-height: 1;
}
#printformat .leading-tight {
line-height: 1.25;
}
#printformat .leading-snug {
line-height: 1.375;
}
#printformat .leading-normal {
line-height: 1.5;
}
#printformat .leading-relaxed {
line-height: 1.625;
}
#printformat .leading-loose {
line-height: 2;
}
#printformat .tracking-tighter {
letter-spacing: -0.05em;
}
#printformat .tracking-tight {
letter-spacing: -0.025em;
}
#printformat .tracking-normal {
letter-spacing: 0em;
}
#printformat .tracking-wide {
letter-spacing: 0.025em;
}
#printformat .tracking-wider {
letter-spacing: 0.05em;
}
#printformat .tracking-widest {
letter-spacing: 0.1em;
}
#printformat .text-transparent {
color: transparent;
}
#printformat .text-current {
color: currentColor;
}
#printformat .text-black {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#printformat .text-white {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#printformat .text-gray-50 {
--tw-text-opacity: 1;
color: rgba(249, 250, 251, var(--tw-text-opacity));
}
#printformat .text-gray-100 {
--tw-text-opacity: 1;
color: rgba(243, 244, 246, var(--tw-text-opacity));
}
#printformat .text-gray-200 {
--tw-text-opacity: 1;
color: rgba(229, 231, 235, var(--tw-text-opacity));
}
#printformat .text-gray-300 {
--tw-text-opacity: 1;
color: rgba(209, 213, 219, var(--tw-text-opacity));
}
#printformat .text-gray-400 {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#printformat .text-gray-500 {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#printformat .text-gray-600 {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
#printformat .text-gray-700 {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
#printformat .text-gray-800 {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#printformat .text-gray-900 {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
#printformat .text-red-50 {
--tw-text-opacity: 1;
color: rgba(254, 242, 242, var(--tw-text-opacity));
}
#printformat .text-red-100 {
--tw-text-opacity: 1;
color: rgba(254, 226, 226, var(--tw-text-opacity));
}
#printformat .text-red-200 {
--tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity));
}
#printformat .text-red-300 {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
#printformat .text-red-400 {
--tw-text-opacity: 1;
color: rgba(248, 113, 113, var(--tw-text-opacity));
}
#printformat .text-red-500 {
--tw-text-opacity: 1;
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
#printformat .text-red-600 {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
#printformat .text-red-700 {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));
}
#printformat .text-red-800 {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
#printformat .text-red-900 {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
#printformat .text-yellow-50 {
--tw-text-opacity: 1;
color: rgba(255, 251, 235, var(--tw-text-opacity));
}
#printformat .text-yellow-100 {
--tw-text-opacity: 1;
color: rgba(254, 243, 199, var(--tw-text-opacity));
}
#printformat .text-yellow-200 {
--tw-text-opacity: 1;
color: rgba(253, 230, 138, var(--tw-text-opacity));
}
#printformat .text-yellow-300 {
--tw-text-opacity: 1;
color: rgba(252, 211, 77, var(--tw-text-opacity));
}
#printformat .text-yellow-400 {
--tw-text-opacity: 1;
color: rgba(251, 191, 36, var(--tw-text-opacity));
}
#printformat .text-yellow-500 {
--tw-text-opacity: 1;
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
#printformat .text-yellow-600 {
--tw-text-opacity: 1;
color: rgba(217, 119, 6, var(--tw-text-opacity));
}
#printformat .text-yellow-700 {
--tw-text-opacity: 1;
color: rgba(180, 83, 9, var(--tw-text-opacity));
}
#printformat .text-yellow-800 {
--tw-text-opacity: 1;
color: rgba(146, 64, 14, var(--tw-text-opacity));
}
#printformat .text-yellow-900 {
--tw-text-opacity: 1;
color: rgba(120, 53, 15, var(--tw-text-opacity));
}
#printformat .text-green-50 {
--tw-text-opacity: 1;
color: rgba(236, 253, 245, var(--tw-text-opacity));
}
#printformat .text-green-100 {
--tw-text-opacity: 1;
color: rgba(209, 250, 229, var(--tw-text-opacity));
}
#printformat .text-green-200 {
--tw-text-opacity: 1;
color: rgba(167, 243, 208, var(--tw-text-opacity));
}
#printformat .text-green-300 {
--tw-text-opacity: 1;
color: rgba(110, 231, 183, var(--tw-text-opacity));
}
#printformat .text-green-400 {
--tw-text-opacity: 1;
color: rgba(52, 211, 153, var(--tw-text-opacity));
}
#printformat .text-green-500 {
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
#printformat .text-green-600 {
--tw-text-opacity: 1;
color: rgba(5, 150, 105, var(--tw-text-opacity));
}
#printformat .text-green-700 {
--tw-text-opacity: 1;
color: rgba(4, 120, 87, var(--tw-text-opacity));
}
#printformat .text-green-800 {
--tw-text-opacity: 1;
color: rgba(6, 95, 70, var(--tw-text-opacity));
}
#printformat .text-green-900 {
--tw-text-opacity: 1;
color: rgba(6, 78, 59, var(--tw-text-opacity));
}
#printformat .text-blue-50 {
--tw-text-opacity: 1;
color: rgba(239, 246, 255, var(--tw-text-opacity));
}
#printformat .text-blue-100 {
--tw-text-opacity: 1;
color: rgba(219, 234, 254, var(--tw-text-opacity));
}
#printformat .text-blue-200 {
--tw-text-opacity: 1;
color: rgba(191, 219, 254, var(--tw-text-opacity));
}
#printformat .text-blue-300 {
--tw-text-opacity: 1;
color: rgba(147, 197, 253, var(--tw-text-opacity));
}
#printformat .text-blue-400 {
--tw-text-opacity: 1;
color: rgba(96, 165, 250, var(--tw-text-opacity));
}
#printformat .text-blue-500 {
--tw-text-opacity: 1;
color: rgba(59, 130, 246, var(--tw-text-opacity));
}
#printformat .text-blue-600 {
--tw-text-opacity: 1;
color: rgba(37, 99, 235, var(--tw-text-opacity));
}
#printformat .text-blue-700 {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
#printformat .text-blue-800 {
--tw-text-opacity: 1;
color: rgba(30, 64, 175, var(--tw-text-opacity));
}
#printformat .text-blue-900 {
--tw-text-opacity: 1;
color: rgba(30, 58, 138, var(--tw-text-opacity));
}
#printformat .text-indigo-50 {
--tw-text-opacity: 1;
color: rgba(238, 242, 255, var(--tw-text-opacity));
}
#printformat .text-indigo-100 {
--tw-text-opacity: 1;
color: rgba(224, 231, 255, var(--tw-text-opacity));
}
#printformat .text-indigo-200 {
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
#printformat .text-indigo-300 {
--tw-text-opacity: 1;
color: rgba(165, 180, 252, var(--tw-text-opacity));
}
#printformat .text-indigo-400 {
--tw-text-opacity: 1;
color: rgba(129, 140, 248, var(--tw-text-opacity));
}
#printformat .text-indigo-500 {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
#printformat .text-indigo-600 {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
#printformat .text-indigo-700 {
--tw-text-opacity: 1;
color: rgba(67, 56, 202, var(--tw-text-opacity));
}
#printformat .text-indigo-800 {
--tw-text-opacity: 1;
color: rgba(55, 48, 163, var(--tw-text-opacity));
}
#printformat .text-indigo-900 {
--tw-text-opacity: 1;
color: rgba(49, 46, 129, var(--tw-text-opacity));
}
#printformat .text-purple-50 {
--tw-text-opacity: 1;
color: rgba(245, 243, 255, var(--tw-text-opacity));
}
#printformat .text-purple-100 {
--tw-text-opacity: 1;
color: rgba(237, 233, 254, var(--tw-text-opacity));
}
#printformat .text-purple-200 {
--tw-text-opacity: 1;
color: rgba(221, 214, 254, var(--tw-text-opacity));
}
#printformat .text-purple-300 {
--tw-text-opacity: 1;
color: rgba(196, 181, 253, var(--tw-text-opacity));
}
#printformat .text-purple-400 {
--tw-text-opacity: 1;
color: rgba(167, 139, 250, var(--tw-text-opacity));
}
#printformat .text-purple-500 {
--tw-text-opacity: 1;
color: rgba(139, 92, 246, var(--tw-text-opacity));
}
#printformat .text-purple-600 {
--tw-text-opacity: 1;
color: rgba(124, 58, 237, var(--tw-text-opacity));
}
#printformat .text-purple-700 {
--tw-text-opacity: 1;
color: rgba(109, 40, 217, var(--tw-text-opacity));
}
#printformat .text-purple-800 {
--tw-text-opacity: 1;
color: rgba(91, 33, 182, var(--tw-text-opacity));
}
#printformat .text-purple-900 {
--tw-text-opacity: 1;
color: rgba(76, 29, 149, var(--tw-text-opacity));
}
#printformat .text-pink-50 {
--tw-text-opacity: 1;
color: rgba(253, 242, 248, var(--tw-text-opacity));
}
#printformat .text-pink-100 {
--tw-text-opacity: 1;
color: rgba(252, 231, 243, var(--tw-text-opacity));
}
#printformat .text-pink-200 {
--tw-text-opacity: 1;
color: rgba(251, 207, 232, var(--tw-text-opacity));
}
#printformat .text-pink-300 {
--tw-text-opacity: 1;
color: rgba(249, 168, 212, var(--tw-text-opacity));
}
#printformat .text-pink-400 {
--tw-text-opacity: 1;
color: rgba(244, 114, 182, var(--tw-text-opacity));
}
#printformat .text-pink-500 {
--tw-text-opacity: 1;
color: rgba(236, 72, 153, var(--tw-text-opacity));
}
#printformat .text-pink-600 {
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
#printformat .text-pink-700 {
--tw-text-opacity: 1;
color: rgba(190, 24, 93, var(--tw-text-opacity));
}
#printformat .text-pink-800 {
--tw-text-opacity: 1;
color: rgba(157, 23, 77, var(--tw-text-opacity));
}
#printformat .text-pink-900 {
--tw-text-opacity: 1;
color: rgba(131, 24, 67, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-transparent {
color: transparent;
}
#printformat .group:hover .group-hover\:text-current {
color: currentColor;
}
#printformat .group:hover .group-hover\:text-black {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-white {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-50 {
--tw-text-opacity: 1;
color: rgba(249, 250, 251, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-100 {
--tw-text-opacity: 1;
color: rgba(243, 244, 246, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-200 {
--tw-text-opacity: 1;
color: rgba(229, 231, 235, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-300 {
--tw-text-opacity: 1;
color: rgba(209, 213, 219, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-400 {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-500 {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-600 {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-700 {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-800 {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-gray-900 {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-50 {
--tw-text-opacity: 1;
color: rgba(254, 242, 242, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-100 {
--tw-text-opacity: 1;
color: rgba(254, 226, 226, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-200 {
--tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-300 {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-400 {
--tw-text-opacity: 1;
color: rgba(248, 113, 113, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-500 {
--tw-text-opacity: 1;
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-600 {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-700 {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-800 {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-red-900 {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-50 {
--tw-text-opacity: 1;
color: rgba(255, 251, 235, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-100 {
--tw-text-opacity: 1;
color: rgba(254, 243, 199, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-200 {
--tw-text-opacity: 1;
color: rgba(253, 230, 138, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-300 {
--tw-text-opacity: 1;
color: rgba(252, 211, 77, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-400 {
--tw-text-opacity: 1;
color: rgba(251, 191, 36, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-500 {
--tw-text-opacity: 1;
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-600 {
--tw-text-opacity: 1;
color: rgba(217, 119, 6, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-700 {
--tw-text-opacity: 1;
color: rgba(180, 83, 9, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-800 {
--tw-text-opacity: 1;
color: rgba(146, 64, 14, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-yellow-900 {
--tw-text-opacity: 1;
color: rgba(120, 53, 15, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-50 {
--tw-text-opacity: 1;
color: rgba(236, 253, 245, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-100 {
--tw-text-opacity: 1;
color: rgba(209, 250, 229, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-200 {
--tw-text-opacity: 1;
color: rgba(167, 243, 208, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-300 {
--tw-text-opacity: 1;
color: rgba(110, 231, 183, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-400 {
--tw-text-opacity: 1;
color: rgba(52, 211, 153, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-500 {
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-600 {
--tw-text-opacity: 1;
color: rgba(5, 150, 105, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-700 {
--tw-text-opacity: 1;
color: rgba(4, 120, 87, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-800 {
--tw-text-opacity: 1;
color: rgba(6, 95, 70, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-green-900 {
--tw-text-opacity: 1;
color: rgba(6, 78, 59, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-50 {
--tw-text-opacity: 1;
color: rgba(239, 246, 255, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-100 {
--tw-text-opacity: 1;
color: rgba(219, 234, 254, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-200 {
--tw-text-opacity: 1;
color: rgba(191, 219, 254, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-300 {
--tw-text-opacity: 1;
color: rgba(147, 197, 253, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-400 {
--tw-text-opacity: 1;
color: rgba(96, 165, 250, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-500 {
--tw-text-opacity: 1;
color: rgba(59, 130, 246, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-600 {
--tw-text-opacity: 1;
color: rgba(37, 99, 235, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-700 {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-800 {
--tw-text-opacity: 1;
color: rgba(30, 64, 175, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-blue-900 {
--tw-text-opacity: 1;
color: rgba(30, 58, 138, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-50 {
--tw-text-opacity: 1;
color: rgba(238, 242, 255, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-100 {
--tw-text-opacity: 1;
color: rgba(224, 231, 255, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-200 {
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-300 {
--tw-text-opacity: 1;
color: rgba(165, 180, 252, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-400 {
--tw-text-opacity: 1;
color: rgba(129, 140, 248, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-500 {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-600 {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-700 {
--tw-text-opacity: 1;
color: rgba(67, 56, 202, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-800 {
--tw-text-opacity: 1;
color: rgba(55, 48, 163, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-indigo-900 {
--tw-text-opacity: 1;
color: rgba(49, 46, 129, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-50 {
--tw-text-opacity: 1;
color: rgba(245, 243, 255, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-100 {
--tw-text-opacity: 1;
color: rgba(237, 233, 254, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-200 {
--tw-text-opacity: 1;
color: rgba(221, 214, 254, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-300 {
--tw-text-opacity: 1;
color: rgba(196, 181, 253, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-400 {
--tw-text-opacity: 1;
color: rgba(167, 139, 250, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-500 {
--tw-text-opacity: 1;
color: rgba(139, 92, 246, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-600 {
--tw-text-opacity: 1;
color: rgba(124, 58, 237, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-700 {
--tw-text-opacity: 1;
color: rgba(109, 40, 217, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-800 {
--tw-text-opacity: 1;
color: rgba(91, 33, 182, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-purple-900 {
--tw-text-opacity: 1;
color: rgba(76, 29, 149, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-50 {
--tw-text-opacity: 1;
color: rgba(253, 242, 248, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-100 {
--tw-text-opacity: 1;
color: rgba(252, 231, 243, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-200 {
--tw-text-opacity: 1;
color: rgba(251, 207, 232, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-300 {
--tw-text-opacity: 1;
color: rgba(249, 168, 212, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-400 {
--tw-text-opacity: 1;
color: rgba(244, 114, 182, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-500 {
--tw-text-opacity: 1;
color: rgba(236, 72, 153, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-600 {
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-700 {
--tw-text-opacity: 1;
color: rgba(190, 24, 93, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-800 {
--tw-text-opacity: 1;
color: rgba(157, 23, 77, var(--tw-text-opacity));
}
#printformat .group:hover .group-hover\:text-pink-900 {
--tw-text-opacity: 1;
color: rgba(131, 24, 67, var(--tw-text-opacity));
}
#printformat .focus-within\:text-transparent:focus-within {
color: transparent;
}
#printformat .focus-within\:text-current:focus-within {
color: currentColor;
}
#printformat .focus-within\:text-black:focus-within {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#printformat .focus-within\:text-white:focus-within {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-50:focus-within {
--tw-text-opacity: 1;
color: rgba(249, 250, 251, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-100:focus-within {
--tw-text-opacity: 1;
color: rgba(243, 244, 246, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-200:focus-within {
--tw-text-opacity: 1;
color: rgba(229, 231, 235, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-300:focus-within {
--tw-text-opacity: 1;
color: rgba(209, 213, 219, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-400:focus-within {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-500:focus-within {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-600:focus-within {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-700:focus-within {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-800:focus-within {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#printformat .focus-within\:text-gray-900:focus-within {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-50:focus-within {
--tw-text-opacity: 1;
color: rgba(254, 242, 242, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-100:focus-within {
--tw-text-opacity: 1;
color: rgba(254, 226, 226, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-200:focus-within {
--tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-300:focus-within {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-400:focus-within {
--tw-text-opacity: 1;
color: rgba(248, 113, 113, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-500:focus-within {
--tw-text-opacity: 1;
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-600:focus-within {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-700:focus-within {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-800:focus-within {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
#printformat .focus-within\:text-red-900:focus-within {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-50:focus-within {
--tw-text-opacity: 1;
color: rgba(255, 251, 235, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-100:focus-within {
--tw-text-opacity: 1;
color: rgba(254, 243, 199, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-200:focus-within {
--tw-text-opacity: 1;
color: rgba(253, 230, 138, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-300:focus-within {
--tw-text-opacity: 1;
color: rgba(252, 211, 77, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-400:focus-within {
--tw-text-opacity: 1;
color: rgba(251, 191, 36, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-500:focus-within {
--tw-text-opacity: 1;
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-600:focus-within {
--tw-text-opacity: 1;
color: rgba(217, 119, 6, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-700:focus-within {
--tw-text-opacity: 1;
color: rgba(180, 83, 9, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-800:focus-within {
--tw-text-opacity: 1;
color: rgba(146, 64, 14, var(--tw-text-opacity));
}
#printformat .focus-within\:text-yellow-900:focus-within {
--tw-text-opacity: 1;
color: rgba(120, 53, 15, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1;
color: rgba(236, 253, 245, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1;
color: rgba(209, 250, 229, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1;
color: rgba(167, 243, 208, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1;
color: rgba(110, 231, 183, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1;
color: rgba(52, 211, 153, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1;
color: rgba(5, 150, 105, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1;
color: rgba(4, 120, 87, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1;
color: rgba(6, 95, 70, var(--tw-text-opacity));
}
#printformat .focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1;
color: rgba(6, 78, 59, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-50:focus-within {
--tw-text-opacity: 1;
color: rgba(239, 246, 255, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-100:focus-within {
--tw-text-opacity: 1;
color: rgba(219, 234, 254, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-200:focus-within {
--tw-text-opacity: 1;
color: rgba(191, 219, 254, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-300:focus-within {
--tw-text-opacity: 1;
color: rgba(147, 197, 253, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-400:focus-within {
--tw-text-opacity: 1;
color: rgba(96, 165, 250, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-500:focus-within {
--tw-text-opacity: 1;
color: rgba(59, 130, 246, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-600:focus-within {
--tw-text-opacity: 1;
color: rgba(37, 99, 235, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-700:focus-within {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-800:focus-within {
--tw-text-opacity: 1;
color: rgba(30, 64, 175, var(--tw-text-opacity));
}
#printformat .focus-within\:text-blue-900:focus-within {
--tw-text-opacity: 1;
color: rgba(30, 58, 138, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-50:focus-within {
--tw-text-opacity: 1;
color: rgba(238, 242, 255, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-100:focus-within {
--tw-text-opacity: 1;
color: rgba(224, 231, 255, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-200:focus-within {
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-300:focus-within {
--tw-text-opacity: 1;
color: rgba(165, 180, 252, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-400:focus-within {
--tw-text-opacity: 1;
color: rgba(129, 140, 248, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-500:focus-within {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-600:focus-within {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-700:focus-within {
--tw-text-opacity: 1;
color: rgba(67, 56, 202, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-800:focus-within {
--tw-text-opacity: 1;
color: rgba(55, 48, 163, var(--tw-text-opacity));
}
#printformat .focus-within\:text-indigo-900:focus-within {
--tw-text-opacity: 1;
color: rgba(49, 46, 129, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-50:focus-within {
--tw-text-opacity: 1;
color: rgba(245, 243, 255, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-100:focus-within {
--tw-text-opacity: 1;
color: rgba(237, 233, 254, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-200:focus-within {
--tw-text-opacity: 1;
color: rgba(221, 214, 254, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-300:focus-within {
--tw-text-opacity: 1;
color: rgba(196, 181, 253, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-400:focus-within {
--tw-text-opacity: 1;
color: rgba(167, 139, 250, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-500:focus-within {
--tw-text-opacity: 1;
color: rgba(139, 92, 246, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-600:focus-within {
--tw-text-opacity: 1;
color: rgba(124, 58, 237, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-700:focus-within {
--tw-text-opacity: 1;
color: rgba(109, 40, 217, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-800:focus-within {
--tw-text-opacity: 1;
color: rgba(91, 33, 182, var(--tw-text-opacity));
}
#printformat .focus-within\:text-purple-900:focus-within {
--tw-text-opacity: 1;
color: rgba(76, 29, 149, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-50:focus-within {
--tw-text-opacity: 1;
color: rgba(253, 242, 248, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-100:focus-within {
--tw-text-opacity: 1;
color: rgba(252, 231, 243, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-200:focus-within {
--tw-text-opacity: 1;
color: rgba(251, 207, 232, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-300:focus-within {
--tw-text-opacity: 1;
color: rgba(249, 168, 212, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-400:focus-within {
--tw-text-opacity: 1;
color: rgba(244, 114, 182, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-500:focus-within {
--tw-text-opacity: 1;
color: rgba(236, 72, 153, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-600:focus-within {
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-700:focus-within {
--tw-text-opacity: 1;
color: rgba(190, 24, 93, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-800:focus-within {
--tw-text-opacity: 1;
color: rgba(157, 23, 77, var(--tw-text-opacity));
}
#printformat .focus-within\:text-pink-900:focus-within {
--tw-text-opacity: 1;
color: rgba(131, 24, 67, var(--tw-text-opacity));
}
#printformat .hover\:text-transparent:hover {
color: transparent;
}
#printformat .hover\:text-current:hover {
color: currentColor;
}
#printformat .hover\:text-black:hover {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#printformat .hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-50:hover {
--tw-text-opacity: 1;
color: rgba(249, 250, 251, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-100:hover {
--tw-text-opacity: 1;
color: rgba(243, 244, 246, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-200:hover {
--tw-text-opacity: 1;
color: rgba(229, 231, 235, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-300:hover {
--tw-text-opacity: 1;
color: rgba(209, 213, 219, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-400:hover {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-500:hover {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-600:hover {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-700:hover {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-800:hover {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#printformat .hover\:text-gray-900:hover {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
#printformat .hover\:text-red-50:hover {
--tw-text-opacity: 1;
color: rgba(254, 242, 242, var(--tw-text-opacity));
}
#printformat .hover\:text-red-100:hover {
--tw-text-opacity: 1;
color: rgba(254, 226, 226, var(--tw-text-opacity));
}
#printformat .hover\:text-red-200:hover {
--tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity));
}
#printformat .hover\:text-red-300:hover {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
#printformat .hover\:text-red-400:hover {
--tw-text-opacity: 1;
color: rgba(248, 113, 113, var(--tw-text-opacity));
}
#printformat .hover\:text-red-500:hover {
--tw-text-opacity: 1;
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
#printformat .hover\:text-red-600:hover {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
#printformat .hover\:text-red-700:hover {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));
}
#printformat .hover\:text-red-800:hover {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
#printformat .hover\:text-red-900:hover {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-50:hover {
--tw-text-opacity: 1;
color: rgba(255, 251, 235, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-100:hover {
--tw-text-opacity: 1;
color: rgba(254, 243, 199, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-200:hover {
--tw-text-opacity: 1;
color: rgba(253, 230, 138, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-300:hover {
--tw-text-opacity: 1;
color: rgba(252, 211, 77, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-400:hover {
--tw-text-opacity: 1;
color: rgba(251, 191, 36, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-500:hover {
--tw-text-opacity: 1;
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-600:hover {
--tw-text-opacity: 1;
color: rgba(217, 119, 6, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-700:hover {
--tw-text-opacity: 1;
color: rgba(180, 83, 9, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-800:hover {
--tw-text-opacity: 1;
color: rgba(146, 64, 14, var(--tw-text-opacity));
}
#printformat .hover\:text-yellow-900:hover {
--tw-text-opacity: 1;
color: rgba(120, 53, 15, var(--tw-text-opacity));
}
#printformat .hover\:text-green-50:hover {
--tw-text-opacity: 1;
color: rgba(236, 253, 245, var(--tw-text-opacity));
}
#printformat .hover\:text-green-100:hover {
--tw-text-opacity: 1;
color: rgba(209, 250, 229, var(--tw-text-opacity));
}
#printformat .hover\:text-green-200:hover {
--tw-text-opacity: 1;
color: rgba(167, 243, 208, var(--tw-text-opacity));
}
#printformat .hover\:text-green-300:hover {
--tw-text-opacity: 1;
color: rgba(110, 231, 183, var(--tw-text-opacity));
}
#printformat .hover\:text-green-400:hover {
--tw-text-opacity: 1;
color: rgba(52, 211, 153, var(--tw-text-opacity));
}
#printformat .hover\:text-green-500:hover {
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
#printformat .hover\:text-green-600:hover {
--tw-text-opacity: 1;
color: rgba(5, 150, 105, var(--tw-text-opacity));
}
#printformat .hover\:text-green-700:hover {
--tw-text-opacity: 1;
color: rgba(4, 120, 87, var(--tw-text-opacity));
}
#printformat .hover\:text-green-800:hover {
--tw-text-opacity: 1;
color: rgba(6, 95, 70, var(--tw-text-opacity));
}
#printformat .hover\:text-green-900:hover {
--tw-text-opacity: 1;
color: rgba(6, 78, 59, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-50:hover {
--tw-text-opacity: 1;
color: rgba(239, 246, 255, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-100:hover {
--tw-text-opacity: 1;
color: rgba(219, 234, 254, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-200:hover {
--tw-text-opacity: 1;
color: rgba(191, 219, 254, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-300:hover {
--tw-text-opacity: 1;
color: rgba(147, 197, 253, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-400:hover {
--tw-text-opacity: 1;
color: rgba(96, 165, 250, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-500:hover {
--tw-text-opacity: 1;
color: rgba(59, 130, 246, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-600:hover {
--tw-text-opacity: 1;
color: rgba(37, 99, 235, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-800:hover {
--tw-text-opacity: 1;
color: rgba(30, 64, 175, var(--tw-text-opacity));
}
#printformat .hover\:text-blue-900:hover {
--tw-text-opacity: 1;
color: rgba(30, 58, 138, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-50:hover {
--tw-text-opacity: 1;
color: rgba(238, 242, 255, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-100:hover {
--tw-text-opacity: 1;
color: rgba(224, 231, 255, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-200:hover {
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-300:hover {
--tw-text-opacity: 1;
color: rgba(165, 180, 252, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-400:hover {
--tw-text-opacity: 1;
color: rgba(129, 140, 248, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-500:hover {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-600:hover {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-700:hover {
--tw-text-opacity: 1;
color: rgba(67, 56, 202, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-800:hover {
--tw-text-opacity: 1;
color: rgba(55, 48, 163, var(--tw-text-opacity));
}
#printformat .hover\:text-indigo-900:hover {
--tw-text-opacity: 1;
color: rgba(49, 46, 129, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-50:hover {
--tw-text-opacity: 1;
color: rgba(245, 243, 255, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-100:hover {
--tw-text-opacity: 1;
color: rgba(237, 233, 254, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-200:hover {
--tw-text-opacity: 1;
color: rgba(221, 214, 254, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-300:hover {
--tw-text-opacity: 1;
color: rgba(196, 181, 253, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-400:hover {
--tw-text-opacity: 1;
color: rgba(167, 139, 250, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-500:hover {
--tw-text-opacity: 1;
color: rgba(139, 92, 246, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-600:hover {
--tw-text-opacity: 1;
color: rgba(124, 58, 237, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-700:hover {
--tw-text-opacity: 1;
color: rgba(109, 40, 217, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-800:hover {
--tw-text-opacity: 1;
color: rgba(91, 33, 182, var(--tw-text-opacity));
}
#printformat .hover\:text-purple-900:hover {
--tw-text-opacity: 1;
color: rgba(76, 29, 149, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-50:hover {
--tw-text-opacity: 1;
color: rgba(253, 242, 248, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-100:hover {
--tw-text-opacity: 1;
color: rgba(252, 231, 243, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-200:hover {
--tw-text-opacity: 1;
color: rgba(251, 207, 232, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-300:hover {
--tw-text-opacity: 1;
color: rgba(249, 168, 212, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-400:hover {
--tw-text-opacity: 1;
color: rgba(244, 114, 182, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-500:hover {
--tw-text-opacity: 1;
color: rgba(236, 72, 153, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-600:hover {
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-700:hover {
--tw-text-opacity: 1;
color: rgba(190, 24, 93, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-800:hover {
--tw-text-opacity: 1;
color: rgba(157, 23, 77, var(--tw-text-opacity));
}
#printformat .hover\:text-pink-900:hover {
--tw-text-opacity: 1;
color: rgba(131, 24, 67, var(--tw-text-opacity));
}
#printformat .focus\:text-transparent:focus {
color: transparent;
}
#printformat .focus\:text-current:focus {
color: currentColor;
}
#printformat .focus\:text-black:focus {
--tw-text-opacity: 1;
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#printformat .focus\:text-white:focus {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-50:focus {
--tw-text-opacity: 1;
color: rgba(249, 250, 251, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-100:focus {
--tw-text-opacity: 1;
color: rgba(243, 244, 246, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-200:focus {
--tw-text-opacity: 1;
color: rgba(229, 231, 235, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-300:focus {
--tw-text-opacity: 1;
color: rgba(209, 213, 219, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-400:focus {
--tw-text-opacity: 1;
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-500:focus {
--tw-text-opacity: 1;
color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-600:focus {
--tw-text-opacity: 1;
color: rgba(75, 85, 99, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-700:focus {
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-800:focus {
--tw-text-opacity: 1;
color: rgba(31, 41, 55, var(--tw-text-opacity));
}
#printformat .focus\:text-gray-900:focus {
--tw-text-opacity: 1;
color: rgba(17, 24, 39, var(--tw-text-opacity));
}
#printformat .focus\:text-red-50:focus {
--tw-text-opacity: 1;
color: rgba(254, 242, 242, var(--tw-text-opacity));
}
#printformat .focus\:text-red-100:focus {
--tw-text-opacity: 1;
color: rgba(254, 226, 226, var(--tw-text-opacity));
}
#printformat .focus\:text-red-200:focus {
--tw-text-opacity: 1;
color: rgba(254, 202, 202, var(--tw-text-opacity));
}
#printformat .focus\:text-red-300:focus {
--tw-text-opacity: 1;
color: rgba(252, 165, 165, var(--tw-text-opacity));
}
#printformat .focus\:text-red-400:focus {
--tw-text-opacity: 1;
color: rgba(248, 113, 113, var(--tw-text-opacity));
}
#printformat .focus\:text-red-500:focus {
--tw-text-opacity: 1;
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
#printformat .focus\:text-red-600:focus {
--tw-text-opacity: 1;
color: rgba(220, 38, 38, var(--tw-text-opacity));
}
#printformat .focus\:text-red-700:focus {
--tw-text-opacity: 1;
color: rgba(185, 28, 28, var(--tw-text-opacity));
}
#printformat .focus\:text-red-800:focus {
--tw-text-opacity: 1;
color: rgba(153, 27, 27, var(--tw-text-opacity));
}
#printformat .focus\:text-red-900:focus {
--tw-text-opacity: 1;
color: rgba(127, 29, 29, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-50:focus {
--tw-text-opacity: 1;
color: rgba(255, 251, 235, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-100:focus {
--tw-text-opacity: 1;
color: rgba(254, 243, 199, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-200:focus {
--tw-text-opacity: 1;
color: rgba(253, 230, 138, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-300:focus {
--tw-text-opacity: 1;
color: rgba(252, 211, 77, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-400:focus {
--tw-text-opacity: 1;
color: rgba(251, 191, 36, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-500:focus {
--tw-text-opacity: 1;
color: rgba(245, 158, 11, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-600:focus {
--tw-text-opacity: 1;
color: rgba(217, 119, 6, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-700:focus {
--tw-text-opacity: 1;
color: rgba(180, 83, 9, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-800:focus {
--tw-text-opacity: 1;
color: rgba(146, 64, 14, var(--tw-text-opacity));
}
#printformat .focus\:text-yellow-900:focus {
--tw-text-opacity: 1;
color: rgba(120, 53, 15, var(--tw-text-opacity));
}
#printformat .focus\:text-green-50:focus {
--tw-text-opacity: 1;
color: rgba(236, 253, 245, var(--tw-text-opacity));
}
#printformat .focus\:text-green-100:focus {
--tw-text-opacity: 1;
color: rgba(209, 250, 229, var(--tw-text-opacity));
}
#printformat .focus\:text-green-200:focus {
--tw-text-opacity: 1;
color: rgba(167, 243, 208, var(--tw-text-opacity));
}
#printformat .focus\:text-green-300:focus {
--tw-text-opacity: 1;
color: rgba(110, 231, 183, var(--tw-text-opacity));
}
#printformat .focus\:text-green-400:focus {
--tw-text-opacity: 1;
color: rgba(52, 211, 153, var(--tw-text-opacity));
}
#printformat .focus\:text-green-500:focus {
--tw-text-opacity: 1;
color: rgba(16, 185, 129, var(--tw-text-opacity));
}
#printformat .focus\:text-green-600:focus {
--tw-text-opacity: 1;
color: rgba(5, 150, 105, var(--tw-text-opacity));
}
#printformat .focus\:text-green-700:focus {
--tw-text-opacity: 1;
color: rgba(4, 120, 87, var(--tw-text-opacity));
}
#printformat .focus\:text-green-800:focus {
--tw-text-opacity: 1;
color: rgba(6, 95, 70, var(--tw-text-opacity));
}
#printformat .focus\:text-green-900:focus {
--tw-text-opacity: 1;
color: rgba(6, 78, 59, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-50:focus {
--tw-text-opacity: 1;
color: rgba(239, 246, 255, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-100:focus {
--tw-text-opacity: 1;
color: rgba(219, 234, 254, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-200:focus {
--tw-text-opacity: 1;
color: rgba(191, 219, 254, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-300:focus {
--tw-text-opacity: 1;
color: rgba(147, 197, 253, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-400:focus {
--tw-text-opacity: 1;
color: rgba(96, 165, 250, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-500:focus {
--tw-text-opacity: 1;
color: rgba(59, 130, 246, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-600:focus {
--tw-text-opacity: 1;
color: rgba(37, 99, 235, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-700:focus {
--tw-text-opacity: 1;
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-800:focus {
--tw-text-opacity: 1;
color: rgba(30, 64, 175, var(--tw-text-opacity));
}
#printformat .focus\:text-blue-900:focus {
--tw-text-opacity: 1;
color: rgba(30, 58, 138, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-50:focus {
--tw-text-opacity: 1;
color: rgba(238, 242, 255, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-100:focus {
--tw-text-opacity: 1;
color: rgba(224, 231, 255, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-200:focus {
--tw-text-opacity: 1;
color: rgba(199, 210, 254, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-300:focus {
--tw-text-opacity: 1;
color: rgba(165, 180, 252, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-400:focus {
--tw-text-opacity: 1;
color: rgba(129, 140, 248, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-500:focus {
--tw-text-opacity: 1;
color: rgba(99, 102, 241, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-600:focus {
--tw-text-opacity: 1;
color: rgba(79, 70, 229, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-700:focus {
--tw-text-opacity: 1;
color: rgba(67, 56, 202, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-800:focus {
--tw-text-opacity: 1;
color: rgba(55, 48, 163, var(--tw-text-opacity));
}
#printformat .focus\:text-indigo-900:focus {
--tw-text-opacity: 1;
color: rgba(49, 46, 129, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-50:focus {
--tw-text-opacity: 1;
color: rgba(245, 243, 255, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-100:focus {
--tw-text-opacity: 1;
color: rgba(237, 233, 254, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-200:focus {
--tw-text-opacity: 1;
color: rgba(221, 214, 254, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-300:focus {
--tw-text-opacity: 1;
color: rgba(196, 181, 253, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-400:focus {
--tw-text-opacity: 1;
color: rgba(167, 139, 250, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-500:focus {
--tw-text-opacity: 1;
color: rgba(139, 92, 246, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-600:focus {
--tw-text-opacity: 1;
color: rgba(124, 58, 237, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-700:focus {
--tw-text-opacity: 1;
color: rgba(109, 40, 217, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-800:focus {
--tw-text-opacity: 1;
color: rgba(91, 33, 182, var(--tw-text-opacity));
}
#printformat .focus\:text-purple-900:focus {
--tw-text-opacity: 1;
color: rgba(76, 29, 149, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-50:focus {
--tw-text-opacity: 1;
color: rgba(253, 242, 248, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-100:focus {
--tw-text-opacity: 1;
color: rgba(252, 231, 243, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-200:focus {
--tw-text-opacity: 1;
color: rgba(251, 207, 232, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-300:focus {
--tw-text-opacity: 1;
color: rgba(249, 168, 212, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-400:focus {
--tw-text-opacity: 1;
color: rgba(244, 114, 182, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-500:focus {
--tw-text-opacity: 1;
color: rgba(236, 72, 153, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-600:focus {
--tw-text-opacity: 1;
color: rgba(219, 39, 119, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-700:focus {
--tw-text-opacity: 1;
color: rgba(190, 24, 93, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-800:focus {
--tw-text-opacity: 1;
color: rgba(157, 23, 77, var(--tw-text-opacity));
}
#printformat .focus\:text-pink-900:focus {
--tw-text-opacity: 1;
color: rgba(131, 24, 67, var(--tw-text-opacity));
}
#printformat .text-opacity-0 {
--tw-text-opacity: 0;
}
#printformat .text-opacity-5 {
--tw-text-opacity: 0.05;
}
#printformat .text-opacity-10 {
--tw-text-opacity: 0.1;
}
#printformat .text-opacity-20 {
--tw-text-opacity: 0.2;
}
#printformat .text-opacity-25 {
--tw-text-opacity: 0.25;
}
#printformat .text-opacity-30 {
--tw-text-opacity: 0.3;
}
#printformat .text-opacity-40 {
--tw-text-opacity: 0.4;
}
#printformat .text-opacity-50 {
--tw-text-opacity: 0.5;
}
#printformat .text-opacity-60 {
--tw-text-opacity: 0.6;
}
#printformat .text-opacity-70 {
--tw-text-opacity: 0.7;
}
#printformat .text-opacity-75 {
--tw-text-opacity: 0.75;
}
#printformat .text-opacity-80 {
--tw-text-opacity: 0.8;
}
#printformat .text-opacity-90 {
--tw-text-opacity: 0.9;
}
#printformat .text-opacity-95 {
--tw-text-opacity: 0.95;
}
#printformat .text-opacity-100 {
--tw-text-opacity: 1;
}
#printformat .group:hover .group-hover\:text-opacity-0 {
--tw-text-opacity: 0;
}
#printformat .group:hover .group-hover\:text-opacity-5 {
--tw-text-opacity: 0.05;
}
#printformat .group:hover .group-hover\:text-opacity-10 {
--tw-text-opacity: 0.1;
}
#printformat .group:hover .group-hover\:text-opacity-20 {
--tw-text-opacity: 0.2;
}
#printformat .group:hover .group-hover\:text-opacity-25 {
--tw-text-opacity: 0.25;
}
#printformat .group:hover .group-hover\:text-opacity-30 {
--tw-text-opacity: 0.3;
}
#printformat .group:hover .group-hover\:text-opacity-40 {
--tw-text-opacity: 0.4;
}
#printformat .group:hover .group-hover\:text-opacity-50 {
--tw-text-opacity: 0.5;
}
#printformat .group:hover .group-hover\:text-opacity-60 {
--tw-text-opacity: 0.6;
}
#printformat .group:hover .group-hover\:text-opacity-70 {
--tw-text-opacity: 0.7;
}
#printformat .group:hover .group-hover\:text-opacity-75 {
--tw-text-opacity: 0.75;
}
#printformat .group:hover .group-hover\:text-opacity-80 {
--tw-text-opacity: 0.8;
}
#printformat .group:hover .group-hover\:text-opacity-90 {
--tw-text-opacity: 0.9;
}
#printformat .group:hover .group-hover\:text-opacity-95 {
--tw-text-opacity: 0.95;
}
#printformat .group:hover .group-hover\:text-opacity-100 {
--tw-text-opacity: 1;
}
#printformat .focus-within\:text-opacity-0:focus-within {
--tw-text-opacity: 0;
}
#printformat .focus-within\:text-opacity-5:focus-within {
--tw-text-opacity: 0.05;
}
#printformat .focus-within\:text-opacity-10:focus-within {
--tw-text-opacity: 0.1;
}
#printformat .focus-within\:text-opacity-20:focus-within {
--tw-text-opacity: 0.2;
}
#printformat .focus-within\:text-opacity-25:focus-within {
--tw-text-opacity: 0.25;
}
#printformat .focus-within\:text-opacity-30:focus-within {
--tw-text-opacity: 0.3;
}
#printformat .focus-within\:text-opacity-40:focus-within {
--tw-text-opacity: 0.4;
}
#printformat .focus-within\:text-opacity-50:focus-within {
--tw-text-opacity: 0.5;
}
#printformat .focus-within\:text-opacity-60:focus-within {
--tw-text-opacity: 0.6;
}
#printformat .focus-within\:text-opacity-70:focus-within {
--tw-text-opacity: 0.7;
}
#printformat .focus-within\:text-opacity-75:focus-within {
--tw-text-opacity: 0.75;
}
#printformat .focus-within\:text-opacity-80:focus-within {
--tw-text-opacity: 0.8;
}
#printformat .focus-within\:text-opacity-90:focus-within {
--tw-text-opacity: 0.9;
}
#printformat .focus-within\:text-opacity-95:focus-within {
--tw-text-opacity: 0.95;
}
#printformat .focus-within\:text-opacity-100:focus-within {
--tw-text-opacity: 1;
}
#printformat .hover\:text-opacity-0:hover {
--tw-text-opacity: 0;
}
#printformat .hover\:text-opacity-5:hover {
--tw-text-opacity: 0.05;
}
#printformat .hover\:text-opacity-10:hover {
--tw-text-opacity: 0.1;
}
#printformat .hover\:text-opacity-20:hover {
--tw-text-opacity: 0.2;
}
#printformat .hover\:text-opacity-25:hover {
--tw-text-opacity: 0.25;
}
#printformat .hover\:text-opacity-30:hover {
--tw-text-opacity: 0.3;
}
#printformat .hover\:text-opacity-40:hover {
--tw-text-opacity: 0.4;
}
#printformat .hover\:text-opacity-50:hover {
--tw-text-opacity: 0.5;
}
#printformat .hover\:text-opacity-60:hover {
--tw-text-opacity: 0.6;
}
#printformat .hover\:text-opacity-70:hover {
--tw-text-opacity: 0.7;
}
#printformat .hover\:text-opacity-75:hover {
--tw-text-opacity: 0.75;
}
#printformat .hover\:text-opacity-80:hover {
--tw-text-opacity: 0.8;
}
#printformat .hover\:text-opacity-90:hover {
--tw-text-opacity: 0.9;
}
#printformat .hover\:text-opacity-95:hover {
--tw-text-opacity: 0.95;
}
#printformat .hover\:text-opacity-100:hover {
--tw-text-opacity: 1;
}
#printformat .focus\:text-opacity-0:focus {
--tw-text-opacity: 0;
}
#printformat .focus\:text-opacity-5:focus {
--tw-text-opacity: 0.05;
}
#printformat .focus\:text-opacity-10:focus {
--tw-text-opacity: 0.1;
}
#printformat .focus\:text-opacity-20:focus {
--tw-text-opacity: 0.2;
}
#printformat .focus\:text-opacity-25:focus {
--tw-text-opacity: 0.25;
}
#printformat .focus\:text-opacity-30:focus {
--tw-text-opacity: 0.3;
}
#printformat .focus\:text-opacity-40:focus {
--tw-text-opacity: 0.4;
}
#printformat .focus\:text-opacity-50:focus {
--tw-text-opacity: 0.5;
}
#printformat .focus\:text-opacity-60:focus {
--tw-text-opacity: 0.6;
}
#printformat .focus\:text-opacity-70:focus {
--tw-text-opacity: 0.7;
}
#printformat .focus\:text-opacity-75:focus {
--tw-text-opacity: 0.75;
}
#printformat .focus\:text-opacity-80:focus {
--tw-text-opacity: 0.8;
}
#printformat .focus\:text-opacity-90:focus {
--tw-text-opacity: 0.9;
}
#printformat .focus\:text-opacity-95:focus {
--tw-text-opacity: 0.95;
}
#printformat .focus\:text-opacity-100:focus {
--tw-text-opacity: 1;
}
#printformat .underline {
text-decoration: underline;
}
#printformat .line-through {
text-decoration: line-through;
}
#printformat .no-underline {
text-decoration: none;
}
#printformat .group:hover .group-hover\:underline {
text-decoration: underline;
}
#printformat .group:hover .group-hover\:line-through {
text-decoration: line-through;
}
#printformat .group:hover .group-hover\:no-underline {
text-decoration: none;
}
#printformat .focus-within\:underline:focus-within {
text-decoration: underline;
}
#printformat .focus-within\:line-through:focus-within {
text-decoration: line-through;
}
#printformat .focus-within\:no-underline:focus-within {
text-decoration: none;
}
#printformat .hover\:underline:hover {
text-decoration: underline;
}
#printformat .hover\:line-through:hover {
text-decoration: line-through;
}
#printformat .hover\:no-underline:hover {
text-decoration: none;
}
#printformat .focus\:underline:focus {
text-decoration: underline;
}
#printformat .focus\:line-through:focus {
text-decoration: line-through;
}
#printformat .focus\:no-underline:focus {
text-decoration: none;
}
#printformat .antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#printformat .subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
#printformat .placeholder-transparent::-moz-placeholder {
color: transparent;
}
#printformat .placeholder-transparent:-ms-input-placeholder {
color: transparent;
}
#printformat .placeholder-transparent::placeholder {
color: transparent;
}
#printformat .placeholder-current::-moz-placeholder {
color: currentColor;
}
#printformat .placeholder-current:-ms-input-placeholder {
color: currentColor;
}
#printformat .placeholder-current::placeholder {
color: currentColor;
}
#printformat .placeholder-black::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .placeholder-black:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .placeholder-black::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .placeholder-white::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-white:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-white::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .placeholder-gray-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .placeholder-red-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .placeholder-yellow-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-blue-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-indigo-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .placeholder-purple-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-50::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-50::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-100::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-200::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-200::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-300::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-300::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-400::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-500::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-600::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-600::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-700::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-700::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-800::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-800::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-900::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .placeholder-pink-900::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-transparent:focus::-moz-placeholder {
color: transparent;
}
#printformat .focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent;
}
#printformat .focus\:placeholder-transparent:focus::placeholder {
color: transparent;
}
#printformat .focus\:placeholder-current:focus::-moz-placeholder {
color: currentColor;
}
#printformat .focus\:placeholder-current:focus:-ms-input-placeholder {
color: currentColor;
}
#printformat .focus\:placeholder-current:focus::placeholder {
color: currentColor;
}
#printformat .focus\:placeholder-black:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-black:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-black:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-white:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-white:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-white:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-gray-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-red-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-yellow-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-blue-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-indigo-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-purple-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-50:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-100:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-200:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-200:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-300:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-300:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-400:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-400:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-500:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-500:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-600:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-600:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-700:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-700:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-800:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-800:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-900:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .focus\:placeholder-pink-900:focus::placeholder {
--tw-placeholder-opacity: 1;
color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}
#printformat .placeholder-opacity-0::-moz-placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .placeholder-opacity-0:-ms-input-placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .placeholder-opacity-0::placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .placeholder-opacity-5::-moz-placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .placeholder-opacity-5:-ms-input-placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .placeholder-opacity-5::placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .placeholder-opacity-10::-moz-placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .placeholder-opacity-10:-ms-input-placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .placeholder-opacity-10::placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .placeholder-opacity-20::-moz-placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .placeholder-opacity-20:-ms-input-placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .placeholder-opacity-20::placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .placeholder-opacity-25::-moz-placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .placeholder-opacity-25:-ms-input-placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .placeholder-opacity-25::placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .placeholder-opacity-30::-moz-placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .placeholder-opacity-30:-ms-input-placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .placeholder-opacity-30::placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .placeholder-opacity-40::-moz-placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .placeholder-opacity-40:-ms-input-placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .placeholder-opacity-40::placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .placeholder-opacity-50::-moz-placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .placeholder-opacity-50:-ms-input-placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .placeholder-opacity-50::placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .placeholder-opacity-60::-moz-placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .placeholder-opacity-60:-ms-input-placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .placeholder-opacity-60::placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .placeholder-opacity-70::-moz-placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .placeholder-opacity-70:-ms-input-placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .placeholder-opacity-70::placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .placeholder-opacity-75::-moz-placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .placeholder-opacity-75:-ms-input-placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .placeholder-opacity-75::placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .placeholder-opacity-80::-moz-placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .placeholder-opacity-80:-ms-input-placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .placeholder-opacity-80::placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .placeholder-opacity-90::-moz-placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .placeholder-opacity-90:-ms-input-placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .placeholder-opacity-90::placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .placeholder-opacity-95::-moz-placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .placeholder-opacity-95:-ms-input-placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .placeholder-opacity-95::placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .placeholder-opacity-100::-moz-placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .placeholder-opacity-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .placeholder-opacity-100::placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .focus\:placeholder-opacity-0:focus::-moz-placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .focus\:placeholder-opacity-0:focus::placeholder {
--tw-placeholder-opacity: 0;
}
#printformat .focus\:placeholder-opacity-5:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .focus\:placeholder-opacity-5:focus::placeholder {
--tw-placeholder-opacity: 0.05;
}
#printformat .focus\:placeholder-opacity-10:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .focus\:placeholder-opacity-10:focus::placeholder {
--tw-placeholder-opacity: 0.1;
}
#printformat .focus\:placeholder-opacity-20:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .focus\:placeholder-opacity-20:focus::placeholder {
--tw-placeholder-opacity: 0.2;
}
#printformat .focus\:placeholder-opacity-25:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .focus\:placeholder-opacity-25:focus::placeholder {
--tw-placeholder-opacity: 0.25;
}
#printformat .focus\:placeholder-opacity-30:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .focus\:placeholder-opacity-30:focus::placeholder {
--tw-placeholder-opacity: 0.3;
}
#printformat .focus\:placeholder-opacity-40:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .focus\:placeholder-opacity-40:focus::placeholder {
--tw-placeholder-opacity: 0.4;
}
#printformat .focus\:placeholder-opacity-50:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .focus\:placeholder-opacity-50:focus::placeholder {
--tw-placeholder-opacity: 0.5;
}
#printformat .focus\:placeholder-opacity-60:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .focus\:placeholder-opacity-60:focus::placeholder {
--tw-placeholder-opacity: 0.6;
}
#printformat .focus\:placeholder-opacity-70:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .focus\:placeholder-opacity-70:focus::placeholder {
--tw-placeholder-opacity: 0.7;
}
#printformat .focus\:placeholder-opacity-75:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .focus\:placeholder-opacity-75:focus::placeholder {
--tw-placeholder-opacity: 0.75;
}
#printformat .focus\:placeholder-opacity-80:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .focus\:placeholder-opacity-80:focus::placeholder {
--tw-placeholder-opacity: 0.8;
}
#printformat .focus\:placeholder-opacity-90:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .focus\:placeholder-opacity-90:focus::placeholder {
--tw-placeholder-opacity: 0.9;
}
#printformat .focus\:placeholder-opacity-95:focus::-moz-placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .focus\:placeholder-opacity-95:focus::placeholder {
--tw-placeholder-opacity: 0.95;
}
#printformat .focus\:placeholder-opacity-100:focus::-moz-placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .focus\:placeholder-opacity-100:focus::placeholder {
--tw-placeholder-opacity: 1;
}
#printformat .opacity-0 {
opacity: 0;
}
#printformat .opacity-5 {
opacity: 0.05;
}
#printformat .opacity-10 {
opacity: 0.1;
}
#printformat .opacity-20 {
opacity: 0.2;
}
#printformat .opacity-25 {
opacity: 0.25;
}
#printformat .opacity-30 {
opacity: 0.3;
}
#printformat .opacity-40 {
opacity: 0.4;
}
#printformat .opacity-50 {
opacity: 0.5;
}
#printformat .opacity-60 {
opacity: 0.6;
}
#printformat .opacity-70 {
opacity: 0.7;
}
#printformat .opacity-75 {
opacity: 0.75;
}
#printformat .opacity-80 {
opacity: 0.8;
}
#printformat .opacity-90 {
opacity: 0.9;
}
#printformat .opacity-95 {
opacity: 0.95;
}
#printformat .opacity-100 {
opacity: 1;
}
#printformat .group:hover .group-hover\:opacity-0 {
opacity: 0;
}
#printformat .group:hover .group-hover\:opacity-5 {
opacity: 0.05;
}
#printformat .group:hover .group-hover\:opacity-10 {
opacity: 0.1;
}
#printformat .group:hover .group-hover\:opacity-20 {
opacity: 0.2;
}
#printformat .group:hover .group-hover\:opacity-25 {
opacity: 0.25;
}
#printformat .group:hover .group-hover\:opacity-30 {
opacity: 0.3;
}
#printformat .group:hover .group-hover\:opacity-40 {
opacity: 0.4;
}
#printformat .group:hover .group-hover\:opacity-50 {
opacity: 0.5;
}
#printformat .group:hover .group-hover\:opacity-60 {
opacity: 0.6;
}
#printformat .group:hover .group-hover\:opacity-70 {
opacity: 0.7;
}
#printformat .group:hover .group-hover\:opacity-75 {
opacity: 0.75;
}
#printformat .group:hover .group-hover\:opacity-80 {
opacity: 0.8;
}
#printformat .group:hover .group-hover\:opacity-90 {
opacity: 0.9;
}
#printformat .group:hover .group-hover\:opacity-95 {
opacity: 0.95;
}
#printformat .group:hover .group-hover\:opacity-100 {
opacity: 1;
}
#printformat .focus-within\:opacity-0:focus-within {
opacity: 0;
}
#printformat .focus-within\:opacity-5:focus-within {
opacity: 0.05;
}
#printformat .focus-within\:opacity-10:focus-within {
opacity: 0.1;
}
#printformat .focus-within\:opacity-20:focus-within {
opacity: 0.2;
}
#printformat .focus-within\:opacity-25:focus-within {
opacity: 0.25;
}
#printformat .focus-within\:opacity-30:focus-within {
opacity: 0.3;
}
#printformat .focus-within\:opacity-40:focus-within {
opacity: 0.4;
}
#printformat .focus-within\:opacity-50:focus-within {
opacity: 0.5;
}
#printformat .focus-within\:opacity-60:focus-within {
opacity: 0.6;
}
#printformat .focus-within\:opacity-70:focus-within {
opacity: 0.7;
}
#printformat .focus-within\:opacity-75:focus-within {
opacity: 0.75;
}
#printformat .focus-within\:opacity-80:focus-within {
opacity: 0.8;
}
#printformat .focus-within\:opacity-90:focus-within {
opacity: 0.9;
}
#printformat .focus-within\:opacity-95:focus-within {
opacity: 0.95;
}
#printformat .focus-within\:opacity-100:focus-within {
opacity: 1;
}
#printformat .hover\:opacity-0:hover {
opacity: 0;
}
#printformat .hover\:opacity-5:hover {
opacity: 0.05;
}
#printformat .hover\:opacity-10:hover {
opacity: 0.1;
}
#printformat .hover\:opacity-20:hover {
opacity: 0.2;
}
#printformat .hover\:opacity-25:hover {
opacity: 0.25;
}
#printformat .hover\:opacity-30:hover {
opacity: 0.3;
}
#printformat .hover\:opacity-40:hover {
opacity: 0.4;
}
#printformat .hover\:opacity-50:hover {
opacity: 0.5;
}
#printformat .hover\:opacity-60:hover {
opacity: 0.6;
}
#printformat .hover\:opacity-70:hover {
opacity: 0.7;
}
#printformat .hover\:opacity-75:hover {
opacity: 0.75;
}
#printformat .hover\:opacity-80:hover {
opacity: 0.8;
}
#printformat .hover\:opacity-90:hover {
opacity: 0.9;
}
#printformat .hover\:opacity-95:hover {
opacity: 0.95;
}
#printformat .hover\:opacity-100:hover {
opacity: 1;
}
#printformat .focus\:opacity-0:focus {
opacity: 0;
}
#printformat .focus\:opacity-5:focus {
opacity: 0.05;
}
#printformat .focus\:opacity-10:focus {
opacity: 0.1;
}
#printformat .focus\:opacity-20:focus {
opacity: 0.2;
}
#printformat .focus\:opacity-25:focus {
opacity: 0.25;
}
#printformat .focus\:opacity-30:focus {
opacity: 0.3;
}
#printformat .focus\:opacity-40:focus {
opacity: 0.4;
}
#printformat .focus\:opacity-50:focus {
opacity: 0.5;
}
#printformat .focus\:opacity-60:focus {
opacity: 0.6;
}
#printformat .focus\:opacity-70:focus {
opacity: 0.7;
}
#printformat .focus\:opacity-75:focus {
opacity: 0.75;
}
#printformat .focus\:opacity-80:focus {
opacity: 0.8;
}
#printformat .focus\:opacity-90:focus {
opacity: 0.9;
}
#printformat .focus\:opacity-95:focus {
opacity: 0.95;
}
#printformat .focus\:opacity-100:focus {
opacity: 1;
}
#printformat .bg-blend-normal {
background-blend-mode: normal;
}
#printformat .bg-blend-multiply {
background-blend-mode: multiply;
}
#printformat .bg-blend-screen {
background-blend-mode: screen;
}
#printformat .bg-blend-overlay {
background-blend-mode: overlay;
}
#printformat .bg-blend-darken {
background-blend-mode: darken;
}
#printformat .bg-blend-lighten {
background-blend-mode: lighten;
}
#printformat .bg-blend-color-dodge {
background-blend-mode: color-dodge;
}
#printformat .bg-blend-color-burn {
background-blend-mode: color-burn;
}
#printformat .bg-blend-hard-light {
background-blend-mode: hard-light;
}
#printformat .bg-blend-soft-light {
background-blend-mode: soft-light;
}
#printformat .bg-blend-difference {
background-blend-mode: difference;
}
#printformat .bg-blend-exclusion {
background-blend-mode: exclusion;
}
#printformat .bg-blend-hue {
background-blend-mode: hue;
}
#printformat .bg-blend-saturation {
background-blend-mode: saturation;
}
#printformat .bg-blend-color {
background-blend-mode: color;
}
#printformat .bg-blend-luminosity {
background-blend-mode: luminosity;
}
#printformat .mix-blend-normal {
mix-blend-mode: normal;
}
#printformat .mix-blend-multiply {
mix-blend-mode: multiply;
}
#printformat .mix-blend-screen {
mix-blend-mode: screen;
}
#printformat .mix-blend-overlay {
mix-blend-mode: overlay;
}
#printformat .mix-blend-darken {
mix-blend-mode: darken;
}
#printformat .mix-blend-lighten {
mix-blend-mode: lighten;
}
#printformat .mix-blend-color-dodge {
mix-blend-mode: color-dodge;
}
#printformat .mix-blend-color-burn {
mix-blend-mode: color-burn;
}
#printformat .mix-blend-hard-light {
mix-blend-mode: hard-light;
}
#printformat .mix-blend-soft-light {
mix-blend-mode: soft-light;
}
#printformat .mix-blend-difference {
mix-blend-mode: difference;
}
#printformat .mix-blend-exclusion {
mix-blend-mode: exclusion;
}
#printformat .mix-blend-hue {
mix-blend-mode: hue;
}
#printformat .mix-blend-saturation {
mix-blend-mode: saturation;
}
#printformat .mix-blend-color {
mix-blend-mode: color;
}
#printformat .mix-blend-luminosity {
mix-blend-mode: luminosity;
}
#printformat *, #printformat ::before, #printformat ::after {
--tw-shadow: 0 0 #0000;
}
#printformat .shadow-sm {
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow {
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-md {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-xl {
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-2xl {
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-inner {
--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .shadow-none {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-sm {
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow {
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-md {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-lg {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-xl {
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-2xl {
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-inner {
--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .group:hover .group-hover\:shadow-none {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-sm:focus-within {
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow:focus-within {
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-md:focus-within {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-lg:focus-within {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-xl:focus-within {
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-2xl:focus-within {
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-inner:focus-within {
--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus-within\:shadow-none:focus-within {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-sm:hover {
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow:hover {
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-md:hover {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-lg:hover {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-xl:hover {
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-2xl:hover {
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-inner:hover {
--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .hover\:shadow-none:hover {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-sm:focus {
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow:focus {
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-md:focus {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-lg:focus {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-xl:focus {
--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-2xl:focus {
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-inner:focus {
--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .focus\:shadow-none:focus {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#printformat .outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
}
#printformat .outline-white {
outline: 2px dotted white;
outline-offset: 2px;
}
#printformat .outline-black {
outline: 2px dotted black;
outline-offset: 2px;
}
#printformat .focus-within\:outline-none:focus-within {
outline: 2px solid transparent;
outline-offset: 2px;
}
#printformat .focus-within\:outline-white:focus-within {
outline: 2px dotted white;
outline-offset: 2px;
}
#printformat .focus-within\:outline-black:focus-within {
outline: 2px dotted black;
outline-offset: 2px;
}
#printformat .focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
#printformat .focus\:outline-white:focus {
outline: 2px dotted white;
outline-offset: 2px;
}
#printformat .focus\:outline-black:focus {
outline: 2px dotted black;
outline-offset: 2px;
}
#printformat *, #printformat ::before, #printformat ::after {
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
}
#printformat .ring-0 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring-1 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring-2 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring-4 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring-8 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring-0:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring-1:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring-2:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring-4:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring-8:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus-within\:ring:focus-within {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring-0:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring-1:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring-2:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring-4:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring-8:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .focus\:ring:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#printformat .ring-inset {
--tw-ring-inset: inset;
}
#printformat .focus-within\:ring-inset:focus-within {
--tw-ring-inset: inset;
}
#printformat .focus\:ring-inset:focus {
--tw-ring-inset: inset;
}
#printformat .ring-transparent {
--tw-ring-color: transparent;
}
#printformat .ring-current {
--tw-ring-color: currentColor;
}
#printformat .ring-black {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
#printformat .ring-white {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
#printformat .ring-gray-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
#printformat .ring-gray-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
#printformat .ring-gray-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
#printformat .ring-gray-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
#printformat .ring-gray-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
#printformat .ring-gray-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
#printformat .ring-gray-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
#printformat .ring-gray-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
#printformat .ring-gray-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
#printformat .ring-gray-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
#printformat .ring-red-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
#printformat .ring-red-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
#printformat .ring-red-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
#printformat .ring-red-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
#printformat .ring-red-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
#printformat .ring-red-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
#printformat .ring-red-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
#printformat .ring-red-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
#printformat .ring-red-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
#printformat .ring-red-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
#printformat .ring-yellow-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
#printformat .ring-yellow-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
#printformat .ring-yellow-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
#printformat .ring-yellow-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
#printformat .ring-yellow-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
#printformat .ring-yellow-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
#printformat .ring-yellow-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
#printformat .ring-yellow-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
#printformat .ring-yellow-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
#printformat .ring-yellow-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
#printformat .ring-green-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
#printformat .ring-green-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
#printformat .ring-green-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
#printformat .ring-green-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
#printformat .ring-green-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
#printformat .ring-green-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
#printformat .ring-green-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
#printformat .ring-green-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
#printformat .ring-green-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
#printformat .ring-green-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
#printformat .ring-blue-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
#printformat .ring-blue-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
#printformat .ring-blue-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
#printformat .ring-blue-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
#printformat .ring-blue-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
#printformat .ring-blue-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
#printformat .ring-blue-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
#printformat .ring-blue-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
#printformat .ring-blue-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
#printformat .ring-blue-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
#printformat .ring-indigo-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
#printformat .ring-indigo-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
#printformat .ring-indigo-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
#printformat .ring-indigo-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
#printformat .ring-indigo-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
#printformat .ring-indigo-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
#printformat .ring-indigo-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
#printformat .ring-indigo-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
#printformat .ring-indigo-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
#printformat .ring-indigo-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
#printformat .ring-purple-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
#printformat .ring-purple-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
#printformat .ring-purple-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
#printformat .ring-purple-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
#printformat .ring-purple-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
#printformat .ring-purple-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
#printformat .ring-purple-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
#printformat .ring-purple-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
#printformat .ring-purple-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
#printformat .ring-purple-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
#printformat .ring-pink-50 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
#printformat .ring-pink-100 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
#printformat .ring-pink-200 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
#printformat .ring-pink-300 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
#printformat .ring-pink-400 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
#printformat .ring-pink-500 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
#printformat .ring-pink-600 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
#printformat .ring-pink-700 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
#printformat .ring-pink-800 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
#printformat .ring-pink-900 {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-transparent:focus-within {
--tw-ring-color: transparent;
}
#printformat .focus-within\:ring-current:focus-within {
--tw-ring-color: currentColor;
}
#printformat .focus-within\:ring-black:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-white:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-gray-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-red-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-yellow-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-blue-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-indigo-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-purple-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-50:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-100:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-200:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-300:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-400:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-500:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-600:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-700:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-800:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
#printformat .focus-within\:ring-pink-900:focus-within {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
#printformat .focus\:ring-transparent:focus {
--tw-ring-color: transparent;
}
#printformat .focus\:ring-current:focus {
--tw-ring-color: currentColor;
}
#printformat .focus\:ring-black:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
#printformat .focus\:ring-white:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}
#printformat .focus\:ring-gray-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}
#printformat .focus\:ring-red-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}
#printformat .focus\:ring-yellow-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}
#printformat .focus\:ring-green-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
#printformat .focus\:ring-blue-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}
#printformat .focus\:ring-indigo-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}
#printformat .focus\:ring-purple-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-50:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-100:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-200:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-600:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}
#printformat .focus\:ring-pink-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}
#printformat .ring-opacity-0 {
--tw-ring-opacity: 0;
}
#printformat .ring-opacity-5 {
--tw-ring-opacity: 0.05;
}
#printformat .ring-opacity-10 {
--tw-ring-opacity: 0.1;
}
#printformat .ring-opacity-20 {
--tw-ring-opacity: 0.2;
}
#printformat .ring-opacity-25 {
--tw-ring-opacity: 0.25;
}
#printformat .ring-opacity-30 {
--tw-ring-opacity: 0.3;
}
#printformat .ring-opacity-40 {
--tw-ring-opacity: 0.4;
}
#printformat .ring-opacity-50 {
--tw-ring-opacity: 0.5;
}
#printformat .ring-opacity-60 {
--tw-ring-opacity: 0.6;
}
#printformat .ring-opacity-70 {
--tw-ring-opacity: 0.7;
}
#printformat .ring-opacity-75 {
--tw-ring-opacity: 0.75;
}
#printformat .ring-opacity-80 {
--tw-ring-opacity: 0.8;
}
#printformat .ring-opacity-90 {
--tw-ring-opacity: 0.9;
}
#printformat .ring-opacity-95 {
--tw-ring-opacity: 0.95;
}
#printformat .ring-opacity-100 {
--tw-ring-opacity: 1;
}
#printformat .focus-within\:ring-opacity-0:focus-within {
--tw-ring-opacity: 0;
}
#printformat .focus-within\:ring-opacity-5:focus-within {
--tw-ring-opacity: 0.05;
}
#printformat .focus-within\:ring-opacity-10:focus-within {
--tw-ring-opacity: 0.1;
}
#printformat .focus-within\:ring-opacity-20:focus-within {
--tw-ring-opacity: 0.2;
}
#printformat .focus-within\:ring-opacity-25:focus-within {
--tw-ring-opacity: 0.25;
}
#printformat .focus-within\:ring-opacity-30:focus-within {
--tw-ring-opacity: 0.3;
}
#printformat .focus-within\:ring-opacity-40:focus-within {
--tw-ring-opacity: 0.4;
}
#printformat .focus-within\:ring-opacity-50:focus-within {
--tw-ring-opacity: 0.5;
}
#printformat .focus-within\:ring-opacity-60:focus-within {
--tw-ring-opacity: 0.6;
}
#printformat .focus-within\:ring-opacity-70:focus-within {
--tw-ring-opacity: 0.7;
}
#printformat .focus-within\:ring-opacity-75:focus-within {
--tw-ring-opacity: 0.75;
}
#printformat .focus-within\:ring-opacity-80:focus-within {
--tw-ring-opacity: 0.8;
}
#printformat .focus-within\:ring-opacity-90:focus-within {
--tw-ring-opacity: 0.9;
}
#printformat .focus-within\:ring-opacity-95:focus-within {
--tw-ring-opacity: 0.95;
}
#printformat .focus-within\:ring-opacity-100:focus-within {
--tw-ring-opacity: 1;
}
#printformat .focus\:ring-opacity-0:focus {
--tw-ring-opacity: 0;
}
#printformat .focus\:ring-opacity-5:focus {
--tw-ring-opacity: 0.05;
}
#printformat .focus\:ring-opacity-10:focus {
--tw-ring-opacity: 0.1;
}
#printformat .focus\:ring-opacity-20:focus {
--tw-ring-opacity: 0.2;
}
#printformat .focus\:ring-opacity-25:focus {
--tw-ring-opacity: 0.25;
}
#printformat .focus\:ring-opacity-30:focus {
--tw-ring-opacity: 0.3;
}
#printformat .focus\:ring-opacity-40:focus {
--tw-ring-opacity: 0.4;
}
#printformat .focus\:ring-opacity-50:focus {
--tw-ring-opacity: 0.5;
}
#printformat .focus\:ring-opacity-60:focus {
--tw-ring-opacity: 0.6;
}
#printformat .focus\:ring-opacity-70:focus {
--tw-ring-opacity: 0.7;
}
#printformat .focus\:ring-opacity-75:focus {
--tw-ring-opacity: 0.75;
}
#printformat .focus\:ring-opacity-80:focus {
--tw-ring-opacity: 0.8;
}
#printformat .focus\:ring-opacity-90:focus {
--tw-ring-opacity: 0.9;
}
#printformat .focus\:ring-opacity-95:focus {
--tw-ring-opacity: 0.95;
}
#printformat .focus\:ring-opacity-100:focus {
--tw-ring-opacity: 1;
}
#printformat .ring-offset-0 {
--tw-ring-offset-width: 0px;
}
#printformat .ring-offset-1 {
--tw-ring-offset-width: 1px;
}
#printformat .ring-offset-2 {
--tw-ring-offset-width: 2px;
}
#printformat .ring-offset-4 {
--tw-ring-offset-width: 4px;
}
#printformat .ring-offset-8 {
--tw-ring-offset-width: 8px;
}
#printformat .focus-within\:ring-offset-0:focus-within {
--tw-ring-offset-width: 0px;
}
#printformat .focus-within\:ring-offset-1:focus-within {
--tw-ring-offset-width: 1px;
}
#printformat .focus-within\:ring-offset-2:focus-within {
--tw-ring-offset-width: 2px;
}
#printformat .focus-within\:ring-offset-4:focus-within {
--tw-ring-offset-width: 4px;
}
#printformat .focus-within\:ring-offset-8:focus-within {
--tw-ring-offset-width: 8px;
}
#printformat .focus\:ring-offset-0:focus {
--tw-ring-offset-width: 0px;
}
#printformat .focus\:ring-offset-1:focus {
--tw-ring-offset-width: 1px;
}
#printformat .focus\:ring-offset-2:focus {
--tw-ring-offset-width: 2px;
}
#printformat .focus\:ring-offset-4:focus {
--tw-ring-offset-width: 4px;
}
#printformat .focus\:ring-offset-8:focus {
--tw-ring-offset-width: 8px;
}
#printformat .ring-offset-transparent {
--tw-ring-offset-color: transparent;
}
#printformat .ring-offset-current {
--tw-ring-offset-color: currentColor;
}
#printformat .ring-offset-black {
--tw-ring-offset-color: #000;
}
#printformat .ring-offset-white {
--tw-ring-offset-color: #fff;
}
#printformat .ring-offset-gray-50 {
--tw-ring-offset-color: #f9fafb;
}
#printformat .ring-offset-gray-100 {
--tw-ring-offset-color: #f3f4f6;
}
#printformat .ring-offset-gray-200 {
--tw-ring-offset-color: #e5e7eb;
}
#printformat .ring-offset-gray-300 {
--tw-ring-offset-color: #d1d5db;
}
#printformat .ring-offset-gray-400 {
--tw-ring-offset-color: #9ca3af;
}
#printformat .ring-offset-gray-500 {
--tw-ring-offset-color: #6b7280;
}
#printformat .ring-offset-gray-600 {
--tw-ring-offset-color: #4b5563;
}
#printformat .ring-offset-gray-700 {
--tw-ring-offset-color: #374151;
}
#printformat .ring-offset-gray-800 {
--tw-ring-offset-color: #1f2937;
}
#printformat .ring-offset-gray-900 {
--tw-ring-offset-color: #111827;
}
#printformat .ring-offset-red-50 {
--tw-ring-offset-color: #fef2f2;
}
#printformat .ring-offset-red-100 {
--tw-ring-offset-color: #fee2e2;
}
#printformat .ring-offset-red-200 {
--tw-ring-offset-color: #fecaca;
}
#printformat .ring-offset-red-300 {
--tw-ring-offset-color: #fca5a5;
}
#printformat .ring-offset-red-400 {
--tw-ring-offset-color: #f87171;
}
#printformat .ring-offset-red-500 {
--tw-ring-offset-color: #ef4444;
}
#printformat .ring-offset-red-600 {
--tw-ring-offset-color: #dc2626;
}
#printformat .ring-offset-red-700 {
--tw-ring-offset-color: #b91c1c;
}
#printformat .ring-offset-red-800 {
--tw-ring-offset-color: #991b1b;
}
#printformat .ring-offset-red-900 {
--tw-ring-offset-color: #7f1d1d;
}
#printformat .ring-offset-yellow-50 {
--tw-ring-offset-color: #fffbeb;
}
#printformat .ring-offset-yellow-100 {
--tw-ring-offset-color: #fef3c7;
}
#printformat .ring-offset-yellow-200 {
--tw-ring-offset-color: #fde68a;
}
#printformat .ring-offset-yellow-300 {
--tw-ring-offset-color: #fcd34d;
}
#printformat .ring-offset-yellow-400 {
--tw-ring-offset-color: #fbbf24;
}
#printformat .ring-offset-yellow-500 {
--tw-ring-offset-color: #f59e0b;
}
#printformat .ring-offset-yellow-600 {
--tw-ring-offset-color: #d97706;
}
#printformat .ring-offset-yellow-700 {
--tw-ring-offset-color: #b45309;
}
#printformat .ring-offset-yellow-800 {
--tw-ring-offset-color: #92400e;
}
#printformat .ring-offset-yellow-900 {
--tw-ring-offset-color: #78350f;
}
#printformat .ring-offset-green-50 {
--tw-ring-offset-color: #ecfdf5;
}
#printformat .ring-offset-green-100 {
--tw-ring-offset-color: #d1fae5;
}
#printformat .ring-offset-green-200 {
--tw-ring-offset-color: #a7f3d0;
}
#printformat .ring-offset-green-300 {
--tw-ring-offset-color: #6ee7b7;
}
#printformat .ring-offset-green-400 {
--tw-ring-offset-color: #34d399;
}
#printformat .ring-offset-green-500 {
--tw-ring-offset-color: #10b981;
}
#printformat .ring-offset-green-600 {
--tw-ring-offset-color: #059669;
}
#printformat .ring-offset-green-700 {
--tw-ring-offset-color: #047857;
}
#printformat .ring-offset-green-800 {
--tw-ring-offset-color: #065f46;
}
#printformat .ring-offset-green-900 {
--tw-ring-offset-color: #064e3b;
}
#printformat .ring-offset-blue-50 {
--tw-ring-offset-color: #eff6ff;
}
#printformat .ring-offset-blue-100 {
--tw-ring-offset-color: #dbeafe;
}
#printformat .ring-offset-blue-200 {
--tw-ring-offset-color: #bfdbfe;
}
#printformat .ring-offset-blue-300 {
--tw-ring-offset-color: #93c5fd;
}
#printformat .ring-offset-blue-400 {
--tw-ring-offset-color: #60a5fa;
}
#printformat .ring-offset-blue-500 {
--tw-ring-offset-color: #3b82f6;
}
#printformat .ring-offset-blue-600 {
--tw-ring-offset-color: #2563eb;
}
#printformat .ring-offset-blue-700 {
--tw-ring-offset-color: #1d4ed8;
}
#printformat .ring-offset-blue-800 {
--tw-ring-offset-color: #1e40af;
}
#printformat .ring-offset-blue-900 {
--tw-ring-offset-color: #1e3a8a;
}
#printformat .ring-offset-indigo-50 {
--tw-ring-offset-color: #eef2ff;
}
#printformat .ring-offset-indigo-100 {
--tw-ring-offset-color: #e0e7ff;
}
#printformat .ring-offset-indigo-200 {
--tw-ring-offset-color: #c7d2fe;
}
#printformat .ring-offset-indigo-300 {
--tw-ring-offset-color: #a5b4fc;
}
#printformat .ring-offset-indigo-400 {
--tw-ring-offset-color: #818cf8;
}
#printformat .ring-offset-indigo-500 {
--tw-ring-offset-color: #6366f1;
}
#printformat .ring-offset-indigo-600 {
--tw-ring-offset-color: #4f46e5;
}
#printformat .ring-offset-indigo-700 {
--tw-ring-offset-color: #4338ca;
}
#printformat .ring-offset-indigo-800 {
--tw-ring-offset-color: #3730a3;
}
#printformat .ring-offset-indigo-900 {
--tw-ring-offset-color: #312e81;
}
#printformat .ring-offset-purple-50 {
--tw-ring-offset-color: #f5f3ff;
}
#printformat .ring-offset-purple-100 {
--tw-ring-offset-color: #ede9fe;
}
#printformat .ring-offset-purple-200 {
--tw-ring-offset-color: #ddd6fe;
}
#printformat .ring-offset-purple-300 {
--tw-ring-offset-color: #c4b5fd;
}
#printformat .ring-offset-purple-400 {
--tw-ring-offset-color: #a78bfa;
}
#printformat .ring-offset-purple-500 {
--tw-ring-offset-color: #8b5cf6;
}
#printformat .ring-offset-purple-600 {
--tw-ring-offset-color: #7c3aed;
}
#printformat .ring-offset-purple-700 {
--tw-ring-offset-color: #6d28d9;
}
#printformat .ring-offset-purple-800 {
--tw-ring-offset-color: #5b21b6;
}
#printformat .ring-offset-purple-900 {
--tw-ring-offset-color: #4c1d95;
}
#printformat .ring-offset-pink-50 {
--tw-ring-offset-color: #fdf2f8;
}
#printformat .ring-offset-pink-100 {
--tw-ring-offset-color: #fce7f3;
}
#printformat .ring-offset-pink-200 {
--tw-ring-offset-color: #fbcfe8;
}
#printformat .ring-offset-pink-300 {
--tw-ring-offset-color: #f9a8d4;
}
#printformat .ring-offset-pink-400 {
--tw-ring-offset-color: #f472b6;
}
#printformat .ring-offset-pink-500 {
--tw-ring-offset-color: #ec4899;
}
#printformat .ring-offset-pink-600 {
--tw-ring-offset-color: #db2777;
}
#printformat .ring-offset-pink-700 {
--tw-ring-offset-color: #be185d;
}
#printformat .ring-offset-pink-800 {
--tw-ring-offset-color: #9d174d;
}
#printformat .ring-offset-pink-900 {
--tw-ring-offset-color: #831843;
}
#printformat .focus-within\:ring-offset-transparent:focus-within {
--tw-ring-offset-color: transparent;
}
#printformat .focus-within\:ring-offset-current:focus-within {
--tw-ring-offset-color: currentColor;
}
#printformat .focus-within\:ring-offset-black:focus-within {
--tw-ring-offset-color: #000;
}
#printformat .focus-within\:ring-offset-white:focus-within {
--tw-ring-offset-color: #fff;
}
#printformat .focus-within\:ring-offset-gray-50:focus-within {
--tw-ring-offset-color: #f9fafb;
}
#printformat .focus-within\:ring-offset-gray-100:focus-within {
--tw-ring-offset-color: #f3f4f6;
}
#printformat .focus-within\:ring-offset-gray-200:focus-within {
--tw-ring-offset-color: #e5e7eb;
}
#printformat .focus-within\:ring-offset-gray-300:focus-within {
--tw-ring-offset-color: #d1d5db;
}
#printformat .focus-within\:ring-offset-gray-400:focus-within {
--tw-ring-offset-color: #9ca3af;
}
#printformat .focus-within\:ring-offset-gray-500:focus-within {
--tw-ring-offset-color: #6b7280;
}
#printformat .focus-within\:ring-offset-gray-600:focus-within {
--tw-ring-offset-color: #4b5563;
}
#printformat .focus-within\:ring-offset-gray-700:focus-within {
--tw-ring-offset-color: #374151;
}
#printformat .focus-within\:ring-offset-gray-800:focus-within {
--tw-ring-offset-color: #1f2937;
}
#printformat .focus-within\:ring-offset-gray-900:focus-within {
--tw-ring-offset-color: #111827;
}
#printformat .focus-within\:ring-offset-red-50:focus-within {
--tw-ring-offset-color: #fef2f2;
}
#printformat .focus-within\:ring-offset-red-100:focus-within {
--tw-ring-offset-color: #fee2e2;
}
#printformat .focus-within\:ring-offset-red-200:focus-within {
--tw-ring-offset-color: #fecaca;
}
#printformat .focus-within\:ring-offset-red-300:focus-within {
--tw-ring-offset-color: #fca5a5;
}
#printformat .focus-within\:ring-offset-red-400:focus-within {
--tw-ring-offset-color: #f87171;
}
#printformat .focus-within\:ring-offset-red-500:focus-within {
--tw-ring-offset-color: #ef4444;
}
#printformat .focus-within\:ring-offset-red-600:focus-within {
--tw-ring-offset-color: #dc2626;
}
#printformat .focus-within\:ring-offset-red-700:focus-within {
--tw-ring-offset-color: #b91c1c;
}
#printformat .focus-within\:ring-offset-red-800:focus-within {
--tw-ring-offset-color: #991b1b;
}
#printformat .focus-within\:ring-offset-red-900:focus-within {
--tw-ring-offset-color: #7f1d1d;
}
#printformat .focus-within\:ring-offset-yellow-50:focus-within {
--tw-ring-offset-color: #fffbeb;
}
#printformat .focus-within\:ring-offset-yellow-100:focus-within {
--tw-ring-offset-color: #fef3c7;
}
#printformat .focus-within\:ring-offset-yellow-200:focus-within {
--tw-ring-offset-color: #fde68a;
}
#printformat .focus-within\:ring-offset-yellow-300:focus-within {
--tw-ring-offset-color: #fcd34d;
}
#printformat .focus-within\:ring-offset-yellow-400:focus-within {
--tw-ring-offset-color: #fbbf24;
}
#printformat .focus-within\:ring-offset-yellow-500:focus-within {
--tw-ring-offset-color: #f59e0b;
}
#printformat .focus-within\:ring-offset-yellow-600:focus-within {
--tw-ring-offset-color: #d97706;
}
#printformat .focus-within\:ring-offset-yellow-700:focus-within {
--tw-ring-offset-color: #b45309;
}
#printformat .focus-within\:ring-offset-yellow-800:focus-within {
--tw-ring-offset-color: #92400e;
}
#printformat .focus-within\:ring-offset-yellow-900:focus-within {
--tw-ring-offset-color: #78350f;
}
#printformat .focus-within\:ring-offset-green-50:focus-within {
--tw-ring-offset-color: #ecfdf5;
}
#printformat .focus-within\:ring-offset-green-100:focus-within {
--tw-ring-offset-color: #d1fae5;
}
#printformat .focus-within\:ring-offset-green-200:focus-within {
--tw-ring-offset-color: #a7f3d0;
}
#printformat .focus-within\:ring-offset-green-300:focus-within {
--tw-ring-offset-color: #6ee7b7;
}
#printformat .focus-within\:ring-offset-green-400:focus-within {
--tw-ring-offset-color: #34d399;
}
#printformat .focus-within\:ring-offset-green-500:focus-within {
--tw-ring-offset-color: #10b981;
}
#printformat .focus-within\:ring-offset-green-600:focus-within {
--tw-ring-offset-color: #059669;
}
#printformat .focus-within\:ring-offset-green-700:focus-within {
--tw-ring-offset-color: #047857;
}
#printformat .focus-within\:ring-offset-green-800:focus-within {
--tw-ring-offset-color: #065f46;
}
#printformat .focus-within\:ring-offset-green-900:focus-within {
--tw-ring-offset-color: #064e3b;
}
#printformat .focus-within\:ring-offset-blue-50:focus-within {
--tw-ring-offset-color: #eff6ff;
}
#printformat .focus-within\:ring-offset-blue-100:focus-within {
--tw-ring-offset-color: #dbeafe;
}
#printformat .focus-within\:ring-offset-blue-200:focus-within {
--tw-ring-offset-color: #bfdbfe;
}
#printformat .focus-within\:ring-offset-blue-300:focus-within {
--tw-ring-offset-color: #93c5fd;
}
#printformat .focus-within\:ring-offset-blue-400:focus-within {
--tw-ring-offset-color: #60a5fa;
}
#printformat .focus-within\:ring-offset-blue-500:focus-within {
--tw-ring-offset-color: #3b82f6;
}
#printformat .focus-within\:ring-offset-blue-600:focus-within {
--tw-ring-offset-color: #2563eb;
}
#printformat .focus-within\:ring-offset-blue-700:focus-within {
--tw-ring-offset-color: #1d4ed8;
}
#printformat .focus-within\:ring-offset-blue-800:focus-within {
--tw-ring-offset-color: #1e40af;
}
#printformat .focus-within\:ring-offset-blue-900:focus-within {
--tw-ring-offset-color: #1e3a8a;
}
#printformat .focus-within\:ring-offset-indigo-50:focus-within {
--tw-ring-offset-color: #eef2ff;
}
#printformat .focus-within\:ring-offset-indigo-100:focus-within {
--tw-ring-offset-color: #e0e7ff;
}
#printformat .focus-within\:ring-offset-indigo-200:focus-within {
--tw-ring-offset-color: #c7d2fe;
}
#printformat .focus-within\:ring-offset-indigo-300:focus-within {
--tw-ring-offset-color: #a5b4fc;
}
#printformat .focus-within\:ring-offset-indigo-400:focus-within {
--tw-ring-offset-color: #818cf8;
}
#printformat .focus-within\:ring-offset-indigo-500:focus-within {
--tw-ring-offset-color: #6366f1;
}
#printformat .focus-within\:ring-offset-indigo-600:focus-within {
--tw-ring-offset-color: #4f46e5;
}
#printformat .focus-within\:ring-offset-indigo-700:focus-within {
--tw-ring-offset-color: #4338ca;
}
#printformat .focus-within\:ring-offset-indigo-800:focus-within {
--tw-ring-offset-color: #3730a3;
}
#printformat .focus-within\:ring-offset-indigo-900:focus-within {
--tw-ring-offset-color: #312e81;
}
#printformat .focus-within\:ring-offset-purple-50:focus-within {
--tw-ring-offset-color: #f5f3ff;
}
#printformat .focus-within\:ring-offset-purple-100:focus-within {
--tw-ring-offset-color: #ede9fe;
}
#printformat .focus-within\:ring-offset-purple-200:focus-within {
--tw-ring-offset-color: #ddd6fe;
}
#printformat .focus-within\:ring-offset-purple-300:focus-within {
--tw-ring-offset-color: #c4b5fd;
}
#printformat .focus-within\:ring-offset-purple-400:focus-within {
--tw-ring-offset-color: #a78bfa;
}
#printformat .focus-within\:ring-offset-purple-500:focus-within {
--tw-ring-offset-color: #8b5cf6;
}
#printformat .focus-within\:ring-offset-purple-600:focus-within {
--tw-ring-offset-color: #7c3aed;
}
#printformat .focus-within\:ring-offset-purple-700:focus-within {
--tw-ring-offset-color: #6d28d9;
}
#printformat .focus-within\:ring-offset-purple-800:focus-within {
--tw-ring-offset-color: #5b21b6;
}
#printformat .focus-within\:ring-offset-purple-900:focus-within {
--tw-ring-offset-color: #4c1d95;
}
#printformat .focus-within\:ring-offset-pink-50:focus-within {
--tw-ring-offset-color: #fdf2f8;
}
#printformat .focus-within\:ring-offset-pink-100:focus-within {
--tw-ring-offset-color: #fce7f3;
}
#printformat .focus-within\:ring-offset-pink-200:focus-within {
--tw-ring-offset-color: #fbcfe8;
}
#printformat .focus-within\:ring-offset-pink-300:focus-within {
--tw-ring-offset-color: #f9a8d4;
}
#printformat .focus-within\:ring-offset-pink-400:focus-within {
--tw-ring-offset-color: #f472b6;
}
#printformat .focus-within\:ring-offset-pink-500:focus-within {
--tw-ring-offset-color: #ec4899;
}
#printformat .focus-within\:ring-offset-pink-600:focus-within {
--tw-ring-offset-color: #db2777;
}
#printformat .focus-within\:ring-offset-pink-700:focus-within {
--tw-ring-offset-color: #be185d;
}
#printformat .focus-within\:ring-offset-pink-800:focus-within {
--tw-ring-offset-color: #9d174d;
}
#printformat .focus-within\:ring-offset-pink-900:focus-within {
--tw-ring-offset-color: #831843;
}
#printformat .focus\:ring-offset-transparent:focus {
--tw-ring-offset-color: transparent;
}
#printformat .focus\:ring-offset-current:focus {
--tw-ring-offset-color: currentColor;
}
#printformat .focus\:ring-offset-black:focus {
--tw-ring-offset-color: #000;
}
#printformat .focus\:ring-offset-white:focus {
--tw-ring-offset-color: #fff;
}
#printformat .focus\:ring-offset-gray-50:focus {
--tw-ring-offset-color: #f9fafb;
}
#printformat .focus\:ring-offset-gray-100:focus {
--tw-ring-offset-color: #f3f4f6;
}
#printformat .focus\:ring-offset-gray-200:focus {
--tw-ring-offset-color: #e5e7eb;
}
#printformat .focus\:ring-offset-gray-300:focus {
--tw-ring-offset-color: #d1d5db;
}
#printformat .focus\:ring-offset-gray-400:focus {
--tw-ring-offset-color: #9ca3af;
}
#printformat .focus\:ring-offset-gray-500:focus {
--tw-ring-offset-color: #6b7280;
}
#printformat .focus\:ring-offset-gray-600:focus {
--tw-ring-offset-color: #4b5563;
}
#printformat .focus\:ring-offset-gray-700:focus {
--tw-ring-offset-color: #374151;
}
#printformat .focus\:ring-offset-gray-800:focus {
--tw-ring-offset-color: #1f2937;
}
#printformat .focus\:ring-offset-gray-900:focus {
--tw-ring-offset-color: #111827;
}
#printformat .focus\:ring-offset-red-50:focus {
--tw-ring-offset-color: #fef2f2;
}
#printformat .focus\:ring-offset-red-100:focus {
--tw-ring-offset-color: #fee2e2;
}
#printformat .focus\:ring-offset-red-200:focus {
--tw-ring-offset-color: #fecaca;
}
#printformat .focus\:ring-offset-red-300:focus {
--tw-ring-offset-color: #fca5a5;
}
#printformat .focus\:ring-offset-red-400:focus {
--tw-ring-offset-color: #f87171;
}
#printformat .focus\:ring-offset-red-500:focus {
--tw-ring-offset-color: #ef4444;
}
#printformat .focus\:ring-offset-red-600:focus {
--tw-ring-offset-color: #dc2626;
}
#printformat .focus\:ring-offset-red-700:focus {
--tw-ring-offset-color: #b91c1c;
}
#printformat .focus\:ring-offset-red-800:focus {
--tw-ring-offset-color: #991b1b;
}
#printformat .focus\:ring-offset-red-900:focus {
--tw-ring-offset-color: #7f1d1d;
}
#printformat .focus\:ring-offset-yellow-50:focus {
--tw-ring-offset-color: #fffbeb;
}
#printformat .focus\:ring-offset-yellow-100:focus {
--tw-ring-offset-color: #fef3c7;
}
#printformat .focus\:ring-offset-yellow-200:focus {
--tw-ring-offset-color: #fde68a;
}
#printformat .focus\:ring-offset-yellow-300:focus {
--tw-ring-offset-color: #fcd34d;
}
#printformat .focus\:ring-offset-yellow-400:focus {
--tw-ring-offset-color: #fbbf24;
}
#printformat .focus\:ring-offset-yellow-500:focus {
--tw-ring-offset-color: #f59e0b;
}
#printformat .focus\:ring-offset-yellow-600:focus {
--tw-ring-offset-color: #d97706;
}
#printformat .focus\:ring-offset-yellow-700:focus {
--tw-ring-offset-color: #b45309;
}
#printformat .focus\:ring-offset-yellow-800:focus {
--tw-ring-offset-color: #92400e;
}
#printformat .focus\:ring-offset-yellow-900:focus {
--tw-ring-offset-color: #78350f;
}
#printformat .focus\:ring-offset-green-50:focus {
--tw-ring-offset-color: #ecfdf5;
}
#printformat .focus\:ring-offset-green-100:focus {
--tw-ring-offset-color: #d1fae5;
}
#printformat .focus\:ring-offset-green-200:focus {
--tw-ring-offset-color: #a7f3d0;
}
#printformat .focus\:ring-offset-green-300:focus {
--tw-ring-offset-color: #6ee7b7;
}
#printformat .focus\:ring-offset-green-400:focus {
--tw-ring-offset-color: #34d399;
}
#printformat .focus\:ring-offset-green-500:focus {
--tw-ring-offset-color: #10b981;
}
#printformat .focus\:ring-offset-green-600:focus {
--tw-ring-offset-color: #059669;
}
#printformat .focus\:ring-offset-green-700:focus {
--tw-ring-offset-color: #047857;
}
#printformat .focus\:ring-offset-green-800:focus {
--tw-ring-offset-color: #065f46;
}
#printformat .focus\:ring-offset-green-900:focus {
--tw-ring-offset-color: #064e3b;
}
#printformat .focus\:ring-offset-blue-50:focus {
--tw-ring-offset-color: #eff6ff;
}
#printformat .focus\:ring-offset-blue-100:focus {
--tw-ring-offset-color: #dbeafe;
}
#printformat .focus\:ring-offset-blue-200:focus {
--tw-ring-offset-color: #bfdbfe;
}
#printformat .focus\:ring-offset-blue-300:focus {
--tw-ring-offset-color: #93c5fd;
}
#printformat .focus\:ring-offset-blue-400:focus {
--tw-ring-offset-color: #60a5fa;
}
#printformat .focus\:ring-offset-blue-500:focus {
--tw-ring-offset-color: #3b82f6;
}
#printformat .focus\:ring-offset-blue-600:focus {
--tw-ring-offset-color: #2563eb;
}
#printformat .focus\:ring-offset-blue-700:focus {
--tw-ring-offset-color: #1d4ed8;
}
#printformat .focus\:ring-offset-blue-800:focus {
--tw-ring-offset-color: #1e40af;
}
#printformat .focus\:ring-offset-blue-900:focus {
--tw-ring-offset-color: #1e3a8a;
}
#printformat .focus\:ring-offset-indigo-50:focus {
--tw-ring-offset-color: #eef2ff;
}
#printformat .focus\:ring-offset-indigo-100:focus {
--tw-ring-offset-color: #e0e7ff;
}
#printformat .focus\:ring-offset-indigo-200:focus {
--tw-ring-offset-color: #c7d2fe;
}
#printformat .focus\:ring-offset-indigo-300:focus {
--tw-ring-offset-color: #a5b4fc;
}
#printformat .focus\:ring-offset-indigo-400:focus {
--tw-ring-offset-color: #818cf8;
}
#printformat .focus\:ring-offset-indigo-500:focus {
--tw-ring-offset-color: #6366f1;
}
#printformat .focus\:ring-offset-indigo-600:focus {
--tw-ring-offset-color: #4f46e5;
}
#printformat .focus\:ring-offset-indigo-700:focus {
--tw-ring-offset-color: #4338ca;
}
#printformat .focus\:ring-offset-indigo-800:focus {
--tw-ring-offset-color: #3730a3;
}
#printformat .focus\:ring-offset-indigo-900:focus {
--tw-ring-offset-color: #312e81;
}
#printformat .focus\:ring-offset-purple-50:focus {
--tw-ring-offset-color: #f5f3ff;
}
#printformat .focus\:ring-offset-purple-100:focus {
--tw-ring-offset-color: #ede9fe;
}
#printformat .focus\:ring-offset-purple-200:focus {
--tw-ring-offset-color: #ddd6fe;
}
#printformat .focus\:ring-offset-purple-300:focus {
--tw-ring-offset-color: #c4b5fd;
}
#printformat .focus\:ring-offset-purple-400:focus {
--tw-ring-offset-color: #a78bfa;
}
#printformat .focus\:ring-offset-purple-500:focus {
--tw-ring-offset-color: #8b5cf6;
}
#printformat .focus\:ring-offset-purple-600:focus {
--tw-ring-offset-color: #7c3aed;
}
#printformat .focus\:ring-offset-purple-700:focus {
--tw-ring-offset-color: #6d28d9;
}
#printformat .focus\:ring-offset-purple-800:focus {
--tw-ring-offset-color: #5b21b6;
}
#printformat .focus\:ring-offset-purple-900:focus {
--tw-ring-offset-color: #4c1d95;
}
#printformat .focus\:ring-offset-pink-50:focus {
--tw-ring-offset-color: #fdf2f8;
}
#printformat .focus\:ring-offset-pink-100:focus {
--tw-ring-offset-color: #fce7f3;
}
#printformat .focus\:ring-offset-pink-200:focus {
--tw-ring-offset-color: #fbcfe8;
}
#printformat .focus\:ring-offset-pink-300:focus {
--tw-ring-offset-color: #f9a8d4;
}
#printformat .focus\:ring-offset-pink-400:focus {
--tw-ring-offset-color: #f472b6;
}
#printformat .focus\:ring-offset-pink-500:focus {
--tw-ring-offset-color: #ec4899;
}
#printformat .focus\:ring-offset-pink-600:focus {
--tw-ring-offset-color: #db2777;
}
#printformat .focus\:ring-offset-pink-700:focus {
--tw-ring-offset-color: #be185d;
}
#printformat .focus\:ring-offset-pink-800:focus {
--tw-ring-offset-color: #9d174d;
}
#printformat .focus\:ring-offset-pink-900:focus {
--tw-ring-offset-color: #831843;
}
#printformat .filter {
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
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);
}
#printformat .filter-none {
filter: none;
}
#printformat .blur-0 {
--tw-blur: blur(0);
}
#printformat .blur-none {
--tw-blur: blur(0);
}
#printformat .blur-sm {
--tw-blur: blur(4px);
}
#printformat .blur {
--tw-blur: blur(8px);
}
#printformat .blur-md {
--tw-blur: blur(12px);
}
#printformat .blur-lg {
--tw-blur: blur(16px);
}
#printformat .blur-xl {
--tw-blur: blur(24px);
}
#printformat .blur-2xl {
--tw-blur: blur(40px);
}
#printformat .blur-3xl {
--tw-blur: blur(64px);
}
#printformat .brightness-0 {
--tw-brightness: brightness(0);
}
#printformat .brightness-50 {
--tw-brightness: brightness(.5);
}
#printformat .brightness-75 {
--tw-brightness: brightness(.75);
}
#printformat .brightness-90 {
--tw-brightness: brightness(.9);
}
#printformat .brightness-95 {
--tw-brightness: brightness(.95);
}
#printformat .brightness-100 {
--tw-brightness: brightness(1);
}
#printformat .brightness-105 {
--tw-brightness: brightness(1.05);
}
#printformat .brightness-110 {
--tw-brightness: brightness(1.1);
}
#printformat .brightness-125 {
--tw-brightness: brightness(1.25);
}
#printformat .brightness-150 {
--tw-brightness: brightness(1.5);
}
#printformat .brightness-200 {
--tw-brightness: brightness(2);
}
#printformat .contrast-0 {
--tw-contrast: contrast(0);
}
#printformat .contrast-50 {
--tw-contrast: contrast(.5);
}
#printformat .contrast-75 {
--tw-contrast: contrast(.75);
}
#printformat .contrast-100 {
--tw-contrast: contrast(1);
}
#printformat .contrast-125 {
--tw-contrast: contrast(1.25);
}
#printformat .contrast-150 {
--tw-contrast: contrast(1.5);
}
#printformat .contrast-200 {
--tw-contrast: contrast(2);
}
#printformat .drop-shadow-sm {
--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
#printformat .drop-shadow {
--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
#printformat .drop-shadow-md {
--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}
#printformat .drop-shadow-lg {
--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
#printformat .drop-shadow-xl {
--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
#printformat .drop-shadow-2xl {
--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
#printformat .drop-shadow-none {
--tw-drop-shadow: drop-shadow(0 0 #0000);
}
#printformat .grayscale-0 {
--tw-grayscale: grayscale(0);
}
#printformat .grayscale {
--tw-grayscale: grayscale(100%);
}
#printformat .hue-rotate-0 {
--tw-hue-rotate: hue-rotate(0deg);
}
#printformat .hue-rotate-15 {
--tw-hue-rotate: hue-rotate(15deg);
}
#printformat .hue-rotate-30 {
--tw-hue-rotate: hue-rotate(30deg);
}
#printformat .hue-rotate-60 {
--tw-hue-rotate: hue-rotate(60deg);
}
#printformat .hue-rotate-90 {
--tw-hue-rotate: hue-rotate(90deg);
}
#printformat .hue-rotate-180 {
--tw-hue-rotate: hue-rotate(180deg);
}
#printformat .-hue-rotate-180 {
--tw-hue-rotate: hue-rotate(-180deg);
}
#printformat .-hue-rotate-90 {
--tw-hue-rotate: hue-rotate(-90deg);
}
#printformat .-hue-rotate-60 {
--tw-hue-rotate: hue-rotate(-60deg);
}
#printformat .-hue-rotate-30 {
--tw-hue-rotate: hue-rotate(-30deg);
}
#printformat .-hue-rotate-15 {
--tw-hue-rotate: hue-rotate(-15deg);
}
#printformat .invert-0 {
--tw-invert: invert(0);
}
#printformat .invert {
--tw-invert: invert(100%);
}
#printformat .saturate-0 {
--tw-saturate: saturate(0);
}
#printformat .saturate-50 {
--tw-saturate: saturate(.5);
}
#printformat .saturate-100 {
--tw-saturate: saturate(1);
}
#printformat .saturate-150 {
--tw-saturate: saturate(1.5);
}
#printformat .saturate-200 {
--tw-saturate: saturate(2);
}
#printformat .sepia-0 {
--tw-sepia: sepia(0);
}
#printformat .sepia {
--tw-sepia: sepia(100%);
}
#printformat .backdrop-filter {
--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#printformat .backdrop-filter-none {
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
#printformat .backdrop-blur-0 {
--tw-backdrop-blur: blur(0);
}
#printformat .backdrop-blur-none {
--tw-backdrop-blur: blur(0);
}
#printformat .backdrop-blur-sm {
--tw-backdrop-blur: blur(4px);
}
#printformat .backdrop-blur {
--tw-backdrop-blur: blur(8px);
}
#printformat .backdrop-blur-md {
--tw-backdrop-blur: blur(12px);
}
#printformat .backdrop-blur-lg {
--tw-backdrop-blur: blur(16px);
}
#printformat .backdrop-blur-xl {
--tw-backdrop-blur: blur(24px);
}
#printformat .backdrop-blur-2xl {
--tw-backdrop-blur: blur(40px);
}
#printformat .backdrop-blur-3xl {
--tw-backdrop-blur: blur(64px);
}
#printformat .backdrop-brightness-0 {
--tw-backdrop-brightness: brightness(0);
}
#printformat .backdrop-brightness-50 {
--tw-backdrop-brightness: brightness(.5);
}
#printformat .backdrop-brightness-75 {
--tw-backdrop-brightness: brightness(.75);
}
#printformat .backdrop-brightness-90 {
--tw-backdrop-brightness: brightness(.9);
}
#printformat .backdrop-brightness-95 {
--tw-backdrop-brightness: brightness(.95);
}
#printformat .backdrop-brightness-100 {
--tw-backdrop-brightness: brightness(1);
}
#printformat .backdrop-brightness-105 {
--tw-backdrop-brightness: brightness(1.05);
}
#printformat .backdrop-brightness-110 {
--tw-backdrop-brightness: brightness(1.1);
}
#printformat .backdrop-brightness-125 {
--tw-backdrop-brightness: brightness(1.25);
}
#printformat .backdrop-brightness-150 {
--tw-backdrop-brightness: brightness(1.5);
}
#printformat .backdrop-brightness-200 {
--tw-backdrop-brightness: brightness(2);
}
#printformat .backdrop-contrast-0 {
--tw-backdrop-contrast: contrast(0);
}
#printformat .backdrop-contrast-50 {
--tw-backdrop-contrast: contrast(.5);
}
#printformat .backdrop-contrast-75 {
--tw-backdrop-contrast: contrast(.75);
}
#printformat .backdrop-contrast-100 {
--tw-backdrop-contrast: contrast(1);
}
#printformat .backdrop-contrast-125 {
--tw-backdrop-contrast: contrast(1.25);
}
#printformat .backdrop-contrast-150 {
--tw-backdrop-contrast: contrast(1.5);
}
#printformat .backdrop-contrast-200 {
--tw-backdrop-contrast: contrast(2);
}
#printformat .backdrop-grayscale-0 {
--tw-backdrop-grayscale: grayscale(0);
}
#printformat .backdrop-grayscale {
--tw-backdrop-grayscale: grayscale(100%);
}
#printformat .backdrop-hue-rotate-0 {
--tw-backdrop-hue-rotate: hue-rotate(0deg);
}
#printformat .backdrop-hue-rotate-15 {
--tw-backdrop-hue-rotate: hue-rotate(15deg);
}
#printformat .backdrop-hue-rotate-30 {
--tw-backdrop-hue-rotate: hue-rotate(30deg);
}
#printformat .backdrop-hue-rotate-60 {
--tw-backdrop-hue-rotate: hue-rotate(60deg);
}
#printformat .backdrop-hue-rotate-90 {
--tw-backdrop-hue-rotate: hue-rotate(90deg);
}
#printformat .backdrop-hue-rotate-180 {
--tw-backdrop-hue-rotate: hue-rotate(180deg);
}
#printformat .-backdrop-hue-rotate-180 {
--tw-backdrop-hue-rotate: hue-rotate(-180deg);
}
#printformat .-backdrop-hue-rotate-90 {
--tw-backdrop-hue-rotate: hue-rotate(-90deg);
}
#printformat .-backdrop-hue-rotate-60 {
--tw-backdrop-hue-rotate: hue-rotate(-60deg);
}
#printformat .-backdrop-hue-rotate-30 {
--tw-backdrop-hue-rotate: hue-rotate(-30deg);
}
#printformat .-backdrop-hue-rotate-15 {
--tw-backdrop-hue-rotate: hue-rotate(-15deg);
}
#printformat .backdrop-invert-0 {
--tw-backdrop-invert: invert(0);
}
#printformat .backdrop-invert {
--tw-backdrop-invert: invert(100%);
}
#printformat .backdrop-opacity-0 {
--tw-backdrop-opacity: opacity(0);
}
#printformat .backdrop-opacity-5 {
--tw-backdrop-opacity: opacity(0.05);
}
#printformat .backdrop-opacity-10 {
--tw-backdrop-opacity: opacity(0.1);
}
#printformat .backdrop-opacity-20 {
--tw-backdrop-opacity: opacity(0.2);
}
#printformat .backdrop-opacity-25 {
--tw-backdrop-opacity: opacity(0.25);
}
#printformat .backdrop-opacity-30 {
--tw-backdrop-opacity: opacity(0.3);
}
#printformat .backdrop-opacity-40 {
--tw-backdrop-opacity: opacity(0.4);
}
#printformat .backdrop-opacity-50 {
--tw-backdrop-opacity: opacity(0.5);
}
#printformat .backdrop-opacity-60 {
--tw-backdrop-opacity: opacity(0.6);
}
#printformat .backdrop-opacity-70 {
--tw-backdrop-opacity: opacity(0.7);
}
#printformat .backdrop-opacity-75 {
--tw-backdrop-opacity: opacity(0.75);
}
#printformat .backdrop-opacity-80 {
--tw-backdrop-opacity: opacity(0.8);
}
#printformat .backdrop-opacity-90 {
--tw-backdrop-opacity: opacity(0.9);
}
#printformat .backdrop-opacity-95 {
--tw-backdrop-opacity: opacity(0.95);
}
#printformat .backdrop-opacity-100 {
--tw-backdrop-opacity: opacity(1);
}
#printformat .backdrop-saturate-0 {
--tw-backdrop-saturate: saturate(0);
}
#printformat .backdrop-saturate-50 {
--tw-backdrop-saturate: saturate(.5);
}
#printformat .backdrop-saturate-100 {
--tw-backdrop-saturate: saturate(1);
}
#printformat .backdrop-saturate-150 {
--tw-backdrop-saturate: saturate(1.5);
}
#printformat .backdrop-saturate-200 {
--tw-backdrop-saturate: saturate(2);
}
#printformat .backdrop-sepia-0 {
--tw-backdrop-sepia: sepia(0);
}
#printformat .backdrop-sepia {
--tw-backdrop-sepia: sepia(100%);
}
#printformat .transition-none {
transition-property: none;
}
#printformat .transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .transition-colors {
transition-property: background-color, border-color, color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
#printformat .delay-75 {
transition-delay: 75ms;
}
#printformat .delay-100 {
transition-delay: 100ms;
}
#printformat .delay-150 {
transition-delay: 150ms;
}
#printformat .delay-200 {
transition-delay: 200ms;
}
#printformat .delay-300 {
transition-delay: 300ms;
}
#printformat .delay-500 {
transition-delay: 500ms;
}
#printformat .delay-700 {
transition-delay: 700ms;
}
#printformat .delay-1000 {
transition-delay: 1000ms;
}
#printformat .duration-75 {
transition-duration: 75ms;
}
#printformat .duration-100 {
transition-duration: 100ms;
}
#printformat .duration-150 {
transition-duration: 150ms;
}
#printformat .duration-200 {
transition-duration: 200ms;
}
#printformat .duration-300 {
transition-duration: 300ms;
}
#printformat .duration-500 {
transition-duration: 500ms;
}
#printformat .duration-700 {
transition-duration: 700ms;
}
#printformat .duration-1000 {
transition-duration: 1000ms;
}
#printformat .ease-linear {
transition-timing-function: linear;
}
#printformat .ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
#printformat .ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#printformat .ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {
#printformat .sm\:container {
width: 100%;
}
@media (min-width: 640px) {
#printformat .sm\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
#printformat .sm\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
#printformat .sm\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
#printformat .sm\:container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
#printformat .sm\:container {
max-width: 1536px;
}
}
#printformat .sm\:sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .sm\:not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .sm\:focus-within\:sr-only:focus-within {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .sm\:focus-within\:not-sr-only:focus-within {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .sm\:focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
#printformat .sm\:focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
#printformat .sm\:pointer-events-none {
pointer-events: none;
}
#printformat .sm\:pointer-events-auto {
pointer-events: auto;
}
#printformat .sm\:visible {
visibility: visible;
}
#printformat .sm\:invisible {
visibility: hidden;
}
#printformat .sm\:static {
position: static;
}
#printformat .sm\:fixed {
position: fixed;
}
#printformat .sm\:absolute {
position: absolute;
}
#printformat .sm\:relative {
position: relative;
}
#printformat .sm\:sticky {
position: sticky;
}
#printformat .sm\:inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
#printformat .sm\:inset-1 {
top: 0.25rem;
right: 0.25rem;
bottom: 0.25rem;
left: 0.25rem;
}
#printformat .sm\:inset-2 {
top: 0.5rem;
right: 0.5rem;
bottom: 0.5rem;
left: 0.5rem;
}
#printformat .sm\:inset-3 {
top: 0.75rem;
right: 0.75rem;
bottom: 0.75rem;
left: 0.75rem;
}
#printformat .sm\:inset-4 {
top: 1rem;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
#printformat .sm\:inset-5 {
top: 1.25rem;
right: 1.25rem;
bottom: 1.25rem;
left: 1.25rem;
}
#printformat .sm\:inset-6 {
top: 1.5rem;
right: 1.5rem;
bottom: 1.5rem;
left: 1.5rem;
}
#printformat .sm\:inset-7 {
top: 1.75rem;
right: 1.75rem;
bottom: 1.75rem;
left: 1.75rem;
}
#printformat .sm\:inset-8 {
top: 2rem;
right: 2rem;
bottom: 2rem;
left: 2rem;
}
#printformat .sm\:inset-9 {
top: 2.25rem;
right: 2.25rem;
bottom: 2.25rem;
left: 2.25rem;
}
#printformat .sm\:inset-10 {
top: 2.5rem;
right: 2.5rem;
bottom: 2.5rem;
left: 2.5rem;
}
#printformat .sm\:inset-11 {
top: 2.75rem;
right: 2.75rem;
bottom: 2.75rem;
left: 2.75rem;
}
#printformat .sm\:inset-12 {
top: 3rem;
right: 3rem;
bottom: 3rem;
left: 3rem;
}
#printformat .sm\:inset-14 {
top: 3.5rem;
right: 3.5rem;
bottom: 3.5rem;
left: 3.5rem;
}
#printformat .sm\:inset-16 {
top: 4rem;
right: 4rem;
bottom: 4rem;
left: 4rem;
}
#printformat .sm\:inset-20 {
top: 5rem;
right: 5rem;
bottom: 5rem;
left: 5rem;
}
#printformat .sm\:inset-24 {
top: 6rem;
right: 6rem;
bottom: 6rem;
left: 6rem;
}
#printformat .sm\:inset-28 {
top: 7rem;
right: 7rem;
bottom: 7rem;
left: 7rem;
}
#printformat .sm\:inset-32 {
top: 8rem;
right: 8rem;
bottom: 8rem;
left: 8rem;
}
#printformat .sm\:inset-36 {
top: 9rem;
right: 9rem;
bottom: 9rem;
left: 9rem;
}
#printformat .sm\:inset-40 {
top: 10rem;
right: 10rem;
bottom: 10rem;
left: 10rem;
}
#printformat .sm\:inset-44 {
top: 11rem;
right: 11rem;
bottom: 11rem;
left: 11rem;
}
#printformat .sm\:inset-48 {
top: 12rem;
right: 12rem;
bottom: 12rem;
left: 12rem;
}
#printformat .sm\:inset-52 {
top: 13rem;
right: 13rem;
bottom: 13rem;
left: 13rem;
}
#printformat .sm\:inset-56 {
top: 14rem;
right: 14rem;
bottom: 14rem;
left: 14rem;
}
#printformat .sm\:inset-60 {
top: 15rem;
right: 15rem;
bottom: 15rem;
left: 15rem;
}
#printformat .sm\:inset-64 {
top: 16rem;
right: 16rem;
bottom: 16rem;
left: 16rem;
}
#printformat .sm\:inset-72 {
top: 18rem;
right: 18rem;
bottom: 18rem;
left: 18rem;
}
#printformat .sm\:inset-80 {
top: 20rem;
right: 20rem;
bottom: 20rem;
left: 20rem;
}
#printformat .sm\:inset-96 {
top: 24rem;
right: 24rem;
bottom: 24rem;
left: 24rem;
}
#printformat .sm\:inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
#printformat .sm\:inset-px {
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
#printformat .sm\:inset-0\.5 {
top: 0.125rem;
right: 0.125rem;
bottom: 0.125rem;
left: 0.125rem;
}
#printformat .sm\:inset-1\.5 {
top: 0.375rem;
right: 0.375rem;
bottom: 0.375rem;
left: 0.375rem;
}
#printformat .sm\:inset-2\.5 {
top: 0.625rem;
right: 0.625rem;
bottom: 0.625rem;
left: 0.625rem;
}
#printformat .sm\:inset-3\.5 {
top: 0.875rem;
right: 0.875rem;
bottom: 0.875rem;
left: 0.875rem;
}
#printformat .sm\:-inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
#printformat .sm\:-inset-1 {
top: -0.25rem;
right: -0.25rem;
bottom: -0.25rem;
left: -0.25rem;
}
#printformat .sm\:-inset-2 {
top: -0.5rem;
right: -0.5rem;
bottom: -0.5rem;
left: -0.5rem;
}
#printformat .sm\:-inset-3 {
top: -0.75rem;
right: -0.75rem;
bottom: -0.75rem;
left: -0.75rem;
}
#printformat .sm\:-inset-4 {
top: -1rem;
right: -1rem;
bottom: -1rem;
left: -1rem;
}
#printformat .sm\:-inset-5 {
top: -1.25rem;
right: -1.25rem;
bottom: -1.25rem;
left: -1.25rem;
}
#printformat .sm\:-inset-6 {
top: -1.5rem;
right: -1.5rem;
bottom: -1.5rem;
left: -1.5rem;
}
#printformat .sm\:-inset-7 {
top: -1.75rem;
right: -1.75rem;
bottom: -1.75rem;
left: -1.75rem;
}
#printformat .sm\:-inset-8 {
top: -2rem;
right: -2rem;
bottom: -2rem;
left: -2rem;
}
#printformat .sm\:-inset-9 {
top: -2.25rem;
right: -2.25rem;
bottom: -2.25rem;
left: -2.25rem;
}
#printformat .sm\:-inset-10 {
top: -2.5rem;
right: -2.5rem;
bottom: -2.5rem;
left: -2.5rem;
}
#printformat .sm\:-inset-11 {
top: -2.75rem;
right: -2.75rem;
bottom: -2.75rem;
left: -2.75rem;
}
#printformat .sm\:-inset-12 {
top: -3rem;
right: -3rem;
bottom: -3rem;
left: -3rem;
}
#printformat .sm\:-inset-14 {
top: -3.5rem;
right: -3.5rem;
bottom: -3.5rem;
left: -3.5rem;
}
#printformat .sm\:-inset-16 {
top: -4rem;
right: -4rem;
bottom: -4rem;
left: -4rem;
}
#printformat .sm\:-inset-20 {
top: -5rem;
right: -5rem;
bottom: -5rem;
left: -5rem;
}
#printformat .sm\:-inset-24 {
top: -6rem;
right: -6rem;
bottom: -6rem;
left: -6rem;
}
#printformat .sm\:-inset-28 {
top: -7rem;
right: -7rem;
bottom: -7rem;
left: -7rem;
}
#printformat .sm\:-inset-32 {
top: -8rem;
right: -8rem;
bottom: -8rem;
left: -8rem;
}
#printformat .sm\:-inset-36 {
top: -9rem;
right: -9rem;
bottom: -9rem;
left: -9rem;
}
#printformat .sm\:-inset-40 {
top: -10rem;
right: -10rem;
bottom: -10rem;
left: -10rem;
}
#printformat .sm\:-inset-44 {
top: -11rem;
right: -11rem;
bottom: -11rem;
left: -11rem;
}
#printformat .sm\:-inset-48 {
top: -12rem;
right: -12rem;
bottom: -12rem;
left: -12rem;
}
#printformat .sm\:-inset-52 {
top: -13rem;
right: -13rem;
bottom: -13rem;
left: -13rem;
}
#printformat .sm\:-inset-56 {
top: -14rem;
right: -14rem;
bottom: -14rem;
left: -14rem;
}
#printformat .sm\:-inset-60 {
top: -15rem;
right: -15rem;
bottom: -15rem;
left: -15rem;
}
#printformat .sm\:-inset-64 {
top: -16rem;
right: -16rem;
bottom: -16rem;
left: -16rem;
}
#printformat .sm\:-inset-72 {
top: -18rem;
right: -18rem;
bottom: -18rem;
left: -18rem;
}
#printformat .sm\:-inset-80 {
top: -20rem;
right: -20rem;
bottom: -20rem;
left: -20rem;
}
#printformat .sm\:-inset-96 {
top: -24rem;
right: -24rem;
bottom: -24rem;
left: -24rem;
}
#printformat .sm\:-inset-px {
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
#printformat .sm\:-inset-0\.5 {
top: -0.125rem;
right: -0.125rem;
bottom: -0.125rem;
left: -0.125rem;
}
#printformat .sm\:-inset-1\.5 {
top: -0.375rem;
right: -0.375rem;
bottom: -0.375rem;
left: -0.375rem;
}
#printformat .sm\:-inset-2\.5 {
top: -0.625rem;
right: -0.625rem;
bottom: -0.625rem;
left: -0.625rem;
}
#printformat .sm\:-inset-3\.5 {
top: -0.875rem;
right: -0.875rem;
bottom: -0.875rem;
left: -0.875rem;
}
#printformat .sm\:inset-1\/2 {
top: 50%;
right: 50%;
bottom: 50%;
left: 50%;
}
#printformat .sm\:inset-1\/3 {
top: 33.333333%;
right: 33.333333%;
bottom: 33.333333%;
left: 33.333333%;
}
#printformat .sm\:inset-2\/3 {
top: 66.666667%;
right: 66.666667%;
bottom: 66.666667%;
left: 66.666667%;
}
#printformat .sm\:inset-1\/4 {
top: 25%;
right: 25%;
bottom: 25%;
left: 25%;
}
#printformat .sm\:inset-2\/4 {
top: 50%;
right: 50%;
bottom: 50%;
left: 50%;
}
#printformat .sm\:inset-3\/4 {
top: 75%;
right: 75%;
bottom: 75%;
left: 75%;
}
#printformat .sm\:inset-full {
top: 100%;
right: 100%;
bottom: 100%;
left: 100%;
}
#printformat .sm\:-inset-1\/2 {
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
}
#printformat .sm\:-inset-1\/3 {
top: -33.333333%;
right: -33.333333%;
bottom: -33.333333%;
left: -33.333333%;
}
#printformat .sm\:-inset-2\/3 {
top: -66.666667%;
right: -66.666667%;
bottom: -66.666667%;
left: -66.666667%;
}
#printformat .sm\:-inset-1\/4 {
top: -25%;
right: -25%;
bottom: -25%;
left: -25%;
}
#printformat .sm\:-inset-2\/4 {
top: -50%;
right: -50%;
bottom: -50%;
left: -50%;
}
#printformat .sm\:-inset-3\/4 {
top: -75%;
right: -75%;
bottom: -75%;
left: -75%;
}
#printformat .sm\:-inset-full {
top: -100%;
right: -100%;
bottom: -100%;
left: -100%;
}
#printformat .sm\:inset-x-0 {
left: 0px;
right: 0px;
}
#printformat .sm\:inset-x-1 {
left: 0.25rem;
right: 0.25rem;
}
#printformat .sm\:inset-x-2 {
left: 0.5rem;
right: 0.5rem;
}
#printformat .sm\:inset-x-3 {
left: 0.75rem;
right: 0.75rem;
}
#printformat .sm\:inset-x-4 {
left: 1rem;
right: 1rem;
}
#printformat .sm\:inset-x-5 {
left: 1.25rem;
right: 1.25rem;
}
#printformat .sm\:inset-x-6 {
left: 1.5rem;
right: 1.5rem;
}
#printformat .sm\:inset-x-7 {
left: 1.75rem;
right: 1.75rem;
}
#printformat .sm\:inset-x-8 {
left: 2rem;
right: 2rem;
}
#printformat .sm\:inset-x-9 {
left: 2.25rem;
right: 2.25rem;
}
#printformat .sm\:inset-x-10 {
left: 2.5rem;
right: 2.5rem;
}
#printformat .sm\:inset-x-11 {
left: 2.75rem;
right: 2.75rem;
}
#printformat .sm\:inset-x-12 {
left: 3rem;
right: 3rem;
}
#printformat .sm\:inset-x-14 {
left: 3.5rem;
right: 3.5rem;
}
#printformat .sm\:inset-x-16 {
left: 4rem;
right: 4rem;
}
#printformat .sm\:inset-x-20 {
left: 5rem;
right: 5rem;
}
#printformat .sm\:inset-x-24 {
left: 6rem;
right: 6rem;
}
#printformat .sm\:inset-x-28 {
left: 7rem;
right: 7rem;
}
#printformat .sm\:inset-x-32 {
left: 8rem;
right: 8rem;
}
#printformat .sm\:inset-x-36 {
left: 9rem;
right: 9rem;
}
#printformat .sm\:inset-x-40 {
left: 10rem;
right: 10rem;
}
#printformat .sm\:inset-x-44 {
left: 11rem;
right: 11rem;
}
#printformat .sm\:inset-x-48 {
left: 12rem;
right: 12rem;
}
#printformat .sm\:inset-x-52 {
left: 13rem;
right: 13rem;
}
#printformat .sm\:inset-x-56 {
left: 14rem;
right: 14rem;
}
#printformat .sm\:inset-x-60 {
left: 15rem;
right: 15rem;
}
#printformat .sm\:inset-x-64 {
left: 16rem;
right: 16rem;
}
#printformat .sm\:inset-x-72 {
left: 18rem;
right: 18rem;
}
#printformat .sm\:inset-x-80 {
left: 20rem;
right: 20rem;
}
#printformat .sm\:inset-x-96 {
left: 24rem;
right: 24rem;
}
#printformat .sm\:inset-x-auto {
left: auto;
right: auto;
}
#printformat .sm\:inset-x-px {
left: 1px;
right: 1px;
}
#printformat .sm\:inset-x-0\.5 {
left: 0.125rem;
right: 0.125rem;
}
#printformat .sm\:inset-x-1\.5 {
left: 0.375rem;
right: 0.375rem;
}
#printformat .sm\:inset-x-2\.5 {
left: 0.625rem;
right: 0.625rem;
}
#printformat .sm\:inset-x-3\.5 {
left: 0.875rem;
right: 0.875rem;
}
#printformat .sm\:-inset-x-0 {
left: 0px;
right: 0px;
}
#printformat .sm\:-inset-x-1 {
left: -0.25rem;
right: -0.25rem;
}
#printformat .sm\:-inset-x-2 {
left: -0.5rem;
right: -0.5rem;
}
#printformat .sm\:-inset-x-3 {
left: -0.75rem;
right: -0.75rem;
}
#printformat .sm\:-inset-x-4 {
left: -1rem;
right: -1rem;
}
#printformat .sm\:-inset-x-5 {
left: -1.25rem;
right: -1.25rem;
}
#printformat .sm\:-inset-x-6 {
left: -1.5rem;
right: -1.5rem;
}
#printformat .sm\:-inset-x-7 {
left: -1.75rem;
right: -1.75rem;
}
#printformat .sm\:-inset-x-8 {
left: -2rem;
right: -2rem;
}
#printformat .sm\:-inset-x-9 {
left: -2.25rem;
right: -2.25rem;
}
#printformat .sm\:-inset-x-10 {
left: -2.5rem;
right: -2.5rem;
}
#printformat .sm\:-inset-x-11 {
left: -2.75rem;
right: -2.75rem;
}
#printformat .sm\:-inset-x-12 {
left: -3rem;
right: -3rem;
}
#printformat .sm\:-inset-x-14 {
left: -3.5rem;
right: -3.5rem;
}
#printformat .sm\:-inset-x-16 {
left: -4rem;
right: -4rem;
}
#printformat .sm\:-inset-x-20 {
left: -5rem;
right: -5rem;
}
#printformat .sm\:-inset-x-24 {
left: -6rem;
right: -6rem;
}
#printformat .sm\:-inset-x-28 {
left: -7rem;
right: -7rem;
}
#printformat .sm\:-inset-x-32 {
left: -8rem;
right: -8rem;
}
#printformat .sm\:-inset-x-36 {
left: -9rem;
right: -9rem;
}
#printformat .sm\:-inset-x-40 {
left: -10rem;
right: -10rem;
}
#printformat .sm\:-inset-x-44 {
left: -11rem;
right: -11rem;
}
#printformat .sm\:-inset-x-48 {
left: -12rem;
right: -12rem;
}
#printformat .sm\:-inset-x-52 {
left: -13rem;
right: -13rem;
}
#printformat .sm\:-inset-x-56 {
left: -14rem;
right: -14rem;
}
#printformat .sm\:-inset-x-60 {
left: -15rem;
right: -15rem;
}
#printformat .sm\:-inset-x-64 {
left: -16rem;
right: -16rem;
}
#printformat .sm\:-inset-x-72 {
left: -18rem;
right: -18rem;
}
#printformat .sm\:-inset-x-80 {
left: -20rem;
right: -20rem;
}
#printformat .sm\:-inset-x-96 {
left: -24rem;
right: -24rem;
}
#printformat .sm\:-inset-x-px {
left: -1px;
right: -1px;
}
#printformat .sm\:-inset-x-0\.5 {
left: -0.125rem;
right: -0.125rem;
}
#printformat .sm\:-inset-x-1\.5 {
left: -0.375rem;
right: -0.375rem;
}
#printformat .sm\:-inset-x-2\.5 {
left: -0.625rem;
right: -0.625rem;
}
#printformat .sm\:-inset-x-3\.5 {
left: -0.875rem;
right: -0.875rem;
}
#printformat .sm\:inset-x-1\/2 {
left: 50%;
right: 50%;
}
#printformat .sm\:inset-x-1\/3 {
left: 33.333333%;
right: 33.333333%;
}
#printformat .sm\:inset-x-2\/3 {
left: 66.666667%;
right: 66.666667%;
}
#printformat .sm\:inset-x-1\/4 {
left: 25%;
right: 25%;
}
#printformat .sm\:inset-x-2\/4 {
left: 50%;
right: 50%;
}
#printformat .sm\:inset-x-3\/4 {
left: 75%;
right: 75%;
}
#printformat .sm\:inset-x-full {
left: 100%;
right: 100%;
}
#printformat .sm\:-inset-x-1\/2 {
left: -50%;
right: -50%;
}
#printformat .sm\:-inset-x-1\/3 {
left: -33.333333%;
right: -33.333333%;
}
#printformat .sm\:-inset-x-2\/3 {
left: -66.666667%;
right: -66.666667%;
}
#printformat .sm\:-inset-x-1\/4 {
left: -25%;
right: -25%;
}
#printformat .sm\:-inset-x-2\/4 {
left: -50%;
right: -50%;
}
#printformat .sm\:-inset-x-3\/4 {
left: -75%;
right: -75%;
}
#printformat .sm\:-inset-x-full {
left: -100%;
right: -100%;
}
#printformat .sm\:inset-y-0 {
top: 0px;
bottom: 0px;
}
#printformat .sm\:inset-y-1 {
top: 0.25rem;
bottom: 0.25rem;
}
#printformat .sm\:inset-y-2 {
top: 0.5rem;
bottom: 0.5rem;
}
#printformat .sm\:inset-y-3 {
top: 0.75rem;
bottom: 0.75rem;
}
#printformat .sm\:inset-y-4 {
top: 1rem;
bottom: 1rem;
}
#printformat .sm\:inset-y-5 {
top: 1.25rem;
bottom: 1.25rem;
}
#printformat .sm\:inset-y-6 {
top: 1.5rem;
bottom: 1.5rem;
}
#printformat .sm\:inset-y-7 {
top: 1.75rem;
bottom: 1.75rem;
}
#printformat .sm\:inset-y-8 {
top: 2rem;
bottom: 2rem;
}
#printformat .sm\:inset-y-9 {
top: 2.25rem;
bottom: 2.25rem;
}
#printformat .sm\:inset-y-10 {
top: 2.5rem;
bottom: 2.5rem;
}
#printformat .sm\:inset-y-11 {
top: 2.75rem;
bottom: 2.75rem;
}
#printformat .sm\:inset-y-12 {
top: 3rem;
bottom: 3rem;
}
#printformat .sm\:inset-y-14 {
top: 3.5rem;
bottom: 3.5rem;
}
#printformat .sm\:inset-y-16 {
top: 4rem;
bottom: 4rem;
}
#printformat .sm\:inset-y-20 {
top: 5rem;
bottom: 5rem;
}
#printformat .sm\:inset-y-24 {
top: 6rem;
bottom: 6rem;
}
#printformat .sm\:inset-y-28 {
top: 7rem;
bottom: 7rem;
}
#printformat .sm\:inset-y-32 {
top: 8rem;
bottom: 8rem;
}
#printformat .sm\:inset-y-36 {
top: 9rem;
bottom: 9rem;
}
#printformat .sm\:inset-y-40 {
top: 10rem;
bottom: 10rem;
}
#printformat .sm\:inset-y-44 {
top: 11rem;
bottom: 11rem;
}
#printformat .sm\:inset-y-48 {
top: 12rem;
bottom: 12rem;
}
#printformat .sm\:inset-y-52 {
top: 13rem;
bottom: 13rem;
}
#printformat .sm\:inset-y-56 {
top: 14rem;
bottom: 14rem;
}
#printformat .sm\:inset-y-60 {
top: 15rem;
bottom: 15rem;
}
#printformat .sm\:inset-y-64 {
top: 16rem;
bottom: 16rem;
}
#printformat .sm\:inset-y-72 {
top: 18rem;
bottom: 18rem;
}
#printformat .sm\:inset-y-80 {
top: 20rem;
bottom: 20rem;
}
#printformat .sm\:inset-y-96 {
top: 24rem;
bottom: 24rem;
}
#printformat .sm\:inset-y-auto {
top: auto;
bottom: auto;
}
#printformat .sm\:inset-y-px {
top: 1px;
bottom: 1px;
}
#printformat .sm\:inset-y-0\.5 {
top: 0.125rem;
bottom: 0.125rem;
}
#printformat .sm\:inset-y-1\.5 {
top: 0.375rem;
bottom: 0.375rem;
}
#printformat .sm\:inset-y-2\.5 {
top: 0.625rem;
bottom: 0.625rem;
}
#printformat .sm\:inset-y-3\.5 {
top: 0.875rem;
bottom: 0.875rem;
}
#printformat .sm\:-inset-y-0 {
top: 0px;
bottom: 0px;
}
#printformat .sm\:-inset-y-1 {
top: -0.25rem;
bottom: -0.25rem;
}
#printformat .sm\:-inset-y-2 {
top: -0.5rem;
bottom: -0.5rem;
}
#printformat .sm\:-inset-y-3 {
top: -0.75rem;
bottom: -0.75rem;
}
#printformat .sm\:-inset-y-4 {
top: -1rem;
bottom: -1rem;
}
#printformat .sm\:-inset-y-5 {
top: -1.25rem;
bottom: -1.25rem;
}
#printformat .sm\:-inset-y-6 {
top: -1.5rem;
bottom: -1.5rem;
}
#printformat .sm\:-inset-y-7 {
top: -1.75rem;
bottom: -1.75rem;
}
#printformat .sm\:-inset-y-8 {
top: -2rem;
bottom: -2rem;
}
#printformat .sm\:-inset-y-9 {
top: -2.25rem;
bottom: -2.25rem;
}
#printformat .sm\:-inset-y-10 {
top: -2.5rem;
bottom: -2.5rem;
}
#printformat .sm\:-inset-y-11 {
top: -2.75rem;
bottom: -2.75rem;
}
#printformat .sm\:-inset-y-12 {
top: -3rem;
bottom: -3rem;
}
#printformat .sm\:-inset-y-14 {
top: -3.5rem;
bottom: -3.5rem;
}
#printformat .sm\:-inset-y-16 {
top: -4rem;
bottom: -4rem;
}
#printformat .sm\:-inset-y-20 {
top: -5rem;
bottom: -5rem;
}
#printformat .sm\:-inset-y-24 {
top: -6rem;
bottom: -6rem;
}
#printformat .sm\:-inset-y-28 {
top: -7rem;
bottom: -7rem;
}
#printformat .sm\:-inset-y-32 {
top: -8rem;
bottom: -8rem;
}
#printformat .sm\:-inset-y-36 {
top: -9rem;
bottom: -9rem;
}
#printformat .sm\:-inset-y-40 {
top: -10rem;
bottom: -10rem;
}
#printformat .sm\:-inset-y-44 {
top: -11rem;
bottom: -11rem;
}
#printformat .sm\:-inset-y-48 {
top: -12rem;
bottom: -12rem;
}
#printformat .sm\:-inset-y-52 {
top: -13rem;
bottom: -13rem;
}
#printformat .sm\:-inset-y-56 {
top: -14rem;
bottom: -14rem;
}
#printformat .sm\:-inset-y-60 {
top: -15rem;
bottom: -15rem;
}
#printformat .sm\:-inset-y-64 {
top: -16rem;
bottom: -16rem;
}
#printformat .sm\:-inset-y-72 {
top: -18rem;
bottom: -18rem;
}
#printformat .sm\:-inset-y-80 {
top: -20rem;
bottom: -20rem;
}
#printformat .sm\:-inset-y-96 {
top: -24rem;
bottom: -24rem;
}
#printformat .sm\:-inset-y-px {
top: -1px;
bottom: -1px;
}
#printformat .sm\:-inset-y-0\.5 {
top: -0.125rem;
bottom: -0.125rem;
}
#printformat .sm\:-inset-y-1\.5 {
top: -0.375rem;
bottom: -0.375rem;
}
#printformat .sm\:-inset-y-2\.5 {
top: -0.625rem;
bottom: -0.625rem;
}
#printformat .sm\:-inset-y-3\.5 {
top: -0.875rem;
bottom: -0.875rem;
}
#printformat .sm\:inset-y-1\/2 {
top: 50%;
bottom: 50%;
}
#printformat .sm\:inset-y-1\/3 {
top: 33.333333%;
bottom: 33.333333%;
}
#printformat .sm\:inset-y-2\/3 {
top: 66.666667%;
bottom: 66.666667%;
}
#printformat .sm\:inset-y-1\/4 {
top: 25%;
bottom: 25%;
}
#printformat .sm\:inset-y-2\/4 {
top: 50%;
bottom: 50%;
}
#printformat .sm\:inset-y-3\/4 {
top: 75%;
bottom: 75%;
}
#printformat .sm\:inset-y-full {
top: 100%;
bottom: 100%;
}
#printformat .sm\:-inset-y-1\/2 {
top: -50%;
bottom: -50%;
}
#printformat .sm\:-inset-y-1\/3 {
top: -33.333333%;
bottom: -33.333333%;
}
#printformat .sm\:-inset-y-2\/3 {
top: -66.666667%;
bottom: -66.666667%;
}
#printformat .sm\:-inset-y-1\/4 {
top: -25%;
bottom: -25%;
}
#printformat .sm\:-inset-y-2\/4 {
top: -50%;
bottom: -50%;
}
#printformat .sm\:-inset-y-3\/4 {
top: -75%;
bottom: -75%;
}
#printformat .sm\:-inset-y-full {
top: -100%;
bottom: -100%;
}
#printformat .sm\:top-0 {
top: 0px;
}
#printformat .sm\:top-1 {
top: 0.25rem;
}
#printformat .sm\:top-2 {
top: 0.5rem;
}
#printformat .sm\:top-3 {
top: 0.75rem;
}
#printformat .sm\:top-4 {
top: 1rem;
}
#printformat .sm\:top-5 {
top: 1.25rem;
}
#printformat .sm\:top-6 {
top: 1.5rem;
}
#printformat .sm\:top-7 {
top: 1.75rem;
}
#printformat .sm\:top-8 {
top: 2rem;
}
#printformat .sm\:top-9 {
top: 2.25rem;
}
#printformat .sm\:top-10 {
top: 2.5rem;
}
#printformat .sm\:top-11 {
top: 2.75rem;
}
#printformat .sm\:top-12 {
top: 3rem;
}
#printformat .sm\:top-14 {
top: 3.5rem;
}
#printformat .sm\:top-16 {
top: 4rem;
}
#printformat .sm\:top-20 {
top: 5rem;
}
#printformat .sm\:top-24 {
top: 6rem;
}
#printformat .sm\:top-28 {
top: 7rem;
}
#printformat .sm\:top-32 {
top: 8rem;
}
#printformat .sm\:top-36 {
top: 9rem;
}
#printformat .sm\:top-40 {
top: 10rem;
}
#printformat .sm\:top-44 {
top: 11rem;
}
#printformat .sm\:top-48 {
top: 12rem;
}
#printformat .sm\:top-52 {
top: 13rem;
}
#printformat .sm\:top-56 {
top: 14rem;
}
#printformat .sm\:top-60 {
top: 15rem;
}
#printformat .sm\:top-64 {
top: 16rem;
}
#printformat .sm\:top-72 {
top: 18rem;
}
#printformat .sm\:top-80 {
top: 20rem;
}
#printformat .sm\:top-96 {
top: 24rem;
}
#printformat .sm\:top-auto {
top: auto;
}
#printformat .sm\:top-px {
top: 1px;
}
#printformat .sm\:top-0\.5 {
top: 0.125rem;
}
#printformat .sm\:top-1\.5 {
top: 0.375rem;
}
#printformat .sm\:top-2\.5 {
top: 0.625rem;
}
#printformat .sm\:top-3\.5 {
top: 0.875rem;
}
#printformat .sm\:-top-0 {
top: 0px;
}
#printformat .sm\:-top-1 {
top: -0.25rem;
}
#printformat .sm\:-top-2 {
top: -0.5rem;
}
#printformat .sm\:-top-3 {
top: -0.75rem;
}
#printformat .sm\:-top-4 {
top: -1rem;
}
#printformat .sm\:-top-5 {
top: -1.25rem;
}
#printformat .sm\:-top-6 {
top: -1.5rem;
}
#printformat .sm\:-top-7 {
top: -1.75rem;
}
#printformat .sm\:-top-8 {
top: -2rem;
}
#printformat .sm\:-top-9 {
top: -2.25rem;
}
#printformat .sm\:-top-10 {
top: -2.5rem;
}
#printformat .sm\:-top-11 {
top: -2.75rem;
}
#printformat .sm\:-top-12 {
top: -3rem;
}
#printformat .sm\:-top-14 {
top: -3.5rem;
}
#printformat .sm\:-top-16 {
top: -4rem;
}
#printformat .sm\:-top-20 {
top: -5rem;
}
#printformat .sm\:-top-24 {
top: -6rem;
}
#printformat .sm\:-top-28 {
top: -7rem;
}
#printformat .sm\:-top-32 {
top: -8rem;
}
#printformat .sm\:-top-36 {
top: -9rem;
}
#printformat .sm\:-top-40 {
top: -10rem;
}
#printformat .sm\:-top-44 {
top: -11rem;
}
#printformat .sm\:-top-48 {
top: -12rem;
}
#printformat .sm\:-top-52 {
top: -13rem;
}
#printformat .sm\:-top-56 {
top: -14rem;
}
#printformat .sm\:-top-60 {
top: -15rem;
}
#printformat .sm\:-top-64 {
top: -16rem;
}
#printformat .sm\:-top-72 {
top: -18rem;
}
#printformat .sm\:-top-80 {
top: -20rem;
}
#printformat .sm\:-top-96 {
top: -24rem;
}
#printformat .sm\:-top-px {
top: -1px;
}
#printformat .sm\:-top-0\.5 {
top: -0.125rem;
}
#printformat .sm\:-top-1\.5 {
top: -0.375rem;
}
#printformat .sm\:-top-2\.5 {
top: -0.625rem;
}
#printformat .sm\:-top-3\.5 {
top: -0.875rem;
}
#printformat .sm\:top-1\/2 {
top: 50%;
}
#printformat .sm\:top-1\/3 {
top: 33.333333%;
}
#printformat .sm\:top-2\/3 {
top: 66.666667%;
}
#printformat .sm\:top-1\/4 {
top: 25%;
}
#printformat .sm\:top-2\/4 {
top: 50%;
}
#printformat .sm\:top-3\/4 {
top: 75%;
}
#printformat .sm\:top-full {
top: 100%;
}
#printformat .sm\:-top-1\/2 {
top: -50%;
}
#printformat .sm\:-top-1\/3 {
top: -33.333333%;
}
#printformat .sm\:-top-2\/3 {
top: -66.666667%;
}
#printformat .sm\:-top-1\/4 {
top: -25%;
}
#printformat .sm\:-top-2\/4 {
top: -50%;
}
#printformat .sm\:-top-3\/4 {
top: -75%;
}
#printformat .sm\:-top-full {
top: -100%;
}
#printformat .sm\:right-0 {
right: 0px;
}
#printformat .sm\:right-1 {
right: 0.25rem;
}
#printformat .sm\:right-2 {
right: 0.5rem;
}
#printformat .sm\:right-3 {
right: 0.75rem;
}
#printformat .sm\:right-4 {
right: 1rem;
}
#printformat .sm\:right-5 {
right: 1.25rem;
}
#printformat .sm\:right-6 {
right: 1.5rem;
}
#printformat .sm\:right-7 {
right: 1.75rem;
}
#printformat .sm\:right-8 {
right: 2rem;
}
#printformat .sm\:right-9 {
right: 2.25rem;
}
#printformat .sm\:right-10 {
right: 2.5rem;
}
#printformat .sm\:right-11 {
right: 2.75rem;
}
#printformat .sm\:right-12 {
right: 3rem;
}
#printformat .sm\:right-14 {
right: 3.5rem;
}
#printformat .sm\:right-16 {
right: 4rem;
}
#printformat .sm\:right-20 {
right: 5rem;
}
#printformat .sm\:right-24 {
right: 6rem;
}
#printformat .sm\:right-28 {
right: 7rem;
}
#printformat .sm\:right-32 {
right: 8rem;
}
#printformat .sm\:right-36 {
right: 9rem;
}
#printformat .sm\:right-40 {
right: 10rem;
}
#printformat .sm\:right-44 {
right: 11rem;
}
#printformat .sm\:right-48 {
right: 12rem;
}
#printformat .sm\:right-52 {
right: 13rem;
}
#printformat .sm\:right-56 {
right: 14rem;
}
#printformat .sm\:right-60 {
right: 15rem;
}
#printformat .sm\:right-64 {
right: 16rem;
}
#printformat .sm\:right-72 {
right: 18rem;
}
#printformat .sm\:right-80 {
right: 20rem;
}
#printformat .sm\:right-96 {
right: 24rem;
}
#printformat .sm\:right-auto {
right: auto;
}
#printformat .sm\:right-px {
right: 1px;
}
#printformat .sm\:right-0\.5 {
right: 0.125rem;
}
#printformat .sm\:right-1\.5 {
right: 0.375rem;
}
#printformat .sm\:right-2\.5 {
right: 0.625rem;
}
#printformat .sm\:right-3\.5 {
right: 0.875rem;
}
#printformat .sm\:-right-0 {
right: 0px;
}
#printformat .sm\:-right-1 {
right: -0.25rem;
}
#printformat .sm\:-right-2 {
right: -0.5rem;
}
#printformat .sm\:-right-3 {
right: -0.75rem;
}
#printformat .sm\:-right-4 {
right: -1rem;
}
#printformat .sm\:-right-5 {
right: -1.25rem;
}
#printformat .sm\:-right-6 {
right: -1.5rem;
}
#printformat .sm\:-right-7 {
right: -1.75rem;
}
#printformat .sm\:-right-8 {
right: -2rem;
}
#printformat .sm\:-right-9 {
right: -2.25rem;
}
#printformat .sm\:-right-10 {
right: -2.5rem;
}
#printformat .sm\:-right-11 {
right: -2.75rem;
}
#printformat .sm\:-right-12 {
right: -3rem;
}
#printformat .sm\:-right-14 {
right: -3.5rem;
}
#printformat .sm\:-right-16 {
right: -4rem;
}
#printformat .sm\:-right-20 {
right: -5rem;
}
#printformat .sm\:-right-24 {
right: -6rem;
}
#printformat .sm\:-right-28 {
right: -7rem;
}
#printformat .sm\:-right-32 {
right: -8rem;
}
#printformat .sm\:-right-36 {
right: -9rem;
}
#printformat .sm\:-right-40 {
right: -10rem;
}
#printformat .sm\:-right-44 {
right: -11rem;
}
#printformat .sm\:-right-48 {
right: -12rem;
}
#printformat .sm\:-right-52 {
right: -13rem;
}
#printformat .sm\:-right-56 {
right: -14rem;
}
#printformat .sm\:-right-60 {
right: -15rem;
}
#printformat .sm\:-right-64 {
right: -16rem;
}
#printformat .sm\:-right-72 {
right: -18rem;
}
#printformat .sm\:-right-80 {
right: -20rem;
}
#printformat .sm\:-right-96 {
right: -24rem;
}
#printformat .sm\:-right-px {
right: -1px;
}
#printformat .sm\:-right-0\.5 {
right: -0.125rem;
}
#printformat .sm\:-right-1\.5 {
right: -0.375rem;
}
#printformat .sm\:-right-2\.5 {
right: -0.625rem;
}
#printformat .sm\:-right-3\.5 {
right: -0.875rem;
}
#printformat .sm\:right-1\/2 {
right: 50%;
}
#printformat .sm\:right-1\/3 {
right: 33.333333%;
}
#printformat .sm\:right-2\/3 {
right: 66.666667%;
}
#printformat .sm\:right-1\/4 {
right: 25%;
}
#printformat .sm\:right-2\/4 {
right: 50%;
}
#printformat .sm\:right-3\/4 {
right: 75%;
}
#printformat .sm\:right-full {
right: 100%;
}
#printformat .sm\:-right-1\/2 {
right: -50%;
}
#printformat .sm\:-right-1\/3 {
right: -33.333333%;
}
#printformat .sm\:-right-2\/3 {
right: -66.666667%;
}
#printformat .sm\:-right-1\/4 {
right: -25%;
}
#printformat .sm\:-right-2\/4 {
right: -50%;
}
#printformat .sm\:-right-3\/4 {
right: -75%;
}
#printformat .sm\:-right-full {
right: -100%;
}
#printformat .sm\:bottom-0 {
bottom: 0px;
}
#printformat .sm\:bottom-1 {
bottom: 0.25rem;
}
#printformat .sm\:bottom-2 {
bottom: 0.5rem;
}
#printformat .sm\:bottom-3 {
bottom: 0.75rem;
}
#printformat .sm\:bottom-4 {
bottom: 1rem;
}
#printformat .sm\:bottom-5 {
bottom: 1.25rem;
}
#printformat .sm\:bottom-6 {
bottom: 1.5rem;
}
#printformat .sm\:bottom-7 {
bottom: 1.75rem;
}
#printformat .sm\:bottom-8 {
bottom: 2rem;
}
#printformat .sm\:bottom-9 {
bottom: 2.25rem;
}
#printformat .sm\:bottom-10 {
bottom: 2.5rem;
}
#printformat .sm\:bottom-11 {
bottom: 2.75rem;
}
#printformat .sm\:bottom-12 {
bottom: 3rem;
}
#printformat .sm\:bottom-14 {
bottom: 3.5rem;
}
#printformat .sm\:bottom-16 {
bottom: 4rem;
}
#printformat .sm\:bottom-20 {
bottom: 5rem;
}
#printformat .sm\:bottom-24 {
bottom: 6rem;
}
#printformat .sm\:bottom-28 {
bottom: 7rem;
}
#printformat .sm\:bottom-32 {
bottom: 8rem;
}
#printformat .sm\:bottom-36 {
bottom: 9rem;
}
#printformat .sm\:bottom-40 {
bottom: 10rem;
}
#printformat .sm\:bottom-44 {
bottom: 11rem;
}
#printformat .sm\:bottom-48 {
bottom: 12rem;
}
#printformat .sm\:bottom-52 {
bottom: 13rem;
}
#printformat .sm\:bottom-56 {
bottom: 14rem;
}
#printformat .sm\:bottom-60 {
bottom: 15rem;
}
#printformat .sm\:bottom-64 {
bottom: 16rem;
}
#printformat .sm\:bottom-72 {
bottom: 18rem;
}
#printformat .sm\:bottom-80 {
bottom: 20rem;
}
#printformat .sm\:bottom-96 {
bottom: 24rem;
}
#printformat .sm\:bottom-auto {
bottom: auto;
}
#printformat .sm\:bottom-px {
bottom: 1px;
}
#printformat .sm\:bottom-0\.5 {
bottom: 0.125rem;
}
#printformat .sm\:bottom-1\.5 {
bottom: 0.375rem;
}
#printformat .sm\:bottom-2\.5 {
bottom: 0.625rem;
}
#printformat .sm\:bottom-3\.5 {
bottom: 0.875rem;
}
#printformat .sm\:-bottom-0 {
bottom: 0px;
}
#printformat .sm\:-bottom-1 {
bottom: -0.25rem;
}
#printformat .sm\:-bottom-2 {
bottom: -0.5rem;
}
#printformat .sm\:-bottom-3 {
bottom: -0.75rem;
}
#printformat .sm\:-bottom-4 {
bottom: -1rem;
}
#printformat .sm\:-bottom-5 {
bottom: -1.25rem;
}
#printformat .sm\:-bottom-6 {
bottom: -1.5rem;
}
#printformat .sm\:-bottom-7 {
bottom: -1.75rem;
}
#printformat .sm\:-bottom-8 {
bottom: -2rem;
}
#printformat .sm\:-bottom-9 {
bottom: -2.25rem;
}
#printformat .sm\:-bottom-10 {
bottom: -2.5rem;
}
#printformat .sm\:-bottom-11 {
bottom: -2.75rem;
}
#printformat .sm\:-bottom-12 {
bottom: -3rem;
}
#printformat .sm\:-bottom-14 {
bottom: -3.5rem;
}
#printformat .sm\:-bottom-16 {
bottom: -4rem;
}
#printformat .sm\:-bottom-20 {
bottom: -5rem;
}
#printformat .sm\:-bottom-24 {
bottom: -6rem;
}
#printformat .sm\:-bottom-28 {
bottom: -7rem;
}
#printformat .sm\:-bottom-32 {
bottom: -8rem;
}
#printformat .sm\:-bottom-36 {
bottom: -9rem;
}
#printformat .sm\:-bottom-40 {
bottom: -10rem;
}
#printformat .sm\:-bottom-44 {
bottom: -11rem;
}
#printformat .sm\:-bottom-48 {
bottom: -12rem;
}
#printformat .sm\:-bottom-52 {
bottom: -13rem;
}
#printformat .sm\:-bottom-56 {
bottom: -14rem;
}
#printformat .sm\:-bottom-60 {
bottom: -15rem;
}
#printformat .sm\:-bottom-64 {
bottom: -16rem;
}
#printformat .sm\:-bottom-72 {
bottom: -18rem;
}
#printformat .sm\:-bottom-80 {
bottom: -20rem;
}
#printformat .sm\:-bottom-96 {
bottom: -24rem;
}
#printformat .sm\:-bottom-px {
bottom: -1px;
}
#printformat .sm\:-bottom-0\.5 {
bottom: -0.125rem;
}
#printformat .sm\:-bottom-1\.5 {
bottom: -0.375rem;
}
#printformat .sm\:-bottom-2\.5 {
bottom: -0.625rem;
}
#printformat .sm\:-bottom-3\.5 {
bottom: -0.875rem;
}
#printformat .sm\:bottom-1\/2 {
bottom: 50%;
}
#printformat .sm\:bottom-1\/3 {
bottom: 33.333333%;
}
#printformat .sm\:bottom-2\/3 {
bottom: 66.666667%;
}
#printformat .sm\:bottom-1\/4 {
bottom: 25%;
}
#printformat .sm\:bottom-2\/4 {
bottom: 50%;
}
#printformat .sm\:bottom-3\/4 {
bottom: 75%;
}
#printformat .sm\:bottom-full {
bottom: 100%;
}
#printformat .sm\:-bottom-1\/2 {
bottom: -50%;
}
#printformat .sm\:-bottom-1\/3 {
bottom: -33.333333%;
}
#printformat .sm\:-bottom-2\/3 {
bottom: -66.666667%;
}
#printformat .sm\:-bottom-1\/4 {
bottom: -25%;
}
#printformat .sm\:-bottom-2\/4 {
bottom: -50%;
}
#printformat .sm\:-bottom-3\/4 {
bottom: -75%;
}
#printformat .sm\:-bottom-full {
bottom: -100%;
}
#printformat .sm\:left-0 {
left: 0px;
}
#printformat .sm\:left-1 {
left: 0.25rem;
}
#printformat .sm\:left-2 {
left: 0.5rem;
}
#printformat .sm\:left-3 {
left: 0.75rem;
}
#printformat .sm\:left-4 {
left: 1rem;
}
#printformat .sm\:left-5 {
left: 1.25rem;
}
#printformat .sm\:left-6 {
left: 1.5rem;
}
#printformat .sm\:left-7 {
left: 1.75rem;
}
#printformat .sm\:left-8 {
left: 2rem;
}
#printformat .sm\:left-9 {
left: 2.25rem;
}
#printformat .sm\:left-10 {
left: 2.5rem;
}
#printformat .sm\:left-11 {
left: 2.75rem;
}
#printformat .sm\:left-12 {
left: 3rem;
}
#printformat .sm\:left-14 {
left: 3.5rem;
}
#printformat .sm\:left-16 {
left: 4rem;
}
#printformat .sm\:left-20 {
left: 5rem;
}
#printformat .sm\:left-24 {
left: 6rem;
}
#printformat .sm\:left-28 {
left: 7rem;
}
#printformat .sm\:left-32 {
left: 8rem;
}
#printformat .sm\:left-36 {
left: 9rem;
}
#printformat .sm\:left-40 {
left: 10rem;
}
#printformat .sm\:left-44 {
left: 11rem;
}
#printformat .sm\:left-48 {
left: 12rem;
}
#printformat .sm\:left-52 {
left: 13rem;
}
#printformat .sm\:left-56 {
left: 14rem;
}
#printformat .sm\:left-60 {
left: 15rem;
}
#printformat .sm\:left-64 {
left: 16rem;
}
#printformat .sm\:left-72 {
left: 18rem;
}
#printformat .sm\:left-80 {
left: 20rem;
}
#printformat .sm\:left-96 {
left: 24rem;
}
#printformat .sm\:left-auto {
left: auto;
}
#printformat .sm\:left-px {
left: 1px;
}
#printformat .sm\:left-0\.5 {
left: 0.125rem;
}
#printformat .sm\:left-1\.5 {
left: 0.375rem;
}
#printformat .sm\:left-2\.5 {
left: 0.625rem;
}
#printformat .sm\:left-3\.5 {
left: 0.875rem;
}
#printformat .sm\:-left-0 {
left: 0px;
}
#printformat .sm\:-left-1 {
left: -0.25rem;
}
#printformat .sm\:-left-2 {
left: -0.5rem;
}
#printformat .sm\:-left-3 {
left: -0.75rem;
}
#printformat .sm\:-left-4 {
left: -1rem;
}
#printformat .sm\:-left-5 {
left: -1.25rem;
}
#printformat .sm\:-left-6 {
left: -1.5rem;
}
#printformat .sm\:-left-7 {
left: -1.75rem;
}
#printformat .sm\:-left-8 {
left: -2rem;
}
#printformat .sm\:-left-9 {
left: -2.25rem;
}
#printformat .sm\:-left-10 {
left: -2.5rem;
}
#printformat .sm\:-left-11 {
left: -2.75rem;
}
#printformat .sm\:-left-12 {
left: -3rem;
}
#printformat .sm\:-left-14 {
left: -3.5rem;
}
#printformat .sm\:-left-16 {
left: -4rem;
}
#printformat .sm\:-left-20 {
left: -5rem;
}
#printformat .sm\:-left-24 {
left: -6rem;
}
#printformat .sm\:-left-28 {
left: -7rem;
}
#printformat .sm\:-left-32 {
left: -8rem;
}
#printformat .sm\:-left-36 {
left: -9rem;
}
#printformat .sm\:-left-40 {
left: -10rem;
}
#printformat .sm\:-left-44 {
left: -11rem;
}
#printformat .sm\:-left-48 {
left: -12rem;
}
#printformat .sm\:-left-52 {
left: -13rem;
}
#printformat .sm\:-left-56 {
left: -14rem;
}
#printformat .sm\:-left-60 {
left: -15rem;
}
#printformat .sm\:-left-64 {
left: -16rem;
}
#printformat .sm\:-left-72 {
left: -18rem;
}
#printformat .sm\:-left-80 {
left: -20rem;
}
#printformat .sm\:-left-96 {
left: -24rem;
}
#printformat .sm\:-left-px {
left: -1px;
}
#printformat .sm\:-left-0\.5 {
left: -0.125rem;
}
#printformat .sm\:-left-1\.5 {
left: -0.375rem;
}
#printformat .sm\:-left-2\.5 {
left: -0.625rem;
}
#printformat .sm\:-left-3\.5 {
left: -0.875rem;
}
#printformat .sm\:left-1\/2 {
left: 50%;
}
#printformat .sm\:left-1\/3 {
left: 33.333333%;
}
#printformat .sm\:left-2\/3 {
left: 66.666667%;
}
#printformat .sm\:left-1\/4 {
left: 25%;
}
#printformat .sm\:left-2\/4 {
left: 50%;
}
#printformat .sm\:left-3\/4 {
left: 75%;
}
#printformat .sm\:left-full {
left: 100%;
}
#printformat .sm\:-left-1\/2 {
left: -50%;
}
#printformat .sm\:-left-1\/3 {
left: -33.333333%;
}
#printformat .sm\:-left-2\/3 {
left: -66.666667%;
}
#printformat .sm\:-left-1\/4 {
left: -25%;
}
#printformat .sm\:-left-2\/4 {
left: -50%;
}
#printformat .sm\:-left-3\/4 {
left: -75%;
}
#printformat .sm\:-left-full {
left: -100%;
}
#printformat .sm\:isolate {
isolation: isolate;
}
#printformat .sm\:isolation-auto {
isolation: auto;
}
#printformat .sm\:z-0 {
z-index: 0;
}
#printformat .sm\:z-10 {
z-index: 10;
}
#printformat .sm\:z-20 {
z-index: 20;
}
#printformat .sm\:z-30 {
z-index: 30;
}
#printformat .sm\:z-40 {
z-index: 40;
}
#printformat .sm\:z-50 {
z-index: 50;
}
#printformat .sm\:z-auto {
z-index: auto;
}
#printformat .sm\:focus-within\:z-0:focus-within {
z-index: 0;
}
#printformat .sm\:focus-within\:z-10:focus-within {
z-index: 10;
}
#printformat .sm\:focus-within\:z-20:focus-within {
z-index: 20;
}
#printformat .sm\:focus-within\:z-30:focus-within {
z-index: 30;
}
#printformat .sm\:focus-within\:z-40:focus-within {
z-index: 40;
}
#printformat .sm\:focus-within\:z-50:focus-within {
z-index: 50;
}
#printformat .sm\:focus-within\:z-auto:focus-within {
z-index: auto;
}
#printformat .sm\:focus\:z-0:focus {
z-index: 0;
}
#printformat .sm\:focus\:z-10:focus {
z-index: 10;
}
#printformat .sm\:focus\:z-20:focus {
z-index: 20;
}
#printformat .sm\:focus\:z-30:focus {
z-index: 30;
}
#printformat .sm\:focus\:z-40:focus {
z-index: 40;
}
#printformat .sm\:focus\:z-50:focus {
z-index: 50;
}
#printformat .sm\:focus\:z-auto:focus {
z-index: auto;
}
#printformat .sm\:order-1 {
order: 1;
}
#printformat .sm\:order-2 {
order: 2;
}
#printformat .sm\:order-3 {
order: 3;
}
#printformat .sm\:order-4 {
order: 4;
}
#printformat .sm\:order-5 {
order: 5;
}
#printformat .sm\:order-6 {
order: 6;
}
#printformat .sm\:order-7 {
order: 7;
}
#printformat .sm\:order-8 {
order: 8;
}
#printformat .sm\:order-9 {
order: 9;
}
#printformat .sm\:order-10 {
order: 10;
}
#printformat .sm\:order-11 {
order: 11;
}
#printformat .sm\:order-12 {
order: 12;
}
#printformat .sm\:order-first {
order: -9999;
}
#printformat .sm\:order-last {
order: 9999;
}
#printformat .sm\:order-none {
order: 0;
}
#printformat .sm\:col-auto {
grid-column: auto;
}
#printformat .sm\:col-span-1 {
grid-column: span 1 / span 1;
}
#printformat .sm\:col-span-2 {
grid-column: span 2 / span 2;
}
#printformat .sm\:col-span-3 {
grid-column: span 3 / span 3;
}
#printformat .sm\:col-span-4 {
grid-column: span 4 / span 4;
}
#printformat .sm\:col-span-5 {
grid-column: span 5 / span 5;
}
#printformat .sm\:col-span-6 {
grid-column: span 6 / span 6;
}
#printformat .sm\:col-span-7 {
grid-column: span 7 / span 7;
}
#printformat .sm\:col-span-8 {
grid-column: span 8 / span 8;
}
#printformat .sm\:col-span-9 {
grid-column: span 9 / span 9;
}
#printformat .sm\:col-span-10 {
grid-column: span 10 / span 10;
}
#printformat .sm\:col-span-11 {
grid-column: span 11 / span 11;
}
#printformat .sm\:col-span-12 {
grid-column: span 12 / span 12;
}
#printformat .sm\:col-span-full {
grid-column: 1 / -1;
}
#printformat .sm\:col-start-1 {
grid-column-start: 1;
}
#printformat .sm\:col-start-2 {
grid-column-start: 2;
}
#printformat .sm\:col-start-3 {
grid-column-start: 3;
}
#printformat .sm\:col-start-4 {
grid-column-start: 4;
}
#printformat .sm\:col-start-5 {
grid-column-start: 5;
}
#printformat .sm\:col-start-6 {
grid-column-start: 6;
}
#printformat .sm\:col-start-7 {
grid-column-start: 7;
}
#printformat .sm\:col-start-8 {
grid-column-start: 8;
}
#printformat .sm\:col-start-9 {
grid-column-start: 9;
}
#printformat .sm\:col-start-10 {
grid-column-start: 10;
}
#printformat .sm\:col-start-11 {
grid-column-start: 11;
}
#printformat .sm\:col-start-12 {
grid-column-start: 12;
}
#printformat .sm\:col-start-13 {
grid-column-start: 13;
}
#printformat .sm\:col-start-auto {
grid-column-start: auto;
}
#printformat .sm\:col-end-1 {
grid-column-end: 1;
}
#printformat .sm\:col-end-2 {
grid-column-end: 2;
}
#printformat .sm\:col-end-3 {
grid-column-end: 3;
}
#printformat .sm\:col-end-4 {
grid-column-end: 4;
}
#printformat .sm\:col-end-5 {
grid-column-end: 5;
}
#printformat .sm\:col-end-6 {
grid-column-end: 6;
}
#printformat .sm\:col-end-7 {
grid-column-end: 7;
}
#printformat .sm\:col-end-8 {
grid-column-end: 8;
}
#printformat .sm\:col-end-9 {
grid-column-end: 9;
}
#printformat .sm\:col-end-10 {
grid-column-end: 10;
}
#printformat .sm\:col-end-11 {
grid-column-end: 11;
}
#printformat .sm\:col-end-12 {
grid-column-end: 12;
}
#printformat .sm\:col-end-13 {
grid-column-end: 13;
}
#printformat .sm\:col-end-auto {
grid-column-end: auto;
}
#printformat .sm\:row-auto {
grid-row: auto;
}
#printformat .sm\:row-span-1 {
grid-row: span 1 / span 1;
}
#printformat .sm\:row-span-2 {
grid-row: span 2 / span 2;
}
#printformat .sm\:row-span-3 {
grid-row: span 3 / span 3;
}
#printformat .sm\:row-span-4 {
grid-row: span 4 / span 4;
}
#printformat .sm\:row-span-5 {
grid-row: span 5 / span 5;
}
#printformat .sm\:row-span-6 {
grid-row: span 6 / span 6;
}
#printformat .sm\:row-span-full {
grid-row: 1 / -1;
}
#printformat .sm\:row-start-1 {
grid-row-start: 1;
}
#printformat .sm\:row-start-2 {
grid-row-start: 2;
}
#printformat .sm\:row-start-3 {
grid-row-start: 3;
}
#printformat .sm\:row-start-4 {
grid-row-start: 4;
}
#printformat .sm\:row-start-5 {
grid-row-start: 5;
}
#printformat .sm\:row-start-6 {
grid-row-start: 6;
}
#printformat .sm\:row-start-7 {
grid-row-start: 7;
}
#printformat .sm\:row-start-auto {
grid-row-start: auto;
}
#printformat .sm\:row-end-1 {
grid-row-end: 1;
}
#printformat .sm\:row-end-2 {
grid-row-end: 2;
}
#printformat .sm\:row-end-3 {
grid-row-end: 3;
}
#printformat .sm\:row-end-4 {
grid-row-end: 4;
}
#printformat .sm\:row-end-5 {
grid-row-end: 5;
}
#printformat .sm\:row-end-6 {
grid-row-end: 6;
}
#printformat .sm\:row-end-7 {
grid-row-end: 7;
}
#printformat .sm\:row-end-auto {
grid-row-end: auto;
}
#printformat .sm\:float-right {
float: right;
}
#printformat .sm\:float-left {
float: left;
}
#printformat .sm\:float-none {
float: none;
}
#printformat .sm\:clear-left {
clear: left;
}
#printformat .sm\:clear-right {
clear: right;
}
#printformat .sm\:clear-both {
clear: both;
}
#printformat .sm\:clear-none {
clear: none;
}
#printformat .sm\:m-0 {
margin: 0px;
}
#printformat .sm\:m-1 {
margin: 0.25rem;
}
#printformat .sm\:m-2 {
margin: 0.5rem;
}
#printformat .sm\:m-3 {
margin: 0.75rem;
}
#printformat .sm\:m-4 {
margin: 1rem;
}
#printformat .sm\:m-5 {
margin: 1.25rem;
}
#printformat .sm\:m-6 {
margin: 1.5rem;
}
#printformat .sm\:m-7 {
margin: 1.75rem;
}
#printformat .sm\:m-8 {
margin: 2rem;
}
#printformat .sm\:m-9 {
margin: 2.25rem;
}
#printformat .sm\:m-10 {
margin: 2.5rem;
}
#printformat .sm\:m-11 {
margin: 2.75rem;
}
#printformat .sm\:m-12 {
margin: 3rem;
}
#printformat .sm\:m-14 {
margin: 3.5rem;
}
#printformat .sm\:m-16 {
margin: 4rem;
}
#printformat .sm\:m-20 {
margin: 5rem;
}
#printformat .sm\:m-24 {
margin: 6rem;
}
#printformat .sm\:m-28 {
margin: 7rem;
}
#printformat .sm\:m-32 {
margin: 8rem;
}
#printformat .sm\:m-36 {
margin: 9rem;
}
#printformat .sm\:m-40 {
margin: 10rem;
}
#printformat .sm\:m-44 {
margin: 11rem;
}
#printformat .sm\:m-48 {
margin: 12rem;
}
#printformat .sm\:m-52 {
margin: 13rem;
}
#printformat .sm\:m-56 {
margin: 14rem;
}
#printformat .sm\:m-60 {
margin: 15rem;
}
#printformat .sm\:m-64 {
margin: 16rem;
}
#printformat .sm\:m-72 {
margin: 18rem;
}
#printformat .sm\:m-80 {
margin: 20rem;
}
#printformat .sm\:m-96 {
margin: 24rem;
}
#printformat .sm\:m-auto {
margin: auto;
}
#printformat .sm\:m-px {
margin: 1px;
}
#printformat .sm\:m-0\.5 {
margin: 0.125rem;
}
#printformat .sm\:m-1\.5 {
margin: 0.375rem;
}
#printformat .sm\:m-2\.5 {
margin: 0.625rem;
}
#printformat .sm\:m-3\.5 {
margin: 0.875rem;
}
#printformat .sm\:-m-0 {
margin: 0px;
}
#printformat .sm\:-m-1 {
margin: -0.25rem;
}
#printformat .sm\:-m-2 {
margin: -0.5rem;
}
#printformat .sm\:-m-3 {
margin: -0.75rem;
}
#printformat .sm\:-m-4 {
margin: -1rem;
}
#printformat .sm\:-m-5 {
margin: -1.25rem;
}
#printformat .sm\:-m-6 {
margin: -1.5rem;
}
#printformat .sm\:-m-7 {
margin: -1.75rem;
}
#printformat .sm\:-m-8 {
margin: -2rem;
}
#printformat .sm\:-m-9 {
margin: -2.25rem;
}
#printformat .sm\:-m-10 {
margin: -2.5rem;
}
#printformat .sm\:-m-11 {
margin: -2.75rem;
}
#printformat .sm\:-m-12 {
margin: -3rem;
}
#printformat .sm\:-m-14 {
margin: -3.5rem;
}
#printformat .sm\:-m-16 {
margin: -4rem;
}
#printformat .sm\:-m-20 {
margin: -5rem;
}
#printformat .sm\:-m-24 {
margin: -6rem;
}
#printformat .sm\:-m-28 {
margin: -7rem;
}
#printformat .sm\:-m-32 {
margin: -8rem;
}
#printformat .sm\:-m-36 {
margin: -9rem;
}
#printformat .sm\:-m-40 {
margin: -10rem;
}
#printformat .sm\:-m-44 {
margin: -11rem;
}
#printformat .sm\:-m-48 {
margin: -12rem;
}
#printformat .sm\:-m-52 {
margin: -13rem;
}
#printformat .sm\:-m-56 {
margin: -14rem;
}
#printformat .sm\:-m-60 {
margin: -15rem;
}
#printformat .sm\:-m-64 {
margin: -16rem;
}
#printformat .sm\:-m-72 {
margin: -18rem;
}
#printformat .sm\:-m-80 {
margin: -20rem;
}
#printformat .sm\:-m-96 {
margin: -24rem;
}
#printformat .sm\:-m-px {
margin: -1px;
}
#printformat .sm\:-m-0\.5 {
margin: -0.125rem;
}
#printformat .sm\:-m-1\.5 {
margin: -0.375rem;
}
#printformat .sm\:-m-2\.5 {
margin: -0.625rem;
}
#printformat .sm\:-m-3\.5 {
margin: -0.875rem;
}
#printformat .sm\:mx-0 {
margin-left: 0px;
margin-right: 0px;
}
#printformat .sm\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
#printformat .sm\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
#printformat .sm\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
#printformat .sm\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
#printformat .sm\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
#printformat .sm\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
#printformat .sm\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
#printformat .sm\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
#printformat .sm\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
#printformat .sm\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
#printformat .sm\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
#printformat .sm\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
#printformat .sm\:mx-14 {
margin-left: 3.5rem;
margin-right: 3.5rem;
}
#printformat .sm\:mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
#printformat .sm\:mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
#printformat .sm\:mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
#printformat .sm\:mx-28 {
margin-left: 7rem;
margin-right: 7rem;
}
#printformat .sm\:mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
#printformat .sm\:mx-36 {
margin-left: 9rem;
margin-right: 9rem;
}
#printformat .sm\:mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
#printformat .sm\:mx-44 {
margin-left: 11rem;
margin-right: 11rem;
}
#printformat .sm\:mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
#printformat .sm\:mx-52 {
margin-left: 13rem;
margin-right: 13rem;
}
#printformat .sm\:mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
#printformat .sm\:mx-60 {
margin-left: 15rem;
margin-right: 15rem;
}
#printformat .sm\:mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
#printformat .sm\:mx-72 {
margin-left: 18rem;
margin-right: 18rem;
}
#printformat .sm\:mx-80 {
margin-left: 20rem;
margin-right: 20rem;
}
#printformat .sm\:mx-96 {
margin-left: 24rem;
margin-right: 24rem;
}
#printformat .sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
#printformat .sm\:mx-px {
margin-left: 1px;
margin-right: 1px;
}
#printformat .sm\:mx-0\.5 {
margin-left: 0.125rem;
margin-right: 0.125rem;
}
#printformat .sm\:mx-1\.5 {
margin-left: 0.375rem;
margin-right: 0.375rem;
}
#printformat .sm\:mx-2\.5 {
margin-left: 0.625rem;
margin-right: 0.625rem;
}
#printformat .sm\:mx-3\.5 {
margin-left: 0.875rem;
margin-right: 0.875rem;
}
#printformat .sm\:-mx-0 {
margin-left: 0px;
margin-right: 0px;
}
#printformat .sm\:-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
#printformat .sm\:-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
#printformat .sm\:-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
#printformat .sm\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
#printformat .sm\:-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
#printformat .sm\:-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
#printformat .sm\:-mx-7 {
margin-left: -1.75rem;
margin-right: -1.75rem;
}
#printformat .sm\:-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
#printformat .sm\:-mx-9 {
margin-left: -2.25rem;
margin-right: -2.25rem;
}
#printformat .sm\:-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
#printformat .sm\:-mx-11 {
margin-left: -2.75rem;
margin-right: -2.75rem;
}
#printformat .sm\:-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
#printformat .sm\:-mx-14 {
margin-left: -3.5rem;
margin-right: -3.5rem;
}
#printformat .sm\:-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
#printformat .sm\:-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
#printformat .sm\:-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
#printformat .sm\:-mx-28 {
margin-left: -7rem;
margin-right: -7rem;
}
#printformat .sm\:-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
#printformat .sm\:-mx-36 {
margin-left: -9rem;
margin-right: -9rem;
}
#printformat .sm\:-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
#printformat .sm\:-mx-44 {
margin-left: -11rem;
margin-right: -11rem;
}
#printformat .sm\:-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
#printformat .sm\:-mx-52 {
margin-left: -13rem;
margin-right: -13rem;
}
#printformat .sm\:-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
#printformat .sm\:-mx-60 {
margin-left: -15rem;
margin-right: -15rem;
}
#printformat .sm\:-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
#printformat .sm\:-mx-72 {
margin-left: -18rem;
margin-right: -18rem;
}
#printformat .sm\:-mx-80 {
margin-left: -20rem;
margin-right: -20rem;
}
#printformat .sm\:-mx-96 {
margin-left: -24rem;
margin-right: -24rem;
}
#printformat .sm\:-mx-px {
margin-left: -1px;
margin-right: -1px;
}
#printformat .sm\:-mx-0\.5 {
margin-left: -0.125rem;
margin-right: -0.125rem;
}
#printformat .sm\:-mx-1\.5 {
margin-left: -0.375rem;
margin-right: -0.375rem;
}
#printformat .sm\:-mx-2\.5 {
margin-left: -0.625rem;
margin-right: -0.625rem;
}
#printformat .sm\:-mx-3\.5 {
margin-left: -0.875rem;
margin-right: -0.875rem;
}
#printformat .sm\:my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
#printformat .sm\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
#printformat .sm\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
#printformat .sm\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
#printformat .sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
#printformat .sm\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
#printformat .sm\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
#printformat .sm\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
#printformat .sm\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
#printformat .sm\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
#printformat .sm\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
#printformat .sm\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
#printformat .sm\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
#printformat .sm\:my-14 {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
#printformat .sm\:my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
#printformat .sm\:my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
#printformat .sm\:my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
#printformat .sm\:my-28 {
margin-top: 7rem;
margin-bottom: 7rem;
}
#printformat .sm\:my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
#printformat .sm\:my-36 {
margin-top: 9rem;
margin-bottom: 9rem;
}
#printformat .sm\:my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
#printformat .sm\:my-44 {
margin-top: 11rem;
margin-bottom: 11rem;
}
#printformat .sm\:my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
#printformat .sm\:my-52 {
margin-top: 13rem;
margin-bottom: 13rem;
}
#printformat .sm\:my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
#printformat .sm\:my-60 {
margin-top: 15rem;
margin-bottom: 15rem;
}
#printformat .sm\:my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
#printformat .sm\:my-72 {
margin-top: 18rem;
margin-bottom: 18rem;
}
#printformat .sm\:my-80 {
margin-top: 20rem;
margin-bottom: 20rem;
}
#printformat .sm\:my-96 {
margin-top: 24rem;
margin-bottom: 24rem;
}
#printformat .sm\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
#printformat .sm\:my-px {
margin-top: 1px;
margin-bottom: 1px;
}
#printformat .sm\:my-0\.5 {
margin-top: 0.125rem;
margin-bottom: 0.125rem;
}
#printformat .sm\:my-1\.5 {
margin-top: 0.375rem;
margin-bottom: 0.375rem;
}
#printformat .sm\:my-2\.5 {
margin-top: 0.625rem;
margin-bottom: 0.625rem;
}
#printformat .sm\:my-3\.5 {
margin-top: 0.875rem;
margin-bottom: 0.875rem;
}
#printformat .sm\:-my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
#printformat .sm\:-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
#printformat .sm\:-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
#printformat .sm\:-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
#printformat .sm\:-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
#printformat .sm\:-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
#printformat .sm\:-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
#printformat .sm\:-my-7 {
margin-top: -1.75rem;
margin-bottom: -1.75rem;
}
#printformat .sm\:-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
#printformat .sm\:-my-9 {
margin-top: -2.25rem;
margin-bottom: -2.25rem;
}
#printformat .sm\:-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
#printformat .sm\:-my-11 {
margin-top: -2.75rem;
margin-bottom: -2.75rem;
}
#printformat .sm\:-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
#printformat .sm\:-my-14 {
margin-top: -3.5rem;
margin-bottom: -3.5rem;
}
#printformat .sm\:-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
#printformat .sm\:-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
#printformat .sm\:-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
#printformat .sm\:-my-28 {
margin-top: -7rem;
margin-bottom: -7rem;
}
#printformat .sm\:-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
#printformat .sm\:-my-36 {
margin-top: -9rem;
margin-bottom: -9rem;
}
#printformat .sm\:-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
#printformat .sm\:-my-44 {
margin-top: -11rem;
margin-bottom: -11rem;
}
#printformat .sm\:-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
#printformat .sm\:-my-52 {
margin-top: -13rem;
margin-bottom: -13rem;
}
#printformat .sm\:-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
#printformat .sm\:-my-60 {
margin-top: -15rem;
margin-bottom: -15rem;
}
#printformat .sm\:-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
#printformat .sm\:-my-72 {
margin-top: -18rem;
margin-bottom: -18rem;
}
#printformat .sm\:-my-80 {
margin-top: -20rem;
margin-bottom: -20rem;
}
#printformat .sm\:-my-96 {
margin-top: -24rem;
margin-bottom: -24rem;
}
#printformat .sm\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
#printformat .sm\:-my-0\.5 {
margin-top: -0.125rem;
margin-bottom: -0.125rem;
}
#printformat .sm\:-my-1\.5 {
margin-top: -0.375rem;
margin-bottom: -0.375rem;
}
#printformat .sm\:-my-2\.5 {
margin-top: -0.625rem;
margin-bottom: -0.625rem;
}
#printformat .sm\:-my-3\.5 {
margin-top: -0.875rem;
margin-bottom: -0.875rem;
}
#printformat .sm\:mt-0 {
margin-top: 0px;
}
#printformat .sm\:mt-1 {
margin-top: 0.25rem;
}
#printformat .sm\:mt-2 {
margin-top: 0.5rem;
}
#printformat .sm\:mt-3 {
margin-top: 0.75rem;
}
#printformat .sm\:mt-4 {
margin-top: 1rem;
}
#printformat .sm\:mt-5 {
margin-top: 1.25rem;
}
#printformat .sm\:mt-6 {
margin-top: 1.5rem;
}
#printformat .sm\:mt-7 {
margin-top: 1.75rem;
}
#printformat .sm\:mt-8 {
margin-top: 2rem;
}
#printformat .sm\:mt-9 {
margin-top: 2.25rem;
}
#printformat .sm\:mt-10 {
margin-top: 2.5rem;
}
#printformat .sm\:mt-11 {
margin-top: 2.75rem;
}
#printformat .sm\:mt-12 {
margin-top: 3rem;
}
#printformat .sm\:mt-14 {
margin-top: 3.5rem;
}
#printformat .sm\:mt-16 {
margin-top: 4rem;
}
#printformat .sm\:mt-20 {
margin-top: 5rem;
}
#printformat .sm\:mt-24 {
margin-top: 6rem;
}
#printformat .sm\:mt-28 {
margin-top: 7rem;
}
#printformat .sm\:mt-32 {
margin-top: 8rem;
}
#printformat .sm\:mt-36 {
margin-top: 9rem;
}
#printformat .sm\:mt-40 {
margin-top: 10rem;
}
#printformat .sm\:mt-44 {
margin-top: 11rem;
}
#printformat .sm\:mt-48 {
margin-top: 12rem;
}
#printformat .sm\:mt-52 {
margin-top: 13rem;
}
#printformat .sm\:mt-56 {
margin-top: 14rem;
}
#printformat .sm\:mt-60 {
margin-top: 15rem;
}
#printformat .sm\:mt-64 {
margin-top: 16rem;
}
#printformat .sm\:mt-72 {
margin-top: 18rem;
}
#printformat .sm\:mt-80 {
margin-top: 20rem;
}
#printformat .sm\:mt-96 {
margin-top: 24rem;
}
#printformat .sm\:mt-auto {
margin-top: auto;
}
#printformat .sm\:mt-px {
margin-top: 1px;
}
#printformat .sm\:mt-0\.5 {
margin-top: 0.125rem;
}
#printformat .sm\:mt-1\.5 {
margin-top: 0.375rem;
}
#printformat .sm\:mt-2\.5 {
margin-top: 0.625rem;
}
#printformat .sm\:mt-3\.5 {
margin-top: 0.875rem;
}
#printformat .sm\:-mt-0 {
margin-top: 0px;
}
#printformat .sm\:-mt-1 {
margin-top: -0.25rem;
}
#printformat .sm\:-mt-2 {
margin-top: -0.5rem;
}
#printformat .sm\:-mt-3 {
margin-top: -0.75rem;
}
#printformat .sm\:-mt-4 {
margin-top: -1rem;
}
#printformat .sm\:-mt-5 {
margin-top: -1.25rem;
}
#printformat .sm\:-mt-6 {
margin-top: -1.5rem;
}
#printformat .sm\:-mt-7 {
margin-top: -1.75rem;
}
#printformat .sm\:-mt-8 {
margin-top: -2rem;
}
#printformat .sm\:-mt-9 {
margin-top: -2.25rem;
}
#printformat .sm\:-mt-10 {
margin-top: -2.5rem;
}
#printformat .sm\:-mt-11 {
margin-top: -2.75rem;
}
#printformat .sm\:-mt-12 {
margin-top: -3rem;
}
#printformat .sm\:-mt-14 {
margin-top: -3.5rem;
}
#printformat .sm\:-mt-16 {
margin-top: -4rem;
}
#printformat .sm\:-mt-20 {
margin-top: -5rem;
}
#printformat .sm\:-mt-24 {
margin-top: -6rem;
}
#printformat .sm\:-mt-28 {
margin-top: -7rem;
}
#printformat .sm\:-mt-32 {
margin-top: -8rem;
}
#printformat .sm\:-mt-36 {
margin-top: -9rem;
}
#printformat .sm\:-mt-40 {
margin-top: -10rem;
}
#printformat .sm\:-mt-44 {
margin-top: -11rem;
}
#printformat .sm\:-mt-48 {
margin-top: -12rem;
}
#printformat .sm\:-mt-52 {
margin-top: -13rem;
}
#printformat .sm\:-mt-56 {
margin-top: -14rem;
}
#printformat .sm\:-mt-60 {
margin-top: -15rem;
}
#printformat .sm\:-mt-64 {
margin-top: -16rem;
}
#printformat .sm\:-mt-72 {
margin-top: -18rem;
}
#printformat .sm\:-mt-80 {
margin-top: -20rem;
}
#printformat .sm\:-mt-96 {
margin-top: -24rem;
}
#printformat .sm\:-mt-px {
margin-top: -1px;
}
#printformat .sm\:-mt-0\.5 {
margin-top: -0.125rem;
}
#printformat .sm\:-mt-1\.5 {
margin-top: -0.375rem;
}
#printformat .sm\:-mt-2\.5 {
margin-top: -0.625rem;
}
#printformat .sm\:-mt-3\.5 {
margin-top: -0.875rem;
}
#printformat .sm\:mr-0 {
margin-right: 0px;
}
#printformat .sm\:mr-1 {
margin-right: 0.25rem;
}
#printformat .sm\:mr-2 {
margin-right: 0.5rem;
}
#printformat .sm\:mr-3 {
margin-right: 0.75rem;
}
#printformat .sm\:mr-4 {
margin-right: 1rem;
}
#printformat .sm\:mr-5 {
margin-right: 1.25rem;
}
#printformat .sm\:mr-6 {
margin-right: 1.5rem;
}
#printformat .sm\:mr-7 {
margin-right: 1.75rem;
}
#printformat .sm\:mr-8 {
margin-right: 2rem;
}
#printformat .sm\:mr-9 {
margin-right: 2.25rem;
}
#printformat .sm\:mr-10 {
margin-right: 2.5rem;
}
#printformat .sm\:mr-11 {
margin-right: 2.75rem;
}
#printformat .sm\:mr-12 {
margin-right: 3rem;
}
#printformat .sm\:mr-14 {
margin-right: 3.5rem;
}
#printformat .sm\:mr-16 {
margin-right: 4rem;
}
#printformat .sm\:mr-20 {
margin-right: 5rem;
}
#printformat .sm\:mr-24 {
margin-right: 6rem;
}
#printformat .sm\:mr-28 {
margin-right: 7rem;
}
#printformat .sm\:mr-32 {
margin-right: 8rem;
}
#printformat .sm\:mr-36 {
margin-right: 9rem;
}
#printformat .sm\:mr-40 {
margin-right: 10rem;
}
#printformat .sm\:mr-44 {
margin-right: 11rem;
}
#printformat .sm\:mr-48 {
margin-right: 12rem;
}
#printformat .sm\:mr-52 {
margin-right: 13rem;
}
#printformat .sm\:mr-56 {
margin-right: 14rem;
}
#printformat .sm\:mr-60 {
margin-right: 15rem;
}
#printformat .sm\:mr-64 {
margin-right: 16rem;
}
#printformat .sm\:mr-72 {
margin-right: 18rem;
}
#printformat .sm\:mr-80 {
margin-right: 20rem;
}
#printformat .sm\:mr-96 {
margin-right: 24rem;
}
#printformat .sm\:mr-auto {
margin-right: auto;
}
#printformat .sm\:mr-px {
margin-right: 1px;
}
#printformat .sm\:mr-0\.5 {
margin-right: 0.125rem;
}
#printformat .sm\:mr-1\.5 {
margin-right: 0.375rem;
}
#printformat .sm\:mr-2\.5 {
margin-right: 0.625rem;
}
#printformat .sm\:mr-3\.5 {
margin-right: 0.875rem;
}
#printformat .sm\:-mr-0 {
margin-right: 0px;
}
#printformat .sm\:-mr-1 {
margin-right: -0.25rem;
}
#printformat .sm\:-mr-2 {
margin-right: -0.5rem;
}
#printformat .sm\:-mr-3 {
margin-right: -0.75rem;
}
#printformat .sm\:-mr-4 {
margin-right: -1rem;
}
#printformat .sm\:-mr-5 {
margin-right: -1.25rem;
}
#printformat .sm\:-mr-6 {
margin-right: -1.5rem;
}
#printformat .sm\:-mr-7 {
margin-right: -1.75rem;
}
#printformat .sm\:-mr-8 {
margin-right: -2rem;
}
#printformat .sm\:-mr-9 {
margin-right: -2.25rem;
}
#printformat .sm\:-mr-10 {
margin-right: -2.5rem;
}
#printformat .sm\:-mr-11 {
margin-right: -2.75rem;
}
#printformat .sm\:-mr-12 {
margin-right: -3rem;
}
#printformat .sm\:-mr-14 {
margin-right: -3.5rem;
}
#printformat .sm\:-mr-16 {
margin-right: -4rem;
}
#printformat .sm\:-mr-20 {
margin-right: -5rem;
}
#printformat .sm\:-mr-24 {
margin-right: -6rem;
}
#printformat .sm\:-mr-28 {
margin-right: -7rem;
}
#printformat .sm\:-mr-32 {
margin-right: -8rem;
}
#printformat .sm\:-mr-36 {
margin-right: -9rem;
}
#printformat .sm\:-mr-40 {
margin-right: -10rem;
}
#printformat .sm\:-mr-44 {
margin-right: -11rem;
}
#printformat .sm\:-mr-48 {
margin-right: -12rem;
}
#printformat .sm\:-mr-52 {
margin-right: -13rem;
}
#printformat .sm\:-mr-56 {
margin-right: -14rem;
}
#printformat .sm\:-mr-60 {
margin-right: -15rem;
}
#printformat .sm\:-mr-64 {
margin-right: -16rem;
}
#printformat .sm\:-mr-72 {
margin-right: -18rem;
}
#printformat .sm\:-mr-80 {
margin-right: -20rem;
}
#printformat .sm\:-mr-96 {
margin-right: -24rem;
}
#printformat .sm\:-mr-px {
margin-right: -1px;
}
#printformat .sm\:-mr-0\.5 {
margin-right: -0.125rem;
}
#printformat .sm\:-mr-1\.5 {
margin-right: -0.375rem;
}
#printformat .sm\:-mr-2\.5 {
margin-right: -0.625rem;
}
#printformat .sm\:-mr-3\.5 {
margin-right: -0.875rem;
}
#printformat .sm\:mb-0 {
margin-bottom: 0px;
}
#printformat .sm\:mb-1 {
margin-bottom: 0.25rem;
}
#printformat .sm\:mb-2 {
margin-bottom: 0.5rem;
}
#printformat .sm\:mb-3 {
margin-bottom: 0.75rem;
}
#printformat .sm\:mb-4 {
margin-bottom: 1rem;
}
#printformat .sm\:mb-5 {
margin-bottom: 1.25rem;
}
#printformat .sm\:mb-6 {
margin-bottom: 1.5rem;
}
#printformat .sm\:mb-7 {
margin-bottom: 1.75rem;
}
#printformat .sm\:mb-8 {
margin-bottom: 2rem;
}
#printformat .sm\:mb-9 {
margin-bottom: 2.25rem;
}
#printformat .sm\:mb-10 {
margin-bottom: 2.5rem;
}
#printformat .sm\:mb-11 {
margin-bottom: 2.75rem;
}
#printformat .sm\:mb-12 {
margin-bottom: 3rem;
}
#printformat .sm\:mb-14 {
margin-bottom: 3.5rem;
}
#printformat .sm\:mb-16 {
margin-bottom: 4rem;
}
#printformat .sm\:mb-20 {
margin-bottom: 5rem;
}
#printformat .sm\:mb-24 {
margin-bottom: 6rem;
}
#printformat .sm\:mb-28 {
margin-bottom: 7rem;
}
#printformat .sm\:mb-32 {
margin-bottom: 8rem;
}
#printformat .sm\:mb-36 {
margin-bottom: 9rem;
}
#printformat .sm\:mb-40 {
margin-bottom: 10rem;
}
#printformat .sm\:mb-44 {
margin-bottom: 11rem;
}
#printformat .sm\:mb-48 {
margin-bottom: 12rem;
}
#printformat .sm\:mb-52 {
margin-bottom: 13rem;
}
#printformat .sm\:mb-56 {
margin-bottom: 14rem;
}
#printformat .sm\:mb-60 {
margin-bottom: 15rem;
}
#printformat .sm\:mb-64 {
margin-bottom: 16rem;
}
#printformat .sm\:mb-72 {
margin-bottom: 18rem;
}
#printformat .sm\:mb-80 {
margin-bottom: 20rem;
}
#printformat .sm\:mb-96 {
margin-bottom: 24rem;
}
#printformat .sm\:mb-auto {
margin-bottom: auto;
}
#printformat .sm\:mb-px {
margin-bottom: 1px;
}
#printformat .sm\:mb-0\.5 {
margin-bottom: 0.125rem;
}
#printformat .sm\:mb-1\.5 {
margin-bottom: 0.375rem;
}
#printformat .sm\:mb-2\.5 {
margin-bottom: 0.625rem;
}
#printformat .sm\:mb-3\.5 {
margin-bottom: 0.875rem;
}
#printformat .sm\:-mb-0 {
margin-bottom: 0px;
}
#printformat .sm\:-mb-1 {
margin-bottom: -0.25rem;
}
#printformat .sm\:-mb-2 {
margin-bottom: -0.5rem;
}
#printformat .sm\:-mb-3 {
margin-bottom: -0.75rem;
}
#printformat .sm\:-mb-4 {
margin-bottom: -1rem;
}
#printformat .sm\:-mb-5 {
margin-bottom: -1.25rem;
}
#printformat .sm\:-mb-6 {
margin-bottom: -1.5rem;
}
#printformat .sm\:-mb-7 {
margin-bottom: -1.75rem;
}
#printformat .sm\:-mb-8 {
margin-bottom: -2rem;
}
#printformat .sm\:-mb-9 {
margin-bottom: -2.25rem;
}
#printformat .sm\:-mb-10 {
margin-bottom: -2.5rem;
}
#printformat .sm\:-mb-11 {
margin-bottom: -2.75rem;
}
#printformat .sm\:-mb-12 {
margin-bottom: -3rem;
}
#printformat .sm\:-mb-14 {
margin-bottom: -3.5rem;
}
#printformat .sm\:-mb-16 {
margin-bottom: -4rem;
}
#printformat .sm\:-mb-20 {
margin-bottom: -5rem;
}
#printformat .sm\:-mb-24 {
margin-bottom: -6rem;
}
#printformat .sm\:-mb-28 {
margin-bottom: -7rem;
}
#printformat .sm\:-mb-32 {
margin-bottom: -8rem;
}
#printformat .sm\:-mb-36 {
margin-bottom: -9rem;
}
#printformat .sm\:-mb-40 {
margin-bottom: -10rem;
}
#printformat .sm\:-mb-44 {
margin-bottom: -11rem;
}
#printformat .sm\:-mb-48 {
margin-bottom: -12rem;
}
#printformat .sm\:-mb-52 {
margin-bottom: -13rem;
}
#printformat .sm\:-mb-56 {
margin-bottom: -14rem;
}
#printformat .sm\:-mb-60 {
margin-bottom: -15rem;
}
#printformat .sm\:-mb-64 {
margin-bottom: -16rem;
}
#printformat .sm\:-mb-72 {
margin-bottom: -18rem;
}
#printformat .sm\:-mb-80 {
margin-bottom: -20rem;
}
#printformat .sm\:-mb-96 {
margin-bottom: -24rem;
}
#printformat .sm\:-mb-px {
margin-bottom: -1px;
}
#printformat .sm\:-mb-0\.5 {
margin-bottom: -0.125rem;
}
#printformat .sm\:-mb-1\.5 {
margin-bottom: -0.375rem;
}
#printformat .sm\:-mb-2\.5 {
margin-bottom: -0.625rem;
}
#printformat .sm\:-mb-3\.5 {
margin-bottom: -0.875rem;
}
#printformat .sm\:ml-0 {
margin-left: 0px;
}
#printformat .sm\:ml-1 {
margin-left: 0.25rem;
}
#printformat .sm\:ml-2 {
margin-left: 0.5rem;
}
#printformat .sm\:ml-3 {
margin-left: 0.75rem;
}
#printformat .sm\:ml-4 {
margin-left: 1rem;
}
#printformat .sm\:ml-5 {
margin-left: 1.25rem;
}
#printformat .sm\:ml-6 {
margin-left: 1.5rem;
}
#printformat .sm\:ml-7 {
margin-left: 1.75rem;
}
#printformat .sm\:ml-8 {
margin-left: 2rem;
}
#printformat .sm\:ml-9 {
margin-left: 2.25rem;
}
#printformat .sm\:ml-10 {
margin-left: 2.5rem;
}
#printformat .sm\:ml-11 {
margin-left: 2.75rem;
}
#printformat .sm\:ml-12 {
margin-left: 3rem;
}
#printformat .sm\:ml-14 {
margin-left: 3.5rem;
}
#printformat .sm\:ml-16 {
margin-left: 4rem;
}
#printformat .sm\:ml-20 {
margin-left: 5rem;
}
#printformat .sm\:ml-24 {
margin-left: 6rem;
}
#printformat .sm\:ml-28 {
margin-left: 7rem;
}
#printformat .sm\:ml-32 {
margin-left: 8rem;
}
#printformat .sm\:ml-36 {
margin-left: 9rem;
}
#printformat .sm\:ml-40 {
margin-left: 10rem;
}
#printformat .sm\:ml-44 {
margin-left: 11rem;
}
#printformat .sm\:ml-48 {
margin-left: 12rem;
}
#printformat .sm\:ml-52 {
margin-left: 13rem;
}
#printformat .sm\:ml-56 {
margin-left: 14rem;
}
#printformat .sm\:ml-60 {
margin-left: 15rem;
}
#printformat .sm\:ml-64 {
margin-left: 16rem;
}
#printformat .sm\:ml-72 {
margin-left: 18rem;
}
#printformat .sm\:ml-80 {
margin-left: 20rem;
}
#printformat .sm\:ml-96 {
margin-left: 24rem;
}
#printformat .sm\:ml-auto {
margin-left: auto;
}
#printformat .sm\:ml-px {
margin-left: 1px;
}
#printformat .sm\:ml-0\.5 {
margin-left: 0.125rem;
}
#printformat .sm\:ml-1\.5 {
margin-left: 0.375rem;
}
#printformat .sm\:ml-2\.5 {
margin-left: 0.625rem;
}
#printformat .sm\:ml-3\.5 {
margin-left: 0.875rem;
}
#printformat .sm\:-ml-0 {
margin-left: 0px;
}
#printformat .sm\:-ml-1 {
margin-left: -0.25rem;
}
#printformat .sm\:-ml-2 {
margin-left: -0.5rem;
}
#printformat .sm\:-ml-3 {
margin-left: -0.75rem;
}
#printformat .sm\:-ml-4 {
margin-left: -1rem;
}
#printformat .sm\:-ml-5 {
margin-left: -1.25rem;
}
#printformat .sm\:-ml-6 {
margin-left: -1.5rem;
}
#printformat .sm\:-ml-7 {
margin-left: -1.75rem;
}
#printformat .sm\:-ml-8 {
margin-left: -2rem;
}
#printformat .sm\:-ml-9 {
margin-left: -2.25rem;
}
#printformat .sm\:-ml-10 {
margin-left: -2.5rem;
}
#printformat .sm\:-ml-11 {
margin-left: -2.75rem;
}
#printformat .sm\:-ml-12 {
margin-left: -3rem;
}
#printformat .sm\:-ml-14 {
margin-left: -3.5rem;
}
#printformat .sm\:-ml-16 {
margin-left: -4rem;
}
#printformat .sm\:-ml-20 {
margin-left: -5rem;
}
#printformat .sm\:-ml-24 {
margin-left: -6rem;
}
#printformat .sm\:-ml-28 {
margin-left: -7rem;
}
#printformat .sm\:-ml-32 {
margin-left: -8rem;
}
#printformat .sm\:-ml-36 {
margin-left: -9rem;
}
#printformat .sm\:-ml-40 {
margin-left: -10rem;
}
#printformat .sm\:-ml-44 {
margin-left: -11rem;
}
#printformat .sm\:-ml-48 {
margin-left: -12rem;
}
#printformat .sm\:-ml-52 {
margin-left: -13rem;
}
#printformat .sm\:-ml-56 {
margin-left: -14rem;
}
#printformat .sm\:-ml-60 {
margin-left: -15rem;
}
#printformat .sm\:-ml-64 {
margin-left: -16rem;
}
#printformat .sm\:-ml-72 {
margin-left: -18rem;
}
#printformat .sm\:-ml-80 {
margin-left: -20rem;
}
#printformat .sm\:-ml-96 {
margin-left: -24rem;
}
#printformat .sm\:-ml-px {
margin-left: -1px;
}
#printformat .sm\:-ml-0\.5 {
margin-left: -0.125rem;
}
#printformat .sm\:-ml-1\.5 {
margin-left: -0.375rem;
}
#printformat .sm\:-ml-2\.5 {
margin-left: -0.625rem;
}
#printformat .sm\:-ml-3\.5 {
margin-left: -0.875rem;
}
#printformat .sm\:box-border {
box-sizing: border-box;
}
#printformat .sm\:box-content {
box-sizing: content-box;
}
#printformat .sm\:block {
display: block;
}
#printformat .sm\:inline-block {
display: inline-block;
}
#printformat .sm\:inline {
display: inline;
}
#printformat .sm\:flex {
display: flex;
}
#printformat .sm\:inline-flex {
display: inline-flex;
}
#printformat .sm\:table {
display: table;
}
#printformat .sm\:inline-table {
display: inline-table;
}
#printformat .sm\:table-caption {
display: table-caption;
}
#printformat .sm\:table-cell {
display: table-cell;
}
#printformat .sm\:table-column {
display: table-column;
}
#printformat .sm\:table-column-group {
display: table-column-group;
}
#printformat .sm\:table-footer-group {
display: table-footer-group;
}
#printformat .sm\:table-header-group {
display: table-header-group;
}
#printformat .sm\:table-row-group {
display: table-row-group;
}
#printformat .sm\:table-row {
display: table-row;
}
#printformat .sm\:flow-root {
display: flow-root;
}
#printformat .sm\:grid {
display: grid;
}
#printformat .sm\:inline-grid {
display: inline-grid;
}
#printformat .sm\:contents {
display: contents;
}
#printformat .sm\:list-item {
display: list-item;
}
#printformat .sm\:hidden {
display: none;
}
#printformat .sm\:h-0 {
height: 0px;
}
#printformat .sm\:h-1 {
height: 0.25rem;
}
#printformat .sm\:h-2 {
height: 0.5rem;
}
#printformat .sm\:h-3 {
height: 0.75rem;
}
#printformat .sm\:h-4 {
height: 1rem;
}
#printformat .sm\:h-5 {
height: 1.25rem;
}
#printformat .sm\:h-6 {
height: 1.5rem;
}
#printformat .sm\:h-7 {
height: 1.75rem;
}
#printformat .sm\:h-8 {
height: 2rem;
}
#printformat .sm\:h-9 {
height: 2.25rem;
}
#printformat .sm\:h-10 {
height: 2.5rem;
}
#printformat .sm\:h-11 {
height: 2.75rem;
}
#printformat .sm\:h-12 {
height: 3rem;
}
#printformat .sm\:h-14 {
height: 3.5rem;
}
#printformat .sm\:h-16 {
height: 4rem;
}
#printformat .sm\:h-20 {
height: 5rem;
}
#printformat .sm\:h-24 {
height: 6rem;
}
#printformat .sm\:h-28 {
height: 7rem;
}
#printformat .sm\:h-32 {
height: 8rem;
}
#printformat .sm\:h-36 {
height: 9rem;
}
#printformat .sm\:h-40 {
height: 10rem;
}
#printformat .sm\:h-44 {
height: 11rem;
}
#printformat .sm\:h-48 {
height: 12rem;
}
#printformat .sm\:h-52 {
height: 13rem;
}
#printformat .sm\:h-56 {
height: 14rem;
}
#printformat .sm\:h-60 {
height: 15rem;
}
#printformat .sm\:h-64 {
height: 16rem;
}
#printformat .sm\:h-72 {
height: 18rem;
}
#printformat .sm\:h-80 {
height: 20rem;
}
#printformat .sm\:h-96 {
height: 24rem;
}
#printformat .sm\:h-auto {
height: auto;
}
#printformat .sm\:h-px {
height: 1px;
}
#printformat .sm\:h-0\.5 {
height: 0.125rem;
}
#printformat .sm\:h-1\.5 {
height: 0.375rem;
}
#printformat .sm\:h-2\.5 {
height: 0.625rem;
}
#printformat .sm\:h-3\.5 {
height: 0.875rem;
}
#printformat .sm\:h-1\/2 {
height: 50%;
}
#printformat .sm\:h-1\/3 {
height: 33.333333%;
}
#printformat .sm\:h-2\/3 {
height: 66.666667%;
}
#printformat .sm\:h-1\/4 {
height: 25%;
}
#printformat .sm\:h-2\/4 {
height: 50%;
}
#printformat .sm\:h-3\/4 {
height: 75%;
}
#printformat .sm\:h-1\/5 {
height: 20%;
}
#printformat .sm\:h-2\/5 {
height: 40%;
}
#printformat .sm\:h-3\/5 {
height: 60%;
}
#printformat .sm\:h-4\/5 {
height: 80%;
}
#printformat .sm\:h-1\/6 {
height: 16.666667%;
}
#printformat .sm\:h-2\/6 {
height: 33.333333%;
}
#printformat .sm\:h-3\/6 {
height: 50%;
}
#printformat .sm\:h-4\/6 {
height: 66.666667%;
}
#printformat .sm\:h-5\/6 {
height: 83.333333%;
}
#printformat .sm\:h-full {
height: 100%;
}
#printformat .sm\:h-screen {
height: 100vh;
}
#printformat .sm\:max-h-0 {
max-height: 0px;
}
#printformat .sm\:max-h-1 {
max-height: 0.25rem;
}
#printformat .sm\:max-h-2 {
max-height: 0.5rem;
}
#printformat .sm\:max-h-3 {
max-height: 0.75rem;
}
#printformat .sm\:max-h-4 {
max-height: 1rem;
}
#printformat .sm\:max-h-5 {
max-height: 1.25rem;
}
#printformat .sm\:max-h-6 {
max-height: 1.5rem;
}
#printformat .sm\:max-h-7 {
max-height: 1.75rem;
}
#printformat .sm\:max-h-8 {
max-height: 2rem;
}
#printformat .sm\:max-h-9 {
max-height: 2.25rem;
}
#printformat .sm\:max-h-10 {
max-height: 2.5rem;
}
#printformat .sm\:max-h-11 {
max-height: 2.75rem;
}
#printformat .sm\:max-h-12 {
max-height: 3rem;
}
#printformat .sm\:max-h-14 {
max-height: 3.5rem;
}
#printformat .sm\:max-h-16 {
max-height: 4rem;
}
#printformat .sm\:max-h-20 {
max-height: 5rem;
}
#printformat .sm\:max-h-24 {
max-height: 6rem;
}
#printformat .sm\:max-h-28 {
max-height: 7rem;
}
#printformat .sm\:max-h-32 {
max-height: 8rem;
}
#printformat .sm\:max-h-36 {
max-height: 9rem;
}
#printformat .sm\:max-h-40 {
max-height: 10rem;
}
#printformat .sm\:max-h-44 {
max-height: 11rem;
}
#printformat .sm\:max-h-48 {
max-height: 12rem;
}
#printformat .sm\:max-h-52 {
max-height: 13rem;
}
#printformat .sm\:max-h-56 {
max-height: 14rem;
}
#printformat .sm\:max-h-60 {
max-height: 15rem;
}
#printformat .sm\:max-h-64 {
max-height: 16rem;
}
#printformat .sm\:max-h-72 {
max-height: 18rem;
}
#printformat .sm\:max-h-80 {
max-height: 20rem;
}
#printformat .sm\:max-h-96 {
max-height: 24rem;
}
#printformat .sm\:max-h-px {
max-height: 1px;
}
#printformat .sm\:max-h-0\.5 {
max-height: 0.125rem;
}
#printformat .sm\:max-h-1\.5 {
max-height: 0.375rem;
}
#printformat .sm\:max-h-2\.5 {
max-height: 0.625rem;
}
#printformat .sm\:max-h-3\.5 {
max-height: 0.875rem;
}
#printformat .sm\:max-h-full {
max-height: 100%;
}
#printformat .sm\:max-h-screen {
max-height: 100vh;
}
#printformat .sm\:min-h-0 {
min-height: 0px;
}
#printformat .sm\:min-h-full {
min-height: 100%;
}
#printformat .sm\:min-h-screen {
min-height: 100vh;
}
#printformat .sm\:w-0 {
width: 0px;
}
#printformat .sm\:w-1 {
width: 0.25rem;
}
#printformat .sm\:w-2 {
width: 0.5rem;
}
#printformat .sm\:w-3 {
width: 0.75rem;
}
#printformat .sm\:w-4 {
width: 1rem;
}
#printformat .sm\:w-5 {
width: 1.25rem;
}
#printformat .sm\:w-6 {
width: 1.5rem;
}
#printformat .sm\:w-7 {
width: 1.75rem;
}
#printformat .sm\:w-8 {
width: 2rem;
}
#printformat .sm\:w-9 {
width: 2.25rem;
}
#printformat .sm\:w-10 {
width: 2.5rem;
}
#printformat .sm\:w-11 {
width: 2.75rem;
}
#printformat .sm\:w-12 {
width: 3rem;
}
#printformat .sm\:w-14 {
width: 3.5rem;
}
#printformat .sm\:w-16 {
width: 4rem;
}
#printformat .sm\:w-20 {
width: 5rem;
}
#printformat .sm\:w-24 {
width: 6rem;
}
#printformat .sm\:w-28 {
width: 7rem;
}
#printformat .sm\:w-32 {
width: 8rem;
}
#printformat .sm\:w-36 {
width: 9rem;
}
#printformat .sm\:w-40 {
width: 10rem;
}
#printformat .sm\:w-44 {
width: 11rem;
}
#printformat .sm\:w-48 {
width: 12rem;
}
#printformat .sm\:w-52 {
width: 13rem;
}
#printformat .sm\:w-56 {
width: 14rem;
}
#printformat .sm\:w-60 {
width: 15rem;
}
#printformat .sm\:w-64 {
width: 16rem;
}
#printformat .sm\:w-72 {
width: 18rem;
}
#printformat .sm\:w-80 {
width: 20rem;
}
#printformat .sm\:w-96 {
width: 24rem;
}
#printformat .sm\:w-auto {
width: auto;
}
#printformat .sm\:w-px {
width: 1px;
}
#printformat .sm\:w-0\.5 {
width: 0.125rem;
}
#printformat .sm\:w-1\.5 {
width: 0.375rem;
}
#printformat .sm\:w-2\.5 {
width: 0.625rem;
}
#printformat .sm\:w-3\.5 {
width: 0.875rem;
}
#printformat .sm\:w-1\/2 {
width: 50%;
}
#printformat .sm\:w-1\/3 {
width: 33.333333%;
}
#printformat .sm\:w-2\/3 {
width: 66.666667%;
}
#printformat .sm\:w-1\/4 {
width: 25%;
}
#printformat .sm\:w-2\/4 {
width: 50%;
}
#printformat .sm\:w-3\/4 {
width: 75%;
}
#printformat .sm\:w-1\/5 {
width: 20%;
}
#printformat .sm\:w-2\/5 {
width: 40%;
}
#printformat .sm\:w-3\/5 {
width: 60%;
}
#printformat .sm\:w-4\/5 {
width: 80%;
}
#printformat .sm\:w-1\/6 {
width: 16.666667%;
}
#printformat .sm\:w-2\/6 {
width: 33.333333%;
}
#printformat .sm\:w-3\/6 {
width: 50%;
}
#printformat .sm\:w-4\/6 {
width: 66.666667%;
}
#printformat .sm\:w-5\/6 {
width: 83.333333%;
}
#printformat .sm\:w-1\/12 {
width: 8.333333%;
}
#printformat .sm\:w-2\/12 {
width: 16.666667%;
}
#printformat .sm\:w-3\/12 {
width: 25%;
}
#printformat .sm\:w-4\/12 {
width: 33.333333%;
}
#printformat .sm\:w-5\/12 {
width: 41.666667%;
}
#printformat .sm\:w-6\/12 {
width: 50%;
}
#printformat .sm\:w-7\/12 {
width: 58.333333%;
}
#printformat .sm\:w-8\/12 {
width: 66.666667%;
}
#printformat .sm\:w-9\/12 {
width: 75%;
}
#printformat .sm\:w-10\/12 {
width: 83.333333%;
}
#printformat .sm\:w-11\/12 {
width: 91.666667%;
}
#printformat .sm\:w-full {
width: 100%;
}
#printformat .sm\:w-screen {
width: 100vw;
}
#printformat .sm\:w-min {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
#printformat .sm\:w-max {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
#printformat .sm\:min-w-0 {
min-width: 0px;
}
#printformat .sm\:min-w-full {
min-width: 100%;
}
#printformat .sm\:min-w-min {
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
}
#printformat .sm\:min-w-max {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
#printformat .sm\:max-w-0 {
max-width: 0rem;
}
#printformat .sm\:max-w-none {
max-width: none;
}
#printformat .sm\:max-w-xs {
max-width: 20rem;
}
#printformat .sm\:max-w-sm {
max-width: 24rem;
}
#printformat .sm\:max-w-md {
max-width: 28rem;
}
#printformat .sm\:max-w-lg {
max-width: 32rem;
}
#printformat .sm\:max-w-xl {
max-width: 36rem;
}
#printformat .sm\:max-w-2xl {
max-width: 42rem;
}
#printformat .sm\:max-w-3xl {
max-width: 48rem;
}
#printformat .sm\:max-w-4xl {
max-width: 56rem;
}
#printformat .sm\:max-w-5xl {
max-width: 64rem;
}
#printformat .sm\:max-w-6xl {
max-width: 72rem;
}
#printformat .sm\:max-w-7xl {
max-width: 80rem;
}
#printformat .sm\:max-w-full {
max-width: 100%;
}
#printformat .sm\:max-w-min {
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content;
}
#printformat .sm\:max-w-max {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
}
#printformat .sm\:max-w-prose {
max-width: 65ch;
}
#printformat .sm\:max-w-screen-sm {
max-width: 640px;
}
#printformat .sm\:max-w-screen-md {
max-width: 768px;
}
#printformat .sm\:max-w-screen-lg {
max-width: 1024px;
}
#printformat .sm\:max-w-screen-xl {
max-width: 1280px;
}
#printformat .sm\:max-w-screen-2xl {
max-width: 1536px;
}
#printformat .sm\:flex-1 {
flex: 1 1 0%;
}
#printformat .sm\:flex-auto {
flex: 1 1 auto;
}
#printformat .sm\:flex-initial {
flex: 0 1 auto;
}
#printformat .sm\:flex-none {
flex: none;
}
#printformat .sm\:flex-shrink-0 {
flex-shrink: 0;
}
#printformat .sm\:flex-shrink {
flex-shrink: 1;
}
#printformat .sm\:flex-grow-0 {
flex-grow: 0;
}
#printformat .sm\:flex-grow {
flex-grow: 1;
}
#printformat .sm\:table-auto {
table-layout: auto;
}
#printformat .sm\:table-fixed {
table-layout: fixed;
}
#printformat .sm\:border-collapse {
border-collapse: collapse;
}
#printformat .sm\:border-separate {
border-collapse: separate;
}
#printformat .sm\:origin-center {
transform-origin: center;
}
#printformat .sm\:origin-top {
transform-origin: top;
}
#printformat .sm\:origin-top-right {
transform-origin: top right;
}
#printformat .sm\:origin-right {
transform-origin: right;
}
#printformat .sm\:origin-bottom-right {
transform-origin: bottom right;
}
#printformat .sm\:origin-bottom {
transform-origin: bottom;
}
#printformat .sm\:origin-bottom-left {
transform-origin: bottom left;
}
#printformat .sm\:origin-left {
transform-origin: left;
}
#printformat .sm\:origin-top-left {
transform-origin: top left;
}
#printformat .sm\:transform {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translateX(var(--tw-translate-x)) translateY(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));
}
#printformat .sm\:transform-gpu {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#printformat .sm\:transform-none {
transform: none;
}
#printformat .sm\:translate-x-0 {
--tw-translate-x: 0px;
}
#printformat .sm\:translate-x-1 {
--tw-translate-x: 0.25rem;
}
#printformat .sm\:translate-x-2 {
--tw-translate-x: 0.5rem;
}
#printformat .sm\:translate-x-3 {
--tw-translate-x: 0.75rem;
}
#printformat .sm\:translate-x-4 {
--tw-translate-x: 1rem;
}
#printformat .sm\:translate-x-5 {
--tw-translate-x: 1.25rem;
}
#printformat .sm\:translate-x-6 {
--tw-translate-x: 1.5rem;
}
#printformat .sm\:translate-x-7 {
--tw-translate-x: 1.75rem;
}
#printformat .sm\:translate-x-8 {
--tw-translate-x: 2rem;
}
#printformat .sm\:translate-x-9 {
--tw-translate-x: 2.25rem;
}
#printformat .sm\:translate-x-10 {
--tw-translate-x: 2.5rem;
}
#printformat .sm\:translate-x-11 {
--tw-translate-x: 2.75rem;
}
#printformat .sm\:translate-x-12 {
--tw-translate-x: 3rem;
}
#printformat .sm\:translate-x-14 {
--tw-translate-x: 3.5rem;
}
#printformat .sm\:translate-x-16 {
--tw-translate-x: 4rem;
}
#printformat .sm\:translate-x-20 {
--tw-translate-x: 5rem;
}
#printformat .sm\:translate-x-24 {
--tw-translate-x: 6rem;
}
#printformat .sm\:translate-x-28 {
--tw-translate-x: 7rem;
}
#printformat .sm\:translate-x-32 {
--tw-translate-x: 8rem;
}
#printformat .sm\:translate-x-36 {
--tw-translate-x: 9rem;
}
#printformat .sm\:translate-x-40 {
--tw-translate-x: 10rem;
}
#printformat .sm\:translate-x-44 {
--tw-translate-x: 11rem;
}
#printformat .sm\:translate-x-48 {
--tw-translate-x: 12rem;
}
#printformat .sm\:translate-x-52 {
--tw-translate-x: 13rem;
}
#printformat .sm\:translate-x-56 {
--tw-translate-x: 14rem;
}
#printformat .sm\:translate-x-60 {
--tw-translate-x: 15rem;
}
#printformat .sm\:translate-x-64 {
--tw-translate-x: 16rem;
}
#printformat .sm\:translate-x-72 {
--tw-translate-x: 18rem;
}
#printformat .sm\:translate-x-80 {
--tw-translate-x: 20rem;
}
#printformat .sm\:translate-x-96 {
--tw-translate-x: 24rem;
}
#printformat .sm\:translate-x-px {
--tw-translate-x: 1px;
}
#printformat .sm\:translate-x-0\.5 {
--tw-translate-x: 0.125rem;
}
#printformat .sm\:translate-x-1\.5 {
--tw-translate-x: 0.375rem;
}
#printformat .sm\:translate-x-2\.5 {
--tw-translate-x: 0.625rem;
}
#printformat .sm\:translate-x-3\.5 {
--tw-translate-x: 0.875rem;
}
#printformat .sm\:-translate-x-0 {
--tw-translate-x: 0px;
}
#printformat .sm\:-translate-x-1 {
--tw-translate-x: -0.25rem;
}
#printformat .sm\:-translate-x-2 {
--tw-translate-x: -0.5rem;
}
#printformat .sm\:-translate-x-3 {
--tw-translate-x: -0.75rem;
}
#printformat .sm\:-translate-x-4 {
--tw-translate-x: -1rem;
}
#printformat .sm\:-translate-x-5 {
--tw-translate-x: -1.25rem;
}
#printformat .sm\:-translate-x-6 {
--tw-translate-x: -1.5rem;
}
#printformat .sm\:-translate-x-7 {
--tw-translate-x: -1.75rem;
}
#printformat .sm\:-translate-x-8 {
--tw-translate-x: -2rem;
}
#printformat .sm\:-translate-x-9 {
--tw-translate-x: -2.25rem;
}
#printformat .sm\:-translate-x-10 {
--tw-translate-x: -2.5rem;
}
#printformat .sm\:-translate-x-11 {
--tw-translate-x: -2.75rem;
}
#printformat .sm\:-translate-x-12 {
--tw-translate-x: -3rem;
}
#printformat .sm\:-translate-x-14 {
--tw-translate-x: -3.5rem;
}
#printformat .sm\:-translate-x-16 {
--tw-translate-x: -4rem;
}
#printformat .sm\:-translate-x-20 {
--tw-translate-x: -5rem;
}
#printformat .sm\:-translate-x-24 {
--tw-translate-x: -6rem;
}
#printformat .sm\:-translate-x-28 {
--tw-translate-x: -7rem;
}
#printformat .sm\:-translate-x-32 {
--tw-translate-x: -8rem;
}
#printformat .sm\:-translate-x-36 {
--tw-translate-x: -9rem;
}
#printformat .sm\:-translate-x-40 {
--tw-translate-x: -10rem;
}
#printformat .sm\:-translate-x-44 {
--tw-translate-x: -11rem;
}
#printformat .sm\:-translate-x-48 {
--tw-translate-x: -12rem;
}
#printformat .sm\:-translate-x-52 {
--tw-translate-x: -13rem;
}
#printformat .sm\:-translate-x-56 {
--tw-translate-x: -14rem;
}
#printformat .sm\:-translate-x-60 {
--tw-translate-x: -15rem;
}
#printformat .sm\:-translate-x-64 {
--tw-translate-x: -16rem;
}
#printformat .sm\:-translate-x-72 {
--tw-translate-x: -18rem;
}
#printformat .sm\:-translate-x-80 {
--tw-translate-x: -20rem;
}
#printformat .sm\:-translate-x-96 {
--tw-translate-x: -24rem;
}
#printformat .sm\:-translate-x-px {
--tw-translate-x: -1px;
}
#printformat .sm\:-translate-x-0\.5 {
--tw-translate-x: -0.125rem;
}
#printformat .sm\:-translate-x-1\.5 {
--tw-translate-x: -0.375rem;
}
#printformat .sm\:-translate-x-2\.5 {
--tw-translate-x: -0.625rem;
}
#printformat .sm\:-translate-x-3\.5 {
--tw-translate-x: -0.875rem;
}
#printformat .sm\:translate-x-1\/2 {
--tw-translate-x: 50%;
}
#printformat .sm\:translate-x-1\/3 {
--tw-translate-x: 33.333333%;
}
#printformat .sm\:translate-x-2\/3 {
--tw-translate-x: 66.666667%;
}
#printformat .sm\:translate-x-1\/4 {
--tw-translate-x: 25%;
}
#printformat .sm\:translate-x-2\/4 {
--tw-translate-x: 50%;
}
#printformat .sm\:translate-x-3\/4 {
--tw-translate-x: 75%;
}
#printformat .sm\:translate-x-full {
--tw-translate-x: 100%;
}
#printformat .sm\:-translate-x-1\/2 {
--tw-translate-x: -50%;
}
#printformat .sm\:-translate-x-1\/3 {
--tw-translate-x: -33.333333%;
}
#printformat .sm\:-translate-x-2\/3 {
--tw-translate-x: -66.666667%;
}
#printformat .sm\:-translate-x-1\/4 {
--tw-translate-x: -25%;
}
#printformat .sm\:-translate-x-2\/4 {
--tw-translate-x: -50%;
}
#printformat .sm\:-translate-x-3\/4 {
--tw-translate-x: -75%;
}
#printformat .sm\:-translate-x-full {
--tw-translate-x: -100%;
}
#printformat .sm\:translate-y-0 {
--tw-translate-y: 0px;
}
#printformat .sm\:translate-y-1 {
--tw-translate-y: 0.25rem;
}
#printformat .sm\:translate-y-2 {
--tw-translate-y: 0.5rem;
}
#printformat .sm\:translate-y-3 {
--tw-translate-y: 0.75rem;
}
#printformat .sm\:translate-y-4 {
--tw-translate-y: 1rem;
}
#printformat .sm\:translate-y-5 {
--tw-translate-y: 1.25rem;
}
#printformat .sm\:translate-y-6 {
--tw-translate-y: 1.5rem;
}
#printformat .sm\:translate-y-7 {
--tw-translate-y: 1.75rem;
}
#printformat .sm\:translate-y-8 {
--tw-translate-y: 2rem;
}
#printformat .sm\:translate-y-9 {
--tw-translate-y: 2.25rem;
}
#printformat .sm\:translate-y-10 {
--tw-translate-y: 2.5rem;
}
#printformat .sm\:translate-y-11 {
--tw-translate-y: 2.75rem;
}
#printformat .sm\:translate-y-12 {
--tw-translate-y: 3rem;
}
#printformat .sm\:translate-y-14 {
--tw-translate-y: 3.5rem;
}
#printformat .sm\:translate-y-16 {
--tw-translate-y: 4rem;
}
#printformat .sm\:translate-y-20 {
--tw-translate-y: 5rem;
}
#printformat .sm\:translate-y-24 {
--tw-translate-y: 6rem;
}
#printformat .sm\:translate-y-28 {
--tw-translate-y: 7rem;
}
#printformat .sm\:translate-y-32 {
--tw-translate-y: 8rem;
}
#printformat .sm\:translate-y-36 {
--tw-translate-y: 9rem;
}
#printformat .sm\:translate-y-40 {
--tw-translate-y: 10rem;
}
#printformat .sm\:translate-y-44 {
--tw-translate-y: 11rem;
}
#printformat .sm\:translate-y-48 {
--tw-translate-y: 12rem;
}
#printformat .sm\:translate-y-52 {
--tw-translate-y: 13rem;
}
#printformat .sm\:translate-y-56 {
--tw-translate-y: 14rem;
}
#printformat .sm\:translate-y-60 {
--tw-translate-y: 15rem;
}
#printformat .sm\:translate-y-64 {
--tw-translate-y: 16rem;
}
#printformat .sm\:translate-y-72 {
--tw-translate-y: 18rem;
}
#printformat .sm\:translate-y-80 {
--tw-translate-y: 20rem;
}
#printformat .sm\:translate-y-96 {
--tw-translate-y: 24rem;
}
#printformat .sm\:translate-y-px {
--tw-translate-y: 1px;
}
#printformat .sm\:translate-y-0\.5 {
--tw-translate-y: 0.125rem;
}
#printformat .sm\:translate-y-1\.5 {
--tw-translate-y: 0.375rem;
}
#printformat .sm\:translate-y-2\.5 {
--tw-translate-y: 0.625rem;
}
#printformat .sm\:translate-y-3\.5 {
--tw-translate-y: 0.875rem;
}
#printformat .sm\:-translate-y-0 {
--tw-translate-y: 0px;
}
#printformat .sm\:-translate-y-1 {
--tw-translate-y: -0.25rem;
}
#printformat .sm\:-translate-y-2 {
--tw-translate-y: -0.5rem;
}
#printformat .sm\:-translate-y-3 {
--tw-translate-y: -0.75rem;
}
#printformat .sm\:-translate-y-4 {
--tw-translate-y: -1rem;
}
#printformat .sm\:-translate-y-5 {
--tw-translate-y: -1.25rem;
}
#printformat .sm\:-translate-y-6 {
--tw-translate-y: -1.5rem;
}
#printformat .sm\:-translate-y-7 {
--tw-translate-y: -1.75rem;
}
#printformat .sm\:-translate-y-8 {
--tw-translate-y: -2rem;
}
#printformat .sm\:-translate-y-9 {
--tw-translate-y: -2.25rem;
}
#printformat .sm\:-translate-y-10 {
--tw-translate-y: -2.5rem;
}
#printformat .sm\:-translate-y-11 {
--tw-translate-y: -2.75rem;
}
#printformat .sm\:-translate-y-12 {
--tw-translate-y: -3rem;
}
#printformat .sm\:-translate-y-14 {
--tw-translate-y: -3.5rem;
}
#printformat .sm\:-translate-y-16 {
--tw-translate-y: -4rem;
}
#printformat .sm\:-translate-y-20 {
--tw-translate-y: -5rem;
}
#printformat .sm\:-translate-y-24 {
--tw-translate-y: -6rem;
}
#printformat .sm\:-translate-y-28 {
--tw-translate-y: -7rem;
}
#printformat .sm\:-translate-y-32 {
--tw-translate-y: -8rem;
}
#printformat .sm\:-translate-y-36 {
--tw-translate-y: -9rem;
}
#printformat .sm\:-translate-y-40 {
--tw-translate-y: -10rem;
}
#printformat .sm\:-translate-y-44 {
--tw-translate-y: -11rem;
}
#printformat .sm\:-translate-y-48 {
--tw-translate-y: -12rem;
}
#printformat .sm\:-translate-y-52 {
--tw-translate-y: -13rem;
}
#printformat .sm\:-translate-y-56 {
--tw-translate-y: -14rem;
}
#printformat .sm\:-translate-y-60 {
--tw-translate-y: -15rem;
}
#printformat .sm\:-translate-y-64 {
--tw-translate-y: -16rem;
}
#printformat .sm\:-translate-y-72 {
--tw-translate-y: -18rem;
}
#printformat .sm\:-translate-y-80 {
--tw-translate-y: -20rem;
}
#printformat .sm\:-translate-y-96 {
--tw-translate-y: -24rem;
}
#printformat .sm\:-translate-y-px {
--tw-translate-y: -1px;
}
#printformat .sm\:-translate-y-0\.5 {
--tw-translate-y: -0.125rem;
}
#printformat .sm\:-translate-y-1\.5 {
--tw-translate-y: -0.375rem;
}
#printformat .sm\:-translate-y-2\.5 {
--tw-translate-y: -0.625rem;
}
#printformat .sm\:-translate-y-3\.5 {
--tw-translate-y: -0.875rem;
}
#printformat .sm\:translate-y-1\/2 {
--tw-translate-y: 50%;
}
#printformat .sm\:translate-y-1\/3 {
--tw-translate-y: 33.333333%;
}
#printformat .sm\:translate-y-2\/3 {
--tw-translate-y: 66.666667%;
}
#printformat .sm\:translate-y-1\/4 {
--tw-translate-y: 25%;
}
#printformat .sm\:translate-y-2\/4 {
--tw-translate-y: 50%;
}
#printformat .sm\:translate-y-3\/4 {
--tw-translate-y: 75%;
}
#printformat .sm\:translate-y-full {
--tw-translate-y: 100%;
}
#printformat .sm\:-translate-y-1\/2 {
--tw-translate-y: -50%;
}
#printformat .sm\:-translate-y-1\/3 {
--tw-translate-y: -33.333333%;
}
#printformat .sm\:-translate-y-2\/3 {
--tw-translate-y: -66.666667%;
}
#printformat .sm\:-translate-y-1\/4 {
--tw-translate-y: -25%;
}
#printformat .sm\:-translate-y-2\/4 {
--tw-translate-y: -50%;
}
#printformat .sm\:-translate-y-3\/4 {
--tw-translate-y: -75%;
}
#printformat .sm\:-translate-y-full {
--tw-translate-y: -100%;
}
#printformat .sm\:hover\:translate-x-0:hover {
--tw-translate-x: 0px;
}
#printformat .sm\:hover\:translate-x-1:hover {
--tw-translate-x: 0.25rem;
}
#printformat .sm\:hover\:translate-x-2:hover {
--tw-translate-x: 0.5rem;
}
#printformat .sm\:hover\:translate-x-3:hover {
--tw-translate-x: 0.75rem;
}
#printformat .sm\:hover\:translate-x-4:hover {
--tw-translate-x: 1rem;
}
#printformat .sm\:hover\:translate-x-5:hover {
--tw-translate-x: 1.25rem;
}
#printformat .sm\:hover\:translate-x-6:hover {
--tw-translate-x: 1.5rem;
}
#printformat .sm\:hover\:translate-x-7:hover {
--tw-translate-x: 1.75rem;
}
#printformat .sm\:hover\:translate-x-8:hover {
--tw-translate-x: 2rem;
}
#printformat .sm\:hover\:translate-x-9:hover {
--tw-translate-x: 2.25rem;
}
#printformat .sm\:hover\:translate-x-10:hover {
--tw-translate-x: 2.5rem;
}
#printformat .sm\:hover\:translate-x-11:hover {
--tw-translate-x: 2.75rem;
}
#printformat .sm\:hover\:translate-x-12:hover {
--tw-translate-x: 3rem;
}
#printformat .sm\:hover\:translate-x-14:hover {
--tw-translate-x: 3.5rem;
}
#printformat .sm\:hover\:translate-x-16:hover {
--tw-translate-x: 4rem;
}
#printformat .sm\:hover\:translate-x-20:hover {
--tw-translate-x: 5rem;
}
#printformat .sm\:hover\:translate-x-24:hover {
--tw-translate-x: 6rem;
}
#printformat .sm\:hover\:translate-x-28:hover {
--tw-translate-x: 7rem;
}
#printformat .sm\:hover\:translate-x-32:hover {
--tw-translate-x: 8rem;
}
#printformat .sm\:hover\:translate-x-36:hover {
--tw-translate-x: 9rem;
}
#printformat .sm\:hover\:translate-x-40:hover {
--tw-translate-x: 10rem;
}
#printformat .sm\:hover\:translate-x-44:hover {
--tw-translate-x: 11rem;
}
#printformat .sm\:hover\:translate-x-48:hover {
--tw-translate-x: 12rem;
}
#printformat .sm\:hover\:translate-x-52:hover {
--tw-translate-x: 13rem;
}
#printformat .sm\:hover\:translate-x-56:hover {
--tw-translate-x: 14rem;
}
#printformat .sm\:hover\:translate-x-60:hover {
--tw-translate-x: 15rem;
}
#printformat .sm\:hover\:translate-x-64:hover {
--tw-translate-x: 16rem;
}
#printformat .sm\:hover\:translate-x-72:hover {
--tw-translate-x: 18rem;
}
#printformat .sm\:hover\:translate-x-80:hover {
--tw-translate-x: 20rem;
}
#printformat .sm\:hover\:translate-x-96:hover {
--tw-translate-x: 24rem;
}
#printformat .sm\:hover\:translate-x-px:hover {
--tw-translate-x: 1px;
}
#printformat .sm\:hover\:translate-x-0\.5:hover {
--tw-translate-x: 0.125rem;
}
#printformat .sm\:hover\:translate-x-1\.5:hover {
--tw-translate-x: 0.375rem;
}
#printformat .sm\:hover\:translate-x-2\.5:hover {
--tw-translate-x: 0.625rem;
}
#printformat .sm\:hover\:translate-x-3\.5:hover {
--tw-translate-x: 0.875rem;
}
#printformat .sm\:hover\:-translate-x-0:hover {
--tw-translate-x: 0px;
}
#printformat .sm\:hover\:-translate-x-1:hover {
--tw-translate-x: -0.25rem;
}
#printformat .sm\:hover\:-translate-x-2:hover {
--tw-translate-x: -0.5rem;
}
#printformat .sm\:hover\:-translate-x-3:hover {
--tw-translate-x: -0.75rem;
}
#printformat .sm\:hover\:-translate-x-4:hover {
--tw-translate-x: -1rem;
}
#printformat .sm\:hover\:-translate-x-5:hover {
--tw-translate-x: -1.25rem;
}
#printformat .sm\:hover\:-translate-x-6:hover {
--tw-translate-x: -1.5rem;
}
#printformat .sm\:hover\:-translate-x-7:hover {
--tw-translate-x: -1.75rem;
}
#printformat .sm\:hover\:-translate-x-8:hover {
--tw-translate-x: -2rem;
}
#printformat .sm\:hover\:-translate-x-9:hover {
--tw-translate-x: -2.25rem;
}
#printformat .sm\:hover\:-translate-x-10:hover {
--tw-translate-x: -2.5rem;
}
#printformat .sm\:hover\:-translate-x-11:hover {
--tw-translate-x: -2.75rem;
}
#printformat .sm\:hover\:-translate-x-12:hover {
--tw-translate-x: -3rem;
}
#printformat .sm\:hover\:-translate-x-14:hover {
--tw-translate-x: -3.5rem;
}
#printformat .sm\:hover\:-translate-x-16:hover {
--tw-translate-x: -4rem;
}
#printformat .sm\:hover\:-translate-x-20:hover {
--tw-translate-x: -5rem;
}
#printformat .sm\:hover\:-translate-x-24:hover {
--tw-translate-x: -6rem;
}
#printformat .sm\:hover\:-translate-x-28:hover {
--tw-translate-x: -7rem;
}
#printformat .sm\:hover\:-translate-x-32:hover {
--tw-translate-x: -8rem;
}
#printformat .sm\:hover\:-translate-x-36:hover {
--tw-translate-x: -9rem;
}
#printformat .sm\:hover\:-translate-x-40:hover {
--tw-translate-x: -10rem;
}
#printformat .sm\:hover\:-translate-x-44:hover {
--tw-translate-x: -11rem;
}
#printformat .sm\:hover\:-translate-x-48:hover {
--tw-translate-x: -12rem;
}
#printformat .sm\:hover\:-translate-x-52:hover {
--tw-translate-x: -13rem;
}
#printformat .sm\:hover\:-translate-x-56:hover {
--tw-translate-x: -14rem;
}
#printformat .sm\:hover\:-translate-x-60:hover {
--tw-translate-x: -15rem;
}
#printformat .sm\:hover\:-translate-x-64:hover {
--tw-translate-x: -16rem;
}
#printformat .sm\:hover\:-translate-x-72:hover {
--tw-translate-x: -18rem;
}
#printformat .sm\:hover\:-translate-x-80:hover {
--tw-translate-x: -20rem;
}
#printformat .sm\:hover\:-translate-x-96:hover {
--tw-translate-x: -24rem;
}
#printformat .sm\:hover\:-translate-x-px:hover {
--tw-translate-x: -1px;
}
#printformat .sm\:hover\:-translate-x-0\.5:hover {
--tw-translate-x: -0.125rem;
}
#printformat .sm\:hover\:-translate-x-1\.5:hover {
--tw-translate-x: -0.375rem;
}
#printformat .sm\:hover\:-translate-x-2\.5:hover {
--tw-translate-x: -0.625rem;
}
#printformat .sm\:hover\:-translate-x-3\.5:hover {
--tw-translate-x: -0.875rem;
}
#printformat .sm\:hover\:translate-x-1\/2:hover {
--tw-translate-x: 50%;
}
#printformat .sm\:hover\:translate-x-1\/3:hover {
--tw-translate-x: 33.333333%;
}
#printformat .sm\:hover\:translate-x-2\/3:hover {
--tw-translate-x: 66.666667%;
}
#printformat .sm\:hover\:translate-x-1\/4:hover {
--tw-translate-x: 25%;
}
#printformat .sm\:hover\:translate-x-2\/4:hover {
--tw-translate-x: 50%;
}
#printformat .sm\:hover\:translate-x-3\/4:hover {
--tw-translate-x: 75%;
}
#printformat .sm\:hover\:translate-x-full:hover {
--tw-translate-x: 100%;
}
#printformat .sm\:hover\:-translate-x-1\/2:hover {
--tw-translate-x: -50%;
}
#printformat .sm\:hover\:-translate-x-1\/3:hover {
--tw-translate-x: -33.333333%;
}
#printformat .sm\:hover\:-translate-x-2\/3:hover {
--tw-translate-x: -66.666667%;
}
#printformat .sm\:hover\:-translate-x-1\/4:hover {
--tw-translate-x: -25%;
}
#printformat .sm\:hover\:-translate-x-2\/4:hover {
--tw-translate-x: -50%;
}
#printformat .sm\:hover\:-translate-x-3\/4:hover {
--tw-translate-x: -75%;
}
#printformat .sm\:hover\:-translate-x-full:hover {
--tw-translate-x: -100%;
}
#printformat .sm\:hover\:translate-y-0:hover {
--tw-translate-y: 0px;
}
#printformat .sm\:hover\:translate-y-1:hover {
--tw-translate-y: 0.25rem;
}
#printformat .sm\:hover\:translate-y-2:hover {
--tw-translate-y: 0.5rem;
}
#printformat .sm\:hover\:translate-y-3:hover {
--tw-translate-y: 0.75rem;
}
#printformat .sm\:hover\:translate-y-4:hover {
--tw-translate-y: 1rem;
}
#printformat .sm\:hover\:translate-y-5:hover {
--tw-translate-y: 1.25rem;
}
#printformat .sm\:hover\:translate-y-6:hover {
--tw-translate-y: 1.5rem;
}
#printformat .sm\:hover\:translate-y-7:hover {
--tw-translate-y: 1.75rem;
}
#printformat .sm\:hover\:translate-y-8:hover {
--tw-translate-y: 2rem;
}
#printformat .sm\:hover\:translate-y-9:hover {
--tw-translate-y: 2.25rem;
}
#printformat .sm\:hover\:translate-y-10:hover {
--tw-translate-y: 2.5rem;
}
#printformat .sm\:hover\:translate-y-11:hover {
--tw-translate-y: 2.75rem;
}
#printformat .sm\:hover\:translate-y-12:hover {
--tw-translate-y: 3rem;
}
#printformat .sm\:hover\:translate-y-14:hover {
--tw-translate-y: 3.5rem;
}
#printformat .sm\:hover\:translate-y-16:hover {
--tw-translate-y: 4rem;
}
#printformat .sm\:hover\:translate-y-20:hover {
--tw-translate-y: 5rem;
}
#printformat .sm\:hover\:translate-y-24:hover {
--tw-translate-y: 6rem;
}
#printformat .sm\:hover\:translate-y-28:hover {
--tw-translate-y: 7rem;
}
#printformat .sm\:hover\:translate-y-32:hover {
--tw-translate-y: 8rem;
}
#printformat .sm\:hover\:translate-y-36:hover {
--tw-translate-y: 9rem;
}
#printformat .sm\:hover\:translate-y-40:hover {
--tw-translate-y: 10rem;
}
#printformat .sm\:hover\:translate-y-44:hover {
--tw-translate-y: 11rem;
}
#printformat .sm\:hover\:translate-y-48:hover {
--tw-translate-y: 12rem;
}
#printformat .sm\:hover\:translate-y-52:hover {
--tw-translate-y: 13rem;
}
#printformat .sm\:hover\:translate-y-56:hover {
--tw-translate-y: 14rem;
}
#printformat .sm\:hover\:translate-y-60:hover {
--tw-translate-y: 15rem;
}
#printformat .sm\:hover\:translate-y-64:hover {
--tw-translate-y: 16rem;
}
#printformat .sm\:hover\:translate-y-72:hover {
--tw-translate-y: 18rem;
}
#printformat .sm\:hover\:translate-y-80:hover {
--tw-translate-y: 20rem;
}
#printformat .sm\:hover\:translate-y-96:hover {
--tw-translate-y: 24rem;
}
#printformat .sm\:hover\:translate-y-px:hover {
--tw-translate-y: 1px;
}
#printformat .sm\:hover\:translate-y-0\.5:hover {
--tw-translate-y: 0.125rem;
}
#printformat .sm\:hover\:translate-y-1\.5:hover {
--tw-translate-y: 0.375rem;
}
#printformat .sm\:hover\:translate-y-2\.5:hover {
--tw-translate-y: 0.625rem;
}
#printformat .sm\:hover\:translate-y-3\.5:hover {
--tw-translate-y: 0.875rem;
}
#printformat .sm\:hover\:-translate-y-0:hover {
--tw-translate-y: 0px;
}
#printformat .sm\:hover\:-translate-y-1:hover {
--tw-translate-y: -0.25rem;
}
#printformat .sm\:hover\:-translate-y-2:hover {
--tw-translate-y: -0.5rem;
}
#printformat .sm\:hover\:-translate-y-3:hover {
--tw-translate-y: -0.75rem;
}
#printformat .sm\:hover\:-translate-y-4:hover {
--tw-translate-y: -1rem;
}
#printformat .sm\:hover\:-translate-y-5:hover {
--tw-translate-y: -1.25rem;
}
#printformat .sm\:hover\:-translate-y-6:hover {
--tw-translate-y: -1.5rem;
}
#printformat .sm\:hover\:-translate-y-7:hover {
--tw-translate-y: -1.75rem;
}
#printformat .sm\:hover\:-translate-y-8:hover {
--tw-translate-y: -2rem;
}
#printformat .sm\:hover\:-translate-y-9:hover {
--tw-translate-y: -2.25rem;
}
#printformat .sm\:hover\:-translate-y-10:hover {
--tw-translate-y: -2.5rem;
}
#printformat .sm\:hover\:-translate-y-11:hover {
--tw-translate-y: -2.75rem;
}
#printformat .sm\:hover\:-translate-y-12:hover {
--tw-translate-y: -3rem;
}
#printformat .sm\:hover\:-translate-y-14:hover {
--tw-translate-y: -3.5rem;
}
#printformat .sm\:hover\:-translate-y-16:hover {
--tw-translate-y: -4rem;
}
#printformat .sm\:hover\:-translate-y-20:hover {
--tw-translate-y: -5rem;
}
#printformat .sm\:hover\:-translate-y-24:hover {
--tw-translate-y: -6rem;
}
#printformat .sm\:hover\:-translate-y-28:hover {
--tw-translate-y: -7rem;
}
#printformat .sm\:hover\:-translate-y-32:hover {
--tw-translate-y: -8rem;
}
#printformat .sm\:hover\:-translate-y-36:hover {
--tw-translate-y: -9rem;
}
#printformat .sm\:hover\:-translate-y-40:hover {
--tw-translate-y: -10rem;
}
#printformat .sm\:hover\:-translate-y-44:hover {
--tw-translate-y: -11rem;
}
#printformat .sm\:hover\:-translate-y-48:hover {
--tw-translate-y: -12rem;
}
#printformat .sm\:hover\:-translate-y-52:hover {
--tw-translate-y: -13rem;
}
#printformat .sm\:hover\:-translate-y-56:hover {
--tw-translate-y: -14rem;
}
#printformat .sm\:hover\:-translate-y-60:hover {
--tw-translate-y: -15rem;
}
#printformat .sm\:hover\:-translate-y-64:hover {
--tw-translate-y: -16rem;
}
#printformat .sm\:hover\:-translate-y-72:hover {
--tw-translate-y: -18rem;
}
#printformat .sm\:hover\:-translate-y-80:hover {
--tw-translate-y: -20rem;
}
#printformat .sm\:hover\:-translate-y-96:hover {
--tw-translate-y: -24rem;
}
#printformat .sm\:hover\:-translate-y-px:hover {
--tw-translate-y: -1px;
}
#printformat .sm\:hover\:-translate-y-0\.5:hover {
--tw-translate-y: -0.125rem;
}
#printformat .sm\:hover\:-translate-y-1\.5:hover {
--tw-translate-y: -0.375rem;
}
#printformat .sm\:hover\:-translate-y-2\.5:hover {
--tw-translate-y: -0.625rem;
}
#printformat .sm\:hover\:-translate-y-3\.5:hover {
--tw-translate-y: -0.875rem;
}
#printformat .sm\:hover\:translate-y-1\/2:hover {
--tw-translate-y: 50%;
}
#printformat .sm\:hover\:translate-y-1\/3:hover {
--tw-translate-y: 33.333333%;
}
#printformat .sm\:hover\:translate-y-2\/3:hover {
--tw-translate-y: 66.666667%;
}
#printformat .sm\:hover\:translate-y-1\/4:hover {
--tw-translate-y: 25%;
}
#printformat .sm\:hover\:translate-y-2\/4:hover {
--tw-translate-y: 50%;
}
#printformat .sm\:hover\:translate-y-3\/4:hover {
--tw-translate-y: 75%;
}
#printformat .sm\:hover\:translate-y-full:hover {
--tw-translate-y: 100%;
}
#printformat .sm\:hover\:-translate-y-1\/2:hover {
--tw-translate-y: -50%;
}
#printformat .sm\:hover\:-translate-y-1\/3:hover {
--tw-translate-y: -33.333333%;
}
#printformat .sm\:hover\:-translate-y-2\/3:hover {
--tw-translate-y: -66.666667%;
}
#printformat .sm\:hover\:-translate-y-1\/4:hover {
--tw-translate-y: -25%;
}
#printformat .sm\:hover\:-translate-y-2\/4:hover {
--tw-translate-y: -50%;
}
#printformat .sm\:hover\:-translate-y-3\/4:hover {
--tw-translate-y: -75%;
}
#printformat .sm\:hover\:-translate-y-full:hover {
--tw-translate-y: -100%;
}
#printformat .sm\:focus\:translate-x-0:focus {
--tw-translate-x: 0px;
}
#printformat .sm\:focus\:translate-x-1:focus {
--tw-translate-x: 0.25rem;
}
#printformat .sm\:focus\:translate-x-2:focus {
--tw-translate-x: 0.5rem;
}
#printformat .sm\:focus\:translate-x-3:focus {
--tw-translate-x: 0.75rem;
}
#printformat .sm\:focus\:translate-x-4:focus {
--tw-translate-x: 1rem;
}
#printformat .sm\:focus\:translate-x-5:focus {
--tw-translate-x: 1.25rem;
}
#printformat .sm\:focus\:translate-x-6:focus {
--tw-translate-x: 1.5rem;
}
#printformat .sm\:focus\:translate-x-7:focus {
--tw-translate-x: 1.75rem;
}
#printformat .sm\:focus\:translate-x-8:focus {
--tw-translate-x: 2rem;
}
#printformat .sm\:focus\:translate-x-9:focus {
--tw-translate-x: 2.25rem;
}
#printformat .sm\:focus\:translate-x-10:focus {
--tw-translate-x: 2.5rem;
}
#printformat .sm\:focus\:translate-x-11:focus {
--tw-translate-x: 2.75rem;
}
#printformat .sm\:focus\:translate-x-12:focus {
--tw-translate-x: 3rem;
}
#printformat .sm\:focus\:translate-x-14:focus {
--tw-translate-x: 3.5rem;
}
#printformat .sm\:focus\:translate-x-16:focus {
--tw-translate-x: 4rem;
}
#printformat .sm\:focus\:translate-x-20:focus {
--tw-translate-x: 5rem;
}
#printformat .sm\:focus\:translate-x-24:focus {
--tw-translate-x: 6rem;
}
#printformat .sm\:focus\:translate-x-28:focus {
--tw-translate-x: 7rem;
}
#printformat .sm\:focus\:translate-x-32:focus {
--tw-translate-x: 8rem;
}
#printformat .sm\:focus\:translate-x-36:focus {
--tw-translate-x: 9rem;
}
#printformat .sm\:focus\:translate-x-40:focus {
--tw-translate-x: 10rem;
}
#printformat .sm\:focus\:translate-x-44:focus {
--tw-translate-x: 11rem;
}
#printformat .sm\:focus\:translate-x-48:focus {
--tw-translate-x: 12rem;
}
#printformat .sm\:focus\:translate-x-52:focus {
--tw-translate-x: 13rem;
}
#printformat .sm\:focus\:translate-x-56:focus {
--tw-translate-x: 14rem;
}
#printformat .sm\:focus\:translate-x-60:focus {
--tw-translate-x: 15rem;
}
#printformat .sm\:focus\:translate-x-64:focus {
--tw-translate-x: 16rem;
}
#printformat .sm\:focus\:translate-x-72:focus {
--tw-translate-x: 18rem;
}
#printformat .sm\:focus\:translate-x-80:focus {
--tw-translate-x: 20rem;
}
#printformat .sm\:focus\:translate-x-96:focus {
--tw-translate-x: 24rem;
}
#printformat .sm\:focus\:translate-x-px:focus {
--tw-translate-x: 1px;
}
#printformat .sm\:focus\:translate-x-0\.5:focus {
--tw-translate-x: 0.125rem;
}
#printformat .sm\:focus\:translate-x-1\.5:focus {
--tw-translate-x: 0.375rem;
}
#printformat .sm\:focus\:translate-x-2\.5:focus {
--tw-translate-x: 0.625rem;
}
#printformat .sm\:focus\:translate-x-3\.5:focus {
--tw-translate-x: 0.875rem;
}
#printformat .sm\:focus\:-translate-x-0:focus {
--tw-translate-x: 0px;
}
#printformat .sm\:focus\:-translate-x-1:focus {
--tw-translate-x: -0.25rem;
}
#printformat .sm\:focus\:-translate-x-2:focus {
--tw-translate-x: -0.5rem;
}
#printformat .sm\:focus\:-translate-x-3:focus {
--tw-translate-x: -0.75rem;
}
#printformat .sm\:focus\:-translate-x-4:focus {
--tw-translate-x: -1rem;
}
#printformat .sm\:focus\:-translate-x-5:focus {
--tw-translate-x: -1.25rem;
}
#printformat .sm\:focus\:-translate-x-6:focus {
--tw-translate-x: -1.5rem;
}
#printformat .sm\:focus\:-translate-x-7:focus {
--tw-translate-x: -1.75rem;
}
#printformat .sm\:focus\:-translate-x-8:focus {
--tw-translate-x: -2rem;
}
#printformat .sm\:focus\:-translate-x-9:focus {
--tw-translate-x: -2.25rem;
}
#printformat .sm\:focus\:-translate-x-10:focus {
--tw-translate-x: -2.5rem;
}
#printformat .sm\:focus\:-translate-x-11:focus {
--tw-translate-x: -2.75rem;
}
#printformat .sm\:focus\:-translate-x-12:focus {
--tw-translate-x: -3rem;
}
#printformat .sm\:focus\:-translate-x-14:focus {
--tw-translate-x: -3.5rem;
}
#printformat .sm\:focus\:-translate-x-16:focus {
--tw-translate-x: -4rem;
}
#printformat .sm\:focus\:-translate-x-20:focus {
--tw-translate-x: -5rem;
}
#printformat .sm\:focus\:-translate-x-24:focus {
--tw-translate-x: -6rem;
}
#printformat .sm\:focus\:-translate-x-28:focus {
--tw-translate-x: -7rem;
}
#printformat .sm\:focus\:-translate-x-32:focus {
--tw-translate-x: -8rem;
}
#printformat .sm\:focus\:-translate-x-36:focus {
--tw-translate-x: -9rem;
}
#printformat .sm\:focus\:-translate-x-40:focus {
--tw-translate-x: -10rem;
}
#printformat .sm\:focus\:-translate-x-44:focus {
--tw-translate-x: -11rem;
}
#printformat .sm\:focus\:-translate-x-48:focus {
--tw-translate-x: -12rem;
}
#printformat .sm\:focus\:-translate-x-52:focus {
--tw-translate-x: -13rem;
}
#printformat .sm\:focus\:-translate-x-56:focus {
--tw-translate-x: -14rem;
}
#printformat .sm\:focus\:-translate-x-60:focus {
--tw-translate-x: -15rem;
}
#printformat .sm\:focus\:-translate-x-64:focus {
--tw-translate-x: -16rem;
}
#printformat .sm\:focus\:-translate-x-72:focus {
--tw-translate-x: -18rem;
}
#printformat .sm\:focus\:-translate-x-80:focus {
--tw-translate-x: -20rem;
}
#printformat .sm\:focus\:-translate-x-96:focus {
--tw-translate-x: -24rem;
}
#printformat .sm\:focus\:-translate-x-px:focus {
--tw-translate-x: -1px;
}
#printformat .sm\:focus\:-translate-x-0\.5:focus {
--tw-translate-x: -0.125rem;
}
#printformat .sm\:focus\:-translate-x-1\.5:focus {
--tw-translate-x: -0.375rem;
}
#printformat .sm\:focus\:-translate-x-2\.5:focus {
--tw-translate-x: -0.625rem;
}
#printformat .sm\:focus\:-translate-x-3\.5:focus {
--tw-translate-x: -0.875rem;
}
#printformat .sm\:focus\:translate-x-1\/2:focus {
--tw-translate-x: 50%;
}
#printformat .sm\:focus\:translate-x-1\/3:focus {
--tw-translate-x: 33.333333%;
}
#printformat .sm\:focus\:translate-x-2\/3:focus {
--tw-translate-x: 66.666667%;
}
#printformat .sm\:focus\:translate-x-1\/4:focus {
--tw-translate-x: 25%;
}
#printformat .sm\:focus\:translate-x-2\/4:focus {
--tw-translate-x: 50%;
}
#printformat .sm\:focus\:translate-x-3\/4:focus {
--tw-translate-x: 75%;
}
#printformat .sm\:focus\:translate-x-full:focus {
--tw-translate-x: 100%;
}
#printformat .sm\:focus\:-translate-x-1\/2:focus {
--tw-translate-x: -50%;
}
#printformat .sm\:focus\:-translate-x-1\/3:focus {
--tw-translate-x: -33.333333%;
}
#printformat .sm\:focus\:-translate-x-2\/3:focus {
--tw-translate-x: -66.666667%;
}
#printformat .sm\:focus\:-translate-x-1\/4:focus {
--tw-translate-x: -25%;
}
#printformat .sm\:focus\:-translate-x-2\/4:focus {
--tw-translate-x: -50%;
}
#printformat .sm\:focus\:-translate-x-3\/4:focus {
--tw-translate-x: -75%;
}
#printformat .sm\:focus\:-translate-x-full:focus {
--tw-translate-x: -100%;
}
#printformat .sm\:focus\:translate-y-0:focus {
--tw-translate-y: 0px;
}
#printformat .sm\:focus\:translate-y-1:focus {
--tw-translate-y: 0.25rem;
}
#printformat .sm\:focus\:translate-y-2:focus {
--tw-translate-y: 0.5rem;
}
#printformat .sm\:focus\:translate-y-3:focus {
--tw-translate-y: 0.75rem;
}
#printformat .sm\:focus\:translate-y-4:focus {
--tw-translate-y: 1rem;
}
#printformat .sm\:focus\:translate-y-5:focus {
--tw-translate-y: 1.25rem;
}
#printformat .sm\:focus\:translate-y-6:focus {
--tw-translate-y: 1.5rem;
}
#printformat .sm\:focus\:translate-y-7:focus {
--tw-translate-y: 1.75rem;
}
#printformat .sm\:focus\:translate-y-8:focus {
--tw-translate-y: 2rem;
}
#printformat .sm\:focus\:translate-y-9:focus {
--tw-translate-y: 2.25rem;
}
#printformat .sm\:focus\:translate-y-10:focus {
--tw-translate-y: 2.5rem;
}
#printformat .sm\:focus\:translate-y-11:focus {
--tw-translate-y: 2.75rem;
}
#printformat .sm\:focus\:translate-y-12:focus {
--tw-translate-y: 3rem;
}
#printformat .sm\:focus\:translate-y-14:focus {
--tw-translate-y: 3.5rem;
}
#printformat .sm\:focus\:translate-y-16:focus {
--tw-translate-y: 4rem;
}
#printformat .sm\:focus\:translate-y-20:focus {
--tw-translate-y: 5rem;
}
#printformat .sm\:focus\:translate-y-24:focus {
--tw-translate-y: 6rem;
}
#printformat .sm\:focus\:translate-y-28:focus {
--tw-translate-y: 7rem;
}
#printformat .sm\:focus\:translate-y-32:focus {
--tw-translate-y: 8rem;
}
#printformat .sm\:focus\:translate-y-36:focus {
--tw-translate-y: 9rem;
}
#printformat .sm\:focus\:translate-y-40:focus {
--tw-translate-y: 10rem;
}
#printformat .sm\:focus\:translate-y-44:focus {
--tw-translate-y: 11rem;
}
#printformat .sm\:focus\:translate-y-48:focus {
--tw-translate-y: 12rem;
}
#printformat .sm\:focus\:translate-y-52:focus {
--tw-translate-y: 13rem;
}
#printformat .sm\:focus\:translate-y-56:focus {
--tw-translate-y: 14rem;
}
#printformat .sm\:focus\:translate-y-60:focus {
--tw-translate-y: 15rem;
}
#printformat .sm\:focus\:translate-y-64:focus {
--tw-translate-y: 16rem;
}
#printformat .sm\:focus\:translate-y-72:focus {
--tw-translate-y: 18rem;
}
#printformat .sm\:focus\:translate-y-80:focus {
--tw-translate-y: 20rem;
}
#printformat .sm\:focus\:translate-y-96:focus {
--tw-translate-y: 24rem;
}
#printformat .sm\:focus\:translate-y-px:focus {
--tw-translate-y: 1px;
}
#printformat .sm\:focus\:translate-y-0\.5:focus {
--tw-translate-y: 0.125rem;
}
#printformat .sm\:focus\:translate-y-1\.5:focus {
--tw-translate-y: 0.375rem;
}
#printformat .sm\:focus\:translate-y-2\.5:focus {
--tw-translate-y: 0.625rem;
}
#printformat .sm\:focus\:translate-y-3\.5:focus {
--tw-translate-y: 0.875rem;
}
#printformat .sm\:focus\:-translate-y-0:focus {
--tw-translate-y: 0px;
}
#printformat .sm\:focus\:-translate-y-1:focus {
--tw-translate-y: -0.25rem;
}
#printformat .sm\:focus\:-translate-y-2:focus {
--tw-translate-y: -0.5rem;
}
#printformat .sm\:focus\:-translate-y-3:focus {
--tw-translate-y: -0.75rem;
}
#printformat .sm\:focus\:-translate-y-4:focus {
--tw-translate-y: -1rem;
}
#printformat .sm\:focus\:-translate-y-5:focus {
--tw-translate-y: -1.25rem;
}
#printformat .sm\:focus\:-translate-y-6:focus {
--tw-translate-y: -1.5rem;
}
#printformat .sm\:focus\:-translate-y-7:focus {
--tw-translate-y: -1.75rem;
}
#printformat .sm\:focus\:-translate-y-8:focus {
--tw-translate-y: -2rem;
}
#printformat .sm\:focus\:-translate-y-9:focus {
--tw-translate-y: -2.25rem;
}
#printformat .sm\:focus\:-translate-y-10:focus {
--tw-translate-y: -2.5rem;
}
#printformat .sm\:focus\:-translate-y-11:focus {
--tw-translate-y: -2.75rem;
}
#printformat .sm\:focus\:-translate-y-12:focus {
--tw-translate-y: -3rem;
}
#printformat .sm\:focus\:-translate-y-14:focus {
--tw-translate-y: -3.5rem;
}
#printformat .sm\:focus\:-translate-y-16:focus {
--tw-translate-y: -4rem;
}
#printformat .sm\:focus\:-translate-y-20:focus {
--tw-translate-y: -5rem;
}
#printformat .sm\:focus\:-translate-y-24:focus {
--tw-translate-y: -6rem;
}
#printformat .sm\:focus\:-translate-y-28:focus {
--tw-translate-y: -7rem;
}
#printformat .sm\:focus\:-translate-y-32:focus {
--tw-translate-y: -8rem;
}
#printformat .sm\:focus\:-translate-y-36:focus {
--tw-translate-y: -9rem;
}
#printformat .sm\:focus\:-translate-y-40:focus {
--tw-translate-y: -10rem;
}
#printformat .sm\:focus\:-translate-y-44:focus {
--tw-translate-y: -11rem;
}
#printformat .sm\:focus\:-translate-y-48:focus {
--tw-translate-y: -12rem;
}
#printformat .sm\:focus\:-translate-y-52:focus {
--tw-translate-y: -13rem;
}
#printformat .sm\:focus\:-translate-y-56:focus {
--tw-translate-y: -14rem;
}
#printformat .sm\:focus\:-translate-y-60:focus {
--tw-translate-y: -15rem;
}
#printformat .sm\:focus\:-translate-y-64:focus {
--tw-translate-y: -16rem;
}
#printformat .sm\:focus\:-translate-y-72:focus {
--tw-translate-y: -18rem;
}
#printformat .sm\:focus\:-translate-y-80:focus {
--tw-translate-y: -20rem;
}
#printformat .sm\:focus\:-translate-y-96:focus {
--tw-translate-y: -24rem;
}
#printformat .sm\:focus\:-translate-y-px:focus {
--tw-translate-y: -1px;
}
#printformat .sm\:focus\:-translate-y-0\.5:focus {
--tw-translate-y: -0.125rem;
}
#printformat .sm\:focus\:-translate-y-1\.5:focus {
--tw-translate-y: -0.375rem;
}
#printformat .sm\:focus\:-translate-y-2\.5:focus {
--tw-translate-y: -0.625rem;
}
#printformat .sm\:focus\:-translate-y-3\.5:focus {
--tw-translate-y: -0.875rem;
}
#printformat .sm\:focus\:translate-y-1\/2:focus {
--tw-translate-y: 50%;
}
#printformat .sm\:focus\:translate-y-1\/3:focus {
--tw-translate-y: 33.333333%;
}
#printformat .sm\:focus\:translate-y-2\/3:focus {
--tw-translate-y: 66.666667%;
}
#printformat .sm\:focus\:translate-y-1\/4:focus {
--tw-translate-y: 25%;
}
#printformat .sm\:focus\:translate-y-2\/4:focus {
--tw-translate-y: 50%;
}
#printformat .sm\:focus\:translate-y-3\/4:focus {
--tw-translate-y: 75%;
}
#printformat .sm\:focus\:translate-y-full:focus {
--tw-translate-y: 100%;
}
#printformat .sm\:focus\:-translate-y-1\/2:focus {
--tw-translate-y: -50%;
}
#printformat .sm\:focus\:-translate-y-1\/3:focus {
--tw-translate-y: -33.333333%;
}
#printformat .sm\:focus\:-translate-y-2\/3:focus {
--tw-translate-y: -66.666667%;
}
#printformat .sm\:focus\:-translate-y-1\/4:focus {
--tw-translate-y: -25%;
}
#printformat .sm\:focus\:-translate-y-2\/4:focus {
--tw-translate-y: -50%;
}
#printformat .sm\:focus\:-translate-y-3\/4:focus {
--tw-translate-y: -75%;
}
#printformat .sm\:focus\:-translate-y-full:focus {
--tw-translate-y: -100%;
}
#printformat .sm\:rotate-0 {
--tw-rotate: 0deg;
}
#printformat .sm\:rotate-1 {
--tw-rotate: 1deg;
}
#printformat .sm\:rotate-2 {
--tw-rotate: 2deg;
}
#printformat .sm\:rotate-3 {
--tw-rotate: 3deg;
}
#printformat .sm\:rotate-6 {
--tw-rotate: 6deg;
}
#printformat .sm\:rotate-12 {
--tw-rotate: 12deg;
}
#printformat .sm\:rotate-45 {
--tw-rotate: 45deg;
}
#printformat .sm\:rotate-90 {
--tw-rotate: 90deg;
}
#printformat .sm\:rotate-180 {
--tw-rotate: 180deg;
}
#printformat .sm\:-rotate-180 {
--tw-rotate: -180deg;
}
#printformat .sm\:-rotate-90 {
--tw-rotate: -90deg;
}
#printformat .sm\:-rotate-45 {
--tw-rotate: -45deg;
}
#printformat .sm\:-rotate-12 {
--tw-rotate: -12deg;
}
#printformat .sm\:-rotate-6 {
--tw-rotate: -6deg;
}
#printformat .sm\:-rotate-3 {
--tw-rotate: -3deg;
}
#printformat .sm\:-rotate-2 {
--tw-rotate: -2deg;
}
#printformat .sm\:-rotate-1 {
--tw-rotate: -1deg;
}
#printformat .sm\:hover\:rotate-0:hover {
--tw-rotate: 0deg;
}
#printformat .sm\:hover\:rotate-1:hover {
--tw-rotate: 1deg;
}
#printformat .sm\:hover\:rotate-2:hover {
--tw-rotate: 2deg;
}
#printformat .sm\:hover\:rotate-3:hover {
--tw-rotate: 3deg;
}
#printformat .sm\:hover\:rotate-6:hover {
--tw-rotate: 6deg;
}
#printformat .sm\:hover\:rotate-12:hover {
--tw-rotate: 12deg;
}
#printformat .sm\:hover\:rotate-45:hover {
--tw-rotate: 45deg;
}
#printformat .sm\:hover\:rotate-90:hover {
--tw-rotate: 90deg;
}
#printformat .sm\:hover\:rotate-180:hover {
--tw-rotate: 180deg;
}
#printformat .sm\:hover\:-rotate-180:hover {
--tw-rotate: -180deg;
}
#printformat .sm\:hover\:-rotate-90:hover {
--tw-rotate: -90deg;
}
#printformat .sm\:hover\:-rotate-45:hover {
--tw-rotate: -45deg;
}
#printformat .sm\:hover\:-rotate-12:hover {
--tw-rotate: -12deg;
}
#printformat .sm\:hover\:-rotate-6:hover {
--tw-rotate: -6deg;
}
#printformat .sm\:hover\:-rotate-3:hover {
--tw-rotate: -3deg;
}
#printformat .sm\:hover\:-rotate-2:hover {
--tw-rotate: -2deg;
}
#printformat .sm\:hover\:-rotate-1:hover {
--tw-rotate: -1deg;
}
#printformat .sm\:focus\:rotate-0:focus {
--tw-rotate: 0deg;
}
#printformat .sm\:focus\:rotate-1:focus {
--tw-rotate: 1deg;
}
#printformat .sm\:focus\:rotate-2:focus {
--tw-rotate: 2deg;
}
#printformat .sm\:focus\:rotate-3:focus {
--tw-rotate: 3deg;
}
#printformat .sm\:focus\:rotate-6:focus {
--tw-rotate: 6deg;
}
#printformat .sm\:focus\:rotate-12:focus {
--tw-rotate: 12deg;
}
#printformat .sm\:focus\:rotate-45:focus {
--tw-rotate: 45deg;
}
#printformat .sm\:focus\:rotate-90:focus {
--tw-rotate: 90deg;
}
#printformat .sm\:focus\:rotate-180:focus {
--tw-rotate: 180deg;
}
#printformat .sm\:focus\:-rotate-180:focus {
--tw-rotate: -180deg;
}
#printformat .sm\:focus\:-rotate-90:focus {
--tw-rotate: -90deg;
}
#printformat .sm\:focus\:-rotate-45:focus {
--tw-rotate: -45deg;
}
#printformat .sm\:focus\:-rotate-12:focus {
--tw-rotate: -12deg;
}
#printformat .sm\:focus\:-rotate-6:focus {
--tw-rotate: -6deg;
}
#printformat .sm\:focus\:-rotate-3:focus {
--tw-rotate: -3deg;
}
#printformat .sm\:focus\:-rotate-2:focus {
--tw-rotate: -2deg;
}
#printformat .sm\:focus\:-rotate-1:focus {
--tw-rotate: -1deg;
}
#printformat .sm\:skew-x-0 {
--tw-skew-x: 0deg;
}
#printformat .sm\:skew-x-1 {
--tw-skew-x: 1deg;
}
#printformat .sm\:skew-x-2 {
--tw-skew-x: 2deg;
}
#printformat .sm\:skew-x-3 {
--tw-skew-x: 3deg;
}
#printformat .sm\:skew-x-6 {
--tw-skew-x: 6deg;
}
#printformat .sm\:skew-x-12 {
--tw-skew-x: 12deg;
}
#printformat .sm\:-skew-x-12 {
--tw-skew-x: -12deg;
}
#printformat .sm\:-skew-x-6 {
--tw-skew-x: -6deg;
}
#printformat .sm\:-skew-x-3 {
--tw-skew-x: -3deg;
}
#printformat .sm\:-skew-x-2 {
--tw-skew-x: -2deg;
}
#printformat .sm\:-skew-x-1 {
--tw-skew-x: -1deg;
}
#printformat .sm\:skew-y-0 {
--tw-skew-y: 0deg;
}
#printformat .sm\:skew-y-1 {
--tw-skew-y: 1deg;
}
#printformat .sm\:skew-y-2 {
--tw-skew-y: 2deg;
}
#printformat .sm\:skew-y-3 {
--tw-skew-y: 3deg;
}
#printformat .sm\:skew-y-6 {
--tw-skew-y: 6deg;
}
#printformat .sm\:skew-y-12 {
--tw-skew-y: 12deg;
}
#printformat .sm\:-skew-y-12 {
--tw-skew-y: -12deg;
}
#printformat .sm\:-skew-y-6 {
--tw-skew-y: -6deg;
}
#printformat .sm\:-skew-y-3 {
--tw-skew-y: -3deg;
}
#printformat .sm\:-skew-y-2 {
--tw-skew-y: -2deg;
}
#printformat .sm\:-skew-y-1 {
--tw-skew-y: -1deg;
}
#printformat .sm\:hover\:skew-x-0:hover {
--tw-skew-x: 0deg;
}
#printformat .sm\:hover\:skew-x-1:hover {
--tw-skew-x: 1deg;
}
#printformat .sm\:hover\:skew-x-2:hover {
--tw-skew-x: 2deg;
}
#printformat .sm\:hover\:skew-x-3:hover {
--tw-skew-x: 3deg;
}
#printformat .sm\:hover\:skew-x-6:hover {
--tw-skew-x: 6deg;
}
#printformat .sm\:hover\:skew-x-12:hover {
--tw-skew-x: 12deg;
}
#printformat .sm\:hover\:-skew-x-12:hover {
--tw-skew-x: -12deg;
}
#printformat .sm\:hover\:-skew-x-6:hover {
--tw-skew-x: -6deg;
}
#printformat .sm\:hover\:-skew-x-3:hover {
--tw-skew-x: -3deg;
}
#printformat .sm\:hover\:-skew-x-2:hover {
--tw-skew-x: -2deg;
}
#printformat .sm\:hover\:-skew-x-1:hover {
--tw-skew-x: -1deg;
}
#printformat .sm\:hover\:skew-y-0:hover {
--tw-skew-y: 0deg;
}
#printformat .sm\:hover\:skew-y-1:hover {
--tw-skew-y: 1deg;
}
#printformat .sm\:hover\:skew-y-2:hover {
--tw-skew-y: 2deg;
}
#printformat .sm\:hover\:skew-y-3:hover {
--tw-skew-y: 3deg;
}
#printformat .sm\:hover\:skew-y-6:hover {
--tw-skew-y: 6deg;
}
#printformat .sm\:hover\:skew-y-12:hover {
--tw-skew-y: 12deg;
}
#printformat .sm\:hover\:-skew-y-12:hover {
--tw-skew-y: -12deg;
}
#printformat .sm\:hover\:-skew-y-6:hover {
--tw-skew-y: -6deg;
}
#printformat .sm\:hover\:-skew-y-3:hover {
--tw-skew-y: -3deg;
}
#printformat .sm\:hover\:-skew-y-2:hover {
--tw-skew-y: -2deg;
}
#printformat .sm\:hover\:-skew-y-1:hover {
--tw-skew-y: -1deg;
}
#printformat .sm\:focus\:skew-x-0:focus {
--tw-skew-x: 0deg;
}
#printformat .sm\:focus\:skew-x-1:focus {
--tw-skew-x: 1deg;
}
#printformat .sm\:focus\:skew-x-2:focus {
--tw-skew-x: 2deg;
}
#printformat .sm\:focus\:skew-x-3:focus {
--tw-skew-x: 3deg;
}
#printformat .sm\:focus\:skew-x-6:focus {
--tw-skew-x: 6deg;
}
#printformat .sm\:focus\:skew-x-12:focus {
--tw-skew-x: 12deg;
}
#printformat .sm\:focus\:-skew-x-12:focus {
--tw-skew-x: -12deg;
}
#printformat .sm\:focus\:-skew-x-6:focus {
--tw-skew-x: -6deg;
}
#printformat .sm\:focus\:-skew-x-3:focus {
--tw-skew-x: -3deg;
}
#printformat .sm\:focus\:-skew-x-2:focus {
--tw-skew-x: -2deg;
}
#printformat .sm\:focus\:-skew-x-1:focus {
--tw-skew-x: -1deg;
}
#printformat .sm\:focus\:skew-y-0:focus {
--tw-skew-y: 0deg;
}
#printformat .sm\:focus\:skew-y-1:focus {
--tw-skew-y: 1deg;
}
#printformat .sm\:focus\:skew-y-2:focus {
--tw-skew-y: 2deg;
}
#printformat .sm\:focus\:skew-y-3:focus {
--tw-skew-y: 3deg;
}
#printformat .sm\:focus\:skew-y-6:focus {
--tw-skew-y: 6deg;
}
#printformat .sm\:focus\:skew-y-12:focus {
--tw-skew-y: 12deg;
}
#printformat .sm\:focus\:-skew-y-12:focus {
--tw-skew-y: -12deg;
}
#printformat .sm\:focus\:-skew-y-6:focus {
--tw-skew-y: -6deg;
}
#printformat .sm\:focus\:-skew-y-3:focus {
--tw-skew-y: -3deg;
}
#printformat .sm\:focus\:-skew-y-2:focus {
--tw-skew-y: -2deg;
}
#printformat .sm\:focus\:-skew-y-1:focus {
--tw-skew-y: -1deg;
}
#printformat .sm\:scale-0 {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .sm\:scale-50 {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .sm\:scale-75 {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .sm\:scale-90 {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .sm\:scale-95 {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .sm\:scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .sm\:scale-105 {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .sm\:scale-110 {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .sm\:scale-125 {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .sm\:scale-150 {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .sm\:hover\:scale-0:hover {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .sm\:hover\:scale-50:hover {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .sm\:hover\:scale-75:hover {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .sm\:hover\:scale-90:hover {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .sm\:hover\:scale-95:hover {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .sm\:hover\:scale-100:hover {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .sm\:hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .sm\:hover\:scale-110:hover {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .sm\:hover\:scale-125:hover {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .sm\:hover\:scale-150:hover {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .sm\:focus\:scale-0:focus {
--tw-scale-x: 0;
--tw-scale-y: 0;
}
#printformat .sm\:focus\:scale-50:focus {
--tw-scale-x: .5;
--tw-scale-y: .5;
}
#printformat .sm\:focus\:scale-75:focus {
--tw-scale-x: .75;
--tw-scale-y: .75;
}
#printformat .sm\:focus\:scale-90:focus {
--tw-scale-x: .9;
--tw-scale-y: .9;
}
#printformat .sm\:focus\:scale-95:focus {
--tw-scale-x: .95;
--tw-scale-y: .95;
}
#printformat .sm\:focus\:scale-100:focus {
--tw-scale-x: 1;
--tw-scale-y: 1;
}
#printformat .sm\:focus\:scale-105:focus {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
}
#printformat .sm\:focus\:scale-110:focus {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
}
#printformat .sm\:focus\:scale-125:focus {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
}
#printformat .sm\:focus\:scale-150:focus {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
}
#printformat .sm\:scale-x-0 {
--tw-scale-x: 0;
}
#printformat .sm\:scale-x-50 {
--tw-scale-x: .5;
}
#printformat .sm\:scale-x-75 {
--tw-scale-x: .75;
}
#printformat .sm\:scale-x-90 {
--tw-scale-x: .9;
}
#printformat .sm\:scale-x-95 {
--tw-scale-x: .95;
}
#printformat .sm\:scale-x-100 {
--tw-scale-x: 1;
}
#printformat .sm\:scale-x-105 {
--tw-scale-x: 1.05;
}
#printformat .sm\:scale-x-110 {
--tw-scale-x: 1.1;
}
#printformat .sm\:scale-x-125 {
--tw-scale-x: 1.25;
}
#printformat .sm\:scale-x-150 {
--tw-scale-x: 1.5;
}
#printformat .sm\:scale-y-0 {
--tw-scale-y: 0;
}
#printformat .sm\:scale-y-50 {
--tw-scale-y: .5;
}
#printformat .sm\:scale-y-75 {
--tw-scale-y: .75;
}
#printformat .sm\:scale-y-90 {
--tw-scale-y: .9;
}
#printformat .sm\:scale-y-95 {
--tw-scale-y: .95;
}
#printformat .sm\:scale-y-100 {
--tw-scale-y: 1;
}
#printformat .sm\:scale-y-105 {
--tw-scale-y: 1.05;
}
#printformat .sm\:scale-y-110 {
--tw-scale-y: 1.1;
}
#printformat .sm\:scale-y-125 {
--tw-scale-y: 1.25;
}
#printformat .sm\:scale-y-150 {
--tw-scale-y: 1.5;
}
#printformat .sm\:hover\:scale-x-0:hover {
--tw-scale-x: 0;
}
#printformat .sm\:hover\:scale-x-50:hover {
--tw-scale-x: .5;
}
#printformat .sm\:hover\:scale-x-75:hover {
--tw-scale-x: .75;
}
#printformat .sm\:hover\:scale-x-90:hover {
--tw-scale-x: .9;
}
#printformat .sm\:hover\:scale-x-95:hover {
--tw-scale-x: .95;
}
#printformat .sm\:hover\:scale-x-100:hover {
--tw-scale-x: 1;
}
#printformat .sm\:hover\:scale-x-105:hover {
--tw-scale-x: 1.05;
}
#printformat .sm\:hover\:scale-x-110:hover {
--tw-scale-x: 1.1;
}
#printformat .sm\:hover\:scale-x-125:hover {
--tw-scale-x: 1.25;
}
#printformat .sm\:hover\:scale-x-150:hover {
--tw-scale-x: 1.5;
}
#printformat .sm\:hover\:scale-y-0:hover {
--tw-scale-y: 0;
}
#printformat .sm\:hover\:scale-y-50:hover {
--tw-scale-y: .5;
}
#printformat .sm\:hover\:scale-y-75:hover {
--tw-scale-y: .75;
}
#printformat .sm\:hover\:scale-y-90:hover {
--tw-scale-y: .9;
}
#printformat .sm\:hover\:scale-y-95:hover {
--tw-scale-y: .95;
}
#printformat .sm\:hover\:scale-y-100:hover {
--tw-scale-y: 1;
}
#printformat .sm\:hover\:scale-y-105:hover {
--tw-scale-y: 1.05;
}
#printformat .sm\:hover\:scale-y-110:hover {
--tw-scale-y: 1.1;
}
#printformat .sm\:hover\:scale-y-125:hover {
--tw-scale-y: 1.25;
}
#printformat .sm\:hover\:scale-y-150:hover {
--tw-scale-y: 1.5;
}
#printformat .sm\:focus\:scale-x-0:focus {
--tw-scale-x: 0;
}
#printformat .sm\:focus\:scale-x-50:focus {
--tw-scale-x: .5;
}
#printformat .sm\:focus\:scale-x-75:focus {
--tw-scale-x: .75;
}
#printformat .sm\:focus\:scale-x-90:focus {
--tw-scale-x: .9;
}
#printformat .sm\:focus\:scale-x-95:focus {
--tw-scale-x: .95;
}
#printformat .sm\:focus\:scale-x-100:focus {
--tw-scale-x: 1;
}
#printformat .sm\:focus\:scale-x-105:focus {
--tw-scale-x: 1.05;
}
#printformat .sm\:focus\:scale-x-110:focus {
--tw-scale-x: 1.1;
}
#printformat .sm\:focus\:scale-x-125:focus {
--tw-scale-x: 1.25;
}
#printformat .sm\:focus\:scale-x-150:focus {
--tw-scale-x: 1.5;
}
#printformat .sm\:focus\:scale-y-0:focus {
--tw-scale-y: 0;
}
#printformat .sm\:focus\:scale-y-50:focus {
--tw-scale-y: .5;
}
#printformat .sm\:focus\:scale-y-75:focus {
--tw-scale-y: .75;
}
#printformat .sm\:focus\:scale-y-90:focus {
--tw-scale-y: .9;
}
#printformat .sm\:focus\:scale-y-95:focus {
--tw-scale-y: .95;
}
#printformat .sm\:focus\:scale-y-100:focus {
--tw-scale-y: 1;
}
#printformat .sm\:focus\:scale-y-105:focus {
--tw-scale-y: 1.05;
}
#printformat .sm\:focus\:scale-y-110:focus {
--tw-scale-y: 1.1;
}
#printformat .sm\:focus\:scale-y-125:focus {
--tw-scale-y: 1.25;
}
#printformat .sm\:focus\:scale-y-150:focus {
--tw-scale-y: 1.5;
}
#printformat .sm\:animate-none {
-webkit-animation: none;
animation: none;
}
#printformat .sm\:animate-spin {
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
#printformat .sm\:animate-ping {
-webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#printformat .sm\:animate-pulse {
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#printformat .sm\:animate-bounce {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
#printformat .sm\:cursor-auto {
cursor: auto;
}
#printformat .sm\:cursor-default {
cursor: default;
}
#printformat .sm\:cursor-pointer {
cursor: pointer;
}
#printformat .sm\:cursor-wait {
cursor: wait;
}
#printformat .sm\:cursor-text {
cursor: text;
}
#printformat .sm\:cursor-move {
cursor: move;
}
#printformat .sm\:cursor-help {
cursor: help;
}
#printformat .sm\:cursor-not-allowed {
cursor: not-allowed;
}
#printformat .sm\:select-none {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#printformat .sm\:select-text {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
#printformat .sm\:select-all {
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}
#printformat .sm\:select-auto {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
#printformat .sm\:resize-none {
resize: none;
}
#printformat .sm\:resize-y {
resize: vertical;
}
#printformat .sm\:resize-x {
resize: horizontal;
}
#printformat .sm\:resize {
resize: both;
}
#printformat .sm\:list-inside {
list-style-position: inside;
}
#printformat .sm\:list-outside {
list-style-position: outside;
}
#printformat .sm\:list-none {
list-style-type: none;
}
#printformat .sm\:list-disc {
list-style-type: disc;
}
#printformat .sm\:list-decimal {
list-style-type: decimal;
}
#printformat .sm\:appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#printformat .sm\:auto-cols-auto {
grid-auto-columns: auto;
}
#printformat .sm\:auto-cols-min {
grid-auto-columns: -webkit-min-content;
grid-auto-columns: min-content;
}
#printformat .sm\:auto-cols-max {
grid-auto-columns: -webkit-max-content;
grid-auto-columns: max-content;
}
#printformat .sm\:auto-cols-fr {
grid-auto-columns: minmax(0, 1fr);
}
#printformat .sm\:grid-flow-row {
grid-auto-flow: row;
}
#printformat .sm\:grid-flow-col {
grid-auto-flow: column;
}
#printformat .sm\:grid-flow-row-dense {
grid-auto-flow: row dense;
}
#printformat .sm\:grid-flow-col-dense {
grid-auto-flow: column dense;
}
#printformat .sm\:auto-rows-auto {
grid-auto-rows: auto;
}
#printformat .sm\:auto-rows-min {
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
}
#printformat .sm\:auto-rows-max {
grid-auto-rows: -webkit-max-content;
grid-auto-rows: max-content;
}
#printformat .sm\:auto-rows-fr {
grid-auto-rows: minmax(0, 1fr);
}
#printformat .sm\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
#printformat .sm\:grid-cols-none {
grid-template-columns: none;
}
#printformat .sm\:grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr));
}
#printformat .sm\:grid-rows-none {
grid-template-rows: none;
}
#printformat .sm\:flex-row {
flex-direction: row;
}
#printformat .sm\:flex-row-reverse {
flex-direction: row-reverse;
}
#printformat .sm\:flex-col {
flex-direction: column;
}
#printformat .sm\:flex-col-reverse {
flex-direction: column-reverse;
}
#printformat .sm\:flex-wrap {
flex-wrap: wrap;
}
#printformat .sm\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
#printformat .sm\:flex-nowrap {
flex-wrap: nowrap;
}
#printformat .sm\:place-content-center {
place-content: center;
}
#printformat .sm\:place-content-start {
place-content: start;
}
#printformat .sm\:place-content-end {
place-content: end;
}
#printformat .sm\:place-content-between {
place-content: space-between;
}
#printformat .sm\:place-content-around {
place-content: space-around;
}
#printformat .sm\:place-content-evenly {
place-content: space-evenly;
}
#printformat .sm\:place-content-stretch {
place-content: stretch;
}
#printformat .sm\:place-items-start {
place-items: start;
}
#printformat .sm\:place-items-end {
place-items: end;
}
#printformat .sm\:place-items-center {
place-items: center;
}
#printformat .sm\:place-items-stretch {
place-items: stretch;
}
#printformat .sm\:content-center {
align-content: center;
}
#printformat .sm\:content-start {
align-content: flex-start;
}
#printformat .sm\:content-end {
align-content: flex-end;
}
#printformat .sm\:content-between {
align-content: space-between;
}
#printformat .sm\:content-around {
align-content: space-around;
}
#printformat .sm\:content-evenly {
align-content: space-evenly;
}
#printformat .sm\:items-start {
align-items: flex-start;
}
#printformat .sm\:items-end {
align-items: flex-end;
}
#printformat .sm\:items-center {
align-items: center;
}
#printformat .sm\:items-baseline {
align-items: baseline;
}
#printformat .sm\:items-stretch {
align-items: stretch;
}
#printformat .sm\:justify-start {
justify-content: flex-start;
}
#printformat .sm\:justify-end {
justify-content: flex-end;
}
#printformat .sm\:justify-center {
justify-content: center;
}
#printformat .sm\:justify-between {
justify-content: space-between;
}
#printformat .sm\:justify-around {
justify-content: space-around;
}
#printformat .sm\:justify-evenly {
justify-content: space-evenly;
}
#printformat .sm\:justify-items-start {
justify-items: start;
}
#printformat .sm\:justify-items-end {
justify-items: end;
}
#printformat .sm\:justify-items-center {
justify-items: center;
}
#printformat .sm\:justify-items-stretch {
justify-items: stretch;
}
#printformat .sm\:gap-0 {
gap: 0px;
}
#printformat .sm\:gap-1 {
gap: 0.25rem;
}
#printformat .sm\:gap-2 {
gap: 0.5rem;
}
#printformat .sm\:gap-3 {
gap: 0.75rem;
}
#printformat .sm\:gap-4 {
gap: 1rem;
}
#printformat .sm\:gap-5 {
gap: 1.25rem;
}
#printformat .sm\:gap-6 {
gap: 1.5rem;
}
#printformat .sm\:gap-7 {
gap: 1.75rem;
}
#printformat .sm\:gap-8 {
gap: 2rem;
}
#printformat .sm\:gap-9 {
gap: 2.25rem;
}
#printformat .sm\:gap-10 {
gap: 2.5rem;
}
#printformat .sm\:gap-11 {
gap: 2.75rem;
}
#printformat .sm\:gap-12 {
gap: 3rem;
}
#printformat .sm\:gap-14 {
gap: 3.5rem;
}
#printformat .sm\:gap-16 {
gap: 4rem;
}
#printformat .sm\:gap-20 {
gap: 5rem;
}
#printformat .sm\:gap-24 {
gap: 6rem;
}
#printformat .sm\:gap-28 {
gap: 7rem;
}
#printformat .sm\:gap-32 {
gap: 8rem;
}
#printformat .sm\:gap-36 {
gap: 9rem;
}
#printformat .sm\:gap-40 {
gap: 10rem;
}
#printformat .sm\:gap-44 {
gap: 11rem;
}
#printformat .sm\:gap-48 {
gap: 12rem;
}
#printformat .sm\:gap-52 {
gap: 13rem;
}
#printformat .sm\:gap-56 {
gap: 14rem;
}
#printformat .sm\:gap-60 {
gap: 15rem;
}
#printformat .sm\:gap-64 {
gap: 16rem;
}
#printformat .sm\:gap-72 {
gap: 18rem;
}
#printformat .sm\:gap-80 {
gap: 20rem;
}
#printformat .sm\:gap-96 {
gap: 24rem;
}
#printformat .sm\:gap-px {
gap: 1px;
}
#printformat .sm\:gap-0\.5 {
gap: 0.125rem;
}
#printformat .sm\:gap-1\.5 {
gap: 0.375rem;
}
#printformat .sm\:gap-2\.5 {
gap: 0.625rem;
}
#printformat .sm\:gap-3\.5 {
gap: 0.875rem;
}
#printformat .sm\:gap-x-0 {
-moz-column-gap: 0px;
column-gap: 0px;
}
#printformat .sm\:gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}
#printformat .sm\:gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}
#printformat .sm\:gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
}
#printformat .sm\:gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
}
#printformat .sm\:gap-x-5 {
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
#printformat .sm\:gap-x-6 {
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;
}
#printformat .sm\:gap-x-7 {
-moz-column-gap: 1.75rem;
column-gap: 1.75rem;
}
#printformat .sm\:gap-x-8 {
-moz-column-gap: 2rem;
column-gap: 2rem;
}
#printformat .sm\:gap-x-9 {
-moz-column-gap: 2.25rem;
column-gap: 2.25rem;
}
#printformat .sm\:gap-x-10 {
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
}
#printformat .sm\:gap-x-11 {
-moz-column-gap: 2.75rem;
column-gap: 2.75rem;
}
#printformat .sm\:gap-x-12 {
-moz-column-gap: 3rem;
column-gap: 3rem;
}
#printformat .sm\:gap-x-14 {
-moz-column-gap: 3.5rem;
column-gap: 3.5rem;
}
#printformat .sm\:gap-x-16 {
-moz-column-gap: 4rem;
column-gap: 4rem;
}
#printformat .sm\:gap-x-20 {
-moz-column-gap: 5rem;
column-gap: 5rem;
}
#printformat .sm\:gap-x-24 {
-moz-column-gap: 6rem;
column-gap: 6rem;
}
#printformat .sm\:gap-x-28 {
-moz-column-gap: 7rem;
column-gap: 7rem;
}
#printformat .sm\:gap-x-32 {
-moz-column-gap: 8rem;
column-gap: 8rem;
}
#printformat .sm\:gap-x-36 {
-moz-column-gap: 9rem;
column-gap: 9rem;
}
#printformat .sm\:gap-x-40 {
-moz-column-gap: 10rem;
column-gap: 10rem;
}
#printformat .sm\:gap-x-44 {
-moz-column-gap: 11rem;
column-gap: 11rem;
}
#printformat .sm\:gap-x-48 {
-moz-column-gap: 12rem;
column-gap: 12rem;
}
#printformat .sm\:gap-x-52 {
-moz-column-gap: 13rem;
column-gap: 13rem;
}
#printformat .sm\:gap-x-56 {
-moz-column-gap: 14rem;
column-gap: 14rem;
}
#printformat .sm\:gap-x-60 {
-moz-column-gap: 15rem;
column-gap: 15rem;
}
#printformat .sm\:gap-x-64 {
-moz-column-gap: 16rem;
column-gap: 16rem;
}
#printformat .sm\:gap-x-72 {
-moz-column-gap: 18rem;
column-gap: 18rem;
}
#printformat .sm\:gap-x-80 {
-moz-column-gap: 20rem;
column-gap: 20rem;
}
#printformat .sm\:gap-x-96 {
-moz-column-gap: 24rem;
column-gap: 24rem;
}
#printformat .sm\:gap-x-px {
-moz-column-gap: 1px;
column-gap: 1px;
}
#printformat .sm\:gap-x-0\.5 {
-moz-column-gap: 0.125rem;
column-gap: 0.125rem;
}
#printformat .sm\:gap-x-1\.5 {
-moz-column-gap: 0.375rem;
column-gap: 0.375rem;
}
#printformat .sm\:gap-x-2\.5 {
-moz-column-gap: 0.625rem;
column-gap: 0.625rem;
}
#printformat .sm\:gap-x-3\.5 {
-moz-column-gap: 0.875rem;
column-gap: 0.875rem;
}
#printformat .sm\:gap-y-0 {
row-gap: 0px;
}
#printformat .sm\:gap-y-1 {
row-gap: 0.25rem;
}
#printformat .sm\:gap-y-2 {
row-gap: 0.5rem;
}
#printformat .sm\:gap-y-3 {
row-gap: 0.75rem;
}
#printformat .sm\:gap-y-4 {
row-gap: 1rem;
}
#printformat .sm\:gap-y-5 {
row-gap: 1.25rem;
}
#printformat .sm\:gap-y-6 {
row-gap: 1.5rem;
}
#printformat .sm\:gap-y-7 {
row-gap: 1.75rem;
}
#printformat .sm\:gap-y-8 {
row-gap: 2rem;
}
#printformat .sm\:gap-y-9 {
row-gap: 2.25rem;
}
#printformat .sm\:gap-y-10 {
row-gap: 2.5rem;
}
#printformat .sm\:gap-y-11 {
row-gap: 2.75rem;
}
#printformat .sm\:gap-y-12 {
row-gap: 3rem;
}
#printformat .sm\:gap-y-14 {
row-gap: 3.5rem;
}
#printformat .sm\:gap-y-16 {
row-gap: 4rem;
}
#printformat .sm\:gap-y-20 {
row-gap: 5rem;
}
#printformat .sm\:gap-y-24 {
row-gap: 6rem;
}
#printformat .sm\:gap-y-28 {
row-gap: 7rem;
}
#printformat .sm\:gap-y-32 {
row-gap: 8rem;
}
#printformat .sm\:gap-y-36 {
row-gap: 9rem;
}
#printformat .sm\:gap-y-40 {
row-gap: 10rem;
}
#printformat .sm\:gap-y-44 {
row-gap: 11rem;
}
#printformat .sm\:gap-y-48 {
row-gap: 12rem;
}
#printformat .sm\:gap-y-52 {
row-gap: 13rem;
}
#printformat .sm\:gap-y-56 {
row-gap: 14rem;
}
#printformat .sm\:gap-y-60 {
row-gap: 15rem;
}
#printformat .sm\:gap-y-64 {
row-gap: 16rem;
}
#printformat .sm\:gap-y-72 {
row-gap: 18rem;
}
#printformat .sm\:gap-y-80 {
row-gap: 20rem;
}
#printformat .sm\:gap-y-96 {
row-gap: 24rem;
}
#printformat .sm\:gap-y-px {
row-gap: 1px;
}
#printformat .sm\:gap-y-0\.5 {
row-gap: 0.125rem;
}
#printformat .sm\:gap-y-1\.5 {
row-gap: 0.375rem;
}
#printformat .sm\:gap-y-2\.5 {
row-gap: 0.625rem;
}
#printformat .sm\:gap-y-3\.5 {
row-gap: 0.875rem;
}
#printformat .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0px * var(--tw-space-x-reverse));
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.75rem * var(--tw-space-x-reverse));
margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.25rem * var(--tw-space-x-reverse));
margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.75rem * var(--tw-space-x-reverse));
margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(3rem * var(--tw-space-x-reverse));
margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(3.5rem * var(--tw-space-x-reverse));
margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(5rem * var(--tw-space-x-reverse));
margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(6rem * var(--tw-space-x-reverse));
margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(7rem * var(--tw-space-x-reverse));
margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(8rem * var(--tw-space-x-reverse));
margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(9rem * var(--tw-space-x-reverse));
margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(10rem * var(--tw-space-x-reverse));
margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(11rem * var(--tw-space-x-reverse));
margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(12rem * var(--tw-space-x-reverse));
margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(13rem * var(--tw-space-x-reverse));
margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(14rem * var(--tw-space-x-reverse));
margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(15rem * var(--tw-space-x-reverse));
margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(16rem * var(--tw-space-x-reverse));
margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(18rem * var(--tw-space-x-reverse));
margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(20rem * var(--tw-space-x-reverse));
margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(24rem * var(--tw-space-x-reverse));
margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1px * var(--tw-space-x-reverse));
margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.125rem * var(--tw-space-x-reverse));
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.625rem * var(--tw-space-x-reverse));
margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.875rem * var(--tw-space-x-reverse));
margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0px * var(--tw-space-x-reverse));
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1rem * var(--tw-space-x-reverse));
margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2rem * var(--tw-space-x-reverse));
margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-3rem * var(--tw-space-x-reverse));
margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-4rem * var(--tw-space-x-reverse));
margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-5rem * var(--tw-space-x-reverse));
margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-6rem * var(--tw-space-x-reverse));
margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-7rem * var(--tw-space-x-reverse));
margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-8rem * var(--tw-space-x-reverse));
margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-9rem * var(--tw-space-x-reverse));
margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-10rem * var(--tw-space-x-reverse));
margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-11rem * var(--tw-space-x-reverse));
margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-12rem * var(--tw-space-x-reverse));
margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-13rem * var(--tw-space-x-reverse));
margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-14rem * var(--tw-space-x-reverse));
margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-15rem * var(--tw-space-x-reverse));
margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-16rem * var(--tw-space-x-reverse));
margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-18rem * var(--tw-space-x-reverse));
margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-20rem * var(--tw-space-x-reverse));
margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-24rem * var(--tw-space-x-reverse));
margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-1px * var(--tw-space-x-reverse));
margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
#printformat .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}
#printformat .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}
#printformat .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 1;
}
#printformat .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 1;
}
#printformat .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(0px * var(--tw-divide-x-reverse));
border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(2px * var(--tw-divide-x-reverse));
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(4px * var(--tw-divide-x-reverse));
border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(8px * var(--tw-divide-x-reverse));
border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
#printformat .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
#printformat .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
#printformat .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
#printformat .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
#printformat .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
#printformat .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 1;
}
#printformat .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 1;
}
#printformat .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
border-style: solid;
}
#printformat .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
border-style: dashed;
}
#printformat .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
border-style: dotted;
}
#printformat .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
border-style: double;
}
#printformat .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
border-style: none;
}
#printformat .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
border-color: transparent;
}
#printformat .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
border-color: currentColor;
}
#printformat .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}
#printformat .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}
#printformat .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}
#printformat .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}
#printformat .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}
#printformat .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}
#printformat .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}
#printformat .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}
#printformat .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}
#printformat .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}
#printformat .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0;
}
#printformat .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.05;
}
#printformat .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.1;
}
#printformat .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.2;
}
#printformat .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.25;
}
#printformat .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.3;
}
#printformat .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.4;
}
#printformat .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.5;
}
#printformat .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.6;
}
#printformat .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.7;
}
#printformat .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.75;
}
#printformat .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.8;
}
#printformat .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.9;
}
#printformat .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 0.95;
}
#printformat .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
}
#printformat .sm\:place-self-auto {
place-self: auto;
}
#printformat .sm\:place-self-start {
place-self: start;
}
#printformat .sm\:place-self-end {
place-self: end;
}
#printformat .sm\:place-self-center {
place-self: center;
}
#printformat .sm\:place-self-stretch {
place-self: stretch;
}
#printformat .sm\:self-auto {
align-self: auto;
}
#printformat .sm\:self-start {
align-self: flex-start;
}
#printformat .sm\:self-end {
align-self: flex-end;
}
#printformat .sm\:self-center {
align-self: center;
}
#printformat .sm\:self-stretch {
align-self: stretch;
}
#printformat .sm\:self-baseline {
align-self: baseline;
}
#printformat .sm\:justify-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment