@charset "UTF-8";/**
 * Vue Grid Item
 */
 .vue-grid-layout.edit .vue-grid-item {
  background: var(--el-fill-color-light);
}
.vue-grid-layout.edit .vue-grid-item:has(.is-active) {
  border-radius: 4px;
  border: 1px solid var(--el-color-primary-light-3);
}
.vue-grid-item {
  transition: all 0.2s ease;
  transition-property: left, top, right;
}
.vue-grid-item > .vue-resizable-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -1px;
  right: -1px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIuNUMxMCAxLjY3MTU3IDkuMzI4NDMgMSA4LjUgMUM3LjY3MTU3IDEgNyAxLjY3MTU3IDcgMi41VjQuNUM3IDUuODgwNzEgNS44ODA3MSA3IDQuNSA3SDIuNUMxLjY3MTU3IDcgMSA3LjY3MTU3IDEgOC41QzEgOS4zMjg0MyAxLjY3MTU3IDEwIDIuNSAxMEg0LjVDNy41Mzc1NyAxMCAxMCA3LjUzNzU3IDEwIDQuNVYyLjVaIiBmaWxsPSIjRTVFQUYzIiBzdHJva2U9IiM0MDlFRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: se-resize;
}
.vue-grid-item.vue-draggable-dragging {
  transition: none;
  z-index: 3;
}
.vue-grid-item.vue-grid-placeholder {
  background: #4a4a4a;
  opacity: .5;
  transition-duration: 0.1s;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/**
 * Vue Grid Layout
 */
.vue-grid-layout {
  position: relative;
  transition: height 0.2s ease;
}
.vue-grid-layout .widget-body {
  height: 100% !important;
}
/**
 * Smart Widget
 */
.smartwidget {
  height: inherit;
  width: inherit;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
  overflow: hidden;
}
.smart--widget.edit {
  background: var(--el-fill-color-light);
}
/* .smart--widget.is-active {
  border-radius: 4px;
  border: 1px solid var(--el-color-primary-light-3);
  background: #191919;
} */
.smartwidget .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px !important;
  line-height: 40px !important;
}
.smartwidget .widget-body-simple {
  height: 100%;
}
.smartwidget .widget-body__content {
  padding: 0 !important;
  height: 100%;
}

.smartwidget.edit .widget-body__content .smartwidget {
  background: transparent;
}
.smartwidget .widget-body__content .smartwidget {
  background: #000;
}
.child--widget {
  border: 2px solid var(--el-color-warning);
}
.child--widget:hover {
  background: rgba(0, 0, 0, .64);
}

/* .vue-grid-item.no-touch {
  -ms-touch-action: none;
  touch-action: none;
}
.vue-grid-item.cssTransforms {
  transition-property: transform;
  left: 0;
  right: auto;
} */
/* .vue-grid-item.cssTransforms.render-rtl {
  left: auto;
  right: 0;
}
.vue-grid-item.resizing {
  opacity: 0.6;
  z-index: 3;
} */


/* .vue-grid-item.disable-userselect {
  user-select: none;
} */

/* .vue-grid-layout {
  background: transparent;
} */

/* .vue-grid-layout .smartwidget.smartwidget-fullscreen {
  height: 100%;
  width: 100%;
} */
/* .smart-widget__loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: #ffffffe6;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.smart-widget__loading-mask .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.smart-widget__loading-mask .circular {
  width: 42px;
  height: 42px;
  animation: loading-rotate 2s linear infinite;
}
.smart-widget__loading-mask .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #5282e4;
  stroke-linecap: round;
}
@keyframes loading-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.collapse-transition[data-v-5f8fde58] {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out,
    0.3s padding-bottom ease-in-out;
} */
/* .vue-grid-item {
  touch-action: none;
  box-sizing: border-box;
} */

/* body.no-overflow[data-v-059e0ffc] {
  overflow: hidden;
  position: fixed;
  width: 100%;
} */


