/*
! tailwindcss v3.1.6 | 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 {
  -webkit-box-sizing: border-box;
          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.
*/

html {
  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, -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"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-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;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/* 預設所有元素 ==>relative */
* {
  position: relative;
}
/* 主體背景色、高度 */
body {
  min-height: 100vh;
}
@media (min-width: 768px) {

  body {
    height: 100vh;
  }
}
/* 內容區塊樣式 */
.main {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(214 239 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .main {
    height: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }

  .main > div {
    height: 100%;
    min-height: 100%;
  }
}
/* Footer區塊樣式 */
.footer {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .footer {
    height: 10%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .footer {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .footer {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* Logo樣式 */
.Copyright {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: none;
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-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));
          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));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .Copyright {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
/* 側邊選單容器 */
.sidebarContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
@media (min-width: 768px) {

  .sidebarContainer {
    z-index: 0;
    display: none;
  }
}
/* 側邊選單開關按鈕 */
.sidebarBtn {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.4em;
  --tw-text-opacity: 1;
  color: rgb(69 105 128 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .sidebarBtn {
    z-index: 0;
    display: none;
  }
}
/* 側邊選單標題 */
.sidebarHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-all;
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .sidebarHeader {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .sidebarHeader {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* 側邊選單功能按鈕 */
.sildbarMenuBtn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.sildbarMenu {
  position: absolute;
  left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(214 239 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(69 105 128 / var(--tw-text-opacity));
}
/* 主選單樣式 */
.MenuList {
  display: grid;
  height: 50%;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  overflow-y: auto;
  padding: 3%;
}
@media (min-width: 768px) {

  .MenuList {
    height: 100%;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    padding: 5%;
  }
}
@media (min-width: 1024px) {

  .MenuList {
    height: 100%;
  }
}
/* 主選單Div樣式 */
.MenuList > div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {

  .MenuList > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* 主選單使用者容器樣式 */
.MenuListchild1 {
  grid-column: span 2 / span 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(170 169 169 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.5);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .MenuListchild1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* 主選單按鈕樣式 */
.MenuBtn {
  margin: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {

  .MenuBtn {
    margin: 0px;
  }
}
.MenuList .MenuBtn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  width: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(69 105 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.MenuList .MenuBtn > div:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .MenuList .MenuBtn > div {
    height: 90%;
    width: 80%;
  }
}
.MenuList .MenuBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(69 105 128 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .MenuList .MenuBtn a {
    padding: 1rem;
  }
}
.MenuList .MenuBtn span {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .MenuList .MenuBtn span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .MenuList .MenuBtn span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .MenuList .MenuBtn span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.MenuList .MenuBtn svg {
  height: 35%;
}
.searchBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 25%;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.searchBtn:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.SearchBar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 25%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.UserBox {
  display: none;
  padding: 1rem;
}
@media (min-width: 768px) {

  .UserBox {
    display: block;
  }
}
.UserBox .NameBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .UserBox .NameBox {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.UserBox .BtnContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(69 105 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(214 239 255 / var(--tw-bg-opacity));
  opacity: 1;
}
.UserBox .Btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.UserBox .Btn:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .UserBox .Btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* 手機版面(標題、公告搜尋輸入框)樣式 */
.MobileSearchBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          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);
}
@media (min-width: 768px) {

  .MobileSearchBar {
    display: none;
  }
}
/* 公告區塊Size */
.NewsBox {
  height: 50%;
  min-height: 70%;
  width: 100%;
}
@media (min-width: 768px) {

  .NewsBox {
    height: 100%;
    width: 60%;
  }
}
/* 表格Size 與內容文字大小 */
.table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .table {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* 表格文字置中、自動換行 */
.table tr {
  min-height: 100%;
  word-break: break-all;
  text-align: center;
}
/* 標題背景色、粗體、文字垂直置中 */
.table th {
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
  vertical-align: middle;
  font-weight: 700;
}
/* 內容背景色、文字垂直置中 */
.table td {
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.table td:nth-child(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table td:nth-last-child(1) {
  border-style: none;
}
/* 奇數列背景色 */
.table tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
/* 偶數列背景色 */
.table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* 表格四邊圓角 */
.table tr:nth-last-child(1) > td:nth-last-child(1) {
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
}
@media (min-width: 1024px) {

  .table tr:nth-last-child(1) > td:nth-last-child(1) {
    -webkit-border-bottom-right-radius: 1.5rem;
            border-bottom-right-radius: 1.5rem;
  }
}
.table tr:nth-last-child(1) > td:nth-child(1) {
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
}
@media (min-width: 1024px) {

  .table tr:nth-last-child(1) > td:nth-child(1) {
    -webkit-border-bottom-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
  }
}
.table tr:nth-child(1) > th:nth-last-child(1) {
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
}
@media (min-width: 1024px) {

  .table tr:nth-child(1) > th:nth-last-child(1) {
    -webkit-border-top-right-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
  }
}
.table tr:nth-child(1) > th:nth-child(1) {
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
}
@media (min-width: 1024px) {

  .table tr:nth-child(1) > th:nth-child(1) {
    -webkit-border-top-left-radius: 1.5rem;
            border-top-left-radius: 1.5rem;
  }
}
/* 網頁捲軸【寬度】 */
::-webkit-scrollbar {
  margin-left: 0.5rem;
  width: 5px;
}
/* 網頁捲軸【背景】顏色 */
::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
/* 網頁捲軸【把手】顏色 */
::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
/* 網頁捲軸【滑過時】把手的顏色 */
::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
/* 選單按鈕捲軸不顯示 */
.MenuList::-webkit-scrollbar {
  width: 0px;
}
/* 公告容器 */
.NewsContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  min-height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  .NewsContainer {
    height: 100%;
  }
}
/* 公告主體 */
.NewsBody {
  z-index: 200;
  width: 95%;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(69 105 128 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .NewsBody {
    height: 80%;
    width: 60%;
    overflow-y: auto;
    padding: 2rem;
  }
}
/* 公告標題 */
.NewsTitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .NewsTitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* 公告單位 */
.NewsUnit {
  width: 100%;
  text-align: right;
}
/* 公告內容 */
.NewsContent {
  margin-top: 0.5rem;
  min-height: 300px;
}
@media (min-width: 768px) {

  .NewsContent {
    min-height: 75%;
  }
}
/* 公告時間 */
.NewsTime {
  margin-top: 0.25rem;
  width: 100%;
  text-align: right;
}
/* 公告底板(點擊時關閉公告瀏覽視窗) */
.NewsBottom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
/* 公告關閉按鈕(點擊時關閉公告瀏覽視窗) */
.NewsCloseBtn {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 210;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  opacity: 0.6;
}
@media (min-width: 768px) {

  .NewsCloseBtn {
    position: absolute;
  }
}
/* 公告狀態 */
.NewsStatus {
  width: 50%;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .NewsStatus {
    width: 50px;
  }
}
/* 登入視窗 */
.LoginContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  .LoginContainer {
    height: 100%;
  }
}
/* 登入視窗底板(點擊時關閉登入視窗) */
.LoginBottom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.LoginBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 580px;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
  padding-top: 1rem;
}
@media (min-width: 768px) {

  .LoginBody {
    height: 100%;
    max-height: 580px;
    min-height: 0px;
    width: 400px;
  }
}
.LoginImgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LoginSelect {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.LoginSelect > Button {
  margin: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-underline-offset: 4px;
}
.LoginInputBox {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  height: 50px;
  width: 60%;
}
.LoginInputBox > input {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.LoginSendBtn {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-4 {
  bottom: 1rem;
}
.left-3 {
  left: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-3 {
  top: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.right-\[18px\] {
  right: 18px;
}
.top-6 {
  top: 1.5rem;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.float-right {
  float: right;
}
.m-4 {
  margin: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-1 {
  margin: 0.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-\[2\%\] {
  margin-top: 2%;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[15\%\] {
  height: 15%;
}
.h-\[65\%\] {
  height: 65%;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[90\%\] {
  height: 90%;
}
.h-full {
  height: 100%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-auto {
  height: auto;
}
.h-\[full\] {
  height: full;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[10\%\] {
  height: 10%;
}
.h-\[50px\] {
  height: 50px;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[30px\] {
  height: 30px;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.max-h-\[50\%\] {
  max-height: 50%;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[62vh\] {
  min-height: 62vh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[276px\] {
  min-height: 276px;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-11 {
  width: 2.75rem;
}
.w-4 {
  width: 1rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-3 {
  width: 0.75rem;
}
.w-\[97\%\] {
  width: 97%;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[77\%\] {
  width: 77%;
}
.min-w-\[200PX\] {
  min-width: 200PX;
}
.min-w-\[264px\] {
  min-width: 264px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-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));
          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-\[-50\%\] {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-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));
          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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: -webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: -webkit-calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-xl {
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
}
.rounded-lg {
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
.rounded-md {
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
}
.rounded-3xl {
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
}
.rounded-full {
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
}
.rounded {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.rounded-2xl {
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}
.rounded-sm {
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-defaultColor {
  --tw-border-opacity: 1;
  border-color: rgb(69 105 128 / var(--tw-border-opacity));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-borderColor {
  --tw-border-opacity: 1;
  border-color: rgb(170 169 169 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-defaultColor {
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-grayColor\/50 {
  background-color: rgb(251 251 251 / 0.5);
}
.bg-lightColor {
  --tw-bg-opacity: 1;
  background-color: rgb(214 239 255 / var(--tw-bg-opacity));
}
.bg-textColor {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-darkColor {
  --tw-bg-opacity: 1;
  background-color: rgb(131 176 204 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[5\%\] {
  padding: 5%;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-textColor {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-defaultColor {
  --tw-text-opacity: 1;
  color: rgb(69 105 128 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          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);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[v-cloak] {
  display: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  -webkit-border-radius: 9999px;
          border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after {
  content: var(--tw-content);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-darkColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 176 204 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-defaultColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.peer:checked ~ .peer-checked\:bg-defaultColor {
  --tw-bg-opacity: 1;
  background-color: rgb(69 105 128 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-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));
          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));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.peer:focus ~ .peer-focus\: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 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
@media (min-width: 768px) {

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[75\%\] {
    height: 75%;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[80\%\] {
    height: 80%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[10\%\] {
    width: 10%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[28\%\] {
    width: 28%;
  }

  .lg\:w-\[87\%\] {
    width: 87%;
  }

  .lg\:w-\[13\%\] {
    width: 13%;
  }

  .lg\:w-\[29\%\] {
    width: 29%;
  }

  .lg\:w-\[27\%\] {
    width: 27%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[14\%\] {
    width: 14%;
  }

  .lg\:w-\[26\%\] {
    width: 26%;
  }

  .lg\:w-\[57\%\] {
    width: 57%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.container {
    width: 100%
}
@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}
  .AlertBoxDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2
}

  .AlertBoxDivContent {
    width: 95%;
    max-width: 600px;
    -webkit-border-radius: 0.75rem;
            border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

  .AlertBoxDivTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-top-left-radius: 0.75rem;
            border-top-left-radius: 0.75rem;
    -webkit-border-top-right-radius: 0.75rem;
            border-top-right-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(69 105 128 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

  .AlertBoxDivTitle i {
    margin-right: 0.5rem
}

  .AlertBoxDivTitle svg {
    margin-right: 0.5rem
}


  .AlertBoxDivHtml {
    max-height: 60vh;
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

  .AlertBoxDivCtrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-border-bottom-left-radius: 0.75rem;
            border-bottom-left-radius: 0.75rem;
    -webkit-border-bottom-right-radius: 0.75rem;
            border-bottom-right-radius: 0.75rem;
    border-top-width: 1px;
    border-style: dotted;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

  .AlertBoxDivCtrl > Button {
    margin: 0.25rem;
    height: 85%;
    width: 60px;
    -webkit-border-radius: 0.375rem;
            border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(69 105 128 / var(--tw-bg-opacity));
    padding: 0.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

  .AlertBoxDivCtrl > Button:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #456980;
    --tw-shadow: var(--tw-shadow-colored)
}
.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
}
.pointer-events-none {
    pointer-events: none
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.bottom-4 {
    bottom: 1rem
}
.left-3 {
    left: 0.75rem
}
.right-3 {
    right: 0.75rem
}
.bottom-0 {
    bottom: 0px
}
.left-\[50\%\] {
    left: 50%
}
.top-0 {
    top: 0px
}
.left-0 {
    left: 0px
}
.top-3 {
    top: 0.75rem
}
.right-0 {
    right: 0px
}
.right-6 {
    right: 1.5rem
}
.top-\[50\%\] {
    top: 50%
}
.right-\[18px\] {
    right: 18px
}
.top-6 {
    top: 1.5rem
}
.z-30 {
    z-index: 30
}
.z-40 {
    z-index: 40
}
.z-50 {
    z-index: 50
}
.col-span-12 {
    grid-column: span 12 / span 12
}
.row-span-3 {
    grid-row: span 3 / span 3
}
.float-right {
    float: right
}
.m-4 {
    margin: 1rem
}
.m-2 {
    margin: 0.5rem
}
.m-3 {
    margin: 0.75rem
}
.m-1 {
    margin: 0.25rem
}
.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}
.mr-2 {
    margin-right: 0.5rem
}
.mt-\[2\%\] {
    margin-top: 2%
}
.mt-4 {
    margin-top: 1rem
}
.ml-1 {
    margin-left: 0.25rem
}
.ml-3 {
    margin-left: 0.75rem
}
.mr-4 {
    margin-right: 1rem
}
.mt-2 {
    margin-top: 0.5rem
}
.ml-2 {
    margin-left: 0.5rem
}
.mb-2 {
    margin-bottom: 0.5rem
}
.mt-8 {
    margin-top: 2rem
}
.mb-0 {
    margin-bottom: 0px
}
.mt-3 {
    margin-top: 0.75rem
}
.ml-4 {
    margin-left: 1rem
}
.ml-5 {
    margin-left: 1.25rem
}
.mb-1 {
    margin-bottom: 0.25rem
}
.mb-0\.5 {
    margin-bottom: 0.125rem
}
.mt-1 {
    margin-top: 0.25rem
}
.mt-1\.5 {
    margin-top: 0.375rem
}
.mt-5 {
    margin-top: 1.25rem
}
.mt-6 {
    margin-top: 1.5rem
}
.ml-6 {
    margin-left: 1.5rem
}
.mb-4 {
    margin-bottom: 1rem
}
.ml-0 {
    margin-left: 0px
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.table {
    display: table
}
.inline-table {
    display: inline-table
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.h-\[15\%\] {
    height: 15%
}
.h-\[65\%\] {
    height: 65%
}
.h-\[64px\] {
    height: 64px
}
.h-\[20\%\] {
    height: 20%
}
.h-\[90\%\] {
    height: 90%
}
.h-full {
    height: 100%
}
.h-\[200px\] {
    height: 200px
}
.h-\[80\%\] {
    height: 80%
}
.h-auto {
    height: auto
}
.h-\[full\] {
    height: full
}
.h-\[150px\] {
    height: 150px
}
.h-\[50\%\] {
    height: 50%
}
.h-\[45px\] {
    height: 45px
}
.h-\[10\%\] {
    height: 10%
}
.h-\[50px\] {
    height: 50px
}
.h-6 {
    height: 1.5rem
}
.h-4 {
    height: 1rem
}
.h-3 {
    height: 0.75rem
}
.h-5 {
    height: 1.25rem
}
.h-8 {
    height: 2rem
}
.h-\[85\%\] {
    height: 85%
}
.h-\[95\%\] {
    height: 95%
}
.h-\[75\%\] {
    height: 75%
}
.h-\[30px\] {
    height: 30px
}
.max-h-\[80\%\] {
    max-height: 80%
}
.max-h-\[90\%\] {
    max-height: 90%
}
.max-h-\[50\%\] {
    max-height: 50%
}
.min-h-full {
    min-height: 100%
}
.min-h-\[62vh\] {
    min-height: 62vh
}
.min-h-\[100px\] {
    min-height: 100px
}
.min-h-\[276px\] {
    min-height: 276px
}
.w-full {
    width: 100%
}
.w-auto {
    width: auto
}
.w-\[80\%\] {
    width: 80%
}
.w-\[30\%\] {
    width: 30%
}
.w-\[65\%\] {
    width: 65%
}
.w-\[95\%\] {
    width: 95%
}
.w-\[85\%\] {
    width: 85%
}
.w-\[100\%\] {
    width: 100%
}
.w-\[90\%\] {
    width: 90%
}
.w-\[45\%\] {
    width: 45%
}
.w-\[15\%\] {
    width: 15%
}
.w-\[80px\] {
    width: 80px
}
.w-\[25\%\] {
    width: 25%
}
.w-\[55\%\] {
    width: 55%
}
.w-\[20\%\] {
    width: 20%
}
.w-\[75\%\] {
    width: 75%
}
.w-\[60\%\] {
    width: 60%
}
.w-11 {
    width: 2.75rem
}
.w-4 {
    width: 1rem
}
.w-\[50\%\] {
    width: 50%
}
.w-\[40\%\] {
    width: 40%
}
.w-3 {
    width: 0.75rem
}
.w-\[97\%\] {
    width: 97%
}
.w-5 {
    width: 1.25rem
}
.w-8 {
    width: 2rem
}
.w-\[18\%\] {
    width: 18%
}
.w-\[22\%\] {
    width: 22%
}
.w-\[70\%\] {
    width: 70%
}
.w-\[10\%\] {
    width: 10%
}
.w-\[77\%\] {
    width: 77%
}
.min-w-\[200PX\] {
    min-width: 200PX
}
.min-w-\[264px\] {
    min-width: 264px
}
.min-w-\[64px\] {
    min-width: 64px
}
.grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.border-collapse {
    border-collapse: collapse
}
.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-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));
            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-\[-50\%\] {
    --tw-translate-y: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-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));
            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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}
.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row
}
.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
.items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
}
.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}
.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
}
.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end
}
.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
.justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around
}
.justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
}
.justify-items-start {
    justify-items: start
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: -webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: -webkit-calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-divide-opacity))
}
.overflow-y-scroll {
    overflow-y: scroll
}
.rounded-xl {
    -webkit-border-radius: 0.75rem;
            border-radius: 0.75rem
}
.rounded-lg {
    -webkit-border-radius: 0.5rem;
            border-radius: 0.5rem
}
.rounded-md {
    -webkit-border-radius: 0.375rem;
            border-radius: 0.375rem
}
.rounded-3xl {
    -webkit-border-radius: 1.5rem;
            border-radius: 1.5rem
}
.rounded-full {
    -webkit-border-radius: 9999px;
            border-radius: 9999px
}
.rounded {
    -webkit-border-radius: 0.25rem;
            border-radius: 0.25rem
}
.rounded-2xl {
    -webkit-border-radius: 1rem;
            border-radius: 1rem
}
.rounded-sm {
    -webkit-border-radius: 0.125rem;
            border-radius: 0.125rem
}
.border-2 {
    border-width: 2px
}
.border {
    border-width: 1px
}
.border-solid {
    border-style: solid
}
.border-dashed {
    border-style: dashed
}
.border-defaultColor {
    --tw-border-opacity: 1;
    border-color: rgb(69 105 128 / var(--tw-border-opacity))
}
.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity))
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
.border-borderColor {
    --tw-border-opacity: 1;
    border-color: rgb(170 169 169 / var(--tw-border-opacity))
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity))
}
.border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity))
}
.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-defaultColor {
    --tw-bg-opacity: 1;
    background-color: rgb(69 105 128 / var(--tw-bg-opacity))
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity))
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}
.bg-grayColor\/50 {
    background-color: rgb(251 251 251 / 0.5)
}
.bg-lightColor {
    --tw-bg-opacity: 1;
    background-color: rgb(214 239 255 / var(--tw-bg-opacity))
}
.bg-textColor {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity))
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}
.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}
.bg-darkColor {
    --tw-bg-opacity: 1;
    background-color: rgb(131 176 204 / var(--tw-bg-opacity))
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}
.bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 113 108 / var(--tw-bg-opacity))
}
.bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}
.bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(194 65 12 / var(--tw-bg-opacity))
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}
.bg-contain {
    background-size: contain
}
.bg-center {
    background-position: center
}
.bg-no-repeat {
    background-repeat: no-repeat
}
.p-4 {
    padding: 1rem
}
.p-2 {
    padding: 0.5rem
}
.p-\[5\%\] {
    padding: 5%
}
.p-2\.5 {
    padding: 0.625rem
}
.p-1 {
    padding: 0.25rem
}
.p-3 {
    padding: 0.75rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.pl-4 {
    padding-left: 1rem
}
.pr-4 {
    padding-right: 1rem
}
.pl-2 {
    padding-left: 0.5rem
}
.pr-2 {
    padding-right: 0.5rem
}
.pl-7 {
    padding-left: 1.75rem
}
.pt-2 {
    padding-top: 0.5rem
}
.pt-1 {
    padding-top: 0.25rem
}
.pt-6 {
    padding-top: 1.5rem
}
.pl-6 {
    padding-left: 1.5rem
}
.pl-3 {
    padding-left: 0.75rem
}
.pb-1 {
    padding-bottom: 0.25rem
}
.pt-3 {
    padding-top: 0.75rem
}
.pb-2 {
    padding-bottom: 0.5rem
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.align-middle {
    vertical-align: middle
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}
.font-bold {
    font-weight: 700
}
.font-medium {
    font-weight: 500
}
.font-black {
    font-weight: 900
}
.font-semibold {
    font-weight: 600
}
.tracking-\[0\.2em\] {
    letter-spacing: 0.2em
}
.text-textColor {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-defaultColor {
    --tw-text-opacity: 1;
    color: rgb(69 105 128 / var(--tw-text-opacity))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}
.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity))
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity))
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}
.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity))
}
.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity))
}
.text-\[rgb\(255\2c 0\2c 0\)\] {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity))
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity))
}
.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity))
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity))
}
.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(20 83 45 / var(--tw-text-opacity))
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity))
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline
}
.underline-offset-4 {
    text-underline-offset: 4px
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
            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)
}
.after\:absolute::after {
    content: var(--tw-content);
    position: absolute
}
.after\:top-0\.5::after {
    content: var(--tw-content);
    top: 0.125rem
}
.after\:top-0::after {
    content: var(--tw-content);
    top: 0px
}
.after\:left-\[2px\]::after {
    content: var(--tw-content);
    left: 2px
}
.after\:h-5::after {
    content: var(--tw-content);
    height: 1.25rem
}
.after\:w-5::after {
    content: var(--tw-content);
    width: 1.25rem
}
.after\:rounded-full::after {
    content: var(--tw-content);
    -webkit-border-radius: 9999px;
            border-radius: 9999px
}
.after\:border::after {
    content: var(--tw-content);
    border-width: 1px
}
.after\:border-gray-300::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
.after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.after\:transition-all::after {
    content: var(--tw-content);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms
}
.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content)
}
.hover\:bg-darkColor:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(131 176 204 / var(--tw-bg-opacity))
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity))
}
.hover\:bg-defaultColor:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(69 105 128 / var(--tw-bg-opacity))
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}
.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))
}
.peer:checked ~ .peer-checked\:bg-defaultColor {
    --tw-bg-opacity: 1;
    background-color: rgb(69 105 128 / var(--tw-bg-opacity))
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
    content: var(--tw-content);
    --tw-translate-x: 100%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-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));
            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))
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.peer:focus ~ .peer-focus\: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 -webkit-calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.peer:focus ~ .peer-focus\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))
}
@media (min-width: 768px) {
    .md\:mt-2 {
        margin-top: 0.5rem
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:h-full {
        height: 100%
    }
    .md\:h-\[75\%\] {
        height: 75%
    }
    .md\:min-h-full {
        min-height: 100%
    }
    .md\:w-\[40\%\] {
        width: 40%
    }
    .md\:w-\[70\%\] {
        width: 70%
    }
    .md\:overflow-y-auto {
        overflow-y: auto
    }
    .md\:pt-6 {
        padding-top: 1.5rem
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3 / span 3
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12
    }
    .lg\:m-3 {
        margin: 0.75rem
    }
    .lg\:mt-8 {
        margin-top: 2rem
    }
    .lg\:ml-3 {
        margin-left: 0.75rem
    }
    .lg\:flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:h-\[80\%\] {
        height: 80%
    }
    .lg\:h-full {
        height: 100%
    }
    .lg\:min-h-0 {
        min-height: 0px
    }
    .lg\:w-\[15\%\] {
        width: 15%
    }
    .lg\:w-\[50\%\] {
        width: 50%
    }
    .lg\:w-\[60\%\] {
        width: 60%
    }
    .lg\:w-\[70\%\] {
        width: 70%
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-\[10\%\] {
        width: 10%
    }
    .lg\:w-\[30\%\] {
        width: 30%
    }
    .lg\:w-\[28\%\] {
        width: 28%
    }
    .lg\:w-\[87\%\] {
        width: 87%
    }
    .lg\:w-\[13\%\] {
        width: 13%
    }
    .lg\:w-\[29\%\] {
        width: 29%
    }
    .lg\:w-\[27\%\] {
        width: 27%
    }
    .lg\:w-\[40\%\] {
        width: 40%
    }
    .lg\:w-\[20\%\] {
        width: 20%
    }
    .lg\:w-\[80\%\] {
        width: 80%
    }
    .lg\:w-\[14\%\] {
        width: 14%
    }
    .lg\:w-\[26\%\] {
        width: 26%
    }
    .lg\:w-\[57\%\] {
        width: 57%
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:min-w-0 {
        min-width: 0px
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row
    }
    .lg\:text-right {
        text-align: right
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}
@media (min-width: 1280px) {
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}
@media (min-width: 1536px) {
    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

/*# sourceMappingURL=common.1cab4851b286b1325339.css.map*/