@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root
{
--powered-by-display: none; 
--palette-core-primary: #ff6000;
--palette-group-inner-mark: #ff6000;
--palette-action-active: #ff6000;
--palette-typography-headline: #000000; 
--typography-fontFamily: 'roboto';
--thank-you-page-powered-by-display: none;
--typography-subHeadline-size: 11px /* Description text font size */
--thank-you-page-image-spacing: 10px;
--thank-you-page-text-spacing: 10px 0 10px 0; 
}

p { font-weight:bold; }
.ratingMinLabel 
{ 
  font-weight:normal;
}
.ratingMaxLabel 
{
font-weight:normal; 

}

._1uqW4fgFyIVhP6g8vY_KHc{ /* this is the class for the "this is required section */
  font-weight:normal;
}

/*End survey button in thank you page*/
._207sw0FPxzBQQBPqaDdUpd { 
	margin-bottom:50px;

}

div._1VkBi9WmUv2SxRp29ItGKu{
  border-radius:5px;
}

.surveyBtn_submit{
border-radius:6px;
    font-size:16px;
     padding: 10px 15px;
}

.surveyBtn_close{
border-radius:6px;
    font-size:16px;
     padding: 10px 15px;
}