/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

p, ul li, h1 { color: #4B4B4B; }

.last-updated {
    
}

p span {
    color: #43972A;
    font-weight: bold !important;
    font-size: 1.35rem;
}

ul {
  list-style: none; 
}

ul li {
    line-height: 120%;
    padding-bottom: 7px;
}
ul li::before {
  content: "\2022";  
  color: #43972A; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  font-size: 1.5rem;
  margin-left: -1em; 
}

.challenge h1 {
    color: black;
}

.challenge {
    background-color: #F4F4F4;
    position: relative;
    z-index: 500;
}

.challenge-off {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
    opacity: 0.5;
    z-index: 10000;
}
.btn {
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 11px;
    border: 0;
}

.btn-success {
    background-color: #43972A;
    font-weight: bold;
    font-size: 1.5rem;
}

.progress-outer {
    padding: 4px;
    border-radius: 20px;
    border: 2px solid black;
    background-color: white;
    margin-bottom: 5px;
}

.progress {
    height: 30px;
    border-radius: 18px;
    background-color: white;
}

.bg-success {
    background-color: #43972A !important;
} 

.progress-bar-marker { 
  background-image: linear-gradient(90deg, rgba(225, 225, 225, 0.1) 97%, rgba(204, 0, 0, 1) 3%);
}
