/*
 Theme Name:   Spadana
 Description:  Spadana
 Author:       Saeid Karimi
 Author URI:   http://saeedkariminia.ir
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor
*/

.elementor-form-capacity {
    width: 100%;
	margin: 2rem 0;
}

.capacity-numbers {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
	color: var(--e-global-color-primary);
}

.capacity-progress {
    width: 100%;
    height: 10px;
    background: #eeeeee;
    border-radius: 100px;
    overflow: hidden;
}

.capacity-progress-bar {
    height: 100%;
    background: #111111;
    border-radius: 100px;
    transition: width .4s ease;
}

.capacity-remaining {
    margin-top: 8px;
    font-size: 14px;
	color: var(--e-global-color-secondary);
}