.el-month-table,
.el-year-table {
  font-size: 16px !important;
}

.el-month-table td.today .cell {
  color: #606266 !important;
}

.el-year-table td.today .cell {
  color: #606266 !important;
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
  color: #1B76FF !important;
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #1B76FF !important;
}

.el-month-table td.current:not(.disabled) .cell {
  color: #1B76FF !important;
}

.el-month-table td .cell:hover {
  color: #1B76FF !important;
}

.el-picker-panel__icon-btn:hover {
  color: #303133 !important;
  font-family: Microsoft YaHei;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #1B76FF !important;
}

/* .el-date-table td.today span {
  color: #1B76F0 !important;
}

.el-date-table div:hover {
  color: #1B76F0 !important;
}
.el-button--text{
  color: #1B76F0 !important;
}
.el-date-table td.current:not(.disabled) span{
  background-color: #1B76FF !important;
  color:#fff !important;
}
.el-time-panel__btn.confirm{
  color: #1B76F0 !important;
} */
.el-picker-panel__footer > .el-button--default:not(.is-disabled):hover{
  border: 1px solid #1B76FE;
  color: #1B76F0 !important;
}
.el-picker-panel__footer > .el-button--default:not(.is-disabled):active{
  border: 1px solid #1B76FE;
  color: #1B76F0 !important;
}
.el-picker-panel__footer > .el-button--default:not(.is-disabled):focus:not(.el-picker-panel__footer > .el-button--default:not(.is-disabled):hover) {
  border: 1px solid #1B76FE;
  color: #1B76F0 !important;
}