.iu-jsonview {
    display: block;
    position: relative;
    padding-left: 20px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    white-space: pre-wrap;
    word-break: break-all;
}

.iu-jsonview b {
    font-weight: normal;
}

.iu-jsonview .block {
    position: relative;
    display: block;
    padding-left: 20px;
    border-left: 1px dotted #d8d8d8;
}

.iu-jsonview .count {
    display: none;
    color: #808080;
    margin-left: 6px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.iu-jsonview .indent {
    font-size: 0;
}

.iu-jsonview .more:hover,
.iu-jsonview .toggle i:hover {
    color: #000;
}

.iu-jsonview .more {
    display: inline;
    color: #ccc;
    cursor: pointer;
}

.iu-jsonview .prop {
    display: block;
}

.iu-jsonview .ib {
    display: inline;
}

.iu-jsonview .block.ib {
    border-left: 0;
}

.iu-jsonview .prop.ib {
    margin-left: 5px;
}

.iu-jsonview .prop.ib:first-child {
    margin-left: 0;
}

.iu-jsonview .toggle {
    position: relative;
}

.iu-jsonview .toggle i {
    position: absolute;
    top: -6px;
    left: -17px;
    cursor: pointer;
    color: #ccc;
    font-size: 20px;
    font-style: normal;
    width: 20px;
    text-align: center;
}

.iu-jsonview .toggle i:after {
    content: '-';
}

.iu-jsonview .closed > .block {
    display: none;
}

.iu-jsonview .closed > .count {
    display: inline;
}

.iu-jsonview .closed .indent ~ .indent {
    display: none;
}

.iu-jsonview .closed > .more:after {
    content: '...';
}

.iu-jsonview .closed > .toggle i:after {
    content: '+';
}

.iu-jsonview .border {
    border: none !important;
}

.iu-jsonview .border.array {
    color: #4800ff;
}

.iu-jsonview .border.object {
    color: #338fff;
}

.iu-jsonview .boolean,
.iu-jsonview .null {
    color: blue;
}

.iu-jsonview .key {
    color: #9b0c79;
}

.iu-jsonview .number {
    color: #0039ff;
}

.iu-jsonview .string {
    color: #008000;
}

.iu-jsonview .val .diff {
    background: #f50000;
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
}

.iu-jsonview .diff .key,
.iu-jsonview .diff .val,
.iu-jsonview .diff .border,
.iu-jsonview .diff .colon {
    background: #f50000;
    color: #fff;
}

.iu-jsonview-toggle-off {
    padding-left: 0;
}

.iu-jsonview-toggle-off .toggle {
    display: none;
}

/* antd */
.ant-menu-title-content > a {
  display: block;
}
.ant-menu-inline-collapsed-tooltip .anticon + span {
  margin-left: 10px;
}
.ant-tabs-nav-operations {
  position: relative !important;
}
.ant-tabs-top .ant-tabs-tab-active {
  border-bottom-color: #f0f0f0 !important;
}
/*
.ant-tabs-nav .ant-tabs-tab-active {
  font-weight: normal;
}
*/
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #fafafa;
  border: 1px solid #ced4da;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* reset bootstrap style begin */
.btn,
.form-control {
  border-radius: 0;
}
.input-group > .form-control {
  flex: auto;
  width: auto;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  border-right-width: 0;
  border-left-width: 0;
}
.input-group-prepend:first-child .input-group-text,
.input-group-append:first-child .input-group-text {
  border-left-width: 1px;
}
.input-group-prepend:last-child .input-group-text,
.input-group-append:last-child .input-group-text {
  border-right-width: 1px;
}
.input-group-prepend + .input-group-prepend .input-group-text {
  border-left-width: 1px;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.table:last-child {
  margin-bottom: 0;
}
[class^=glyphicon-],
[class*=" glyphicon-"],
.glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
[class^=el-icon-],
[class*=' el-icon-'] {
  display: inline-block;
  font-family: element-icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.el-icon {
  --color: inherit;
  height: 1em;
  width: 1em;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: inherit;
}
.el-icon svg {
  height: 1em;
  width: 1em;
}
[class^=fa-],
[class*=" fa-"],
.fa {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
[class^=fab-],
[class*=" fab-"],
.fab {
  font-family: 'Font Awesome 5 Brands';
}
[class^=ivu-icon],
[class*=' ivu-icon'] {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -0.125em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#app-tool {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.1s ease-in-out;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.btn-file {
  padding: 20px 30px;
  font-size: 20px;
  word-break: break-all;
  white-space: normal;
}
table td.btn-list,
.btn-list.ant-card > .ant-card-body {
  padding: 6px 8px 16px 16px;
}
.btn-list.ant-card > .ant-card-body > .ant-btn {
  margin-top: 10px;
}
.btn-list {
  margin-top: -10px;
}
.btn-list > .ant-btn,
.btn-list > .btn,
.btn-list > .btn-group {
  margin-top: 10px;
  margin-left: 20px;
}
.btn-list > .ant-btn:first-child,
.btn-list > .btn:first-child,
.btn-list > .btn-group:first-child {
  margin-left: 0;
}
.part-hd {
  background: #007bff;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 1rem;
  padding: 8px 15px;
}
.part-hd > a[href] {
  color: #ffffff;
}
.part-hd > a[href]:hover {
  text-decoration: underline;
}
[v-cloak] {
  visibility: hidden !important;
}
[v-for],
[v-if],
[v-else],
[v-html],
[v-show],
[v-text] {
  display: none;
}
th[v-html],
th[v-text],
td[v-html],
td[v-text] {
  display: table-cell;
}
a {
  cursor: pointer;
  text-decoration: none;
}
b {
  font-weight: inherit;
}
i {
  font-style: inherit;
}
img {
  image-orientation: 0deg !important;
  image-orientation: none !important;
  max-width: 100%;
}
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
pre {
  background: rgba(0, 0, 0, 0.025);
}
td {
  vertical-align: top;
}
/* background */
.bg-gray {
  background-color: #eeeeee;
}
.bg-hover {
  background: #e6f7ff;
}
/* border */
.border-1 {
  border: 1px solid #dee2e6;
}
.border-top-1 {
  border-top: 1px solid #dee2e6;
}
.border-right-1 {
  border-right: 1px solid #dee2e6;
}
.border-bottom-1 {
  border-bottom: 1px solid #dee2e6;
}
.border-left-1 {
  border-left: 1px solid #dee2e6;
}
.border-color-create {
  border-color: #007bff;
}
.border-color-update {
  border-color: #ffc107;
}
/* color */
.blue {
  color: blue;
}
.gray {
  color: #9daeb0;
}
.gray-dark,
.dark-gray {
  color: #565656;
}
.gray-light,
.light-gray {
  color: #acacac;
}
.green {
  color: green;
}
.orange {
  color: orange;
}
.red {
  color: red;
}
.white {
  color: white !important;
}
.yellow {
  color: #ffd522;
}
.color-money {
  color: #ff6600;
}
.color-alipay {
  color: #00a0e9 !important;
}
.color-weixin {
  color: #09bb07 !important;
}
/* font */
.italic {
  font-style: italic;
}
.font-code {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
.fs-12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px !important;
}
.f24 {
  font-size: 24px !important;
}
.f26 {
  font-size: 26px !important;
}
.f28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.f32 {
  font-size: 32px !important;
}
.f34 {
  font-size: 34px !important;
}
.f36 {
  font-size: 36px !important;
}
.f38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}
/* flex */
.flex-1 {
  flex: 1;
}
/* margin */
.ml--1 {
  margin-left: -1px;
}
.mt--1 {
  margin-top: -1px;
}
.mr--1 {
  margin-right: -1px;
}
.mb--1 {
  margin-bottom: -1px;
}
/* no style */
.no-border {
  border: 0;
}
.no-border.table td,
.no-border.table th {
  border: 0;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-top.table tr:first-child td,
.no-border-top.table tr:first-child th {
  border-top: 0;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-hover:hover {
  background: transparent !important;
}
.no-list,
.list-none {
  list-style: none;
}
.no-wrap {
  white-space: nowrap;
}
/* scrollbar */
.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: #ecedff;
}
.scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #3f52ff;
  outline: 2px solid #3f52ff;
  outline-offset: -2px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #3f52ff;
}
.scroll-y {
  overflow-y: scroll !important;
}
/* text format */
.break-all {
  word-break: break-all;
}
.break-word {
  word-break: break-word;
}
.pre {
  white-space: pre-wrap;
}
.text-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
/* vertical align */
.middle {
  vertical-align: middle !important;
}
.middle.table th,
.middle.table td {
  vertical-align: middle;
}
.vertical-top {
  vertical-align: top !important;
}
tr.vertical-top th,
tr.vertical-top td {
  vertical-align: top;
}
/* app loading */
.app-loading {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: radial-gradient(#9ed1ff, transparent);
  opacity: 1;
  transition: opacity 0.2s;
}
.app-loading.fade-out {
  opacity: 0;
}
.app-loading > .ant-spin {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 31%;
  left: 50%;
  margin-top: 0 !important;
  margin-left: -20px;
}
/* bootstrap v4 */
.cursor-pointer {
  cursor: pointer;
}

.XIcon[disabled='true'] {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  text-shadow: none !important;
}
.x-icon-img {
  display: block;
  max-height: 1rem;
  max-width: 1rem;
  width: 1rem;
}

.XButton > .XIcon + span,
.XButton > span + .XIcon {
  margin-left: 8px;
}

.z-icon-view {
  display: block;
  color: var(--tx-dark);
}
.z-icon-view > div i {
  font-size: 20px;
}
.z-icon-view > div svg {
  height: 20px;
  width: 20px;
}
.z-icon-view.active,
.z-icon-view.active > div,
.z-icon-view:focus,
.z-icon-view:focus > div,
.z-icon-view:hover,
.z-icon-view:hover > div {
  color: var(--tx-primary);
}

