CSS to customize the color for the up and down arrow and ring of the survey

CSS to customize the color for the up and down arrow and ring of the survey :

.surveysparrow-survey-container--classic-form
.ss-classic-footer--old .ss_classic_footer_right_content_wrap .ss_classic_form_navigator a {
border-color: red !important;
}

.surveysparrow-survey-container--classic-form .ss-classic-footer--old .ss_classic_footer_right_content_wrap .ss_classic_form_navigator a svg path {
stroke: red !important;
}

Screenshot 2023-04-19 at 10.34.27 AM