:root {
	--progress-container-back: #EEEDF1;
	--progress-background: linear-gradient(90deg, #FF27B7 10%, #00ADF1 90%);
	--cflp-background-gradient-1: linear-gradient(90deg, #FFE9F8 5%, #E6F7FE 95%);
	--cflp-heading-color: #060349;
	--cflp-content-color: #060349;
	--dark-gray: #4D4C56;
	--theme-primary-background: #060349;
}
.progress-bar-container {
	background: var(--progress-container-back);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 10px;
	overflow: hidden;
}
.progress-bar-animator {
	background: var(--progress-background);
	height: 100%;
	transition: 0.3s all linear;
}
.progress-bar-counter {
	position: relative;
}
.progress-bar-counter .progress-perc {
	display: inline-block;
}
.cflp-form-container {
	max-width: 750px;
	margin: 0 auto;
}
.cflp-form-group h3 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 15px;
}
.label-switch.dual-active .switch-container .switch-track .switch-rail {
	background: #fff;
	border-color: 1px solid var(--dark-gray);
	height: 26px;
}
.cflp-form .joint-input .form-group:first-child {
	margin-right: 15px;
}
.cflp-form-group ul,
.cflp-form-group ol,
.question-desc ul,
.question-desc ol {
	list-style: initial;
	padding-left: 20px;
}

.conditional-question.toggle-choice .form-check.radio label {
	width: 80px;
	text-align: center;
}
.woopw-eligibility-container {
	display: flex;
	min-height: 550px;
	align-items: center;
}
.eligibility-modal-wrapper, .eligibility-content-wrapper, .eligibility-content {
	display: flex;
}
.eligibility-content-wrapper {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.eligibility-modal-wrapper .cflp-icon-warning, .eligibility-content-wrapper .cflp-icon-warning {
	flex: 0 0 10%;
	text-align: center;
}
.eligibility-modal-wrapper .cflp-icon-warning svg, .eligibility-content-wrapper .cflp-icon-warning svg {
	width: 30px;
	height: 30px;
}
.modal-btn-wrapper {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-top: 15px;
}
.modal-btn-wrapper [class*="theme-btn"]:not(:last-child), .content-btn-wrapper [class*="theme-btn"]:not(:last-child) {
	margin-right: 10px;
}
.cflp-form .form-group .desc-with-tooltip {
	display: flex;
}
.cflp-form .form-group .desc-with-tooltip .tooltip {
	position: unset;
	margin-top: 3px;
	text-transform: lowercase;
}
.cflp-form .form-group .desc-with-tooltip .tooltip:after {
	content: unset;
}
.tooltip.bs-tooltip-end .tooltip-inner,
.tooltip.bs-tooltip-start .tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner {
	background: var(--theme-primary-background);
	max-width: 300px;
}
.tooltip.bs-tooltip-end .tooltip-inner img,
.tooltip.bs-tooltip-start .tooltip-inner img,
.tooltip.bs-tooltip-top .tooltip-inner img,
.tooltip.bs-tooltip-bottom .tooltip-inner img {
	width: 200px;
}
.tooltip.bs-tooltip-end,
.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-start,
.tooltip.bs-tooltip-bottom {
	opacity: 1;
}

.cflp-form-group .checkbox-group {
	margin-top: 15px !important;
}
@media (min-width: 992px) {
	.cflp-form-group .checkbox-group {
		display: flex;
		flex-flow: row wrap;
	}
}
.cflp-form-group .checkbox-group .form-check {
	padding-left: 0px;
	flex: 0 0 49.33%;
	margin-bottom: 10px;
	margin-top: 0;
}
.cflp-form-group .checkbox-group label {
	height: 100%;
	font-size: 18px;
	padding: 7px 10px;
}
.cflp-form-group .checkbox-group .form-check input {
	flex-shrink: 0;
}
.cflp-form-group p.form-term {
	width: 100%;
}

/** Tooltip **/
.cflp-form .form-group .cflp-tooltip-responsive {
	display: none;
	margin-left: 5px;
	background: #333;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	opacity: 1;
	margin-top: 3px;
}
.cflp-form .form-group .close-tooltip-modal {
	text-align: right;
}

@media all and ( max-width: 1180px ) {
	.cflp-form .form-group .cflp-tooltip {
		display: none;
	}
	.cflp-form .form-group .cflp-tooltip-responsive {
		display: inline-block;
	}
}
/** Tooltip Ends **/