.ui2-button-primary,
a.ui2-button-primary {
    background-color: #b4a078;
    border: 1px solid #aa956a;
}

.ui2-button-primary:hover,
a.ui2-button-primary:hover {
    background-color: #cdb483;
    border: 1px solid #aa956a;
}

.list-search-filter a.filter-tag.active {
    border: 2px solid #b4a078;
}

.list-search-filter a.filter-tag:hover {
    border-color: #b4a078;
}

.list-search-filter a.filter-tag.active i {
    background-position: -20px -307px;
}

.iso-arrow {
    color: #b4a078;
}

/*2023/8/23 start*/
.the-high-quality .switch-options:hover {
    border-color: #b4a078;
}

.the-high-quality .switch-options.active {
    border: 2px solid #b4a078;
    background: #fff;
}

.the-high-quality .switch-options.active .active-flag:before {
    background: url("/style/pcb/pcb1/high-check-gold.png") no-repeat center;
}

.the-high-quality .switch-options.active .flexopt {
    background: #fff;
}

.the-high-quality .diy-switch-box .active-switch:before {
    background: url("/style/pcb/pcb1/high-check-gold.png") no-repeat center;
}

.the-high-report-option .select-report-option li:hover {
    border-color: #b4a078;
}

.the-high-report-option .select-report-option li.current {
    border-color: #b4a078;
}

.the-high-report-option .select-report-option li.current i {
    background: url("/style/pcb/pcb1/high-selected-gold.png") no-repeat center;
}