#account-change-profile select#profile_type option[value="8"] {
    color: var(--account-customer-type-color-8);
}
#account-change-profile select#profile_type option[value="9"] {
    color: var(--account-customer-type-color-9);
}
#account-change-profile select#profile_type option[value="10"] {
    color: var(--account-customer-type-color-10);
}
