.elementor-element.elementor-element-31f2597
{
   
  align-content: normal;
  align-items: flex-start;
  align-self: auto;

  border-bottom-color: rgb(20, 31, 71);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;

  border-left-color: rgb(20, 31, 71);
  border-left-style: solid;
  border-left-width: 0px;

  border-right-color: rgb(20, 31, 71);
  border-right-style: solid;
  border-right-width: 0px;

  border-top-color: rgb(20, 31, 71);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 0px;

  box-sizing: border-box;
  color: rgb(12, 20, 48);

  column-gap: 20px;
  row-gap: 20px;

  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;

  font-family: Helvetica;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-emoji: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;

 

  justify-content: normal;
  order: 0;

  letter-spacing: normal;
  line-height: 26.4px;
  text-align: start;
  text-transform: none;
  text-size-adjust: 100%;

  margin-block-start: 20px;
  margin-block-end: 20px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 20px;

 

  overflow-wrap: break-word;
  overflow-x: visible;
  overflow-y: visible;

  position: relative;
  z-index: 1;


}


.poll-widget-container .poll-heading-title.poll-size-default{
 
}
.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;
   
 }

 .chch-news-poll form .gform-theme--foundation .gform-field-label__text{
    font-size: 1.2rem;
 }
 .chch-news-poll{
    background: #f9fcffad;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #cde2e9;
    margin-left: 35px;
    max-width: 80%;
    margin-bottom:20px
 }

 .chch-news-forum-form{
    background: #f9fcffad;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #cde2e9;
    margin-left: 35px;
    max-width: 80%;
    margin-bottom:20px
 }
 .chch_forum_entries{
    margin-left: 35px;
    max-width: 80%;
    margin-bottom:20px;
    background: #f9fcffad;
    

 }
  @media (max-width: 768px) {
     .chch-news-poll{
         padding: 15px;
          margin-left: 5px;
          max-width: 100%;
     }
     .chch-news-forum-form{
        max-width: 100%;
        margin-left: 5px;
     }
     .chch_forum_entries{
        max-width: 100%;
        margin-left: 5px;
     }

  }