@charset "utf-8";
/* CSS Document */
.vplg_container { margin: 0px auto; width:100%; }
.text_center {text-align:center !important;}

.vplg_1_column {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
}

.vplg_2_column {
    width: 50%;
    display: block;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.vplg_reg_row select[name="vplg_reg_countrycode"],
.vplg_reg_row select[name="vplg_ver_countrycode"] {
    width: 15%;
    max-width:15%;
    display: inline-block;
}
.vplg_reg_row input[name="vplg_reg_mobile"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vplg_reg_row input[type="date"],
.vplg_reg_row input[type="time"],
.vplg_reg_row input[type="datetime-local"],
.vplg_reg_row input[type="week"],
.vplg_reg_row input[type="month"],
.vplg_reg_row input[type="text"],
.vplg_reg_row input[type="email"],
.vplg_reg_row input[type="url"],
.vplg_reg_row input[type="password"],
.vplg_reg_row input[type="search"],
.vplg_reg_row input[type="tel"],
.vplg_reg_row input[type="number"],
.vplg_reg_row textarea,
.vplg_reg_row select,

.vplg_reg_row input[type="date"]:focus,
.vplg_reg_row input[type="time"]:focus,
.vplg_reg_row input[type="datetime-local"]:focus,
.vplg_reg_row input[type="week"]:focus,
.vplg_reg_row input[type="month"]:focus,
.vplg_reg_row input[type="text"]:focus,
.vplg_reg_row input[type="email"]:focus,
.vplg_reg_row input[type="url"]:focus,
.vplg_reg_row input[type="password"]:focus,
.vplg_reg_row input[type="search"]:focus,
.vplg_reg_row input[type="tel"]:focus,
.vplg_reg_row input[type="number"]:focus,
.vplg_reg_row textarea:focus,
.vplg_reg_row select:focus,

.vplg_reg_row input[type="date"]:focus-visible,
.vplg_reg_row input[type="time"]:focus-visible,
.vplg_reg_row input[type="datetime-local"]:focus-visible,
.vplg_reg_row input[type="week"]:focus-visible,
.vplg_reg_row input[type="month"]:focus-visible,
.vplg_reg_row input[type="text"]:focus-visible,
.vplg_reg_row input[type="email"]:focus-visible,
.vplg_reg_row input[type="url"]:focus-visible,
.vplg_reg_row input[type="password"]:focus-visible,
.vplg_reg_row input[type="search"]:focus-visible,
.vplg_reg_row input[type="tel"]:focus-visible,
.vplg_reg_row input[type="number"]:focus-visible,
.vplg_reg_row textarea:focus-visible,
.vplg_reg_row select:focus-visible{
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em !important;
    width: 100%;
	  font-size: .9em !important;
    border-bottom: #B3B3B3 2px solid;
    background-color: #FFFFFF;
    outline:none;
}
.vplg_reg_row input[name="vplg_reg_mobile"] {width:100%; max-width: 200px;}
.vplg_reg_row select{
  -webkit-appearance: auto;
 -moz-appearance: auto;
 appearance: auto;
}

@media only screen and (max-width: 768px){
  .vplg_1_column {width:100%;padding: 1% 0;}
  .vplg_2_column {width:100%;padding: 1% 0;}
  .vplg_reg_row select[name="vplg_reg_countrycode"], .vplg_reg_row select[name="vplg_ver_countrycode"] {width:49%; max-width:49%;}
  .vplg_reg_row input[name="vplg_reg_mobile"] {width: 50%; max-width: unset;}
}

textarea.vplg_answer_handle {
    width: 100%;
}
#vplg_wp_assessment input:focus{
    outline: none;
}
.vplg_reg_row {
    width: 100%;
	  padding: 5px 0px;
    text-align:left;
}

.vplg_reg_row label {
    display: block;
    width: 100%;
    text-align:left;
}
.vplg_reg_tnctext {
    text-align: left;
    margin-top: 20px;
}
input.vplg_reg_submit {
    margin-top: 20px;
}
input.vplg_ver_otp {
    max-width: 120px;
    margin: 0px auto;
    text-align: center;
    padding: 15px 10px;
}
.vplg_ver_code_expired,
.vplg_ver_code_message {
    display: block;
    width: 100%;
    min-width: 100%;
    color: orange;
    text-align: center;
}


#vplg-answer-group a#add-row{
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
#vplg-answer-group .repeatable-Aaddrow-wrapper{
	width:100%;
	text-align:right;
}




