
.ML_quest_results_Box{
    display: flex;
    min-width: 100%;
    min-height: 50px;
    margin-top: 10px;
}
.link_polls_results{
    padding: 10px;
    
    background: #E21D30;
    color: white;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}
.gformPollResRow .gformResultBars{
    border-radius: 4px;
}
.gform_confirmation_message .gformPollResRowSection{
   border: 1px solid #11233782;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3%;
    border-radius: 5px;


}
.gform-theme--framework .gfield--type-choice .gchoice{
    display: inline-grid;
    gap: var(--gf-field-choice-meta-space) 0;
    grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
    /* padding: 10px; */
    padding-left: 10px;
    border-radius: 5px;
    background-color: #3bb8e129;
    max-width: 76%;
    margin-left: 24px;
    transition: padding 1s;

    height: 44px;
    align-content: center;
    border-radius: 10px;
}
.gform-theme--framework .gfield--type-choice .gchoice:hover{
    padding-left: 14px;
    background-color: #892be26e;
    background-color: #f78e1d;
    color: #ffffff;
}
.gform-theme--framework .gform-field-label--type-inline:hover{
color: #ffffff;
}
.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])){
    font-size: 1.4em;
}
 .gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    font-size: 17px !important;
   
 }