.action-btn[data-v-1bdf96ee] {
  color: #004098;
  border-radius: 4px;
  padding: 6px 8px;
}
.action-btn.danger[data-v-1bdf96ee] {
  color: #e99015;
}
.action-btn[disabled][data-v-1bdf96ee] {
  color: #999;
}
.action-btn[data-v-1bdf96ee]:hover {
  background: #f6f6f8;
}

.row[data-v-15fd7c82] {
  margin-bottom: 16px;
}
[data-v-15fd7c82] .filter-icon {
  padding: 0 4px;
  cursor: pointer;
}
[data-v-15fd7c82] .filter-icon svg {
    vertical-align: -3px;
}
[data-v-15fd7c82] .filter-icon:hover svg,[data-v-15fd7c82] .filter-icon.actived svg {
  fill: #004098;
}

.tab-viewer[data-v-b991d5cc] {
  background: white;
}
.tab-viewer-header[data-v-b991d5cc] {
  padding: 0px 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  -webkit-box-shadow: inset 0px -1px 0px 0px #dde5f0;
          box-shadow: inset 0px -1px 0px 0px #dde5f0;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.tab-viewer-body[data-v-b991d5cc] {
  padding: 16px 26px;
}
.title-list[data-v-b991d5cc] {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.title-list-item[data-v-b991d5cc] {
  display: inline-block;
  position: relative;
  padding: 13px 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.title-list-item[data-v-b991d5cc]:first-of-type {
    padding-left: 0;
}
.title-list-item[data-v-b991d5cc]::after {
    content: ' ';
    display: none;
    width: 68px;
    height: 3px;
    border-radius: 3px;
    background-color: #004098;
    position: absolute;
    bottom: 0px;
}
.title-list-item + .title-list-item[data-v-b991d5cc]::before {
  content: ' ';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.close-btn[data-v-b991d5cc] {
  position: absolute;
  color: #5a5a68;
  top: 3px;
  right: 5px;
}
.close-btn[data-v-b991d5cc]:hover {
    color: #ee3636;
}
.title-list-item.current[data-v-b991d5cc],
.title-list-item[data-v-b991d5cc]:hover {
  color: #004098;
}
.title-list-item.current[data-v-b991d5cc]::after {
  display: block;
}

.ant-btn-mw-search[disabled][data-v-6c55dc05] {
  border: 1px solid #d9d9d9;
}