/* ************************ */
/* OVERLAY POPUP VALIDATION */
/* ************************ */
.vplg_cma_overlay, .vplg_mod_mobile_overlay, .vplg_reg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.7);
}

.vplg_cma_pop_center, .vplg_reg_pop_center {
    position: relative;
    width: 100%;
    max-width: 768px;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
}

.vplg_cma_pop_table, .vplg_reg_pop_table {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    float: none;
    display: table;
}

.vplg_cma_pop_cell, .vplg_reg_pop_cell {
		display: table-cell;
		height: 100%;
		min-height: 100%;
		width: 100%;
		min-width: 100%;
		vertical-align: middle;
}

.vplg_cma_pop_radius, .vplg_reg_pop_radius {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    float: left;
    width: 100%;
		min-width: 100%;
}

.vplg_cma_pop_content, .vplg_reg_pop_content {
    float: left;
    width: 100%;
    min-width: 100%;
    padding: 40px 20px;
}

.vplg_cma_pop_content h3, .vplg_reg_pop_content h3 {
		font-size: 26px;
		display: block;
		padding: 0px 0px 10px 0px !important;
		margin: 0px !important;
}

.vplg_cma_pop_content p, .vplg_reg_pop_content p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: auto 6px;
}

.vplg_reg_pop_content table tr td {
    text-align: left;
    padding: 0px 5px !important;
}

.vplg_cma_pop_close,
.vplg_reg_pop_close,
.vplg_ver_pop_close  {
		font-family: arial;
		display: block;
		position: absolute;
		width: 80px;
		height: 30px;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		-webkit-border-bottom-right-radius: 1px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 1px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		top: -1px;
		right: 16px;
		cursor: pointer;
}

.vplg_reg_button_container {
	display:block;
	width:100%;
	text-align:center;
	padding-top: 20px;
}

