/*
Theme Name: FitxGym
Theme URI: https://webdeveloper.id
Description: Child theme dari Hello Elementor
Author: maseyo
Author URI: https://webdeveloper.id
Template: hello-elementor
Version: 1.0
Text Domain: fitxgym
*/

.fitxgym-box {
    border-radius: 12px;
    padding: 16px 20px;
    margin: 15px 0;
    line-height: 1.5;
}

.fitxgym-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.fitxgym-warning {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}

.fitxgym-error {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.fitxgym-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background: #111;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.fitxgym-btn:hover {
    background: #333;
}


.ff-step-header {
    display: block !important;
    visibility: visible !important;
}

.ff-step-header .ff-el-progress-status, .ff-el-progress {
  display: block !important;
}

.ff-el-progress-bar {
    background: var(--e-global-color-primary) !important;
	color:#000 !important;
    height: 100% !important;
}