@charset "UTF-8";
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}

::-webkit-scrollbar-corner {
  background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3019607843);
}

.screen-scroll::-webkit-scrollbar {
  background-color: #2b2d2d;
}
.screen-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.06);
}
.screen-scroll::-webkit-scrollbar-corner {
  background-color: #2b2d2d;
}
.screen-scroll::-webkit-scrollbar-thumb {
  background-color: #4e5151;
  background-clip: padding-box;
}
.screen-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #5f6364;
}
.screen-scroll::-webkit-scrollbar-thumb:active {
  background-color: #515455;
}
.screen-scroll::-webkit-scrollbar {
  background-color: transparent;
}
.screen-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

input:-internal-autofill-selected {
  border-radius: 10px;
  box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-text-fill-color: #1D2129;
}

.q-field--filled .q-field__control {
  background-color: #f4f5f7;
}
.q-field--filled :-internal-autofill-selected {
  border-top-left-radius: 8px;
  box-shadow: inset 0 0 0 1000px #f2f2f2 !important;
}

/****** 输入框placeholder 颜色变浅一点 begin *******/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e !important;
}

/****** 输入框placeholder 颜色变浅一点 end *******/
/* 修改全局样式 BEGIN */
body {
  --q-primary: #003686;
  --q-color-page-bg: #f4f5f7;
  --q-color-table-bg: #fff;
  --q-color-other-bg: #fff;
  --menu-item-text-color: #212329;
  --menu-item-active-bg-color: #E6F4FF;
  --menu-item-active-text-color: var(--q-primary);
  --q-color-outline-box-shadow: rgba(55, 93, 168, .2);
  --q-color-select-active: #1362FF;
  font-family: "PingFang SC";
  color: #1d2129;
  background-color: var(--q-color-page-bg);
}

.q-item--active {
  color: var(--q-color-select-active);
  background-color: rgba(19, 98, 255, 0.1);
}

.q-toolbar {
  min-height: 44px;
}

.q-table th {
  font-weight: bold;
}

.q-table th,
.q-table td {
  padding: 7px 8px;
}

.q-table tbody td {
  color: var(--table-text-color);
}

.q-btn {
  text-transform: none;
  white-space: nowrap;
}

.q-btn.disabled {
  opacity: 0.5 !important;
}

.q-field--disabled .q-field__control {
  background-color: rgba(0, 0, 0, 0.03);
}

.q-field--disabled.q-field--dark .q-field__control {
  background-color: #424242;
}

.q-field--disabled .q-field__control > div {
  opacity: 0.7 !important;
}

.q-field__control > .q-field__append {
  align-self: center;
}

/* 修改全局样式 END */
.co-select.q-select--with-input.q-select--with-chips input.q-field__input.fit {
  height: 24px !important;
}

.co-select.q-field--dense.q-select--with-chips .q-chip {
  margin: 1px 4px 1px 0px;
}

.q-select--with-chips .q-field__native {
  padding: 2px 0;
}

.co-select.q-select--single div.q-field__native,
.co-date-select div.q-field__native {
  overflow: hidden;
  white-space: nowrap;
}

.co-btn--square {
  border-radius: unset;
}