.vplg_reg_confirm_button {
    font-size: 16px;
    color: #fff;
    background-color: #064202;
    padding: 10px 20px;
		display: inline-block;
		width: 100%;
    max-width: 120px;
		margin: 0px 10px;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
.vplg_reg_confirm_button:hover {opacity:.8;}

.vplg_reg_back_button {
    font-size: 16px;
    color: #fff;
    background-color: #064202;
    padding: 10px 20px;
		display: inline-block;
		width: 100%;
    max-width: 120px;
		margin: 0px 10px;
		cursor: pointer;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
.vplg_reg_back_button:hover {opacity:.8;}



/* *********************** */
/* REGISTRATION VALIDATION */
/* *********************** */
label.vplg_reg_validation,
label.vplg_ver_validation {
  display: block !important;
  width: 100%;
  padding: 5px 0px 0px 0px !important;
  color: #f00;
  box-sizing: border-box;
  margin: 0px !important;
}

label.vplg_auth_validation{
	display: block;
	float: left;
	min-width: 100%;
	width: 100%;
	font-size: 14px;
	padding: 2px;
	color: #f00;
}


/* *********************** */
/* REGISTRATION THANKYOU   */
/* *********************** */
.vplgRegistrationThankyouWrapper {
    width: 100%;
}
.vplgRegistrationThankyouWrapper h3 {
    display: block;
    margin: 0px 0px 10px 0px;
}



/* *********************** */
/* ****** ASSESSMENT ***** */
/* *********************** */
.vplg_assessment_wrapper {
	  position:relative;
    width: 100%;
    margin: 20px 0px 20px 0px;
    background-image: url("../img/bg.png");
    background-size: cover;
}

.vplg_assessment_left {
    position: relative;
    vertical-align: top;
    width: 20%;
    min-width: 200px;
    padding: 0px 0px !important;
    box-sizing: border-box;
    border: 0px !important;
}

.vplg_assessment_left ul li {
    margin-left: 0px;
    margin-top: 0px;
}

.vplg_assessment_right {
    position:relative;
    vertical-align: top;
    /*width: 60%;*/
	  border: 1px solid #e1e1e1;
    border-left: 1px solid #ffffff;
	  height:500px;
    overflow: hidden;
	  box-sizing: border-box;
	  -webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;

}

.vplg_assessment_left ul>li,
.vplg_assessment_right ul>li{
    list-style: none;
    margin: 5px 0px 0px 0px;
    padding-left: 5px !important;
}

td.vplg_answerset li {
    padding-left: 0px !important;
}

.vplg_assessment_left ul>li:before, .vplg_assessment_right ul>li:before {
    display: none !important;
}
.vplg_assessment_left ul {
    padding: 10px 0px 10px 10px;
    margin: 0px;
}
.vplg_assessment_right ul{
    padding: 0px;
    margin: 0px;
}
.vplg_assessment_questions_block{
  position:relative;
  float: left;
  width: 100%;
  background-color: rgb(255 255 255 / .7);
  box-sizing: border-box;
  border: 1px solid #adadad;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 5px 0px #9c9c9c;
    box-shadow: 5px 5px 5px 0px #9c9c9c;
}
.vplg_assessment_questions_block p {
    margin: 0px !important;
}
.vplg_assessment_questions_block ul ul {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}
.vplg_assessment_question_table { margin:0px 0px 20px 0px !important }
.vplg_assessment_question_table tr {
    background-color: transparent !important;
}
.vplg_assessment_question_table tr td {
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent !important;
}
.vplg_assessment_question_table tr td.vplg_qnum {
    padding: 0px 10px 0px 0px !important;
}
.vplg_assessment_question_table tr td.vplg_answerset {
  padding: 10px 0px !Important;
}
table.vplg_assessment_question_table tr td ul li input {
    float:left;
	margin-top: .45em;
}
table.vplg_assessment_question_table tr td ul li input[type="radio"] {
    transform: scale(1.4) !important;
}
table.vplg_assessment_question_table tr td ul li label  {
    margin-left: 25px;
	display: block;
  font-weight: normal;
  line-height: 1.8em;
}
table.vplg_assessment_question_table tr td:nth-of-type(1) {
    width: 48px !important;
}
table.vplg_assessment_question_table tr td {
    border: 0px;
}
table.vplg_assessment_question_table {
    border: 0px;
}
.vplg_assessment_term_block {
	position:absolute;
	top:0px;
	left:0px;
  padding: 15px;
  float: left;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.vplg_assessment_nav_block {
    float: left;
    width: 100%;
    padding: 0px;
}
.vplg_assessment_nav_block .dashicons {
    vertical-align: text-bottom;
}



.vplg_assessment_nav_block a.next,
.vplg_assessment_nav_block a.prev,
.vplg_assessment_nav_block a.submit,
.vplg_reg_submit {
  display: block !important;
  padding: 7px 20px !important;
	text-decoration:none !important;
  float: left !important;
	margin-right:5px !important;
	line-height: 29px !important;
  margin-top: 0px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 5px 5px 5px 0px #9c9c9c !important;
  box-shadow: 5px 5px 5px 0px #9c9c9c !important;
}

.vplg_assessment_nav_block a.next:hover,
.vplg_assessment_nav_block a.prev:hover,
.vplg_assessment_nav_block a.submit:hover,
.vplg_reg_submit:hover {
	opacity: 0.8 !important;
}

.vplg_assessment_nav_block a.next.disabled,
.vplg_assessment_nav_block a.prev.disabled{
    background-color: #a4a4a4 !important;
}

.vplg_assessment_left_tab{
  padding: 16px 10px 16px 49px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vplg_assessment_left_tab:before{
  content: "\f223";
  font-family: dashicons;
  font-size: 36px;
  position: absolute;
  top: 15px;
  left: 8px;
  line-height: 100%;
  color: #ffffff;
}
.vplg_assessment_left_tab.done{padding: 16px 10px 16px 49px;}
.vplg_assessment_left_tab.done::before {
    content: "\f147";
    font-family: dashicons;
    font-size: 39px;
    position: absolute;
    top: 10px;
    left: 5px;
    color: #ffffff;
}
.vplg_assessment_left_tab.selected {padding: 16px 10px 16px 49px;}
.vplg_assessment_left_tab.selected::before {
    content: "\f464" !important;
    font-family: dashicons;
    font-size: 34px;
    position: absolute;
    top: 15px;
    left: 8px;
    line-height: 100% !important;
    color: #222222;
}
.vplg_assessment_left_tab.selected.done::before {
    color: #222222;
}



.vplg_assessment_questions_term_title {
    float: left;
    width: 100%;
    display:none;
}
@media only screen and (max-width: 3000px){
  .vplg_assessment_left {width: 320px !important;}
  /*.vplg_assessment_right {width: 80% !important;}*/
}
/*
@media only screen and (max-width: 3000px){
  .vplg_assessment_left {width: 20% !important;}
  .vplg_assessment_right {width: 80% !important;}
}
@media only screen and (max-width: 1600px){
  .vplg_assessment_left {width: 25% !important;}
  .vplg_assessment_right {width: 75% !important;}
}
@media only screen and (max-width: 1300px){
  .vplg_assessment_left {width: 30% !important;}
  .vplg_assessment_right {width: 70% !important;}
}
@media only screen and (max-width: 1000px){
  .vplg_assessment_left {width: 35% !important;}
  .vplg_assessment_right {width: 65% !important;}
}
*/

@media only screen and (max-width: 768px) {
  .vplg_assessment_questions_term_title {display:block;}
  .vplg_assessment_term_block {padding-left: 10px !important;}
  .vplg_assessment_right {border-left: 1px solid #e1e1e1 !important;}
  .vplg_assessment_left {display:none;}
}



/* Mobile Verification */
.vplg_ver_mobile_wrapper {
    display:inline-block;
    width: 100%;
    max-width: 512px;
    margin: 64px auto;
    padding: 10px;
}
.vplg_mobile_ver_icon span {
    display: block;
    font-size: 67px;
    color: #cd2653;
    width: 67px;
    height: 67px;
    margin: 0px auto 20px auto;
}
.vplg_mobile_ver_message span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 8px;
}
.vplg_ver_mobile_wrapper #vplg_reg_countrycode,
.vplg_ver_mobile_wrapper #vplg_ver_countrycode {
    width: 100%;
    max-width: 200px;
    display:inline-block !important;
    float:none !important;
    margin:0px 0px 5px 0px !important;
}
.vplg_ver_mobile_wrapper #vplg_ver_mobile {
    vertical-align: top;
    width: 100%;
    max-width: 200px;
    display:inline-block !important;
    float:none !important;
    margin:0px 0px 5px 0px !important;
}
.vplg_ver_mobile_wrapper #vplg_ver_resendotp {
    display: block;
    margin: 10px auto;
    width: 140px;
    text-align: center;
}
.vplg_ver_mobile_wrapper #vplg_ver_submit {
    display: block;
    margin: 5px auto 0px auto;
    min-width: 120px;
    text-decoration: none;
}
.vplg_ver_updatemobile_wrapper {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}


