/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.progress-bar-container.progress-bar-container {
    background-color: #334aff;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.progress-bar-container .progress-bar-container__background {
    background-color: #aaa;
}

.progress-bar-container .progress-bar-container__progressbar {
    background-color: #fff;
    margin-top: 0;
    height: 7px;
    border-radius: 4px !important;
}

.progress-bar-container .progress-bar-container__ball {
    border: 2px solid #fff;
    background-color: #f00;
    margin-top: -3px;
    margin-left: -4px;
}