.co-field .q-radio__bg {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.co-field .q-radio__inner {
  width: 0.65em;
  min-width: 0.65em;
  height: 0.65em;
}
.co-field .q-radio--dense .q-radio__bg {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.co-field .q-radio--dense .q-radio__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.co-field .q-checkbox__bg {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.co-field .q-checkbox__inner {
  width: 0.6em;
  min-width: 0.6em;
  height: 0.6em;
}
.co-field .q-checkbox--dense .q-checkbox__bg {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.co-field .q-checkbox--dense .q-checkbox__inner {
  width: 0.45em;
  min-width: 0.45em;
  height: 0.45em;
}

.co-field,
.co-input,
.co-select,
.co-file {
  /*输入框中的label，颜色变浅一些*/
}
.co-field .q-field__label,
.co-input .q-field__label,
.co-select .q-field__label,
.co-file .q-field__label {
  color: #86909c;
}
.co-field .q-field__input,
.co-input .q-field__input,
.co-select .q-field__input,
.co-file .q-field__input {
  min-height: auto;
}
.co-field .q-field__native, .co-field .q-field__prefix, .co-field .q-field__suffix, .co-field .q-field__input,
.co-input .q-field__native,
.co-input .q-field__prefix,
.co-input .q-field__suffix,
.co-input .q-field__input,
.co-select .q-field__native,
.co-select .q-field__prefix,
.co-select .q-field__suffix,
.co-select .q-field__input,
.co-file .q-field__native,
.co-file .q-field__prefix,
.co-file .q-field__suffix,
.co-file .q-field__input {
  line-height: initial;
}
.co-field.q-textarea .q-field__control, .co-field.q-textarea .q-field__native,
.co-input.q-textarea .q-field__control,
.co-input.q-textarea .q-field__native,
.co-select.q-textarea .q-field__control,
.co-select.q-textarea .q-field__native,
.co-file.q-textarea .q-field__control,
.co-file.q-textarea .q-field__native {
  min-height: 38px;
  height: auto;
}
.co-field.q-textarea.q-field--dense .q-field__control, .co-field.q-textarea.q-field--dense .q-field__native,
.co-input.q-textarea.q-field--dense .q-field__control,
.co-input.q-textarea.q-field--dense .q-field__native,
.co-select.q-textarea.q-field--dense .q-field__control,
.co-select.q-textarea.q-field--dense .q-field__native,
.co-file.q-textarea.q-field--dense .q-field__control,
.co-file.q-textarea.q-field--dense .q-field__native {
  min-height: 32px;
  height: auto;
}
.co-field.q-textarea.q-field--dense .q-field__native,
.co-input.q-textarea.q-field--dense .q-field__native,
.co-select.q-textarea.q-field--dense .q-field__native,
.co-file.q-textarea.q-field--dense .q-field__native {
  padding-top: 8px;
}
.co-field.q-textarea .q-field__native,
.co-input.q-textarea .q-field__native,
.co-select.q-textarea .q-field__native,
.co-file.q-textarea .q-field__native {
  padding-top: 10px;
}
.co-field.q-textarea.q-textarea--autogrow .q-field__control-container,
.co-input.q-textarea.q-textarea--autogrow .q-field__control-container,
.co-select.q-textarea.q-textarea--autogrow .q-field__control-container,
.co-file.q-textarea.q-textarea--autogrow .q-field__control-container {
  padding-top: 0;
  padding-bottom: 0;
}
.co-field.q-textarea.q-field--dense.q-field--labeled .q-field__control-container,
.co-input.q-textarea.q-field--dense.q-field--labeled .q-field__control-container,
.co-select.q-textarea.q-field--dense.q-field--labeled .q-field__control-container,
.co-file.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 7px;
}
.co-field.q-textarea.q-field--labeled .q-field__control-container,
.co-input.q-textarea.q-field--labeled .q-field__control-container,
.co-select.q-textarea.q-field--labeled .q-field__control-container,
.co-file.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 5px;
}
.co-field .q-field__marginal,
.co-input .q-field__marginal,
.co-select .q-field__marginal,
.co-file .q-field__marginal {
  font-size: 15px;
}
.co-field .q-field__control,
.co-field .q-field__marginal,
.co-input .q-field__control,
.co-input .q-field__marginal,
.co-select .q-field__control,
.co-select .q-field__marginal,
.co-file .q-field__control,
.co-file .q-field__marginal {
  height: 38px;
}
.co-field.q-field--dense .q-field__control, .co-field.q-field--dense .q-field__marginal,
.co-input.q-field--dense .q-field__control,
.co-input.q-field--dense .q-field__marginal,
.co-select.q-field--dense .q-field__control,
.co-select.q-field--dense .q-field__marginal,
.co-file.q-field--dense .q-field__control,
.co-file.q-field--dense .q-field__marginal {
  height: 32px;
}
.co-field.q-field--auto-height .q-field__control, .co-field.q-field--auto-height .q-field__native,
.co-input.q-field--auto-height .q-field__control,
.co-input.q-field--auto-height .q-field__native,
.co-select.q-field--auto-height .q-field__control,
.co-select.q-field--auto-height .q-field__native,
.co-file.q-field--auto-height .q-field__control,
.co-file.q-field--auto-height .q-field__native {
  min-height: 38px;
}
.co-field.q-field--auto-height .q-field__control,
.co-input.q-field--auto-height .q-field__control,
.co-select.q-field--auto-height .q-field__control,
.co-file.q-field--auto-height .q-field__control {
  height: auto;
}
.co-field.q-field--auto-height.q-field--labeled .q-field__control-container,
.co-input.q-field--auto-height.q-field--labeled .q-field__control-container,
.co-select.q-field--auto-height.q-field--labeled .q-field__control-container,
.co-file.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 0;
}
.co-field.q-field--auto-height.q-field--labeled .q-field__native, .co-field.q-field--auto-height.q-field--labeled .q-field__prefix, .co-field.q-field--auto-height.q-field--labeled .q-field__suffix,
.co-input.q-field--auto-height.q-field--labeled .q-field__native,
.co-input.q-field--auto-height.q-field--labeled .q-field__prefix,
.co-input.q-field--auto-height.q-field--labeled .q-field__suffix,
.co-select.q-field--auto-height.q-field--labeled .q-field__native,
.co-select.q-field--auto-height.q-field--labeled .q-field__prefix,
.co-select.q-field--auto-height.q-field--labeled .q-field__suffix,
.co-file.q-field--auto-height.q-field--labeled .q-field__native,
.co-file.q-field--auto-height.q-field--labeled .q-field__prefix,
.co-file.q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 12px;
}
.co-field.q-field--labeled .q-field__native, .co-field.q-field--labeled .q-field__prefix, .co-field.q-field--labeled .q-field__suffix,
.co-input.q-field--labeled .q-field__native,
.co-input.q-field--labeled .q-field__prefix,
.co-input.q-field--labeled .q-field__suffix,
.co-select.q-field--labeled .q-field__native,
.co-select.q-field--labeled .q-field__prefix,
.co-select.q-field--labeled .q-field__suffix,
.co-file.q-field--labeled .q-field__native,
.co-file.q-field--labeled .q-field__prefix,
.co-file.q-field--labeled .q-field__suffix {
  padding-top: 12px;
}
.co-field.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native, .co-field.q-field--auto-height.q-field--dense.q-field--labeled .q-field__prefix, .co-field.q-field--auto-height.q-field--dense.q-field--labeled .q-field__suffix,
.co-input.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native,
.co-input.q-field--auto-height.q-field--dense.q-field--labeled .q-field__prefix,
.co-input.q-field--auto-height.q-field--dense.q-field--labeled .q-field__suffix,
.co-select.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native,
.co-select.q-field--auto-height.q-field--dense.q-field--labeled .q-field__prefix,
.co-select.q-field--auto-height.q-field--dense.q-field--labeled .q-field__suffix,
.co-file.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native,
.co-file.q-field--auto-height.q-field--dense.q-field--labeled .q-field__prefix,
.co-file.q-field--auto-height.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 12px;
}
.co-field.q-field--dense.q-field--labeled .q-field__native, .co-field.q-field--dense.q-field--labeled .q-field__prefix, .co-field.q-field--dense.q-field--labeled .q-field__suffix,
.co-input.q-field--dense.q-field--labeled .q-field__native,
.co-input.q-field--dense.q-field--labeled .q-field__prefix,
.co-input.q-field--dense.q-field--labeled .q-field__suffix,
.co-select.q-field--dense.q-field--labeled .q-field__native,
.co-select.q-field--dense.q-field--labeled .q-field__prefix,
.co-select.q-field--dense.q-field--labeled .q-field__suffix,
.co-file.q-field--dense.q-field--labeled .q-field__native,
.co-file.q-field--dense.q-field--labeled .q-field__prefix,
.co-file.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 12px;
}
.co-field.q-field--auto-height.q-field--dense .q-field__control, .co-field.q-field--auto-height.q-field--dense .q-field__native,
.co-input.q-field--auto-height.q-field--dense .q-field__control,
.co-input.q-field--auto-height.q-field--dense .q-field__native,
.co-select.q-field--auto-height.q-field--dense .q-field__control,
.co-select.q-field--auto-height.q-field--dense .q-field__native,
.co-file.q-field--auto-height.q-field--dense .q-field__control,
.co-file.q-field--auto-height.q-field--dense .q-field__native {
  min-height: 32px;
}
.co-field.q-field--auto-height.q-field--dense .q-field__control,
.co-input.q-field--auto-height.q-field--dense .q-field__control,
.co-select.q-field--auto-height.q-field--dense .q-field__control,
.co-file.q-field--auto-height.q-field--dense .q-field__control {
  height: auto;
}
.co-field .q-field__label,
.co-input .q-field__label,
.co-select .q-field__label,
.co-file .q-field__label {
  top: 10px;
  font-size: inherit;
}
.co-field.q-field--float .q-field__label,
.co-input.q-field--float .q-field__label,
.co-select.q-field--float .q-field__label,
.co-file.q-field--float .q-field__label {
  top: 9px;
}
.co-field.q-field--dense .q-field__label,
.co-input.q-field--dense .q-field__label,
.co-select.q-field--dense .q-field__label,
.co-file.q-field--dense .q-field__label {
  top: 6px;
}
.co-field.q-field--dense.q-field--float .q-field__label,
.co-input.q-field--dense.q-field--float .q-field__label,
.co-select.q-field--dense.q-field--float .q-field__label,
.co-file.q-field--dense.q-field--float .q-field__label {
  top: 6px;
}

.co-header .q-tab,
.co-footer .q-tab,
.co-page .q-tab,
.co-form .q-tab,
.co-card .q-tab,
.co-popup .q-tab,
.co-dialog .q-tab {
  text-transform: none;
}
.co-header .q-tabs--dense .q-tab,
.co-footer .q-tabs--dense .q-tab,
.co-page .q-tabs--dense .q-tab,
.co-form .q-tabs--dense .q-tab,
.co-card .q-tabs--dense .q-tab,
.co-popup .q-tabs--dense .q-tab,
.co-dialog .q-tabs--dense .q-tab {
  min-height: 32px;
}

.co-page > .q-tab-panels {
  flex: 1;
}

.page-bg {
  background-color: var(--q-color-page-bg) !important;
}

.custom-page-bg {
  background-color: var(--q-color-page-bg);
}

