CSS to make the Progress bar larger.
To increase the size of the progress bar, you can modify the numbers in the following section of the code: "transform: scale(2.5);". By adjusting these values, you can customize the size of the progress bar to ensure better visibility for users and improve their experience in tracking their progress during surveys.
Code :
.ss-classic-footer__left > span {
transform: scale(2.5);
}