.ProgressLine{grid-row-gap:5px;row-gap:5px;display:grid;grid-template-rows:1fr 1fr}.ProgressLine--labels-container{display:flex;flex-direction:row;justify-content:space-between}.ProgressLine--labels-container--right{display:grid;grid-column-gap:4px;column-gap:4px;align-items:center;grid-template-columns:repeat(3,auto)}.ProgressLine--labels-container--right-bullet{width:6px;height:6px;border-radius:50%;background-color:var(--text-input-default)}.ProgressLine--line{height:10px;position:absolute;border-radius:30px;background:var(--status-posted,#00b65e)}.ProgressLine--line-container{height:10px;position:relative;border-radius:30px;background:rgba(173,237,186,.3)}