/*button*/
.arco-btn-primary{
  background: #1F69FF!important;
  border: 1px solid #1F69FF!important;
}
.arco-btn-secondary{
  border: 1px solid #d9d9d9 !important;
  background: #fff !important;
}
.arco-btn-text{
  color: #1F69FF!important;
}
.arco-btn-text.arco-btn-disabled {
  color: var(--color-primary-light-3) !important;
}
.arco-btn-disabled {
  color: rgba(0,0,0,.25) !important;
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
}
/*Tab*/
.arco-tabs-header-title-active{
  color: #1F69FF!important;
}
.arco-tabs-header-ink{
  color: #1F69FF!important;
}
/*tag*/
.arco-tag-arcoblue{
  background: #EBF5FF!important;
  color: #1F69FF!important;
}
.arco-tag-green{
  background: #E8FFFB!important;
  color: #0DA5AA!important;
}
/*select*/
.arco-select-view{
  background: white !important;
  border: 1px solid #e6e8eb !important;
}
/* DatePicker*/
.arco-picker{
  background: white !important;
  border: 1px solid #e6e8eb !important;
}
/*page*/
.arco-pagination-jumper-input{
  background: white !important;
  border: 1px solid #e6e8eb !important;
}
/*input*/
.arco-input{
  background: white !important;
  /*border: 1px solid #e6e8eb !important;*/
}
