.progress-dots{display:flex;justify-content:center;margin:.5rem 0 0;padding:0;width:auto}.progress-dots .step{background:var(--lightGray);border-radius:.5rem;display:block;height:.5rem;list-style-type:none;margin:0 .25rem;width:.5rem}.progress-dots .step:first-of-type{margin-left:0}.progress-dots .step:last-of-type{margin-right:0}.dark-mode .progress-dots .step{background:var(--darkerGray)}.progress-dots .step.current-step{background:var(--mainDark)}.dark-mode .progress-dots .step.current-step{background:var(--lightBlue)}
