body {
	font-family: Roboto, sans-serif;
}
.wrapper-progressBar {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.progressBar li {
	width: 50%;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #bdbdbd;
}
.progressBar li:before {
	content: " ";
	line-height: 10px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 1px solid #bdbdbd;
	display: block;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #bdbdbd;
}
.progressBar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ddd;
	top: 4px;
	left: -50%;
	z-index: -1;
}
.progressBar li:first-child:after {
	content: none;
}
.progressBar li.active {
	color: #4f4f4f;
}
.progressBar li.active:before {
	border-color: #442c8c;
	background-color: #442c8c;
}
.progressBar li.active:after {
	background-color: #442c8c;
}
input.fillotp {
	display: block;
	border: none;
	width: 163px;
	background: repeating-linear-gradient(
			90deg,
			#c4c4c4 0,
			#c4c4c4 1ch,
			transparent 0,
			transparent 2.5ch
		)
		50% 100%/10ch 2px no-repeat;
	font-size: 22px;
	letter-spacing: 1.5ch;
	margin: 1px 10px 10px 20px;
	text-align: left;
	background-position: 50% 100%;
	padding: 0 20px;
	line-height: 0;
}
input.fillotp:focus {
	outline: 0;
	color: #f58220;
}
.thanksMsg p.greentext {
	color: #219653;
	font-weight: 500;
	font-size: 17px;
}
.thanksMsg.bg {
	background-image: linear-gradient(#fff, #e3f6ea);
	padding: 40px 0 20px;
}
.thanksMsg p.thanksinfo {
	color: #343434;
	padding: 0 7%;
	font-size: 14px;
	font-weight: 500;
}
.kycSteps {
	width: 90%;
	box-shadow: 0 0 15px 0 #1d000052;
	padding: 22px;
	margin: 45px auto;
	border-radius: 10px;
}
.verify_para {
	font-size: 16px;
	color: #828282;
	line-height: 1.5;
}
.verify_para span {
	font-size: 14px;
}
.verification_form label {
	display: block;
}
.verification_form input {
	display: inline-block;
	height: 42px;
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	width: 40%;
}
.verification_form span {
	color: #f58220;
	font-weight: 700;
	cursor: pointer;
}
.verification_form button {
	color: #f58220;
	font-weight: 700;
	cursor: pointer;
}
.verification_form .timer_span {
	font-size: 14px !important;
}
.submit_button {
	color: #f3f3f3 !important;
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	padding: 11px;
}
.common_formelements label {
	font-size: 16px !important;
	font-weight: 500 !important;
}
.kycstepInstructions p {
	color: #000;
	font-weight: 500;
	padding: 20px;
	margin: 0;
}
.verifyCommon {
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 22px;
	padding: 9px 10px 12px;
}
li.nav-item {
	color: #828282;
	font-size: 14px;
}
span.VerifyEmailValue {
	color: #4f4f4f;
	padding-right: 12px;
}
li.emailEdit a.edit.linkbut {
	color: #f58220;
}
.otpValue {
	background: #fff;
	border: 1px solid #cecece;
	text-align: center;
	border-radius: 5px;
	padding: 0;
}
p.getcodeData {
	color: #4f4f4f;
	font-size: 11px;
	margin: 0;
}
button.reSend.linkbut.butn {
	color: #fff;
	font-size: 9px;
	padding: 1px 5px;
	text-transform: uppercase;
	border-radius: 3px;
}
button.reSend.linkbut.disabled {
	background: #c4c4c4;
	color: #373737;
	opacity: 1;
}
.timer img.img-fluid {
	max-width: 15px;
	vertical-align: top;
}
span.timer {
	color: #828282;
	font-size: 12px;
}
span.timer small {
	font-size: 12px;
	padding: 0 5px 0 2px;
}
.btn-submit {
	background: #f58220;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	width: 100%;
	max-width: 223px;
	text-transform: none;
}
.verifyButton {
	text-align: center;
	margin: 21px 0 31px 0;
	text-transform: uppercase;
}
.uploadKYCdoc.graybg {
	background: #fff;
}
.selectBox select {
	border: 1px solid #bdbdbd !important;
	line-height: 11px !important;
}
h3.kyctitle {
	font-size: 20px;
    color: #442c8c;
	font-weight: 500;
}
.uploadKYCdoc .kyctitle{
	color: #333333 !important;
}
.customized-file-input,
.selectBox select {
	margin-top: 10px;
}
.btn-submit {
	background: #f58220;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	width: 100%;
	max-width: 223px;
	text-transform: uppercase;
}
.customized-file-input input,
.customized-file-input select,
.selectBox select {
	font-size: 13px;
	border: none;
	line-height: 38px;
	color: #828282;
	padding-left: 10px;
	width: 100%;
	height: 38px;
	border-radius: 3px;
}
.selectBox .fa {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	color: #828282;
	font-size: 22px;
}
.selectBox {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-top: 8px;
}
.selectBox select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.customized-file-input input[type="text"] {
	display: none;
}
input#addProofDoc {
	background: #e0e0e0;
	width: 100%;
	max-width: 125px;
	text-align: left;
	border-radius: 5px;
	margin: 2px;
	color: #707070;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 10px;
	background-image: url(https://lps-ui-dev-cdn.rpsapi.in/assets/images/computing-cloud.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 85% center;
}
.customized-file-input input[type="button"] {
	border: none;
}
.customized-file-input select:focus {
	border: none;
	outline: 0;
}
.btn-submit:active,
.btn-submit:focus,
.btn-submit:hover {
	background: #c4c4c4;
	color: #000;
}
.btn-submit.gray {
	background: #c4c4c4;
	color: #000;
	font-weight: 500;
	margin: 15px 0;
	font-family: 'Poppins';
}
.btn-submit.gray:active,
.btn-submit.gray:focus,
.btn-submit.gray:hover {
	background: #f58220;
	color: #fff;
}
p.uploadInstructions {
	color: #828282;
	font-size: 16px;
	text-align: left;
}
input:checked + label {
	border: none;
	color: #333;
	font-weight: 400;
}
.same_addCheckbox {
	margin-top: 18px;
	text-align: start;
}
.same_addCheckbox label {
	vertical-align: text-bottom;
	margin: 0 !important;
}
.same_addCheckbox input {
	height: 18px;
	width: 18px;
}
.verify_email .login_btn {
	text-align: center;
	background-color: #bdbdbd;
	font-weight: 700;
	cursor: pointer;
}
.verify_emailWrapper {
	border-bottom: 2px solid #dedede;
	padding-bottom: 27px;
}
.verification_done span {
	color: #48a513;
	font-weight: 700;
	position: relative;
}
.verification_done span:after {
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 16px;
	color: #48a513;
	top: -1px;
}
.verification_done p {
	color: #828282;
	margin: 0;
}
.email_tracker ol.progtrckr {
	width: 500px;
}
ol.progtrckr li.progtrckr-survey {
	border-bottom: 4px solid #48a513;
}
.container.email_tracker section {
	margin-top: 20px;
}
.errorMsg {
	color: #eb5757;
	font-size: 12px;
	padding: 8px 0 0;
	font-weight: 500;
	font-family: roboto-regular;
}
.length-10 {
	background: #f58220 !important;
}
ul.allQuestions {
	padding-top: 35px;
}
li.questionItem h2 {
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 22px;
}
.questionItem label {
	color: #4f4f4f;
	font-size: 1rem;
	font-weight: 400;
}
.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #4f4f4f;
}
.custom-radio .custom-control-input:active ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #442c8c;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #442c8c;
	background-image: none;
}
.questionItem .custom-radio {
	margin-bottom: 15px;
	margin-left: 8px;
}
.questionItem {
	margin-bottom: 20px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #442c8c;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #442c8c;
}
.custom-control {
	display: flex;
}
.authorizesCheckSec {
	margin-top: 15px;
	margin-bottom: 30px;
}
.proField .otherTextbox {
	max-width: 204px;
	width: 100%;
	border: 1px solid #cecece;
	padding: 6px 10px;
	border-radius: 5px;
}
.proField .otherTextbox:focus {
	outline-color: #442c8c;
	border-color: #442c8c;
}
.addProof {
	text-align: center;
}
.verifyCommon {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
h4.congtext {
	font-size: 22px;
	color: #333;
	margin: 20px 0 10px;
}
p.conDesc {
	font-size: 12px;
	color: #828282;
	max-width: 295px;
	margin: 0 auto 15px;
}
.CongratulationSec button.btn.btn-submit {
	max-width: 70px;
	margin-bottom: 15px;
}
.KYCUploaded {
	background-color: #e4ecff;
	padding: 8px;
}
.KYCUploaded .emailEdit {
	color: #27ae60;
	font-size: 13px;
	display: flex;
	align-items: center;
	min-width: 63px;
	justify-content: space-between;
}
.KYCUploaded .emailEdit .fa-check-circle {
	font-size: 16px;
}
@media (max-width: 767px) {
	.kycSteps {
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}
	input.fillotp {
		width: 148px;
		padding: 0 12px;
	}
	.common_formelements label {
		font-size: 16px !important;
	}
	.verify_para {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	input.fillotp {
		width: 148px;
	}
	button.reSend.linkbut.butn {
		padding: 1px;
	}
	.verifyCommon {
		max-width: 335px;
	}
	.custom-control-label {
		font-size: 12px;
	}
	.questionItem .custom-radio {
		align-items: center;
	}
	.custom-control-label::after,
	.custom-control-label::before {
		width: 0.8rem;
		height: 0.8rem;
	}
	li.questionItem h2 {
		font-size: 14px;
	}
	.questionItem .custom-radio {
		margin-bottom: 8px;
	}
}
@media (max-width: 359px) {
	input.fillotp {
		width: 126px;
		padding: 0;
		margin: 5px 3px 5px 14px;
	}
	.getCode,
	.otpValue {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.selectBox .fa {
		right: 0;
	}
	.custom-control-label {
		font-size: 12px;
	}
}
.common_formelements label,
.editpopup label {
	font-size: 12px;
	color: #828282;
	font-weight: 700;
	margin: 0;
	width: 100%;
}
.editpopup input {
	border: 1px solid #cecece;
	width: 100%;
	display: block;
	margin: 8px 0;
	border-radius: 5px;
	line-height: 38px;
	padding: 0 10px;
}
.editpopup .errorMsg {
	padding-top: 0;
	padding-bottom: 10px;
}
.box.cstmFile label {
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	height: 125px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
}
.cstmFile .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.cstmFile img {
	max-width: 35px;
}
.cstmFile .inputfile + label span {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	color: #828282;
	display: block;
	max-width: 95%;
}
.cstmFile .inputfile.has-focus + label,
.cstmFile .inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
@media (max-width: 600px) {
	.email_tracker ol.progtrckr {
		width: 100%;
	}
	.container.email_tracker section {
		margin-top: 0;
	}
}
