

/*-----reflection_survey  css ------*/
/* Flat Style Button */
.reflection_survey 
{
	font-size:16px;
	line-height:20px;
}

.reflection_survey .frm_page_skip
{ 
	cursor: default;
}

.reflection_survey .surveyMainImg
{	
	position: absolute;
	width: 60%;
	right:0px;
}

@media only screen and (max-width: 600px) {
	.reflection_survey .surveyMainImg
	{	
		width: 100%;
		position: relative;
	}
	.reflection_survey .frm_submit
	{
	     white-space: nowrap;
	}
}

.reflection_survey .frm_save_draft,.reflection_survey .print-button{
    text-transform: uppercase;
    background-color: #1c8ab2 !important;
    font-size: 15px !important;   
    line-height: normal;
    text-align: center;
    border-width: 0;
    border-color: rgba(28,138,178,1);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;   
    
}

.reflection_survey .frm_save_draft:hover {
 background-color: #1E453E !important;
}

.reflection_survey ul.frm_page_bar {
	background: rgba(0, 0, 0, 0.1);
	justify-content: flex-start;
	border-radius: 100px;
	align-items: center;
	position: relative;
	padding: 0 5px;
	display: flex;
	height: 40px;
	width: 100%;
}
.frm_forms .frm_progress_line input, .frm_forms .frm_progress_line input:disabled, .frm_forms .frm_progress_line .frm_current_page input[type="button"], .frm_forms .frm_rootline.frm_no_numbers input, .frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"] {
	background-color:#eaeaea;
}

.reflection_survey .wpb_wrapper h3{
	font-size:30px;	  
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
	margin-bottom: 8px;
}

.reflection_survey .wpb_wrapper .subTitle{
	font-size:16px;
	color:#1c8ab2;
	font-weight: 600;
	margin: 0px;
}
.reflection_survey .wpb_wrapper{
	font-size:16px;
	line-height:28px;
}


.reflection_survey .wpb_wrapper p{
	font-size:16px;
	line-height:28px;
	margin-bottom:5px;
}
.reflection_survey .divider-wrap {
	border-bottom:1px solid rgba(0,0,0,.12);
	margin:0px;
	padding:0px;
	height:5px;
}
.with_frm_style .reflection_survey .frm_top_container .frm_primary_label{
	font-size:16px;
	line-height:20px;
}

/*radio and checkbox*/

