.w-fit {
	width: fit-content
}

.t-copy img {
	width: revert-layer!important;
	height: revert-layer!important;
}

/* Specificity boost to override Orbital Theme defaults */
body .gform_wrapper label,
body .gform_wrapper input::placeholder {
	color: #415CE0 !important; /* Force color if theme uses inline styles */
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper textarea {
	border: 1px solid #3D8CF2;
	border-radius: 20px;
	padding: 10px 15px; /* Added for better look on Orbital */
}

body .gform_wrapper button[type="submit"],
body .gform_wrapper input[type="submit"] {
	background: #3D8CF2;
	border-radius: 10px;
	color: #F9F980;
	border: none;
	padding: 12px 24px;
}

body .gform_wrapper .gfield--type-section {
	border-block-end: 1px solid #3D8CF2;
}

body .gform_wrapper .gform_required_legend {
	display: none;
}

body .gform_wrapper .gsection_title {
	font-size: 1.25rem;
	font-weight: 300;
}

body .gform_wrapper .gform_fields {
	row-gap: 1rem;
}

@media (min-width: 1024px) {
	.lg\:w-1\/3 {
	    width: 30%
	}
}

#survey_preloader {
/*	right: 10%!important;*/
	left: 90%!important;
}

.survey_question span {
	padding: 0!important
}

.survey_question {
	font-size: 1.5rem!important;
	font-weight: 300!important;
	justify-content: flex-start !important;
	margin-top: 0!important;
    padding: 0!important;
	text-align: left!important;
}

.survey_table .survey_element {
	max-width: 515px!important;
}

.eachdisplay .survey_element {
	max-width: 100%!important;
}

.survey_table {
	margin-bottom: 1rem;
}

.survey_table .survey_element .ms-a-label {
	font-weight: 700;
	padding: 0 10px!important
}

.survey_table:nth-child(2) .survey_element {
	background-color: #CBEDED!important
}

.survey_table:nth-child(3) .survey_element {
	background-color: #EBE7D6!important
}

.survey_table:nth-child(4) .survey_element {
	background-color: #FCFCB2!important
}

.survey_table:nth-child(5) .survey_element {
	background-color: #CBEDED!important
}

.result-row-flex {
	display: flex;
}

.result-row {
	display: flex;
	align-items: center;
    margin-right: 1rem;
}

.resultkey { 
  display:inline-block;
  padding: 1rem .5rem;
  text-align:center;
  -moz-border-radius: 24px 0px 0px 24px;
    -webkit-border-radius: 24px 0px 0px 24px;
    -khtml-border-radius: 24px 0px 0px 24px;
    border-radius: 24px 0px 0px 24px;
  margin-right:10px;
  width: 120px;
}
.resultkey:hover {
  text-decoration: none;
}
.resultbg { 
  width:200px;
  -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    border-radius: 24px;
	background-color:#eee;
  margin-bottom:5px;
}

.result-more {
	margin-left: 1rem;
}
.orangebg {
  background-color: #3D8CF2;
  color:#fff;
}
.orangebg:hover {
  background-color: #3D8CF2;
  color:#fff;
}
.bluebg {
  background-color:#F9F980;
  color: #415CE0;
}
.bluebg:hover {
  background-color:#F9F980;
  color: #415CE0;
}
.yellowbg {
  background-color:#CDF7C3;
  color: #415CE0;
}
.yellowbg:hover {
  background-color:#CDF7C3;
  color: #415CE0;
}
.sms-block {
  margin-top: 24px;
}

.chartjs-render-monitor {
	margin: 0 auto;
	max-width: 600px;
}