.myProfileContainer button.el-button,
.notice-dialog button.el-button,
.form-dialog button.el-button,
.form-dialog1 button.el-button {
  min-width: 145px;
  height: 44px;
  border-radius: 22px;
  border-color: #d9d9d9 !important;
  color: #989898 !important;
  background: #fff !important;
}
.myProfileContainer button.el-button.el-button--primary,
.notice-dialog button.el-button.el-button--primary,
.form-dialog button.el-button.el-button--primary,
.form-dialog1 button.el-button.el-button--primary {
  color: #fff !important;
  background: #ff8039 !important;
  border: none !important;
}
.myProfileContainer button.el-button.el-button--primary.is-disabled {
  background: #C6C6C6 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #ff8039 !important;
}
.el-popconfirm button.el-button {
  min-width: auto;
  height: auto;
  border-radius: 4px;
}