.custom-table-bg {
  background-color: var(--q-color-table-bg);
}

.custom-other-bg {
  background-color: var(--q-color-other-bg);
}

.co-sidebar {
  position: relative;
  z-index: 2001;
}
.co-sidebar .q-scrollarea__content {
  position: unset;
}
.co-sidebar .q-scrollarea__bar--v,
.co-sidebar .q-scrollarea__thumb--v {
  width: 6px;
  border-radius: 5px;
}
.co-sidebar .expansion-item-active > .q-expansion-item__container > [role=button] {
  color: var(--menu-item-active-text-color);
}
.co-sidebar .expansion-item-active > .q-expansion-item__container > [role=button] .q-icon {
  color: var(--menu-item-active-text-color);
}
.co-sidebar .q-list > .q-expansion-item > .q-expansion-item__container > .q-item {
  min-height: 40px;
  line-height: 40px;
  margin-top: 6px;
}
.co-sidebar .q-item.q-link {
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 4px;
  min-height: 38px;
  line-height: 38px;
  margin-top: 2px;
}
.co-sidebar .q-item.q-link:hover .q-focus-helper {
  background: var(--menu-item-active-bg-color);
}
.co-sidebar .q-item.q-link:hover .q-icon {
  color: var(--menu-item-active-text-color);
}
.co-sidebar .q-item.q-link:hover .q-item__label {
  color: var(--menu-item-active-text-color) !important;
  transition: all 0.3s;
}
.co-sidebar .q-item.q-link.q-focusable:focus .q-focus-helper {
  background: var(--menu-item-active-bg-color);
}
.co-sidebar .q-item.q-link.co-sidebar-menu-active {
  color: var(--menu-item-active-text-color);
  background: var(--menu-item-active-bg-color);
}
.co-sidebar .q-item.q-link.co-sidebar-menu-active .q-focus-helper {
  opacity: 0;
  background: var(--menu-item-active-bg-color);
}
.co-sidebar .q-item.q-link.co-sidebar-menu-active .q-icon {
  color: var(--menu-item-active-text-color);
}
.co-sidebar .q-item.q-link.co-sidebar-menu-active .q-item__label {
  color: var(--menu-item-active-text-color) !important;
}
.co-sidebar .q-item.q-link .q-item__section--avatar {
  min-width: 16px;
  padding-right: 8px;
}
.co-sidebar .q-item.q-link .q-scrollarea__bar--v,
.co-sidebar .q-item.q-link .q-scrollarea__thumb--v {
  width: 6px;
  opacity: 0.35;
  border-radius: 5px;
}
.co-sidebar .q-item.q-link .q-icon,
.co-sidebar .q-item.q-link .ri-icon {
  font-size: 16px;
  line-height: 24px;
  color: #86909c;
}
.co-sidebar .q-item__label + .q-item__label {
  margin-top: 0;
}

.btn-dropdown-hide-droparrow.q-btn-dropdown--simple .q-btn-dropdown__arrow {
  display: none;
}

.co-header .q-tab__content {
  min-width: auto !important;
}

.avatar {
  font-size: 16px;
}