/* *********************** */
/* PROGRESS STRIPED LOADER */
/* *********************** */
.vplg_linePreloader {
    background: linear-gradient(to right,green,green);
    background-color: #ccc;
    float: left;
    width: 100%;
		min-width: 100%;
		height: 2px;
		mn-height:2px;
    margin: 5px 0px 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -25% 0;
    animation: scroll 1.2s ease-in-out infinite;
}

@keyframes scroll{
  50%{background-size:80%}
  100%{background-position:125% 0;}
}


/* *********************** */
/* ******** MODAL ******** */
/* *********************** */
.vplg-modal-overlay {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	min-width:100%;
	min-height:100%;
    background-color: rgba(0,0,0,.7);
    padding: 10px;
	box-sizing: border-box;
}

.vplg-modal-table{
    display: table;
    margin: 0px auto;
    width: 100%;
    max-width: 768px;
    height: 100%;
	box-sizing: border-box;
}

.vplg-modal-cell {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
	padding: 20px;
}

.vplg-modal-cell div{ box-sizing: border-box; }
.vplg-modal-content-wrapper {
	position:relative;
    float: left;
    width: 100%;
	max-height: 480px;
    padding: 20px;
    border: 1px solid #fff9;
    background-color: #ffffff;
	overflow-y: hidden;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;

	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

.vplg-modal-content-wrapper h1 {
    margin-top: 5px !important;
}

.vplg-modal-search-close {
    position: absolute;
    display: block;
    padding: 16px;
    right: 0px;
    top: 0px;
	cursor: pointer;
}
.vplg-modal-search-close span.fa-times {
	position: absolute;
    top: 6px;
    right: 6px;
    font-size: 29px;
    color: #727272;
    z-index: 99;
}
.vplg-modal-search-close span.fa-times:hover {
	color: #222222;
}

/* *********************************** */
/* ****** GLOBAL OVERLAY POPUP  ****** */
/* *********************************** */
.vplg-preloader-overlay,
.vplg-global-preloader-overlay {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	min-width:100%;
	min-height:100%;
    background-color: rgba(0,0,0,.8);
    padding: 10px;
	box-sizing: border-box;
}
.vplg-preloader-table{
    display: table;
    margin: 0px auto;
    width: 100%;
    max-width: 360px;
    height: 100%;
	box-sizing: border-box;
}
.vplg-preloader-cell {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
	  padding: 20px;
}
.vplg-preloader-content-wrapper {
	position:relative;
  float: left;
  width: 100%;
	max-height: 480px;
  padding: 20px;
  text-align:center;
}

.vplg_assessment_result_wrapper {
    width: 100%;
    text-align: center;
    max-width: 768px;
    margin: 40px auto;
}
.vplg_assessment_result_wrapper h4 {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.vplg_assessment_result_circle_block{
    margin: 20px 0px !important;
}
div#vplg_wp_assessment {
    position: relative;
    padding: 0px 0px;
    width: 100%;
    max-width: 100% !important;
    margin: 20px 0px 0px 0px;
}
.vplg_wp_assessment_intro{padding-bottom:15px;}
form#vplg_registration_form {
    display: block;
    width: 100%;
    padding: 15px 0px 30px 0px;
    text-align: center;
}
.vplg-preloader-message {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}


