/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#myProgress {
  width: 100%;
  background-color: grey;
	border-radius: 1rem;
}

#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;
	border-radius: 1rem;
}


.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); }
}