.q-notification {
  margin: 20px 16px 0;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.q-notification .q-icon {
  margin-right: 5px;
}
.q-notification.q-notification--standard {
  min-height: 0;
  padding: 8px 12px 8px 10px;
}
.q-notification.bg-warning, .q-notification.bg-negative, .q-notification.bg-ongoing, .q-notification.bg-info, .q-notification.bg-positive {
  background-color: #fff !important;
}
.q-notification.bg-positive .q-icon {
  color: var(--q-primary);
}
.q-notification.bg-warning .q-icon {
  color: #FF7D00;
}
.q-notification.bg-negative .q-icon {
  color: #F53F3F;
}
.q-notification .q-notification__badge {
  display: none;
}
.q-notification .q-notification__message {
  padding: 0;
  color: #4E5969;
}

.q-notifications__list--bottom .q-notification {
  margin: 20px 16px 20px;
}

.co-dialog-toolbar {
  color: var(--text-color-primary);
}
.co-dialog-toolbar .q-btn {
  color: var(--text-color-info);
}
.co-dialog-toolbar .q-btn:hover {
  color: var(--q-primary);
}
.co-dialog-toolbar .q-btn .q-icon {
  font-size: 1.515em;
}

.q-dialog.q-dark,
.q-dialog .q-dark {
  background-color: var(--q-color-other-bg);
}
.q-dialog .q-dialog__inner--minimized {
  padding: 0;
}

.q-dialog__inner--minimized > div {
  border-radius: 0;
}

.q-dialog__inner--maximized .q-card {
  width: 100% !important;
  max-width: 100vw !important;
}

.q-dialog__inner > .q-card .q-card__actions .q-btn--rectangle {
  min-width: 62px;
}

.q-table__card {
  color: var(--table-text-color);
}

.cursor-move {
  cursor: move !important;
}

.co-popup.q-dark,
.co-popup .q-dark {
  background-color: var(--q-color-other-bg);
}
.co-popup {
  /* 使用v-drag，会导致对话框在小屏幕占满左右两边，这里增加一点空隙 */
}
.co-popup .q-dialog__inner--minimized {
  padding: 10px 24px;
}

.co-form .q-field__bottom--animated {
  min-height: 12px;
  left: 2px;
  bottom: -2px;
  padding: 0;
  z-index: 10;
}
.co-form .q-field__bottom--animated .q-field__messages div {
  width: auto;
  padding: 0px;
}
.co-form.gutter .q-field--with-bottom {
  padding-bottom: 0;
}
.co-form .q-field--with-bottom {
  padding-bottom: 0;
}
.co-form .q-col-gutter-y-md > *,
.co-form .q-col-gutter-md > * {
  padding-top: 14px;
}

.co-table-sticky-header.q-dark .q-table__top, .co-table-sticky-header.q-dark .q-table__bottom, .co-table-sticky-header.q-dark thead tr:first-child th { /* bg color is important for th; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header .q-table__top,
.co-table-sticky-header .q-table__bottom,
.co-table-sticky-header thead tr:first-child th { /* bg color is important for th; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header thead tr th {
  position: sticky;
  z-index: 1;
}
.co-table-sticky-header thead tr:first-child th {
  top: 0;
}

.co-table-sticky-first-column.q-dark td:first-child, .co-table-sticky-first-column.q-dark thead tr:first-child th:first-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-first-column td:first-child,
.co-table-sticky-first-column thead tr:first-child th:first-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-first-column th:first-child,
.co-table-sticky-first-column td:first-child {
  position: sticky;
  left: 0;
}
.co-table-sticky-first-column th:first-child {
  z-index: 2;
}
.co-table-sticky-first-column td:first-child {
  z-index: 1;
}

.co-table-sticky-last-column th:last-child,
.co-table-sticky-last-column td:last-child {
  padding-right: 6px !important;
  position: sticky;
  right: 0;
}
.co-table-sticky-last-column th:last-child {
  z-index: 2;
}
.co-table-sticky-last-column td:last-child {
  z-index: 1;
  background-color: var(--q-color-table-bg);
}

.co-table-sticky-first-and-last-column th:last-child,
.co-table-sticky-first-and-last-column td:last-child {
  padding-right: 6px !important;
  position: sticky;
  right: 0;
  z-index: 1;
}
.co-table-sticky-first-and-last-column td:first-child,
.co-table-sticky-first-and-last-column thead tr:first-child th:first-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-first-and-last-column th:first-child,
.co-table-sticky-first-and-last-column td:first-child {
  position: sticky;
  left: 0;
}
.co-table-sticky-first-and-last-column th:first-child,
.co-table-sticky-first-and-last-column th:last-child {
  z-index: 2;
}
.co-table-sticky-first-and-last-column td:first-child,
.co-table-sticky-first-and-last-column td:last-child {
  z-index: 1;
}
.co-table-sticky-first-and-last-column.q-dark td:last-child, .co-table-sticky-first-and-last-column.q-dark thead tr:last-child th:last-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-first-and-last-column td:last-child,
.co-table-sticky-first-and-last-column thead tr:last-child th:last-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-first-and-last-column th:last-child,
.co-table-sticky-first-and-last-column td:last-child {
  padding-right: 6px !important;
  position: sticky;
  right: 0;
  z-index: 1;
}
.co-table-sticky-first-and-last-column td:last-child {
  box-shadow: inset 1px 0px 0px 0px var(--table-border-color);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .q-table tr.selected {
    background-color: #e8e8e8;
    color: #333333;
  }
}
.co-table-sticky-header-and-first-column.q-dark td:first-child, .co-table-sticky-header-and-first-column.q-dark tr th {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-column tr th,
.co-table-sticky-header-and-first-column td:first-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-column tr th {
  position: sticky;
  z-index: 2;
}
.co-table-sticky-header-and-first-column {
  /* this will be the loading indicator */
}
.co-table-sticky-header-and-first-column thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-first-column thead tr:first-child th {
  top: 0;
  z-index: 1;
}
.co-table-sticky-header-and-first-column tr:first-child th:first-child {
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-first-column td:first-child {
  z-index: 1;
}
.co-table-sticky-header-and-first-column td:first-child, .co-table-sticky-header-and-first-column th:first-child {
  position: sticky;
  left: 0;
}

.co-table-sticky-header-and-last-column td:last-child,
.co-table-sticky-header-and-last-column th:last-child {
  padding-right: 6px !important;
}
.co-table-sticky-header-and-last-column td:last-child {
  box-shadow: inset 1px 0px 0px 0px var(--table-border-color);
}
.co-table-sticky-header-and-last-column.q-dark td:last-child, .co-table-sticky-header-and-last-column.q-dark tr th {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-last-column tr th,
.co-table-sticky-header-and-last-column td:last-child {
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-last-column tr th {
  position: sticky;
  z-index: 2;
}
.co-table-sticky-header-and-last-column {
  /* this will be the loading indicator */
}
.co-table-sticky-header-and-last-column thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-last-column thead tr:first-child th {
  top: 0;
  z-index: 1;
}
.co-table-sticky-header-and-last-column tr:last-child th:last-child {
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-last-column td:last-child {
  z-index: 1;
}
.co-table-sticky-header-and-last-column td:last-child, .co-table-sticky-header-and-last-column th:last-child {
  position: sticky;
  right: 0;
}

.co-table-sticky-header-and-first-last-column td:last-child,
.co-table-sticky-header-and-first-last-column th:last-child {
  padding-right: 6px !important;
}
.co-table-sticky-header-and-first-last-column td:last-child {
  box-shadow: inset 1px 0px 0px 0px var(--table-border-color);
}
.co-table-sticky-header-and-first-last-column.q-dark td:first-child, .co-table-sticky-header-and-first-last-column.q-dark tr th {
  /* bg color is important for td; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-last-column tr th,
.co-table-sticky-header-and-first-last-column td:first-child {
  /* bg color is important for td; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-last-column.q-dark td:last-child, .co-table-sticky-header-and-first-last-column.q-dark tr th {
  /* bg color is important for td; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-last-column tr th,
.co-table-sticky-header-and-first-last-column td:last-child {
  /* bg color is important for td; just specify one */
  background-color: var(--q-color-table-bg);
}
.co-table-sticky-header-and-first-last-column tr th {
  position: sticky;
  /* higher than z-index for td below */
  z-index: 2;
  /* bg color is important; just specify one */
}
.co-table-sticky-header-and-first-last-column {
  /* this will be the loading indicator */
}
.co-table-sticky-header-and-first-last-column thead tr:last-child th {
  /* height of all previous header rows */
  top: 48px;
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-first-last-column thead tr:first-child th {
  top: 0;
  z-index: 1;
}
.co-table-sticky-header-and-first-last-column tr:last-child th:last-child {
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-first-last-column td:last-child {
  z-index: 1;
}
.co-table-sticky-header-and-first-last-column td:last-child, .co-table-sticky-header-and-first-last-column th:last-child {
  position: sticky;
  right: 0;
}
.co-table-sticky-header-and-first-last-column thead tr:first-child th {
  top: 0;
  z-index: 1;
}
.co-table-sticky-header-and-first-last-column tr:first-child th:first-child {
  /* highest z-index */
  z-index: 3;
}
.co-table-sticky-header-and-first-last-column td:first-child {
  z-index: 1;
}
.co-table-sticky-header-and-first-last-column td:first-child, .co-table-sticky-header-and-first-last-column th:first-child {
  position: sticky;
  left: 0;
}

.cursor {
  cursor: pointer;
}

.bg-white {
  background-color: #fff;
}

.q-select--multiple .q-field__native {
  flex-wrap: nowrap;
}
.q-select--multiple .q-field__native > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 15px);
}
.q-select--multiple .q-field__native input {
  min-width: 15px !important;
  width: 15px !important;
  padding-left: 0;
}
.q-select--multiple .q-btn--rectangle {
  padding-left: 0;
}

.co-header {
  color: #4e5969;
  background: #fff;
}

.breadcrumbs > .flex > .flex:nth-child(1) {
  cursor: pointer;
}
.breadcrumbs > .flex > .flex:nth-child(1):hover {
  opacity: 0.8;
}

.q-layout__shadow:after {
  box-shadow: none;
}

.q-btn.q-btn--outline:hover {
  color: var(--q-primary);
}
.q-btn.q-btn--outline:hover:before {
  border-color: var(--q-primary);
}
.q-btn.q-btn--outline:before {
  border: 1px solid #c9cdd4;
}
.q-btn.bg-primary:before {
  box-shadow: none;
}

.q-btn--rectangle {
  border-radius: 6px;
}

.q-btn--rounded {
  border-radius: 28px;
}

.co-btn--square {
  border-radius: unset;
}

.q-btn-group > .q-btn-item {
  border-radius: inherit;
}

.q-chip {
  height: 24px;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid;
  font-size: 13px;
  border: none;
}
.q-chip.bg-primary, .q-chip.bg-green {
  color: rgb(76, 210, 99) !important;
  background: rgba(76, 210, 99, 0.1) !important;
  border-color: rgb(76, 210, 99) !important;
}
.q-chip.bg-blue {
  color: #375DA8 !important;
  background: #E5E8F0 !important;
}
.q-chip.bg-warning {
  color: rgb(255, 154, 46) !important;
  background: rgba(255, 182, 93, 0.1) !important;
  border-color: rgb(255, 182, 93);
}
.q-chip.bg-red,
.q-chip .bg-danger {
  color: rgb(247, 101, 96) !important;
  background: rgba(249, 137, 129, 0.1) !important;
  border-color: rgb(249, 137, 129);
}
.q-chip.bg-grey {
  background: rgba(96, 125, 139, 0.04) !important;
}
.q-chip.q-chip--dark {
  background-color: transparent !important;
}
.q-chip.q-chip--dark.bg-primary, .q-chip.q-chip--dark.bg-green {
  color: rgba(76, 210, 99, 0.8) !important;
  border-color: rgba(76, 210, 99, 0.8) !important;
}
.q-chip.q-chip--dark.bg-blue {
  color: rgba(64, 128, 255, 0.9) !important;
  border-color: rgba(64, 128, 255, 0.9);
}
.q-chip.q-chip--dark.bg-warning {
  color: rgba(255, 154, 46, 0.8) !important;
  border-color: rgba(255, 154, 46, 0.8);
}
.q-chip.q-chip--dark.text-red,
.q-chip.q-chip--dark .bg-danger {
  color: rgb(247, 101, 96) !important;
  border-color: rgba(247, 101, 96, 0.8);
}

.q-tabs {
  transition: color 0.3s;
}

.q-tab {
  min-height: 42px;
}

.q-tabs__arrow {
  font-size: 26px;
  color: #1d2129;
}

.q-tab-panels .q-tab-panel {
  padding: 0;
}

.q-header--bordered {
  border-bottom: 1px solid #f2f3f5;
}

.q-field--outlined {
  transition: all 0.3s;
}
.q-field--outlined .q-field__control {
  border-radius: 6px;
}
.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-width: 1px;
  box-shadow: 0 0 0 2px var(--q-color-outline-box-shadow);
}
.q-field--outlined.q-field--error .q-field__control:after {
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.q-field--outlined .q-field__control:hover:before {
  border-color: var(--q-primary);
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.q-field--standout.q-field--highlighted .q-field__control {
  background: #1d1d1d;
}

.q-focusable.q-btn--outline:focus .q-focus-helper, .q-focusable.q-btn--outline:hover .q-focus-helper,
.q-hoverable.q-btn--outline:focus .q-focus-helper,
.q-hoverable.q-btn--outline:hover .q-focus-helper,
.q-manual-focusable--focused.q-btn--outline:focus .q-focus-helper,
.q-manual-focusable--focused.q-btn--outline:hover .q-focus-helper {
  background-color: var(--q-primary) !important;
}

.co-table-search {
  padding-bottom: 9px !important;
  margin-top: 0;
  margin-bottom: 0;
}
.co-table-search > * {
  margin-top: 9px;
  margin-left: 13px;
}
.co-table-search .co-select.q-field--dense .q-field__control {
  height: 32px;
}
.co-table-search .co-table-search-actions {
  display: inline-flex;
  align-items: center;
}
.co-table-search .co-table-search-actions .q-btn {
  padding: 4px 16px !important;
}
.co-table-search .co-table-search-actions .q-btn:before {
  box-shadow: none;
}
.co-table-search .co-table-search-actions .q-btn:not(:first-child) {
  margin-left: 8px;
  margin-right: 8px;
}
.co-table-search .co-table-search-actions .co-table-search-collapse {
  color: var(--q-primary);
  padding-left: 8px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.co-table-search .co-table-search-actions .co-table-search-collapse:hover {
  opacity: 0.9;
}
.co-table-search .co-table-search-actions .co-table-search-collapse .collapse-icon {
  font-size: 16px;
}

.co-table {
  position: relative;
  padding: 0 16px;
  margin-left: 0;
}
.co-table.fullscreen {
  position: inherit;
}
.co-table.table-wrap-bordered-none .q-table__middle {
  border: none;
}
.co-table.table-wrap-padding-none {
  padding: 0;
}
.co-table.border-none {
  padding: 0;
}
.co-table .q-table {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.co-table .q-table thead tr,
.co-table .q-table thead td,
.co-table .q-table tbody tr,
.co-table .q-table tbody td {
  height: 40px;
}
.co-table .q-table thead tr {
  background-color: var(--table-header-bg-color) !important;
}
.co-table .q-table thead tr th {
  color: var(--table-header-text-color);
  height: 50px;
}
.co-table .q-table__top,
.co-table .q-table__bottom {
  font-size: 14px;
}
.co-table .q-table__top {
  padding: 8px 0 8px 0;
  justify-content: space-between;
}
.co-table .q-table__bottom {
  padding: 0 14px 0 16px;
}
.co-table tr th,
.co-table tr td {
  padding: 4px 8px !important;
}
.co-table .crud-row-btns .q-btn-item {
  font-size: 14px !important;
}

.q-table--dense thead,
.q-table--dense tr,
.q-table--dense th,
.q-table--dense td,
.co-table thead,
.co-table tr,
.co-table th,
.co-table td {
  border-color: var(--table-border-color);
}

.co-table-search,
.q-table__top,
.q-table__middle {
  background-color: var(--q-color-table-bg);
}

.q-table__top .q-table__control:last-child .q-btn--dense {
  min-width: 32px;
  height: 32px;
}
.q-table__top .q-table__control .full-width {
  padding: 0;
}
.q-table__top .q-table__control:last-child .q-btn:active .q-btn__wrapper:before {
  box-shadow: none;
}

.q-table__middle {
  border-radius: 4px;
  min-height: 82px;
}

.table-padding-bottom-sm .q-table__middle {
  padding-bottom: 10px;
}

.q-table__bottom {
  border: none;
}

.co-table-empty .q-table__middle {
  margin-bottom: 12px;
}

.q-table__bottom--nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 14px;
  padding: 0 !important;
}

.co-main-table .q-table__bottom--nodata {
  margin-top: 20px;
}

.q-pagination__content > .q-btn,
.q-pagination__content > .q-input,
.q-pagination__content > .q-btn,
.q-pagination__middle > .q-btn,
.q-pagination__middle > .q-input,
.q-pagination__middle > .q-btn {
  margin-left: 8px;
  padding: 3px 5px !important;
}

.q-menu {
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}

.q-tooltip--style {
  font-size: 12px;
}

.theme-bg {
  background-color: var(--theme-bg-color) !important;
}

.co-btn-toggle {
  --border: 1px solid var(--theme-border-color);
}
.co-btn-toggle.q-btn-toggle .q-btn-item, .co-btn-toggle.q-btn-dense .q-btn-item {
  padding: 5px 12px;
  min-height: inherit;
}
.co-btn-toggle.q-btn-toggle > .q-btn-item, .co-btn-toggle.q-btn-dense > .q-btn-item {
  line-height: normal;
  border: var(--border);
  border-left: 0;
  color: var(--theme-text-color) !important;
  background-color: var(--theme-bg-color) !important;
}
.co-btn-toggle.q-btn-toggle > .q-btn-item.bg-primary, .co-btn-toggle.q-btn-dense > .q-btn-item.bg-primary {
  color: #fff !important;
  border-color: var(--q-primary);
  background-color: var(--q-primary) !important;
}
.co-btn-toggle.q-btn-toggle > .q-btn-item:first-child, .co-btn-toggle.q-btn-dense > .q-btn-item:first-child {
  border-left: var(--border);
  border-radius: 6px 0 0 6px;
}
.co-btn-toggle.q-btn-toggle > .q-btn-item:first-child:last-child, .co-btn-toggle.q-btn-dense > .q-btn-item:first-child:last-child {
  border-radius: 6px;
}
.co-btn-toggle.q-btn-toggle > .q-btn-item:last-child, .co-btn-toggle.q-btn-dense > .q-btn-item:last-child {
  border-radius: 0 6px 6px 0;
}

.drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  z-index: 3000;
}
.drawer-mask.drawer-open {
  height: 100%;
  opacity: 1;
  transition: none;
}

.q-splitter__separator {
  background-color: var(--table-border-color);
}

body {
  --text-color-primary: #303133;
  --text-color-info: #909399;
  --theme-bg-color: #fff;
  --theme-text-color: #1D2129;
  --theme-border-color: #E5E6EB;
  --table-header-text-color: rgba(0,0,0,0.88);
  --table-text-color: rgba(0,0,0,0.88);
  --table-fill-color: #f5f7fa;
  --table-border-color: #f5f5f5;
  --table-header-bg-color: #fafafa;
  --form-label-text-color: #606266;
}
body.body--dark {
  --text-color-primary: #e5eaf3;
  --theme-bg-color: #1d1d1d;
  --theme-text-color: rgba(229, 224, 216, 0.85);
  --dark-text-color: rgba(229, 224, 216, 0.85);
  --theme-border-color: #454847;
  --table-header-text-color: #a3a6ad;
  --table-text-color: #cfd3dc;
  --table-fill-color: #262727;
  --table-border-color: rgba(143, 132, 117, 0.15);
  --form-label-text-color: #cfd3dc;
  --q-color-page-bg: var(--q-dark-page);
  --q-color-table-bg: var(--q-dark);
  --q-color-other-bg: #2d2d2d;
  color: var(--theme-text-color);
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar {
  background-color: #2b2d2d;
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar-track,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar-track,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.06);
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar-corner,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar-corner,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar-corner {
  background-color: #2b2d2d;
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar-thumb,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar-thumb,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar-thumb {
  background-color: #4e5151;
  background-clip: padding-box;
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar-thumb:hover,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar-thumb:hover,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar-thumb:hover {
  background-color: #5f6364;
}
body.body--dark:not(.disabled-dark-theme).desktop::-webkit-scrollbar-thumb:active,
body.body--dark:not(.disabled-dark-theme) .scroll::-webkit-scrollbar-thumb:active,
body.body--dark:not(.disabled-dark-theme) .co-picker-time-panel-column::-webkit-scrollbar-thumb:active {
  background-color: #515455;
}
body.body--dark .co-header {
  color: var(--dark-text-color);
  background: var(--q-dark);
  border-color: rgba(143, 132, 117, 0.2);
}
body.body--dark .q-btn.q-btn--outline:before {
  border-color: #454847 !important;
}
body.body--dark .q-tabs__arrow {
  color: var(--dark-text-color);
  text-shadow: none;
}
body.body--dark .tab-chip {
  color: var(--dark-text-color) !important;
  background: var(--q-dark) !important;
}
body.disabled-dark-theme {
  background-color: #fff;
}

.theme-text {
  color: var(--theme-text-color);
}

.q-dark {
  --menu-item-text-color: #fff;
  --menu-item-active-bg-color: var(--q-primary);
  --menu-item-active-text-color: #ffffff;
  color: var(--dark-text-color);
  background: #424242;
  background: var(--q-dark);
}

.q-field--dark .q-field__control:before {
  border-color: rgb(69, 72, 71);
}

.q-toggle--dark .q-toggle__label {
  color: var(--dark-text-color);
}

.q-separator--dark {
  background: rgba(143, 132, 117, 0.17);
}

.q-item__section--side {
  padding-right: 0;
}

.en-US-dialog .ellipsis-2-lines {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

html,
body,
#q-app,
.main-layout,
.main-container,
.main-content,
.co-page {
  height: 100%;
}

.main-content {
  padding: 12px 15px 10px 10px;
}

.co-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.back-to-top .q-page-sticky {
  z-index: 100;
}

.table-layout-sticky {
  overflow: hidden;
  flex: 1;
  max-height: 100%;
}
.table-layout-sticky thead tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.tab-panel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.radius-4 {
  border-radius: 4px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-14 {
  border-radius: 14px;
}

.com-tit {
  display: flex;
  align-items: center;
  color: var(--theme-text-color);
  padding: 8px 12px;
  line-height: 22px;
  border-bottom: 1px solid var(--theme-border-color);
  background-color: var(--theme-bg-color);
}

.tit-bg {
  background-color: var(--table-fill-color);
}

.b-t {
  border-top: 1px solid var(--table-border-color);
}

.b-b {
  border-bottom: 1px solid var(--table-border-color);
}

.b-d {
  border: 1px solid var(--table-border-color);
}

.b-r-n {
  border-right: none !important;
}

.no-bg {
  background-color: transparent !important;
}

.flex-1 {
  flex: 1;
}

.inline-flex {
  display: inline-flex !important;
}

.color-text-3 {
  color: #86909c;
}

.f-8 {
  font-size: 8px;
}

.f-12 {
  font-size: 12px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-32 {
  font-size: 32px;
}

.f-36 {
  font-size: 36px;
}

.w-100 {
  width: 100px !important;
}

.w-120 {
  width: 120px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-200 {
  width: 200px !important;
}

.w-210 {
  width: 210px !important;
}

.w-230 {
  width: 230px !important;
}

.w-300 {
  width: 300px !important;
}

.pb-46 {
  padding-bottom: 46px;
}

.min-w-0 {
  min-width: 0;
}

.ma-0 {
  margin: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

@media (max-width: 1023px) {
  .co-page {
    overflow: unset;
  }
  .table-layout-sticky {
    overflow: unset;
    max-height: unset;
  }
  .tab-panel-content {
    height: auto;
  }
}
.device-info {
  border-top: 1px solid var(--theme-border-color);
  border-left: 1px solid var(--theme-border-color);
}
.device-info > .col-12 > span,
.device-info > .col-12 > div,
.device-info > .col-6 > span,
.device-info > .col-6 > div {
  font-size: 14px !important;
  padding: 8px 14px;
  line-height: 20px;
  border-right: 1px solid var(--theme-border-color);
  border-bottom: 1px solid var(--theme-border-color);
  word-break: break-all;
}
.device-info > .col-12 > span:first-child,
.device-info > .col-12 > div:first-child,
.device-info > .col-6 > span:first-child,
.device-info > .col-6 > div:first-child {
  display: flex;
  align-items: center;
  background-color: var(--table-fill-color);
}
.device-info > .col-12 > span:last-child,
.device-info > .col-12 > div:last-child,
.device-info > .col-6 > span:last-child,
.device-info > .col-6 > div:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--theme-text-color);
  background-color: var(--q-color-table-bg) !important;
}

@media (min-width: 1024px) {
  .device-info-en .info-item-label {
    min-width: 150px;
    max-width: 150px;
  }
}
.valid-times-limit .col-auto > span,
.valid-emails .col-auto > span {
  display: none;
}

.table-row-contextmenu {
  right: auto;
  bottom: auto;
}
.table-row-contextmenu .q-dialog__inner--minimized {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  margin-left: 1px;
  align-items: unset;
  justify-content: unset;
  background-color: var(--theme-bg-color);
}
.table-row-contextmenu .q-dialog__inner--minimized .q-list {
  min-width: 80px;
  box-shadow: 0px 3px 6px -4px rgba(0, 77, 68, 0.12), 0px 6px 16px rgba(0, 77, 68, 0.09), 0px 9px 28px 8px rgba(0, 77, 68, 0.06);
}

.table-row-contextmenu .q-icon,
.table-row-drop-down .q-icon {
  margin-right: 3px;
}

.cascade .q-focus-helper {
  display: none;
}

.word-break {
  word-break: break-word;
}

.b-s-n {
  box-shadow: none;
}

.q-menu .q-item {
  min-height: 32px;
  padding: 2px 16px;
}

.q-field__control {
  height: 40px;
}
.q-field__control:before {
  z-index: 1;
}

.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}

.q-field--auto-height .q-field__control {
  min-height: 40px;
}

.q-field--labeled .q-field__native {
  padding-top: 14px;
  padding-bottom: 2px;
}

.q-field__append {
  padding-left: 6px;
}

.q-field__label {
  font-size: 14px;
  top: 10px;
}

html[dir=rtl] body,
html[dir=rtl] #q-app {
  direction: rtl;
}
html[dir=rtl] .q-drawer-container .q-drawer {
  left: auto;
  right: 0;
}
html[dir=rtl] .tab-chip .q-chip__icon--remove {
  margin-left: 0;
  margin-right: 6px;
}
html[dir=rtl] .q-form[class*=q-col-gutter-x] {
  width: 100%;
  padding-left: 0;
}
html[dir=rtl] .q-card__actions .q-btn-item {
  margin-left: 8px;
}
html[dir=rtl] .q-card__actions .q-btn-item:last-child {
  margin-left: 0;
}

.ltr {
  direction: ltr;
}

.co-header {
  margin: 0 15px 10px 10px;
}
.co-header .q-toolbar {
  border-radius: 20px;
  background: var(--q-color-table-bg);
}

.co-form.label-right > .form-label.col-12 > .field-label {
  width: 40%;
  flex-shrink: 0;
}
.co-form.label-right > .form-label-comopact > .row {
  flex: 10000 1 0%;
}

@media (min-width: 600px) {
  .co-form.label-right > .form-label.col-12 > .field-label {
    width: 20%;
  }
  .co-form.label-right > .form-label.col-sm-6 > .field-label {
    width: 40%;
  }
}
.form-label > .field-label {
  color: var(--form-label-text-color);
}

.form-label > .field-label {
  margin-right: 15px;
  height: fit-content;
}

.label-top .form-label {
  display: block;
}

.label-top .form-label > .field-label {
  width: 100% !important;
  padding: 3px 0 5px 0;
}

.label-fit-content .form-label > .field-label {
  width: auto;
}

.label-xsmall .form-label > .field-label {
  width: 50px;
}

.label-small .form-label > .field-label {
  width: 70px;
}

.label-medium .form-label > .field-label {
  width: 90px;
}

.label-large .form-label > .field-label {
  width: 110px;
}

.label-xlarge .form-label > .field-label {
  width: 150px;
}

.label-xxlarge .form-label > .field-label {
  width: 200px;
}

.label-left .form-label > .field-label {
  text-align: left;
}

.label-center .form-label > .field-label {
  text-align: center;
}

.label-right .form-label > .field-label {
  text-align: right;
}

.autowrap .q-field__native {
  display: block;
}

.toolbar-settings .q-btn-dropdown__arrow {
  display: none;
}

.el-cascader-panel {
  --el-cascader-menu-text-color: var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color: var(--el-color-primary);
  --el-cascader-menu-fill: var(--el-bg-color-overlay);
  --el-cascader-menu-font-size: var(--el-font-size-base);
  --el-cascader-menu-radius: var(--el-border-radius-base);
  --el-cascader-menu-border: solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow: var(--el-box-shadow-light);
  --el-cascader-node-background-hover: var(--el-fill-color-light);
  --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
  --el-cascader-color-empty: var(--el-text-color-placeholder);
  --el-cascader-tag-background: var(--el-fill-color) ;
}

.el-cascader-panel {
  display: flex;
  border-radius: var(--el-cascader-menu-radius);
  font-size: var(--el-cascader-menu-font-size);
}

.el-cascader-panel.is-bordered {
  border: var(--el-cascader-menu-border);
  border-radius: var(--el-cascader-menu-radius);
}

.el-cascader-menu {
  min-width: 180px;
  height: 204px !important;
  box-sizing: border-box;
  color: var(--el-cascader-menu-text-color);
  border-right: var(--el-cascader-menu-border);
}

.el-cascader-menu:last-child {
  border-right: none;
}

.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}

.el-cascader .q-scrollarea__container {
  height: 204px !important;
}

.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}

.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: var(--el-cascader-color-empty);
}

.el-cascader-menu__empty-text .is-loading {
  margin-right: 2px;
}

.el-cascader-node {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: none;
}

.el-cascader-node.is-selectable.in-active-path {
  color: var(--el-cascader-menu-text-color);
}

.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
  color: var(--q-primary);
  font-weight: 700;
}

.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}

.el-cascader-node:not(.is-disabled):hover, .el-cascader-node:not(.is-disabled):focus {
  background: var(--el-cascader-node-background-hover);
}

.el-cascader-node.is-disabled {
  color: var(--el-cascader-node-color-disabled);
  cursor: not-allowed;
}

.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}

.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}

.el-cascader-node__label {
  flex: 1;
  text-align: left;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader-node > .el-checkbox {
  margin-right: 0;
}

.el-cascader-node > .el-radio {
  margin-right: 0;
}

.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}

.el-cascader {
  --el-cascader-menu-text-color: var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color: var(--el-color-primary);
  --el-cascader-menu-fill: var(--el-bg-color-overlay);
  --el-cascader-menu-font-size: var(--el-font-size-base);
  --el-cascader-menu-radius: var(--el-border-radius-base);
  --el-cascader-menu-border: solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow: var(--el-box-shadow-light);
  --el-cascader-node-background-hover: var(--el-fill-color-light);
  --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
  --el-cascader-color-empty: var(--el-text-color-placeholder);
  --el-cascader-tag-background: var(--el-fill-color);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: var(--el-font-size-base);
  line-height: 32px;
  outline: none;
}

.el-cascader:not(.is-disabled):hover .el-input__wrapper {
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}

.el-cascader .el-input {
  display: flex;
  cursor: pointer;
}

.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
  cursor: pointer;
}

.el-cascader .el-input .el-input__suffix-inner .el-icon {
  height: calc(100% - 2px);
}

.el-cascader .el-input .el-input__suffix-inner .el-icon svg {
  vertical-align: middle;
}

.el-cascader .el-input .icon-arrow-down {
  transition: transform var(--el-transition-duration);
  font-size: 14px;
}

.el-cascader .el-input .icon-arrow-down.is-reverse {
  transform: rotate(180deg);
}

.el-cascader .el-input .icon-circle-close:hover {
  color: var(--el-input-clear-hover-color, var(--el-text-color-secondary));
}

.el-cascader .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset;
}

.el-cascader--large {
  font-size: 14px;
  line-height: 40px;
}

.el-cascader--small {
  font-size: 12px;
  line-height: 24px;
}

.el-cascader.is-disabled .el-cascader__label {
  z-index: calc(var(--el-index-normal) + 1);
  color: var(--el-disabled-text-color);
}

.el-cascader__dropdown {
  --el-cascader-menu-text-color: var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color: var(--el-color-primary);
  --el-cascader-menu-fill: var(--el-bg-color-overlay);
  --el-cascader-menu-font-size: var(--el-font-size-base);
  --el-cascader-menu-radius: var(--el-border-radius-base);
  --el-cascader-menu-border: solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow: var(--el-box-shadow-light);
  --el-cascader-node-background-hover: var(--el-fill-color-light);
  --el-cascader-node-color-disabled: var(--el-text-color-placeholder);
  --el-cascader-color-empty: var(--el-text-color-placeholder);
  --el-cascader-tag-background: var(--el-fill-color) ;
}

.el-cascader__dropdown {
  font-size: var(--el-cascader-menu-font-size);
  border-radius: var(--el-cascader-menu-radius);
}

.el-cascader__dropdown.el-popper {
  background: var(--el-cascader-menu-fill);
  border: var(--el-cascader-menu-border);
  box-shadow: var(--el-cascader-menu-shadow);
}

.el-cascader__dropdown.el-popper .el-popper__arrow:before {
  border: var(--el-cascader-menu-border);
}

.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow:before {
  border-top-color: transparent;
  border-left-color: transparent;
}

.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow:before {
  border-right-color: transparent;
  border-top-color: transparent;
}

.el-cascader__dropdown.el-popper {
  box-shadow: var(--el-cascader-menu-shadow);
}

.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}

