/*reset*/
.el-loading-mask {
  background-color: rgba(0, 0, 0, 0.1);
}

.el-loading-spinner i {
  color: #00f3ff;
  font-size: 29px;
}

.el-input__inner {
  background-color: transparent;
  border: solid 1px rgba(0, 180, 255, 0.3);
  color: #fff;
}

.el-select .el-input .el-select__caret {
  color: #fff;
}

.el-dialog .el-date-editor .el-range-input,
.el-dialog .el-date-editor .el-range-separator {
  background-color: transparent;
  color: #333;
}

.el-date-editor .el-range-input {
  background-color: transparent;
  color: #fff;
}

.el-date-editor .el-range-separator {
  color: #fff;
}

.el-table {
  background-color: transparent;
  color: #a9ddee;
}

.el-table th,
.el-table tr {
  background-color: transparent;
}

.el-table .el-table__row:hover,
.el-table .el-table__row:focus,
.el-table .el-table__row:active {
  background-color: transparent;
}

.el-table th:hover,
.el-table tr:hover {
  background-color: transparent;
}

.el-table td,
.el-table th.is-leaf {
  border-bottom: solid 1px rgba(0, 180, 255, 0.3);
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent;
}

.el-pagination__total {
  color: #fff;
}

.el-pager li {
  background-color: transparent;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  border: solid 1px rgba(0, 180, 255, 0.3);
  color: #fff;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  color: #fff;
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination button:disabled {
  background-color: transparent;
}

.el-pager .number {
  color: #fff;
}

.el-table th > .cell {
  color: #fff;
}

.el-select,
.el-range-editor.el-input__inner {
  width: 100%;
}

.el-tabs__item {
  color: #fff;
}

.el-tabs__item.is-active {
  color: #00b4d4;
}

.el-tabs__active-bar {
  background-color: #00b4d4;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: rgba(0, 180, 255, 0.3) !important;
}

.el-tabs__nav-wrap::after {
  background-color: rgba(0, 180, 255, 0.3) !important;
}

.export-dialog .el-tabs__item {
  color: #303133;
}

.export-dialog .el-tabs__item.is-active {
  color: #409eff;
}

.export-dialog .el-tabs__active-bar {
  background-color: #409eff;
}
.export-dialog .el-tabs__nav-wrap::after {
  background-color: #e4e7ed !important;
}
.export-dialog.have-tabs .el-dialog__body {
  padding-top: 0px;
}

.export-dialog .el-select .el-input .el-select__caret {
  color: #C0C4CC;
}
.export-dialog .el-input__inner {
  color: #606266;
  border: 1px solid #DCDFE6;
}
