/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.gform-theme--framework .gf_step_completed .gf_step_number::after{
	top: 19%;
    left: 8%;
}
.gform-theme--framework .gf_step {
    padding: 10px 20px !important;
    background: #f9f9f9;
    flex: 1 1 0;
}

.gform-theme--foundation .gf_page_steps {
    justify-content: flex-start !important;
    gap: 5px;
}

.gf_step_active {
    background: #e9e9e9 !important;
}

.gf_step_completed span {
    color: #fff !important;
}
.gf_step_completed {
    background: #092949 !important;
}

select.calendar-month-selector {
    border-bottom: 1px solid #002a49 !important;
    margin-top: -7px;
	padding: 5px 8px 1px !important;
}

select.calendar-month-selector:hover {
    background: #f5f5f5 !important;
}