.screen{
    display: none;
    padding: 0 25px;
}
.screen .hidden {
    display: none;
}
.screen.active{
    display: block;
}
.screen .title {
    margin: 30px 30px;
    font-size: 25px;
}
.screen .text {
    margin-bottom: 30px;
}
.screen .error_label {
    color: red;
}
.screen input, .screen select {
    height: auto;
}
.screen {-webkit-animation:slide-in-fwd-right .4s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-fwd-right .4s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes slide-in-fwd-right{0%{-webkit-transform:translateZ(-1400px) translateX(1000px);transform:translateZ(-1400px) translateX(1000px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}@keyframes slide-in-fwd-right{0%{-webkit-transform:translateZ(-1400px) translateX(1000px);transform:translateZ(-1400px) translateX(1000px);opacity:0}100%{-webkit-transform:translateZ(0) translateX(0);transform:translateZ(0) translateX(0);opacity:1}}

.screen .description p {
    font-weight: normal;
    font-family: initial;
}

.embedded .form-container {
    border: none !important;
    padding: 0 !important;
}
.embedded .screen .title {
    margin: 0 !important;
    font-size: 24px;
}
div#thankYouScreen {
    background-size: contain;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    margin: auto;
    padding: 0;
}
.radio_group_type_1 .field_title{
    font-size: 1.4em;
    margin-bottom: 20px;
}
.radio_group_type_1 .item {
    display:inline-block;
    width: 140px;
    vertical-align: top;
    margin-bottom: 20px;
}

.cc-selector-2 input{
    position:absolute;
    z-index:999;
}
.cc-selector-2 input:active +.radio_label, .radio_group_type_1 input:active +.radio_label{opacity: .9;}
.cc-selector-2 input:checked +.radio_label, .radio_group_type_1 input:checked +.radio_label{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.radio_group_type_1 .field_title, .radio_group_type_2 .field_title, .radio_group_type_3 .field_title{
    text-align: center;
    text-transform: uppercase;
}
.radio_group_type_1 .items_container {
    text-align: center;
}
.radio_group_type_1 input{
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid blue;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    outline: none !important;
    display: inline-block;
}
.radio_group_type_1 input:active {

}
.radio_group_type_1 input:checked {
    background-color: blue;
}
.radio_group_type_1 label {
    font-size: 1.2em;
    display: block;
}

.radio_group_type_1 .radio_label{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;

    -webkit-transition: all 900ms ease-in;
    -moz-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.radio_group_type_1 .radio_label:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.radio_group_type_1 .input_container, .radio_group_type_1 .label_container {
    text-align: center;
}
.radio_group_type_1 .label_container {
    margin-top: 10px;
}


.radio_group_type_2 .items_container {
    margin: auto;
    display: block;
    width: max-content;
}
.radio_group_type_2 .item {
    margin: 10px 10px;
    position: relative;
}
.radio_group_type_2 .radio_label {
    font-size: 1em;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    display: block;
    background: #fff;
    color: blue;
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    text-align: left;
    z-index: 10;
    margin: 0;
    border: 1px solid blue;
}
.radio_group_type_2 input:checked +.radio_label {
    background-color: blue;
    color: #fff;
}

.radio_group_type_2 .label_container {
    display: inline-block;
}
.radio_group_type_2 label {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;

}
.radio_group_type_2 input {
    left: 18px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 10px;
    z-index: 20;
}
.radio_group_type_2 .input_container {

    display: inline-block;
}
.radio_group_type_2 .input_container input {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
}


.radio_group_type_3 .items_container {
    margin: auto;
    display: block;
}
.radio_group_type_3 .item {
    margin: 10px 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.radio_group_type_3 .radio_label {
    font-size: 1em;
    display: block;
    background: #fff;
    color: blue;
    padding: 10px 10px 10px 40px;
    border-radius: 60px;
    text-align: left;
    z-index: 10;
    margin: 0;
    border: 1px solid blue;
    width: 120px;
    height: 120px;
}
.radio_group_type_3 input:checked +.radio_label {
    background-color: blue;
    color: #fff;
}

.radio_group_type_3 .label_container {
    display: inline-block;
}
.radio_group_type_3 label {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;

}
.radio_group_type_3 input {
    left: 18px;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 10px;
    z-index: 20;
}
.radio_group_type_3 .input_container {

    display: inline-block;
}
.radio_group_type_3 .input_container input {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
}

input.range {
    width: 400px;
    margin: auto;
    display: block;
    height: auto;
}
.range_label{
    font-size: 1.5em !important;
    display: block;
    text-align: center;
    line-height: initial !important;
    color: #000 !important;

}
.range_current_value{
    text-align: center;
}
.range_default_container .range_min_line {
    border-left:1px solid blue;
    height: 15px;
    width: 1px;
    display: block;
}
.range_default_container {
    display: block;
    width: 400px;
    margin: auto;
}
.range_default_container .range_max_line {
    border-left:1px solid blue;
    height: 15px;
    width: 1px;
    display: block;
    float: right;
}
.range_default_container .range_min {
    display: block;
    float: left;
}
.range_default_container .range_max {
    display: block;
    float: right;
}
.range_default_container .range_min_value {
    margin-left: -50%;
}
.range_default_container .range_max_value {
    margin-left: 50%;
    white-space: nowrap;
    margin-top: 14px;
}

.radio_group_type_1 .error_label, .radio_group_type_2 .error_label, .radio_group_type_3 .error_label, .range .error_label {
    text-align: center;
}

.form_progress_container{
    background-color: #c9c9c9;
}
.form_progress_bar {
    width: 10%;
    height: 10px;
    background-color: blue;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 10px; /* To center it vertically */
    color: white;
}
.form-group.range {
    margin-bottom: 2em;
    height: 140px;
}
.edit_icon {
    color:red;
    cursor: pointer;
}
.radio_group_classic .item {
    display: flex;
    align-items: center;
}

.radio_group_classic input {
    margin: 0;
    padding: 0;
}

.radio_group_classic label.radio_label {
    padding: 0;
    margin: 0 0 0 1rem;
    font-weight: normal;
}

.radio_group_classic .field_title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.grecaptcha-badge {
    position: relative;
    bottom: -100px !important;
}


.form_builder_legend {
    display: none;
}