
th{
font-weight: normal;
}

.el-range-input::placeholder {
    color:black !important;
    opacity: 0.65 !important;
  }

.el-input__inner::placeholder {
    color:black !important;
    opacity: 0.65 !important;
  }

.el-textarea.is-disabled .el-textarea__inner {
    cursor: auto !important;
}
.el-switch.is-disabled .el-switch__label {
    cursor: auto !important;
}
.el-switch.is-disabled .el-switch__core {
    cursor: auto !important;
}
.el-select .el-input.is-disabled .el-input__inner {
    cursor: auto !important;
}
.el-input.is-disabled .el-input__icon {
    cursor: auto !important;
}
.el-input--mini .el-input__inner {
    color: black !important;
}
.el-input.is-disabled .el-input__inner {
    color: black !important;
    cursor: auto !important;;
}
.el-form-item__label {
    color: black !important;
}
.el-checkbox {
    color: black !important;
}

.el-textarea.is-disabled .el-textarea__inner {
    color: black !important;
}
.el-textarea__inner {
    color: black !important;
}
.el-table__footer-wrapper tbody td {
    color: black !important;
}

.el-table th {
    background-color: #e4e9f1 !important;
}
.el-input-number.is-without-controls .el-input__inner {
    padding: 0px !important;
}

.el-tooltip__popper {
    font-size: 14px;
}
.el-table .cell {
    word-break: normal; 
}
.el-table thead{
    color:black !important;
}