/* .smartwidget .widget-header .widget-header__title[data-v-059e0ffc] {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--el-text-color-primary);
  padding: 0.5rem 1rem !important;
}
.smartwidget .widget-header .widget-header__subtitle[data-v-059e0ffc] {
  font-size: 12px;
  color: #777;
  margin-left: 10px;
}
.smartwidget .widget-header .ellis[data-v-059e0ffc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smartwidget .widget-header .widget-header__prefix[data-v-059e0ffc] {
  background: #0076db;
  width: 2px;
  height: 16px;
  margin-left: 10px;
}
.smartwidget .widget-header .widget-header__toolbar[data-v-059e0ffc] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  padding: 0;
  margin: 0;
}
.smartwidget .widget-header .widget-header__toolbar a[data-v-059e0ffc] {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 24px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #333;
  min-width: 35px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.smartwidget .widget-body-simple[data-v-059e0ffc] {
  height: 100%;
}
.smartwidget .widget-body-simple .widget-body__content[data-v-059e0ffc] {
  width: 100%;
  height: 100%;
}
.smartwidget .widget-body[data-v-059e0ffc] {
  display: flex;
  flex-direction: column;
  will-change: height;
  position: relative;
  overflow: hidden;
}
.smartwidget .widget-body .widget-body__content[data-v-059e0ffc] {
  flex: 1;
}
.smartwidget .widget-body-simple .widget-body__content[data-v-059e0ffc] {
  flex: auto;
}
.smartwidget .widget-body .widget-body__content.fixed-height[data-v-059e0ffc] {
  overflow-y: scroll;
}
.smartwidget .widget-body .widget-body__footer[data-v-059e0ffc] {
  position: relative;
}
.smartwidget .widget-body .widget-body__footer.has-group[data-v-059e0ffc] {
  left: 0;
  bottom: 0;
  width: 100%;
}
.smartwidget .widget-body.is-collapse[data-v-059e0ffc] {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out,
    0.3s padding-bottom ease-in-out;
}
.smartwidget.smartwidget-fullscreen[data-v-059e0ffc] {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6666;
}
.smartwidget.smartwidget-fullscreen .widget-header[data-v-059e0ffc] {
  cursor: default;
}
.smartwidget svg.sw-loading[data-v-059e0ffc] {
  animation: rotating 2s linear infinite;
  cursor: not-allowed;
} */