.reflection_survey .regular_radio .frm_radio , .reflection_survey .frm_checkbox 
{
    margin-left: 0px;
    margin-bottom: 15px !important;
    font-size:16px;
}
.reflection_survey .frm_checkbox label,
.reflection_survey .regular_radio .frm_radio label {
    height: 25px;
    position: relative;
    padding: 0 0 0 32px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.reflection_survey .frm_checkbox input[type=checkbox],
.reflection_survey .regular_radio .frm_radio input[type=radio] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */
.reflection_survey .frm_checkbox label input[type=checkbox],
.reflection_survey .regular_radio .frm_radio label input[type=radio]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.reflection_survey .regular_radio .frm_radio span , .reflection_survey .frm_checkbox span{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: lightgray;
}

/* On mouse-over, add a grey background color */
.reflection_survey .regular_radio .frm_radio label:hover input[type=radio] ~ span , .reflection_survey .frm_checkbox label:hover input[type=checkbox] ~ span {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.reflection_survey .regular_radio  .frm_radio label input[type=radio]:checked ~ span , .reflection_survey  .frm_checkbox label input[type=checkbox]:checked ~ span{
  background-color: #1c8ab2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.reflection_survey .regular_radio .frm_radio span:after , .reflection_survey .frm_checkbox span:after{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.reflection_survey .regular_radio .frm_radio label input[type=radio]:checked ~ span:after , .reflection_survey .frm_checkbox label input[type=checkbox]:checked ~ span:after{
  display: block;
}

/* Style the checkmark/indicator */
.reflection_survey .regular_radio .frm_radio label span:after , .reflection_survey .frm_checkbox label span:after{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*checkbox survey*/
.reflection_survey .frm_checkbox .smallTxt{
    height: 25px;
    font-size:16px !important;
    position: relative;
    padding: 0 0 0 32px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    display:none;
}

.reflection_survey .midTitle
{
	font-size:25px;
	font-weight:600;
	text-transform: capitalize;
	padding-top:15px;
	padding-bottom:15px;
}

.reflection_survey .box1,.reflection_survey .box2 ,.reflection_survey .box3,.reflection_survey .box4,.reflection_survey .lightGrey
{
    background:rgba(28, 138, 178, .2);
    font-size: 14px;
    padding: 1.6em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    border-radius:10px;
}

.reflection_survey .box2 
{
    background: rgba(28, 138, 178, .3);
}

.reflection_survey .box3
{
    background: rgba(28, 138, 178, .4);
}

.reflection_survey .lightGrey
{
    background: #eceded;
}

.reflection_survey .box1 .smallTxt,.reflection_survey .box2 .smallTxt ,.reflection_survey .box3 .smallTxt
{
   display:none;
}

.rank7 .smallTxt
{
  display:none;
}

/*image checkbox*/
.reflection_survey .surveyImageSelect .frm_image_option_container img{
	height:68px;
	width:68px;
	padding:0px;
	border-radius:10px;
}

.reflection_survey .surveyImageSelect  {
display:block;
}
.reflection_survey .surveyImageSelect .frm_image_option_container .frm_primary_label{
	height:80px;
	border:1px solid red;
}

.reflection_survey .surveyImageSelect .frm_image_option_container {
    border-color: transparent !important;
    border-radius: 33px !important;
    width: 68px;
    height: 68px !important;
    border-width: 2px !important;
}

.reflection_survey .surveyImageSelect .frm_image_option_container img:hover
{
	border-color: red !important;
}

.reflection_survey .surveyImageSelect .frm_radio  .frm_image_option .frm_image_small{
	width:68px !important;
}
.reflection_survey .surveyImageSelect .with_frm_style, .frm_forms
{
	--image-size: 68px;
}
.reflection_survey .surveyImageSelect .frm_form_field .frm_radio.frm_image_option
{
	margin:0px !important;
}

.reflection_survey .surveyImageSelect .frm_image_option_container .frm_selected_checkmark svg{
	fill:#1c8ab2;
}
.reflection_survey .surveyImageSelect 
.frm_image_options .frm_image_option_container:hover, input[type="radio"]:checked + .reflection_survey .surveyImageSelect .frm_image_option_container {
    border-color: #1c8ab2;
    box-shadow: 0 0 0 1px #1c8ab2;
}
.frm_image_options .frm_radio input[type=radio]{
	position:relative !important;
	
}
.frm_form_field .frm_radio.frm_image_option{
 	margin: 3px !important;
}

.with_frm_style .reflection_survey .surveyImageSelect .frm_primary_label 
{
	border-bottom: 1px solid rgba(0,0,0,.12);
	padding-top:5px;
	height:50px !important;
	
}

.smallTxt{
	position:relative !important;
	font-size:12px;
	line-height:12px !important;
	 background-color:transparent !important; 
}
#ValidationTop7Msg{
	font-size:16px;
	color:#880808;
	width:100%;
	background-color:#f3f5f9;
	padding:5px 5px 10px 10px;
  border-radius:10px;
}

#ValidationTop7Msg .svg-icon {
  width: 1.5em;
  height: 1.5em;
	position:relative;
	top:5px;
}

#ValidationTop7Msg .svg-icon path,
#ValidationTop7Msg .svg-icon polygon,
#ValidationTop7Msg .svg-icon rect {
  fill: #880808;
}

#ValidationTop7Msg.svg-icon circle {
  stroke: #880808;
  stroke-width:2;
}

.cs-select.cs-active .cs-options{
	max-height: 300px !important;
}

.reflection_survey .frm_final_submit{
 Background:#031b4e !important; 
 font-weight: 600 !important;
}


.tippy-box {
      background-color: #031b4e; 
       font-weight: 500 !important;
}