.bg {
  background-color: #fff;
  width: 400px;
  height: 30px;
  margin: 0 auto;
  box-shadow: rgb(149 157 165 / 30%) 0px 8px 24px;
	
}
.Scriptcontent{
/*margin-top: 5px;*/
margin-top: 3px;
}
.left {
  float: left;
}

.right {
  float: right;
}

.doc-available {
  background: -webkit-linear-gradient(
    135deg,
    #4c953a 25%, #297815 25%,
		#297815 50%, #4c953a 50%,
		#4c953a 75%, #297815 75%
  );
  
  background: -moz-linear-gradient(
    135deg,
    #4c953a 25%, #297815 25%,
		#297815 50%, #4c953a 50%,
		#4c953a 75%, #297815 75%
  );
  
  background: -o-linear-gradient(
    135deg,
    #4c953a 25%, #297815 25%,
		#297815 50%, #4c953a 50%,
		#4c953a 75%, #297815 75%
  );
  
  width: 80%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-size: 50px 50px;
  
  
  
  -webkit-animation: bar-animation 3s linear infinite;

}


.pending {
  background: -webkit-linear-gradient(
    135deg,
    #d8241f 25%, #84100d 25%,
		#84100d 50%, #d8241f 50%,
		#d8241f 75%, #84100d 75%
  );
  
  background: -moz-linear-gradient(
    135deg,
    #d8241f 25%, #84100d 25%,
		#84100d 50%, #d8241f 50%,
		#d8241f 75%, #84100d 75%
  );
  
  background: -o-linear-gradient(
    135deg,
    #d8241f 25%, #84100d 25%,
		#84100d 50%, #d8241f 50%,
		#d8241f 75%, #84100d 75%
  );
  
  width: 20%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-size: 50px 50px;
  
  
  
  -webkit-animation: bar-animation 3s linear infinite;

}

@-webkit-keyframes bar-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}


@media (max-width: 600px) {
    .Scriptcontent {
        margin-top: 15px;
}