.el-cascader__tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: var(--el-cascader-tag-background);
}

.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

.el-cascader__tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader__tags .el-tag .el-icon-close {
  flex: none;
  background-color: var(--el-text-color-placeholder);
  color: var(--el-color-white);
}

.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary);
}

.el-cascader__tags.is-validate {
  right: 55px;
}

.el-cascader__collapse-tags {
  white-space: normal;
  z-index: var(--el-index-normal);
}

.el-cascader__collapse-tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: var(--el-fill-color);
}

.el-cascader__collapse-tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

.el-cascader__collapse-tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader__collapse-tags .el-tag .el-icon-close {
  flex: none;
  background-color: var(--el-text-color-placeholder);
  color: var(--el-color-white);
}

.el-cascader__collapse-tags .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary);
}

.el-cascader__suggestion-panel {
  border-radius: var(--el-cascader-menu-radius);
}

.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: var(--el-font-size-base);
  color: var(--el-cascader-menu-text-color);
  text-align: center;
}

.el-cascader__suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.el-cascader__suggestion-item:hover, .el-cascader__suggestion-item:focus {
  background: var(--el-cascader-node-background-hover);
}

.el-cascader__suggestion-item.is-checked {
  color: var(--el-cascader-menu-selected-text-color);
  font-weight: 700;
}

