/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.nr-header.nr-header-admin {
    top: 32px !important;
}

.ginput_total {
	width: 100% !important;
}
@media screen and (min-width: 1024px) {
	.ginput_total {
		width: 33% !important;
	}	
}

.gf_page_steps {
	width: 100%;
	overflow-x: scroll;
	flex-wrap: nowrap !important;
}

.gf_page_steps .gf_step {
	min-width: 60%;
	padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.gf_page_steps .gf_step.gf_step_active {
	background-color: #222233 !important;
}

.gf_page_steps .gf_step.gf_step_active .gf_step_number {
	background-color: #32d296 !important;
	color: #fff !important;
}

@media screen and (min-width: 1024px) {
	.gf_page_steps {
		overflow-x: hidden;
		width: 100%;
		flex-wrap: wrap !important;
	}
	.gf_page_steps .gf_step {
		min-width: initial !important;
	}
}
