.progressbar-v2{width:100%;height:26px;min-width:227px;max-width:300px;background:#f1f2f1;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.1);box-shadow:inset 0 0 3px rgba(0,0,0,.1);border-radius:13px;padding:4px;position:relative}.progressbar-v2 .progressbar-v2-border,.progressbar-v2 .progressbar-v2-current{position:absolute;height:18px;left:4px;top:4px;border-radius:9px;max-width:-webkit-calc(100% - 8px);max-width:calc(100% - 8px)}.progressbar-v2 .progressbar-v2-border{background:#c4c4c4}.progressbar-v2 .progressbar-v2-current{background:#55babe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:12px;line-height:18px;text-align:center;color:#fff;min-width:50px}