

.active_panel .fp-button-next {
    background-color: #FF7226; 
   }
   
   .progress {
     color: #AFE284 !important;
   }
   
   #sa-funnel_react-app .funnel progress.progress::-webkit-progress-value {
     
     background-color:#AFE284 !important;
   
   }
   
   .active_panel .fp-button-next:hover, .active_panel .fp-button-next:active {
    background-color: #BD561F; 
   }
   
   /* For Firefox */
   progress::-moz-progress-bar {
    background: #AFE284;
   }
     
   /* For Chrome or Safari */
   progress::-webkit-progress-value {
    background: #AFE284;
   }
   
   /* For IE10 */
   progress {
    background: #AFE284;
   }
   
   /* For New Funnel */ 
   #sa-funnel_react-app .funnel .button.button--next { background-color: #FF7226; }
   #sa-funnel_react-app .funnel .button.button--next:hover { background-color: #BD561F; }
   
   #sa-funnel_react-app .menu .button--next:hover { background-color: #BD561F !important; }
   
   
   progress {
     -webkit-appearance: none;
   }
   
   ::-webkit-progress-bar {
     background-color: #AFE284;
   }
   
   
   ::-webkit-progress-value {  background-color: #AFE284 !important; }
   
   /*CHANGING RADIO BUTTON COLOR*/
   #sa-funnel_react-app .funnel .answer.answer--selected .input--radio:before {
       background-color: #77C345 !important;
   }
   
   @media (max-width: 1100px) {
     #sa-funnel_react-app .menu .button--next:hover { background-color: #FF7226 !important; }
       #sa-funnel_react-app .funnel .button.button--next:hover { background-color: #FF7226 !important; }
   }
   
   #sa-funnel_react-app {
       min-height: max-content;
   }
   




@media (max-width: 1100px) {
  #sa-funnel_react-app .menu .button--next:hover { background-color: #FF7226 !important; }
	#sa-funnel_react-app .funnel .button.button--next:hover { background-color: #FF7226 !important; }
}