.vs-progress{list-style:none;margin:10px;padding:0}.vs-progress li{position:relative;display:flex;align-items:center;font-size:1.4em}.vs-progress li label{flex:1}.vs-progress li label small{display:block;font-weight:400;padding-left:24px}.vs-progress li+li{margin:36px 0 0}.vs-progress li+li:before{box-shadow:0 0 20px rgba(0,0,0,.3);display:block;background:#ccc;content:"";height:145%;left:24px;position:absolute;width:3px;z-index:0;transition:height .5s;bottom:36px}.vs-progress li.past+li:before{background:#8bc34a;transition-delay:2s}.vs-progress li>span{border:1px solid #aaa;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.3);clear:left;color:#fff;content:"";display:block;float:left;height:50px;line-height:50px;margin:0 16px 0 0;position:relative;text-align:center;width:50px;font-size:1.4em;z-index:1;background-color:#fff}.vs-progress li>span.not,.vs-progress li>span.ok{background-color:#8bc34a;border:0;font-size:30px}.vs-progress li>span.not{background-color:red}.vs-progress li>span.ok:before{content:"\2713"}.vs-progress li>span.not:before{content:"x"}.vs-progress li>span.pulse-green{border:3px solid #8bc34a;animation:pulse-green 2s infinite;-webkit-animation:pulse-green 2s infinite;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out}.vs-progress li>span.pulse-red{border:3px solid red;animation:pulse-red 2s infinite;-webkit-animation:pulse-red 2s infinite;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out}.vs-progress-small label{display:none;position:absolute;left:70px}.vs-progress-small li:hover label{display:block;width:500px;max-width:500px;z-index:3;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.3)}.vs-progress-small li:hover label:before{content:"";box-shadow:0 0 20px rgba(0,0,0,.3);width:20px;height:20px;left:-10px;position:absolute;transform:rotate(45deg);top:calc(50% - 12px);background:#fff}.vs-progress-small li:hover label span{position:relative;display:block;background:#fff;border:16px solid #fff}@keyframes pulse-green{0%{background:#fff}50%{background:#8bc34a}to{background:#fff}}@-webkit-keyframes pulse-green{0%{background:#fff}50%{background:#8bc34a}to{background:#fff}}@keyframes pulse-red{0%{background:#fff}50%{background:red}to{background:#fff}}@-webkit-keyframes pulse-red{0%{background:#fff}50%{background:red}to{background:#fff}}
/*# sourceMappingURL=progress.cf434fa6.css.map */