@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
} /*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden='until-found'])) {
    display: none;
}
* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-family: Noto Sans TC, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.topbar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    display: flex;
    height: 49px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(1 72 126 / var(--tw-bg-opacity));
}
.navbar {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.title {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mainContainer {
    display: flex;
    min-height: 100svh;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.main {
    display: flex;
    min-height: 100%;
    width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    padding-top: 49px;
}
.innerContainer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 36rem;
    flex: 1 1 0%;
    flex-direction: column;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.featureCard {
    position: relative;
    display: grid;
    width: 116px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(22 70 122 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.875rem;
}
.homeBg {
    -webkit-mask-image: radial-gradient(
        circle,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: radial-gradient(
        circle,
        rgba(0, 0, 0, 1) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.55;
}
.listItems li {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
}
.listItems li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listItems li a .itemLeft {
    display: flex;
    align-items: center;
}
.imageWrapper {
    position: relative;
    display: inline-block;
}
.listItems li:hover a .itemLeft {
    --tw-text-opacity: 1;
    color: rgb(1 72 126 / var(--tw-text-opacity));
}
.listItems li:hover a .itemLeft .imageWrapper::after {
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(1 72 126 / var(--tw-bg-opacity));
    opacity: 0.7;
    mix-blend-mode: color;
    --tw-content: '';
    content: var(--tw-content);
}
.note {
    font-size: 0.87rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}
.required {
    --tw-text-opacity: 1;
    color: rgb(255 67 67 / var(--tw-text-opacity));
}
.form {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-bottom: 1.25rem;
}
.form .formGroup {
    position: relative;
    display: grid;
}
.form .formGroup .formTitle {
    margin-bottom: 0.5rem;
    font-size: 1.06rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.formControl {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 209 209 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.87rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.formControl:focus {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 209 209 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.formControl:disabled {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 220 220 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(137 137 137 / var(--tw-text-opacity)) !important;
}
[type='number']::-webkit-outer-spin-button,
[type='number']::-webkit-inner-spin-button {
    margin: 0px;
    -webkit-appearance: none;
    appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
select:invalid:required {
    --tw-text-opacity: 1;
    color: rgb(137 137 137 / var(--tw-text-opacity));
}
.btn {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(1 72 126 / var(--tw-bg-opacity));
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.12rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bigBtn {
    border-radius: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.12rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.cate {
    width: 6rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: center;
    font-size: 0.87rem;
    font-weight: 400;
}
.form .formBtn {
    margin-top: auto;
    align-self: flex-end;
}
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: flex;
    height: 100svh;
    width: 100vw;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 0.5);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.popup.expandContent {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.smallContent {
    display: flex;
    min-height: 10rem;
    width: 100%;
    max-width: 18rem;
    flex-direction: column;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.popupContent {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    text-align: center;
}
.popupContent h1 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1.12rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(69 69 69 / var(--tw-text-opacity));
}
.popupFooter {
    display: flex;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.loginBg {
    position: relative;
    margin-top: auto;
    height: 24rem;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.tabs {
    -ms-overflow-style: none;
    overflow: -moz-hidden-unscrollable;
    scrollbar-width: none;
    overflow: scroll;
    white-space: nowrap;
    text-align: center;
}
.tabs::-webkit-scrollbar {
    display: none;
}
.tabs .tab {
    display: inline-block;
    width: 8rem;
    font-size: 1.06rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(137 137 137 / var(--tw-text-opacity));
}
.tabs .tab[data-ui~='active'] {
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(1 72 126 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cardContent {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.articleCard {
    margin-bottom: 0.75rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 1.25rem;
}
.articleCard:last-child {
    margin-bottom: 0px;
}
.tag {
    border-radius: 3px;
    border-width: 1px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
}
.accordion .contentBox {
    position: relative;
    margin-bottom: 1.25rem;
}
.accordion .contentBox .label {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(1 72 126 / var(--tw-text-opacity));
}
.accordion .contentBox .content {
    position: relative;
    height: 0px;
    overflow: hidden;
    overflow-y: auto;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.accordion .contentBox.active .label svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion .contentBox.active .content {
    height: auto;
}
.accordion .contentBox .content .list {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    font-size: 0.93rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(69 69 69 / var(--tw-text-opacity));
}
.defectCard {
    margin-bottom: 1.25rem;
    display: grid;
    gap: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}
.statusTag {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.87rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.customPicker {
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: nowrap;
}
.customPicker:last-child {
    margin-bottom: 0px;
}
.customPicker .square {
    display: flex;
    width: 4rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.customPicker .square [type='radio'],
.customPicker .square [type='checkbox'] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.customPicker .square [type='radio']::before,
.customPicker .square [type='checkbox']::before {
    display: block;
    aspect-ratio: 1 / 1;
    width: 1.25rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(151 151 151 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.customPicker .square [type='radio']:checked::before,
.customPicker .square [type='checkbox']:checked::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(1 72 126 / var(--tw-bg-opacity));
}
.customPicker .square [type='radio']:checked::after,
.customPicker .square [type='checkbox']:checked::after {
    position: absolute;
    top: 33.333333%;
    left: 50%;
    display: block;
    height: 0.625rem;
    width: 0.375rem;
    --tw-translate-y: -33.333333%;
    --tw-translate-x: -50%;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-right-width: 2px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.customPicker .pickerLabel {
    display: grid;
    flex: 1 1 0%;
    gap: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.imgGroup {
    margin-top: 0.375rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.625rem;
}
.imgGroup img {
    aspect-ratio: 1 / 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.bottom-5 {
    bottom: 1.25rem;
}
.bottom-7 {
    bottom: 1.75rem;
}
.left-2\/4 {
    left: 50%;
}
.left-4 {
    left: 1rem;
}
.right-0 {
    right: 0px;
}
.right-4 {
    right: 1rem;
}
.right-5 {
    right: 1.25rem;
}
.top-0 {
    top: 0px;
}
.top-2\/4 {
    top: 50%;
}
.top-6 {
    top: 1.5rem;
}
.-z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-\[18px\] {
    margin-bottom: 18px;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3\.5 {
    margin-top: 0.875rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.w-16 {
    width: 4rem;
}
.w-\[152px\] {
    width: 152px;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.max-w-60 {
    max-width: 15rem;
}
.max-w-\[90px\] {
    max-width: 90px;
}
.max-w-lg {
    max-width: 32rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.-translate-x-2\/4 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-cols-feature {
    grid-template-columns: repeat(auto-fill, minmax(116px, 116px));
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-\[18px\] {
    gap: 18px;
}
.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}
.gap-y-1\.5 {
    row-gap: 0.375rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-gray-6 {
    --tw-border-opacity: 1;
    border-color: rgb(207 207 207 / var(--tw-border-opacity));
}
.bg-blue-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(83 153 206 / var(--tw-bg-opacity));
}
.bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(104 104 104 / var(--tw-bg-opacity));
}
.bg-light-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-light-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.p-3 {
    padding: 0.75rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pt-2\.5 {
    padding-top: 0.625rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.text-center {
    text-align: center;
}
.indent-7 {
    text-indent: 1.75rem;
}
.text-base-regular {
    font-size: 1rem;
    font-weight: 400;
}
.text-body-medium {
    font-size: 1.06rem;
    font-weight: 500;
}
.text-body-regular {
    font-size: 1.06rem;
    font-weight: 400;
}
.text-large-medium {
    font-size: 1.12rem;
    font-weight: 500;
}
.text-little-regular {
    font-size: 0.81rem;
    font-weight: 400;
}
.text-subtitle-medium {
    font-size: 0.93rem;
    font-weight: 500;
}
.text-subtitle-regular {
    font-size: 0.93rem;
    font-weight: 400;
}
.text-xs-regular {
    font-size: 0.75rem;
    font-weight: 400;
}
.text-blue-1 {
    --tw-text-opacity: 1;
    color: rgb(1 72 126 / var(--tw-text-opacity));
}
.text-blue-2 {
    --tw-text-opacity: 1;
    color: rgb(83 153 206 / var(--tw-text-opacity));
}
.text-blue-5 {
    --tw-text-opacity: 1;
    color: rgb(30 116 253 / var(--tw-text-opacity));
}
.text-blue-6 {
    --tw-text-opacity: 1;
    color: rgb(172 223 239 / var(--tw-text-opacity));
}
.text-dark-1 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark-2 {
    --tw-text-opacity: 1;
    color: rgb(69 69 69 / var(--tw-text-opacity));
}
.text-gray-1 {
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}
.text-light-1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-orange-2 {
    --tw-text-opacity: 1;
    color: rgb(250 130 37 / var(--tw-text-opacity));
}

.negative {
    --tw-border-opacity: 1;
    border-color: rgb(255 67 67 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 67 67 / var(--tw-text-opacity));
}

.progressing {
    --tw-border-opacity: 1;
    border-color: rgb(1 72 126 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(1 72 126 / var(--tw-text-opacity));
}

.done {
    --tw-border-opacity: 1;
    border-color: rgb(104 104 104 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}

.waiting {
    --tw-border-opacity: 1;
    border-color: rgb(255 161 85 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 161 85 / var(--tw-bg-opacity));
}
.terminate {
    --tw-border-opacity: 1;
    border-color: rgb(238 114 114 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(238 114 114 / var(--tw-bg-opacity));
}
.pending {
    --tw-border-opacity: 1;
    border-color: rgb(59 162 244 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(59 162 244 / var(--tw-bg-opacity));
}
.finished {
    --tw-border-opacity: 1;
    border-color: rgb(136 136 136 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}

#reader__dashboard {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
