.my-header-box .el-input-group__append {
   background: #222f59 !important;
   border-color: #222f59 !important;
   border-left: 1px solid #101f41 !important;
   color: #f1cd88 !important;
}
.my-header-box .el-checkbox, .my-header-box .el-checkbox__input.is-checked+.el-checkbox__label, .my-header-box .el-input__inner {
   color: #f1cd88 !important;
}
.my-header-box .el-checkbox__inner, .my-header-box .el-checkbox__inner::after {
   border-color: #f1cd88  !important;
}
.el-input .el-input__clear {
   color: #f1cd88 !important;
}
.my-header-box .el-input__inner::placeholder {
   color: #f1cd88 !important;
}
.header-border-right {
   border-right: 1px solid #3f4f71 !important;
}