/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS. #14AE5C. #ed0303; #ffe046
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/***
.img-fluid {
     max-width: 45%; 
     height: auto; 
}
a {
    color: #00265e;
}
***/
.progress {
    background-color: #ffe046;
    box-shadow: none;
}
.progress-bar {
    color: #ffffff;
    background-color: #14AE5C;
    box-shadow: none;
}
.top-container .progress {
    height: 25px;
    margin-bottom: 0;
}

