/* Custom NDA Plugin v1.0 */
.page-template-user-system #content {
	font-size: 16px;
}
.title-heading-center {
	text-align: center;
	color: black;
	margin-bottom: 20px;
}
.ndacustomprgbar {
	position: relative;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
#ndaprgbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#ndaprgbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 0.7em;
	width: 33.33%;
	float: left;
	position: relative;
}
#ndaprgbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 0.72em;
	color: white;
	background: black;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	position: relative;
	z-index: 1;
}
#ndaprgbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0;
}
#ndaprgbar li:first-child:after {
	content: none; 
}
#ndaprgbar li.active:before,
#ndaprgbar li.active:after {
	background: #91bb11;
	color: white;
}
#capturepdf {
    background: #fff;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
	margin-bottom: 20px;
	color: #000;
	font-size: 1rem;
}
#capturepdf > .row {
	padding: 30px 40px 0 40px;
}
#capturepdf > .row2 {
	padding-bottom: 30px;
}
.m-heading-con{
	text-align: center;
}
.loading {
	display: none;
}
#capturepdf input[type='date'] {
    padding: 0 6px;
    display: inline-flex;
	width: auto;
	height: 30px;
    align-items: center;
    justify-content: center;
	text-align: center;
	color: #000;
	border: 1px solid #ddd;
	font-size: 1em;
}
#capturepdf input[type="date" i]::-webkit-calendar-picker-indicator {
    margin-left: 0;
}
body input.company-hereafter {
    display: inline-flex!important;
    width: auto;
    padding: 6px!important;
    height: 30px!important;
    align-items: center;
    justify-content: center;
	text-align: center;
	min-width: 100px;
	border: 1px solid #ddd;
	font-size: 1em;
}
body #capturepdf input {
    height: 30px;
	color: #000;
	border: 1px solid #ddd;
	padding: 0 15px!important;
	font-size: 1em;
}
body #capturepdf textarea {
    width: 100%;
	padding: 15px;
	color: #000;
	border: 1px solid #ddd;
	font-size: 1em;
}
.signcanvas {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
#signature {
    height: 135px;
    width: 100%;
	border: 1px solid #ddd;
}
.signcanvas select {
    position: absolute;
    height: 45px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
    border: 0;
    bottom: 16px;
    right: 26px;
    background-color: #91bb11;
    color: white;
    cursor: pointer;
    user-select: none;
}
.form-para {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-para input {
	margin-bottom: 0!important;
	margin-left: 16px;
	flex-basis: 200px;
}
.lds-ellipsis {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #91bb11;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
}
.regbutton-next {
	margin-top: 30px;
	text-align: center;
}
.regbutton-next span {
	width: 200px;
	background-color: #91bb11;
	color: #fff;
	border-radius: 4px;
	display: inline-flex;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
	user-select: none;
	cursor: pointer;
	font-size: 1em;
}
.no-script-message {
    background: blanchedalmond;
    padding: 20px;
    margin: 10px auto 20px;
    color: red;
    text-align: center;
}
#ndaprocess.disabled,
#last-step.disabled {
    opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
#capturepdf h3 {
    text-align: center;
	font-size: 1.5em!important;
	padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: center;
}
#capturepdf h3:after {
    content: "";
    height: 4px;
    background: #e65500;
    width: 50px;
    position: absolute;
    bottom: 0;
}
#capturepdf .headinger,
#capturepdf .headinger h2 {
    text-align: center;
    font-size: 1.2em;
}
#capturepdf .headinger p {
	margin-bottom: 6px;
}
body #capturepdf input.agreementField {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-color: #000;
    width: 80px;
    margin: 0 6px;
}
.information-div {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px 25px 20px;
    margin: 20px auto 30px;
    border: 3px solid #E65600;
    border-top: 0;
    border-bottom: 0;
}
.information-div h4 {
    font-size: 1.2em;
}
.information-div ul,
.information-div ol {
	padding-left: 16px;
}
.information-div ol li {
	margin-bottom: 8px;
}
.signature-fields > .row {
    display: flex;
    align-items: center;
    margin: 10px -15px;
    width: 100%;
}
.signature-fields > .row p {
    margin: 0;
}
.mb-3 {
	margin-bottom: 1rem;
}
#nda-toggle {
	display: none;
}
.nda-toggle {
    display: flex;
    background: #fff;
    border: 1px solid #333;
    padding: 0px 20px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    position: relative;
	align-items: center;
	height: 45px;
}
.nda-toggle.is-active {
	color: #91bb11;
	border-color: #91bb11;
}
.nda-toggle.is-active i {
	background-color: #91bb11;
}
.nda-toggle i {
    position: absolute;
    right: 20px;
	background: #40435e;
	color: #fff;
    padding: 10px;
    font-size: 12px;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
.form-col-6 {
    width: 49%;
    text-align: left;
    margin-right: 2%;
}
.form-col-6:nth-child(2),
.form-col-6:nth-child(7) {
    margin-right: 0;
}
.form-col-5 {
    width: 39%;
    text-align: left;
    margin-right: 2%;
}
.form-col-5:nth-child(4) {
    margin-right: 0;
}
.form-col-2 {
    width: 18%;
    text-align: left;
    margin-right: 2%;
}
.form-col-12 {
	width: 100%;
}
.form-group label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	font-style: normal;
}
.form-group input:not([type=checkbox]),
.form-group textarea {
	width: 100%;
}
body #capturepdf .form-group input {
	height: 45px;
	border: 1px solid #333;
	color: #333;
	display: flex;
	align-items: center;
	padding: 0 20px!important;
	margin-bottom: 10px;
	font-size: 16px;
}
body #capturepdf .form-group input::placeholder {
	color: #333;
}
.text-right {
    text-align: right;
}
.agree-checkbox {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
	height: 45px;
}
.agree-checkbox input {
    height: auto!important;
    margin: 0!important;
    margin-right: 15px!important;
}
.agree-checkbox label {
    margin: 0;
}
#signature-type {
    padding: 15px 25px;
	border: 1px solid #333;
	text-align: center;
}
#sgnttyping {
    height: 45px!important;
    border: 1px solid #333!important;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0 20px!important;
    margin-bottom: 0;
    font-size: 16px;
}