.gfield_chainedselect .select2.select2-container.select2-container--default {
    height: 64px;
    border: 2px solid #7F8596;
}

.gfield_chainedselect .select2.select2-container.select2-container--default .selection {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gfield_chainedselect .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single {
    width: 100% 484.891px;
    height: 100%;
    border: unset;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
}

.select2-dropdown.select2-dropdown--below {
    transform: translateY(32px);
}

.gfield_label.gform-field-label.gfield_label_before_complex {
    display: flex;
    justify-content: space-between;
}

.gform-grid-col--size-auto.gform-grid-col .label-pais-provincia {
    padding-bottom: 8px;
}

.form-advanced form .gform_body .gfield--type-chainedselect .ginput_container .gform-grid-col:after {
    transform: translateY(calc(-50% + 16px)) !important;
}

/* CNAE */
.c-cnae .select2-container--default .select2-selection--single {
    border: 2px solid var(--empresas-color-neutral-600);
    height: var(--empresas-spacing-64) !important;
    padding: 0 var(--empresas-spacing-12) !important;
    position: relative !important;
}

.c-cnae .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

.c-cnae .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.form-advanced form .gform_body .gfield [type=checkbox]:checked:before {
    /*background-color: unset !important;
    border-color: transparent !important;*/
    transform: translate(4px, 3px);
}

.form-advanced form .gform_body .gfield [type=checkbox]:checked:after {
    /*background-color: #00A13A !important;*/
}

.c-pais-provincia .select2.select2-container.select2-container--default {
    width: 100%;
}

.c-pais-provincia .select2.select2-container.select2-container--default .selection {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
}

.c-pais-provincia .select2.select2-container.select2-container--default .selection .select2-selection--single {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
}

.c-pais-provincia .select2.select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.c-pais-provincia .select2.select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

@media (max-width: 800px) {

    .gfield_chainedselect .select2.select2-container.select2-container--default {
        height: 32px;
    }

    .gfield_label.gform-field-label.gfield_label_before_complex .label-pais-provincia {
        width: calc(50% - 18px);
    }
}

@media (max-width: 782px) {

    .select2-dropdown.select2-dropdown--below {
        transform: translateY(46px);
    }
}

@media (max-width: 640px) {

    .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom: 0px !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex span.select2-selection__placeholder {
        padding-left: 8px !important;
    }
}