.progress-container{display:flex;align-items:center;width:100%!important;min-width:300px;height:30px;background-color:#e6ecf0;margin-top:10px;border-radius:38px;padding:0;position:relative}.progress-container .progress-bar{height:30px;width:0;padding-left:15px;border-top-left-radius:38px;border-bottom-left-radius:38px;transition:width .5s;position:absolute;top:50%;transform:translateY(-50%)}.progress-container .progress-bar.completed-animation{border-radius:38px;-webkit-animation:colorChange 1s ease-in-out;animation:colorChange 1s ease-in-out}.progress-container .progress-level{height:100%;background-color:#d4e6cc;transition:all .5s}.progress-container .progress-level:first-child{border-top-left-radius:38px;border-bottom-left-radius:38px}.progress-container .progress-level.completed:last-of-type{border-top-right-radius:38px;border-bottom-right-radius:38px}.progress-container .progress-divider{width:2px;background-color:#fff;height:100%}.progress-container .progress-message{position:absolute;width:100%;text-align:center;font-family:Open Sans;font-weight:400;font-size:14px;color:#333;z-index:1}@-webkit-keyframes colorChange{0%{background-color:#d4e6cc}50%{background-color:#a5d6a7}to{background-color:#d4e6cc}}@keyframes colorChange{0%{background-color:#d4e6cc}50%{background-color:#a5d6a7}to{background-color:#d4e6cc}}@media(max-width:1024px){.progress-container{margin-top:0;margin-bottom:20px;height:25px}.progress-container .progress-bar{height:25px}}