case ConstantsUtils.AlertStatusUtils.EXPIRED:
                        dueButton.setBackgroundColor(context.getResources().getColor(R.color.vaccine_red_bg_st));
                        dueButton.setTextColor(context.getResources().getColor(R.color.white));
                        dueButton.setText(context.getString(R.string.due_delivery));
                        break;