.el-cascader__suggestion-item > span {
  margin-right: 10px;
}

.el-cascader__empty-text {
  margin: 10px 0;
  color: var(--el-cascader-color-empty);
}

.el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 11px;
  padding: 0;
  color: var(--el-cascader-menu-text-color);
  border: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
}

.el-cascader__search-input::placeholder {
  color: transparent;
}

.input-group .q-field:first-child .q-field__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .q-field:first-child .q-field__control:before, .input-group .q-field:first-child .q-field__control:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .q-field:last-child .q-field__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .q-field:last-child .q-field__control:before, .input-group .q-field:last-child .q-field__control:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .q-field:not(:first-child) .q-field__control {
  margin-left: -1px;
}
.input-group .q-field:not(:first-child) .q-field__control:before {
  border-left-color: rgba(0, 0, 0, 0);
}
.input-group .q-field:not(:first-child) .q-field__control:hover:before {
  border-color: var(--q-primary);
}

body.platform-ios .q-dialog__inner--minimized > div, body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div {
  max-height: 100%;
}

.tit-tooltip {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12.5px);
}

.jv-container.boxed:hover {
  box-shadow: none !important;
  border: 1px solid #eee !important;
}

.jv-key {
  color: green !important;
}

.jv-item {
  color: red !important;
  margin-left: 10px !important;
}

