Seeking advice on how to remove the margin from the first child of four progress bars arranged vertically in a right-to-left (rtl) form. I attempted using the "first-child" property without success. Any suggestions?
.progress-bar-vertical:first-child {
margin-right: 0px !important;
}