@charset "UTF-8";

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 10%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}


.blinking_green{
    animation:blinkingText_green 1.2s infinite;
}
@keyframes blinkingText_green{
    0%{     color: #006400;    }
    49%{    color: #006400; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #006400;    }
}

.blinking_red{
    animation:blinkingText_red 1.2s infinite;
}
@keyframes blinkingText_red{
    0%{     color: #8B0000;    }
    49%{    color: #8B0000; }
    60%{    color: #8B0000; }
    99%{    color:transparent;  }
    100%{   color: #8B0000;    }
}


.spinner21 i{
  animation: spinny 2s linear infinite; 
}
.spinner22 i{
  animation: spinny 2s linear infinite;
}
.spinner23 i{
  animation: spinny 2s linear infinite;
}
.spinner24 i{
  animation: spinny 2s linear infinite;
}
.spinner25 i{
  animation: spinny 2s linear infinite;
}
.spinner25_1 i{
  animation: spinny 2s linear infinite;
}
.spinner26 i{
  animation: spinny 2s linear infinite;
}
.spinner27 i{
  animation: spinny 2s linear infinite;
}
.spinner28 i{
  animation: spinny 2s linear infinite;
}
.spinner29 i{
  animation: spinny 2s linear infinite;
}
.spinner30 i{
  animation: spinny 2s linear infinite;
}
.spinner31 i{
  animation: spinny 2s linear infinite;
}
@keyframes spinny {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@keyframes spinny {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



