.progress-out { position: fixed; top: 50%; left: 50%; z-index: 11111111111; margin: -120px 0 0 -100px; border: 1px solid #10d1c6; background-color: #fff; display: none; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;}
.progress-in { position: absolute; height: 100%; width: 0%; border: none; background-color: #10d1c6; background-image: linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -webkit-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -moz-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -o-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -ms-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); text-align: center; color: #fff; z-index: 2; }
.direction-left { left: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.direction-right { right: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.percent-show { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #000; text-align: center; z-index: 3;}