.jv-item a {
  display: block;
  width: 90%;
}

.jv-container .jv-code {
  height: 100%;
  max-height: 570px !important;
  overflow: scroll !important;
  box-sizing: border-box;
  padding: 15px;
}

.jv-container .jv-more {
  display: none;
}

.toggle-pre {
  position: absolute;
  z-index: 10;
  width: 80%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden;
}

.q-date {
  width: 316px;
}

.white-wrap {
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.q-dialog-plugin {
  border-radius: 6px !important;
}

.panel-detail {
  background-color: var(--q-color-table-bg);
  border-radius: 8px;
}

.align-center {
  align-items: center;
}[data-v-6d80aeb5] .tab-chip {
  margin: 4px 6px;
  border-radius: 3px;
}
[data-v-6d80aeb5] .tab-chip .q-chip__icon--remove {
  font-size: 16px;
  margin: 0 2px 0 4px;
}
[data-v-6d80aeb5] .tab-chip {
  color: #1d2129;
  background-color: #fff;
}
[data-v-6d80aeb5] .tab-chip .q-chip__icon--remove {
  color: #86909c;
  font-size: 16px;
  margin-left: 6px;
}.tags-view {
  background-color: var(--q-color-page-bg);
}
.tags-view .q-tab {
  padding: 0;
}
.tags-view .q-tab:first-child .tab-chip {
  margin-left: 10px;
}
.tags-view .q-tab.q-tab--active .tab-chip {
  color: var(--q-primary) !important;
}
.tags-view .q-tab .q-focus-helper {
  background: none !important;
}
.tags-view .q-tab .q-tab__indicator {
  opacity: 0;
}
.tags-view .q-tab .q-ripple {
  display: none;
}.menu-collapse[data-v-bc295a0a] {
  color: #86909c;
}
.main-page-sidebar .sidebar-footer-wrap[data-v-bc295a0a] {
  color: #86909c;
  background-color: var(--q-color-page-bg);
}
.platform-name[data-v-bc295a0a] {
  color: #1D2129;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bolder;
  font-family: "Alimama ShuHeiTi";
  max-width: 180px;
}
.platform-name img[data-v-bc295a0a] {
  width: 129px;
}
.body--dark .platform-name[data-v-bc295a0a] {
  color: #fff;
}
.fit .q-item[data-v-bc295a0a] {
  padding: 2px 13px;
  min-height: 44px;
  line-height: 40px;
}
.fit .q-item .q-item__section--avatar[data-v-bc295a0a] {
  min-width: auto;
  padding-right: 0;
}
.ri-earth-line[data-v-bc295a0a],
.ri-settings-line[data-v-bc295a0a] {
  font-size: 20px;
}
.sidebar-collapse[data-v-bc295a0a] {
  color: var(--q-primary);
  background: var(--q-color-outline-box-shadow);
  position: fixed;
  width: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 0;
  top: 50%;
  z-index: 9999;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.sidebar-collapse[data-v-bc295a0a]:hover {
  opacity: 0.8;
}
.sidebar-collapse .ri-arrow-right-s-line[data-v-bc295a0a] {
  font-size: 15px;
}