/* 
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
 
.wpforms-pagebreak-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #007bff;
    height: 50px;
    width: 100%;
    left: 0;
    border-radius: 0 0 8px 8px;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wpforms-page-prev {
    color: #fff;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-family: 'Roboto';
    z-index: 9999999;
}

.wpforms-page-prev:before {
    content: '←';
    margin-right: 5px;
}

.wpforms-page-next {
    color: #fff;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-family: 'Roboto';
}

[type=submit] {
    color: #fff;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-family: 'Roboto';
}

.wpforms-page-next:after {
    content: '→';
    margin-left: 5px;
}

.wpforms-hidden {
    display: none;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.wpforms-form {
    background-color: #ffffff;
    padding: 30px 10px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 15px 33px 4px #00000026;
    margin-bottom: 20px;
}

.wpforms-field {
    margin-bottom: 15px;
}

.wpforms-field input[type="checkbox"],
.wpforms-field input[type="email"],
.wpforms-field input[type="radio"],
.wpforms-field select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-right: 10px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
    width: 14px;
    height: 14px;
}

.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="radio"]:focus,
.wpforms-field select:focus {
    border-color: #007bff;
    background-color: #ffffff;
    width: 14px;
    height: 14px;
}

.wpforms-field label {
    font-weight: normal;
    color: #333;
}

.wpforms-field input[type="radio"]:checked + label {
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
}

.wpforms-field ul, .wpforms-field li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 30px;
    border: none !important;
    margin-top: 15px !important;
}

.wpforms-field li {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.wpforms-field li input[type=radio] {
    background: #F2F3F7;
}

fieldset {
    border: none;
    color: #000000FF;
}

.wpforms-page-indicator-steps {
    display: none !important;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    font-family: 'Inter';
    font-size: 16px;
    white-space: normal;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: inherit;
    font-size: 16px;
    font-family: Inter;
}

input[type=text] {
    margin-bottom: 10px;
    margin-top: 30px;
}

.wpforms-label-hide {
    display: none !important;
}

.wpforms-submit-container {
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: row;
    height: 50px;
    position: relative;
    justify-content: flex-end;
    margin-bottom: -35px;
}


*/
