/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.note p {
    margin: 0px!important;
    margin-block-end: unset!important;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}

.elementor-field-type-radio label.pafe-checkbox-label {
    display: inline-block!important;
    color: grey!important;
    font-weight: 500;
    padding: 1.75rem 1rem;
    border: 2px solid var(--e-global-color-127b7d2 );
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.jibb .elementor-field-type-radio label.pafe-checkbox-label {
    padding: 1rem 1rem;
}
.control {
    font-size: 12px;
}
.elementor-field-type-radio .pafe-field-container {
	display: inline-block;
}
.elementor-field-type-radio input[type="radio"]:checked + label {
    background-color: var(--e-global-color-accent );
    border-color: var(--e-global-color-accent );
    color: #ffffff!important;
    font-weight: 600;
}
.elementor-field-type-radio input[type="radio"] {
    display: none!important;
}
.elementor-field-type-radio span.elementor-field-option {
    width: 50%;
    text-align: center;
}
.pafe-multi-step-form__content-item.active {
    display: flex!important;
}
/* Anpassad CSS för att ta bort fokus outline */
input[type="text"]:focus, input[type="number"]:focus, input[type="text"]:active, input[type="number"]:active, input[type="text"]:selected, input[type="number"]:selected {
    outline: none!important;
    box-shadow: none!important;
    border-color: initial!important;
}