/* *********************************** */
/* **** INDIVIDUAL OVERLAY POPUP  **** */
/* *********************************** */
.vplg-indiv-preloader-overlay{
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	min-width:100%;
	min-height:100%;
    background-color: rgba(0,0,0,.3);
    padding: 10px;
	box-sizing: border-box;
}
.vplg-indiv-preloader-table{
    display: table;
    margin: 0px auto;
    width: 100%;
    max-width: 360px;
    height: 100%;
	box-sizing: border-box;
}
.vplg-indiv-preloader-cell  {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
	  padding: 20px;
}
.vplg-indiv-preloader-content-wrapper {
	position:relative;
  float: left;
  width: 100%;
	max-height: 480px;
  padding: 20px;
  text-align:center;
}

.vplg-indiv-preloader-overlay .lds-ring {
  width: 30px !important;
  height: 30px !important;
}

.vplg-indiv-preloader-overlay .lds-ring div {
  width: 40px !important;
  height: 40px !important;
  margin: 0px !important;
  border-width: 3px !important;
}


/* ************************* */
/* ******* LDS RING ******** */
/* ************************* */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* *********************** */
/* ******* LOADER ******** */
/* *********************** */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {animation-delay: -0.036s;}
.lds-roller div:nth-child(1):after {top: 63px;left: 63px;}
.lds-roller div:nth-child(2) {animation-delay: -0.072s;}
.lds-roller div:nth-child(2):after {top: 68px;left: 56px;}
.lds-roller div:nth-child(3) {animation-delay: -0.108s;}
.lds-roller div:nth-child(3):after {top: 71px;left: 48px;}
.lds-roller div:nth-child(4) {animation-delay: -0.144s;}
.lds-roller div:nth-child(4):after {top: 72px;left: 40px;}
.lds-roller div:nth-child(5) {animation-delay: -0.18s;}
.lds-roller div:nth-child(5):after {top: 71px;left: 32px;}
.lds-roller div:nth-child(6) {animation-delay: -0.216s;}
.lds-roller div:nth-child(6):after {top: 68px;left: 24px;}
.lds-roller div:nth-child(7) {animation-delay: -0.252s;}
.lds-roller div:nth-child(7):after {top: 63px;left: 17px;}
.lds-roller div:nth-child(8) {animation-delay: -0.288s;}
.lds-roller div:nth-child(8):after {top: 56px;left: 12px;}
@keyframes lds-roller {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

/* *********************** */
/* ***** LOADER RING ***** */
/* *********************** */
.lds-dual-ring {
  vertical-align: top;
  display: inline-block;
  width: 58px; max-width: 58px; min-width: 58px;
  height: 58px; max-height: 58px; min-height: 58px;
  margin: 0px 0px 0px 15px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 42px; max-width: 42px; min-width: 42px;
  height: 42px; max-height: 42px; min-height: 42px;
  margin: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #016087;
  border-color: #016087 transparent #016087 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


/* STEP INDICATOR */
.vplg_progress_indicator_wrapper {
  display: none;
    position: relative;
    width: 80%;
    min-width: 80%;
    margin: 36px auto 36px auto;
    float: none;
    right: 0;
    left: 0;
    top: 0px;
    height: 10px;
}
.vplg_progress_indicator {
    position:relative;
    /*width: 100%;*/
    height: 10px;
    margin: 0px 48px 0px 0px;
    background-color:#a5a5a5;
}
.vplg_progress_indicator ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.vplg_progress_indicator_color {
    position: absolute;
    height: 100%;
    background-color: #1b9412;
    margin-left:3px;
}

.vplg_progress_indicator ul li {
    position: absolute;
    width: 48px;
    top: -20px;
    margin: 0px;
    padding: 0px !important;
    overflow: unset !important;
}
.vplg_progress_indicator ul li:before {
    display:none !important;
}
.vplg_assessment_progress_bar{
  border: 2px solid #098c00eb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.vplg_assessment_progress_block {
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    background-color: #a5a5a5;
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.vplg_assessment_progress_block.done {
    background-color: #098c00eb;
    color: #fff;
}

.vplg_assessment_progress_block.selected {
    background-color: #098c00eb;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 3px #098c00eb;
    box-shadow: 0px 0px 0px 3px #098c00eb;
    border-color: #ffffff;
}

.vplg_progress_indicator_color_text {
    visibility:hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px){
  /*.vplg_progress_indicator ul li {visibility: hidden;}
  .vplg_progress_indicator_color {margin-left: 0px;}
  .vplg_progress_indicator_color_text {visibility: visible;}
  .vplg_progress_indicator {
    margin-right: 0px;
    height:27px;
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
    margin-bottom:20px;
  }*/
  
  /*
  .vplg_progress_indicator_wrapper {display:none !important;}
  .vplg_assessment_progress_wrapper_mobile {display:block !important;}
  */
}

/* Popup box BEGIN */
.vplg_modal_overlay{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    width:100%;
    min-width: 100%;
    height:100%;
    min-height: 100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.vplg_modal_overlay .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.vplg_modal_overlay .vplg_modal_box {
    position:relative;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 768px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 0px;
}
.vplgModalCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 25px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.vplgModalCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.vplg_modal_content_wrapper{
  position:relative;
  max-height: 400px;
  overflow-y: scroll;
  padding: 20px 20px;
}
.vplg_modal_header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  margin: 0px 20px;
  background-color: #ffffff;
  z-index: 1;
}
.vplg_modal_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    margin: 0px 0px;
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 0px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.vplg_modal_content {color:#555555 !important;}
.vplg_modal_content p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    line-height: 20px !important;
    text-align: left !important;
}
.vplg_modal_content h2 {
    margin-top: 0 !important;
    font-size: 26px !important;
    text-align: left !important;
}
.vplg_modal_content a.home_link {
    color: #025fc2!important;
}

#vplg_tnc_check {
    display: block;
    margin: 0 auto;
    padding: 0px 10px;
    font-size: 14px;
    height:40px;
    line-height: 40px;
    color: #b8b8b8;
    cursor: pointer;
    background-color: rgba(44,91,0,.95);
}
#vplg_tnc_check:hover {
    color: #fff!important;
    background-color: rgba(56,116,0,.95)!important;
}
.vplg_modal_content_wrapper::-webkit-scrollbar {
    width: 10px;
}
.vplg_modal_content_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}
a.vplg_modal_tnc {
    display: inline-block;
}
a.vplg_modal_tnc img {
    display: block;
    float: left;
    margin: 0px;
    margin-top: 2px;
}
.vplg_reg_row a.vplg_modal_tnc {
    color: #017B30 !important;
}

/* STEP INDICATOR MOBILE */
.vplg_assessment_progress_wrapper_mobile {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    width: 99%;
    min-width: 99%;
    overflow: hidden;
    background-color: #a5a5a5;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #32373c !important;
    box-shadow: 0px 0px 0px 2px #32373c !important;
}
.vplg_assessment_progress_wrapper_mobile ul {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
}
.vplg_assessment_progress_wrapper_mobile ul li {
    display: block;
    float: left;
    margin: 0px !important;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 32px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    padding: 0px !important;
    color: #ffffff !important;
}
.vplg_assessment_progress_wrapper_mobile ul li:before {
    display: none !important;
}
.vplg_assessment_progress_wrapper_mobile ul li.done {
    background-color: #2d3236;
    color: #ffffff;
}
.vplg_assessment_progress_wrapper_mobile ul li.selected {
    background-color: #2d3236;
    color: #ffffff;
}