/* 
Theme Name: Absalesnordic
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Digitalist
Author URI: https://digitalist.dk/
Template: hello-elementor
Version: 1.0.1
Text Domain: absalesnordic
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
*/


/*
	Formular
*/


.customersatisfaction .elementor-field-type-html .description {
    font-size: 0.8em;
    font-style: italic;
}

/*
.customersatisfaction .elementor-field-type-radio .elementor-field-label {
    display: none;
}
*/
/*

.customersatisfaction .elementor-field-type-radio .elementor-subgroup-inline .elementor-field-option {
    padding-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customersatisfaction .elementor-field-type-radio .elementor-subgroup-inline .elementor-field-option label {
    margin-top: 10px;
}


.customersatisfaction  .elementor-field-type-radio .elementor-subgroup-inline .elementor-field-option input {
    transform: scale(1.5);
    accent-color: var(--e-global-color-primary);
}
*/


.customersatisfaction .elementor-field-type-radio[class*="elementor-field-group-spg_"] .elementor-subgroup-inline .elementor-field-option {
    padding-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 640px){
	.customersatisfaction .elementor-field-type-radio[class*="elementor-field-group-spg_"] .elementor-subgroup-inline .elementor-field-option {
	    padding-right: 20px;
	    margin-bottom: 20px;
	
	}
}

.customersatisfaction .elementor-field-type-radio[class*="elementor-field-group-spg_"] .elementor-subgroup-inline .elementor-field-option label {
    margin-top: 10px;
}


.customersatisfaction  .elementor-field-type-radio[class*="elementor-field-group-spg_"] .elementor-subgroup-inline .elementor-field-option input {
    transform: scale(1.5);
    accent-color: var(--e-global-color-primary);
}

.customersatisfaction div[class*="elementor-field-group-rating"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.customersatisfaction div[class*="elementor-field-group-rating"] label {
    display: block !important;
    position: unset !important;
    top: unset !important;
    height: unset;
    width: unset;
    margin: unset;
    padding: unset;
    overflow: unset;
    clip: unset;
    border: unset;
    flex-grow: 1;
    display: flex;
    flex-basis: calc(100% - 80px);
}
.customersatisfaction div[class*="elementor-field-group-rating"] input {
    width: 50px !important;
}


.customersatisfaction div[class*="comment"] {
    margin-bottom: 25px!important;
}

.customersatisfaction div[class*="elementor-field-group-prioritet"] label {
display: block !important;
    position: unset !important;
    top: unset !important;
    height: unset;
    width: unset;
    margin: unset;
    padding: unset;
    overflow: unset;
    clip: unset;
    border: unset;
    flex-grow: 1;
    display: flex;
    margin-bottom: 5px;
}


/*.score{
    .frm_radio{
        margin-right: 35px;
        label{
            display: flex!important;
            flex-direction: column;
        align-items: center;
            input{
                margin: 0 0 5px 0!important;
            }
        }
    }
}




body .with_frm_style {
    --title-color: #000000;
    --form-desc-size: 16px!important;
    --form-desc-color: #000000;
    --font-size: 15px;
    --label-color: #000000;
    --border-color: #000000;
}
.with_frm_style .frm_radio input[type=radio]:before, .with_frm_style .frm_checkbox input[type=checkbox]:before{
        box-shadow: inset 10px 10px var(--e-global-color-primary);
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn{
    background:  var(--e-global-color-primary);
    border: 0;
}*/
