
.AgasProgressMain {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 4%;
  padding:0;
  top: 0 !important;
}
@media (min-width:200px) and (max-width:775px) {
     .AgasProgressMain {
        margin-bottom: 8%;
     }
}
.APB {
  display: block;
  padding: 0;
  background-color: #fff;
}
.APB:last-child {
  margin-bottom: 3%;
}
.agasProgress {
  width: 100%;
}
.agasProgress .agasProgressItem {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Source Sans 3", sans-serif !important;
}
.agasProgress .agasProgress-active {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  -webkit-animation: agasProgressActive 2s linear infinite;
  animation: agasProgressActive 2s linear infinite;
}
@-webkit-keyframes agasProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes agasProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
.agasProgressItem {
  background-color: transparent;
  border-radius: 0;
  box-shadow: inset 0 1px 10px 0 rgba(3, 6, 6, 0.2);
}
.agasProgressItem .agasProgress-bar {
  height: 14px;
  border-radius: 0;
}
.agasProgressItem .agasProgress-label {
  line-height: 14px;
}
.agasProgress .agasProgress-success {
  background-color: #0db1cd !important;
}
.agasProgress .agasProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  color: #100a00;
  font-size: 0.6em;
  font-weight : 600;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}