/* 新增區域 */
/* .smartwidget.layout--addArea .widget-header {
  display: none;
} */
*, ::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.17 | 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;
}
.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;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-\[115px\] {
  bottom: 115px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[3px\] {
  top: 3px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.\!my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.\!mr-2 {
  margin-right: 0.5rem !important;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-52 {
  margin-left: 13rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-44 {
  height: 11rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-36 {
  height: 9rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[157px\] {
  height: 157px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[99\.5\%\] {
  height: 99.5%;
}
.h-\[calc\(100\%-1\.8rem\)\] {
  height: calc(100% - 1.8rem);
}
.h-\[calc\(100\%-25px\)\] {
  height: calc(100% - 25px);
}
.h-\[calc\(100\%-2rem\)\] {
  height: calc(100% - 2rem);
}
.h-\[calc\(100\%-4rem\)\] {
  height: calc(100% - 4rem);
}
.h-\[calc\(100vh_-_120px\)\] {
  height: calc(100vh - 120px);
}
.h-\[calc\(100vh_-_128px\)\] {
  height: calc(100vh - 128px);
}
.h-full {
  height: 100%;
}
.h-logHeight {
  height: calc(100% - 80px);
}
.max-h-28 {
  max-height: 7rem;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-\[5\.5rem\] {
  min-height: 5.5rem;
}
.min-h-full {
  min-height: 100%;
}
.\!w-11\/12 {
  width: 91.666667% !important;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-3\/4 {
  width: 75% !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-40 {
  width: 10rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-56 {
  width: 14rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[40px\] {
  width: 40px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/4 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[30em\] {
  width: 30em;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[413px\] {
  width: 413px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[99\%\] {
  width: 99%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-x-1\/2 {
  --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-1\/2 {
  --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));
}
.transform {
  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));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-el-border-color-light > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--el-border-color-light);
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-el-border-color-light {
  border-color: var(--el-border-color-light) !important;
}
.\!border-el-primary-dark-2 {
  border-color: var(--el-color-primary-dark-2) !important;
}
.\!border-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}
.border-el-border-color {
  border-color: var(--el-border-color);
}
.border-el-border-color-light {
  border-color: var(--el-border-color-light);
}
.border-el-border-color-lighter {
  border-color: var(--el-border-color-lighter);
}
.border-el-color-danger {
  border-color: var(--el-color-danger);
}
.border-el-color-success {
  border-color: var(--el-color-success);
}
.border-el-fill-color-dark {
  border-color: var(--el-fill-color-dark);
}
.border-el-info-light-5 {
  border-color: var(--el-color-info-light-5);
}
.border-el-primary-light-7 {
  border-color: var(--el-color-primary-light-7);
}
.border-el-warning-light-5 {
  border-color: var(--el-color-warning-light-5);
}
.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!border-l-\[\#31FF0F\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(49 255 15 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-\[\#37B7FF\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(55 183 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-\[\#B0B0B0\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(176 176 176 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-\[\#F6F6F6\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(246 246 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-\[\#FF3737\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 55 55 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-\[\#FFEE55\] {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 238 85 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-red-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}
.border-b-neutral-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-\[\#666\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.border-l-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-el-border-color-light {
  border-right-color: var(--el-border-color-light);
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-el-border-color-lighter {
  background-color: var(--el-border-color-lighter) !important;
}
.\!bg-el-primary-light-9 {
  background-color: var(--el-color-primary-light-9) !important;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1D1D1D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}
.bg-\[\#262727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 39 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D2D2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#31FF0F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 255 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0EFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-el-bg-color {
  background-color: var(--el-bg-color);
}
.bg-el-bg-color-overlay {
  background-color: var(--el-bg-color-overlay);
}
.bg-el-color-primary {
  background-color: var(--el-color-primary);
}
.bg-el-danger {
  background-color: var(--el-color-danger);
}
.bg-el-danger-light-7 {
  background-color: var(--el-color-danger-light-7);
}
.bg-el-fill-color {
  background-color: var(--el-fill-color);
}
.bg-el-fill-color-darker {
  background-color: var(--el-fill-color-darker);
}
.bg-el-fill-color-extra-light {
  background-color: var(--el-fill-color-extra-light);
}
.bg-el-fill-color-light {
  background-color: var(--el-fill-color-light);
}
.bg-el-fill-color-lighter {
  background-color: var(--el-fill-color-lighter);
}
.bg-el-info {
  background-color: var(--el-color-info);
}
.bg-el-info-light-3 {
  background-color: var(--el-color-info-light-3);
}
.bg-el-primary-light-9 {
  background-color: var(--el-color-primary-light-9);
}
.bg-el-success {
  background-color: var(--el-color-success);
}
.bg-el-success-light-8 {
  background-color: var(--el-color-success-light-8);
}
.bg-el-warning {
  background-color: var(--el-color-warning);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-block-alert {
  background-image: url("/permission/alert.png");
}
.bg-block-analysis {
  background-image: url("/permission/analysis.png");
}
.bg-block-dashboard {
  background-image: url("/permission/dashboard.png");
}
.bg-block-datacenter {
  background-image: url("/permission/datacenter.png");
}
.bg-block-home {
  background-image: url("/permission/home.png");
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-login-background {
  background-image: url('/loginImg/bg.svg');
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.\!p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[\.8rem\] {
  padding-top: .8rem;
  padding-bottom: .8rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[1\.6rem\] {
  padding-left: 1.6rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[28px\] {
  font-size: 28px;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.tracking-\[\.4rem\] {
  letter-spacing: .4rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-el-info-light-5 {
  color: var(--el-color-info-light-5) !important;
}
.\!text-el-primary {
  color: var(--el-color-primary) !important;
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#67C23A\] {
  --tw-text-opacity: 1;
  color: rgb(103 194 58 / var(--tw-text-opacity, 1));
}
.text-\[\#693434\] {
  --tw-text-opacity: 1;
  color: rgb(105 52 52 / var(--tw-text-opacity, 1));
}
.text-\[\#7C7C7C\] {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity, 1));
}
.text-\[\#A3A6AD\] {
  --tw-text-opacity: 1;
  color: rgb(163 166 173 / var(--tw-text-opacity, 1));
}
.text-\[\#CFD3DC\] {
  --tw-text-opacity: 1;
  color: rgb(207 211 220 / var(--tw-text-opacity, 1));
}
.text-\[\#F56C6C\] {
  --tw-text-opacity: 1;
  color: rgb(245 108 108 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-el-color-danger {
  color: var(--el-color-danger);
}
.text-el-color-info {
  color: var(--el-color-info);
}
.text-el-color-success {
  color: var(--el-color-success);
}
.text-el-danger {
  color: var(--el-color-danger);
}
.text-el-fill-color-darker {
  color: var(--el-fill-color-darker);
}
.text-el-info {
  color: var(--el-color-info);
}
.text-el-info-dark-2 {
  color: var(--el-color-info-dark-2);
}
.text-el-info-light-3 {
  color: var(--el-color-info-light-3);
}
.text-el-primary {
  color: var(--el-color-primary);
}
.text-el-text-color-disabled {
  color: var(--el-text-color-disabled);
}
.text-el-text-color-placeholder {
  color: var(--el-text-color-placeholder);
}
.text-el-text-color-primary {
  color: var(--el-text-color-primary);
}
.text-el-text-color-regular {
  color: var(--el-text-color-regular);
}
.text-el-text-color-secondary {
  color: var(--el-text-color-secondary);
}
.text-el-warning {
  color: var(--el-color-warning);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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 {
  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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-width {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
.before\:bg-el-color-danger::before {
  content: var(--tw-content);
  background-color: var(--el-color-danger);
}
.before\:bg-el-color-info::before {
  content: var(--tw-content);
  background-color: var(--el-color-info);
}
.before\:bg-el-color-primary::before {
  content: var(--tw-content);
  background-color: var(--el-color-primary);
}
.before\:bg-el-color-success::before {
  content: var(--tw-content);
  background-color: var(--el-color-success);
}
.before\:bg-el-color-warning::before {
  content: var(--tw-content);
  background-color: var(--el-color-warning);
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:pl-1\.5::after {
  content: var(--tw-content);
  padding-left: 0.375rem;
}
.after\:content-\[\'\30FB\'\]::after {
  --tw-content: '・';
  content: var(--tw-content);
}
.first\:rounded-bl-sm:first-child {
  border-bottom-left-radius: 0.125rem;
}
.first\:rounded-tl-sm:first-child {
  border-top-left-radius: 0.125rem;
}
.last\:rounded-br-sm:last-child {
  border-bottom-right-radius: 0.125rem;
}
.last\:rounded-tr-sm:last-child {
  border-top-right-radius: 0.125rem;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:after\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}
.hover\:\!cursor-not-allowed:hover {
  cursor: not-allowed !important;
}
.hover\:cursor-grab:hover {
  cursor: grab;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-el-primary-dark-2:hover {
  border-color: var(--el-color-primary-dark-2);
}
.hover\:bg-el-color-primary:hover {
  background-color: var(--el-color-primary);
}
.hover\:bg-el-fill-color-blank:hover {
  background-color: var(--el-fill-color-blank);
}
.hover\:bg-el-primary-light-9:hover {
  background-color: var(--el-color-primary-light-9);
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-el-primary:hover {
  color: var(--el-color-primary);
}
.hover\:text-el-primary-light-3:hover {
  color: var(--el-color-primary-light-3);
}
.hover\:text-el-text-color-secondary:hover {
  color: var(--el-text-color-secondary);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-el-border-color-light {
    border-color: var(--el-border-color-light);
  }
}/* ==========================
* dp = DatePicker
=============================*/

:root {
  --dp-font-size: 14px;

  /* Sidebar */
  --el-fill-color: #333 !important;
  --el-menu-bg-color: var(--el-fill-color) !important;
  /* --el-text-color-disabled: #555 !important; */
  --el-color-info-light-9: #000 !important;
}

.dp__theme_dark {
  --dp-background-color: #141414;
  --dp-text-color: #CFD3DC;
  --dp-secondary-color: #595959;
  --dp-hover-color: #282828;
  --dp-primary-color: #409eff;
  --dp-menu-border-color: #4C4D4F;
  --dp-border-color: #4C4D4F;
}

.dp__input {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.dp__overlay, .dp__calendar {
  font-size: 0.75rem;
  line-height: 1rem;
}

.dp__month_picker_header {
  justify-content: space-around;
}

.dp__instance_calendar .dp__instance_calendar {
  margin-right: 0.75rem;
  border: 0;
}

.dp__instance_calendar + .dp__instance_calendar {
  margin-right: 0;
  padding-left: 0.75rem;
  border-left: 1px solid rgb(64, 64, 64);
}

.dp__calendar_next {
  margin-left: 0;
}

.dp__cell_disabled {
  color: var(--el-fill-color-darker);
}

/* ==========================
* 通用的 Class
=============================*/
@keyframes color {
  0% {
    color: inherit;
  }

  50% {
    color: #FF8300;
  }

  100% {
    color: inherit;
  }
}

.realTimeValuechanged {
  animation: color 1s;
}

html, body, #app{
  height: 100%;
}
body{
  font-family: "Noto Sans TC", "Microsoft JhengHei", arial, "sans-serif";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================
目錄：
1. 共用的客製化樣式
2. Dark 樣式
3. Light 變數(root.css)
4. 沒辦法放在 scoped 的特定樣式
=============================*/
/* ==========================
1. 共用的客製化樣式
=============================*/
.el-scrollbar__view{
  height: 100%;
}
.el-icon{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
._icon-hover--white:hover{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.el-main {
  padding: 0 !important;
}
.el-table .cell {
  word-break: break-word !important;
}
.el--table__black th.el-table__cell {
  background: var(--el-fill-color-light) !important;
}
.el--table__black .el-table__body-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.el-dialog__header.show-close {
  padding-right: 0 !important;
}
.el-collapse-item__header, .el-collapse-item__content {
  font-size: 14px !important;
}
.el-popover__title {
  font-size: 14px !important;
}

/* ==========================
2. Dark 樣式
=============================*/
html.dark .aside__menu {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.72);
}
body {
  background: var(--el-bg-color-overlay);
}
.aside__menu{
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
  border-color: var(--el-border-color-light);
  background-color: var(--el-fill-color-light);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.el-button--black {
  background: #000;
  margin: 0 0.5rem 0.6rem 0 !important;
}
.el-button--black:hover, .el-button--black.active {
  background: var(--el-color-primary) !important;
  color: #FFF !important;
}

/* ==========================
4. 沒辦法放在 scoped 的特定樣式
=============================*/
.history__tooltip{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.grecaptcha-badge {
  display: none;
}