/*
Theme Name:     Tyler Capital Group
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.popup-drawer .drawer-inner p {
	margin-top: 0;
}

.progress-bar-container {
    margin-bottom: 20px;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px;
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    border-radius: 10px;
    transition: width 0.3s ease-in-out;
}

.progress-text {
    text-align: center;
    font-size: 16px;
}

.form-bottom .progress-bar-fill { background-color: #4686FF; }