/* module-key = 'com.atlassian.auiplugin:split_aui.pattern.multi-step-progress', location = 'aui.pattern.multi-step-progress.css' */
.aui-progress-tracker{display:table;font-size:12px;margin:10px 0 0;padding:0;table-layout:fixed;word-wrap:break-word}.aui-progress-tracker:first-child{margin-top:0}.aui-progress-tracker-step{box-sizing:border-box;display:table-cell;padding:0 10px;max-width:140px;min-width:80px;text-align:center}.aui-progress-tracker-step>a,.aui-progress-tracker-step>span{font-size:14px;font-weight:600;line-height:1.42857143;letter-spacing:-.003em;text-transform:none;font-weight:400;color:var(--aui-progress-tracker-visited-step-text-color);display:block;outline:none;padding-top:25px;position:relative}.aui-progress-tracker-step>a:before,.aui-progress-tracker-step>span:before{background:var(--aui-progress-tracker-current-step-color);border-radius:100%;content:"";height:8px;left:50%;margin-left:-5px;position:absolute;top:4px;width:8px}.aui-progress-tracker-step+.aui-progress-tracker-step>a:after,.aui-progress-tracker-step+.aui-progress-tracker-step>span:after{background:var(--aui-progress-tracker-current-step-color);box-shadow:-5px 0 0 -2px var(--aui-progress-tracker-current-step-color),5px 0 0 -2px var(--aui-progress-tracker-current-step-color);content:"";height:8px;left:-50%;margin-left:-20px;margin-right:1px;position:absolute;right:50%;top:4px}.aui-progress-tracker-step-current>a,.aui-progress-tracker-step-current>span{color:var(--aui-progress-tracker-current-step-text-color);font-weight:600}.aui-progress-tracker-step-current~.aui-progress-tracker-step>a,.aui-progress-tracker-step-current~.aui-progress-tracker-step>span{color:var(--aui-progress-tracker-future-step-text-color);font-weight:400}.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:hover,.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:hover{color:var(--aui-progress-tracker-future-step-text-color)}.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:before,.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:before{background-color:var(--aui-progress-tracker-future-step-color)}.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:after,.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:after{background-color:initial;border:none;box-shadow:none}.aui-progress-tracker-step>a:hover{color:var(--aui-progress-tracker-visited-step-hover-text-color)}.aui-progress-tracker-step>a:active{color:var(--aui-progress-tracker-visited-step-active-text-color)}.aui-page-header-actions .aui-progress-tracker{float:right}