.create-project .content .title .step-text {
	display: none !important;
}

.wizard-v5-content {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.wizard-v5-content .wizard-form {
	width: 100%;
}

.create-project .steps {
	background: #fff;
	border-radius: 10px;
}

.create-project .steps ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	width: 100%;
	margin-bottom: 0;
	border: 1px solid #D5D5D5;
	border-radius: 10px;
}

.create-project .steps li,
.create-project .steps li.current {
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	position: relative;
	width: 33.33%;
	padding: 12px 10px;
}

/*.create-project .steps li::after {*/
/*position: absolute;*/
/*content: "";*/
/*width: 1px;*/
/*height: 75px;*/
/*background: #e5e5e5;*/
/*top: 0;*/
/*left: 100%;*/
/*}*/
.create-project .steps li:first-child {
	width: 37.59%;
}

.create-project .steps li:last-child {
	width: 31.15%;
}

.create-project .steps li:last-child::after {
	content: none;
}

.create-project .steps li .current-info {
	display: none;
}

.create-project .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}

.create-project .steps li a .title {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.create-project .steps li a .title .step-icon {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	color: #333333;
	font-size: 20px;
	border: 1px solid #026978;
	opacity: 0.5;
}

.create-project .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.create-project .steps li.first.current {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.create-project .steps li.last.current {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.create-project .steps li.last.current::before,
.create-project .steps li.last.current::after {
	display: none;
}

.create-project .steps li.current {
	position: relative;
	height: 48px;
	background-color: #DFDFDF;
}

.create-project .steps li.current:before,
.create-project .steps li.current:after {
	content: " ";
	position: absolute;
	border-top: 25px solid transparent;
	border-bottom: 23px solid transparent;
}

.create-project .steps li.current:before {
	left: 100%;
	border-left: 11px solid #DFDFDF;
	top: 0;
	bottom: 0;
}

.create-project .steps li.current.error:before {
	text-shadow: inherit;
	color: inherit;
	background: none;
	overflow: inherit;
	clip: inherit;
	animation: inherit;
}

.create-project .steps li.current.error:after {
	left: inherit;
	text-shadow: inherit;
	top: inherit;
	color: inherit;
	background: none;
	overflow: inherit;
	clip: inherit;
	animation: inherit;
}

.create-project .steps li.current a .step-icon,
.create-project .steps li.current a:active .step-icon {
	background: linear-gradient(180deg, #05A2B0 0%, #026978 100%);
	color: #ffffff;
	height: 40px;
	width: 40px;
}

.create-project .steps li.done a .step-icon,
.create-project .steps li.done a:active .step-icon {
	background: linear-gradient(180deg, #05A2B0 0%, #026978 100%);
	color: #ffffff;
	height: 40px;
	width: 40px;
}

.create-project .steps li a .step-text {
	color: #070707;
	vertical-align: middle;
	line-height: 24px;
	font-size: 12px;
	padding-left: 8px;
	text-transform: uppercase;
}

@media screen and (max-width: 480px) {
	.create-project .steps li a .step-text {
		color: #333;
		vertical-align: middle;
		line-height: 15px;
		font-size: 12px;
		padding: 7px 2px;
		font-weight: 400;
		white-space: initial;
	}
}


.create-project .content #form-total-p-0 {
	padding: 1.25rem;
}

.create-project .content #form-total-p-0 label {
	line-height: 1.25rem;
}


.create-project .content #form-total-p-1 {
	padding: 1.25rem;
}

.create-project .content #form-total-p-2 {
	padding: 1.25rem;
}

.create-project .content #form-total-p-3 {
	padding: 1.25rem;
}

.create-project .content #form-total-p-6 label {
	line-height: 1.25rem;
}

.create-project .content h2 {
	display: none;
}

.inner .form-row {
	display: flex;
	margin: 0 -13px;
	position: relative;
	margin-bottom: 25px;
}

.inner .form-row.form-row-2 {
	width: 80.6%;
}

.inner .form-row.form-row-date {
	margin-top: 30px;
}

.inner .form-row .form-holder {
	width: 50%;
	padding: 0 13px;
	position: relative;
}

.inner .form-row .form-holder span {
	position: absolute;
	top: 57%;
	right: 10%;
	font-size: 19.2px;
	color: #666;
}

.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}

.inner .form-row .form-holder.form-holder-2 span {
	position: absolute;
	top: 57%;
	right: 5%;
	color: #333;
}

.inner .form-row .form-holder.form-holder-2 span.card {
	left: 5%;
	color: #666;
	width: 16px;
}

.inner .form-row .form-holder label {
	color: #484848;
	padding-bottom: 10px;
	display: block;
}

.inner .form-row .form-holder label.special-label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
}

.inner h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 3px 0 6px 45px;
}

.term-condition {
	line-height: 14px;
}

#customer1-error {
	display: block;
	width: 100%;
	line-height: 45px;
}

.create-project .actions {
	padding: 0 15px 40px;
}

.actions ul {
	list-style: none;
	padding-left: 0;
	margin: 15px 0 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	/* -webkit-justify-content: space-between; */
}

.actions ul li.disabled {
	display: none;
}

.actions ul li:first-child {
	margin-right: 10px;
}

.actions ul li:first-child a {
	border: 1px solid #E4E4E7;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.2s ease !important;
	height: 40px;
	line-height: 2;
}

.actions ul li:first-child a:hover {
	color: #09090B !important;
	background-color: #F4F4F5;
	border: 1px solid #E4E4E7;
	/*border-radius: 0;*/
	font-weight: 400;
	height: 40px;
	line-height: 2;
}

.actions ul li {
	padding: 0;
	border: none;
	/*display: inline-flex;*/
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}

.actions ul li a:hover {
	color: #fff;
	background-color: #4700CC ;
	border-color: #4700CC ;
	opacity: 0.9;
}

.actions ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #18181B;
	font-weight: 400;
	transition: all 0.3s ease;
	/* height: 48px; */
	border: 1px solid #18181B;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem !important;
	font-size: 14px;
	height: 40px;
	line-height: 2;
}

.actions ul li a.disabled {
	background: rgba(128, 0, 76, 0.25);
	border: 1px solid rgba(128, 0, 76, 0.25);

}

.actions ul li:first-child a {
	color: #666;
}

.actions ul li a:last-child {
	padding: 0.75rem 1.5rem .75rem;
}

.actions ul li a i {
	font-size: 26px;
}

.mail-preview img {
	width: 100%;
	border: 1px solid #DDDDDD;
}

.mail-preview img:hover {
	border: 1px solid #18181B;
	opacity: .8;
}

.mail-preview h4 {
	text-align: center;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 20px;
	margin: 10px 0 5px;
}

.mail-preview p {
	text-align: center;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin: 0;
	line-height: 16px;
}

/* Responsive */
@media screen and (max-width: 1199px) {

	/*	.wizard-v5-content {
		margin: 180px 20px;
	}*/
	.create-project .content #form-total-p-0,
	.create-project .content #form-total-p-1 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.inner .form-row.table-responsive {
		margin: 0 30px 45px;
	}

	.create-project .actions {
		padding: 0 30px 45px;
	}
}

@media screen and (max-width: 991px) {
	.create-project .steps li a .title {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}

	.create-project .steps li:first-child,
	.create-project .steps li:last-child {
		width: 33.33%;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.create-project .steps li::after {
		height: 109px;
	}
}

@media screen and (max-width: 767px) {
	.create-project .steps li::after {
		content: none;
	}

	.create-project .steps li,
	.create-project .steps li.current {
		padding: 15px 10px;
		text-align: center;
	}

	.inner .form-row .form-holder label.special-label {
		float: none;
	}

	.inner .form-row.form-row-date .form-holder select {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.mt-5 {
		margin-top: 0;
	}

	.create-project .content #form-total-p-0 {
		padding: 1.25rem;
	}

	.create-project .actions {
		padding: 0 1.25rem 1.25rem;
		margin-bottom: 20px;
	}

	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}

	.inner .form-row .form-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.inner .form-row #radio {
		padding-left: 0;
		margin-bottom: 24px;
	}

	.inner .form-row.form-row-date {
		margin-top: 0;
	}

	.create-project .steps li,
	.create-project .steps li.current {
		padding-right: 5px;
	}

	.create-project .steps li::before {
		width: 65px;
		top: 15%;
		left: 70%;
	}

	.create-project .steps li.current::after {
		left: 28%;
	}

	.inner .form-row .form-holder .ui-datepicker-trigger {
		right: 0;
	}

	.inner .form-row .form-holder .select-btn {
		right: 6.5%;
	}

	.inner .table-responsive tr.space-row {
		border-bottom: 1px solid;
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}

	.inner .table-responsive tr.space-row:last-child {
		border-bottom: none;
	}

	.inner .table-responsive tr.space-row,
	.inner .table-responsive tbody th {
		display: block;
	}

	.inner .table-responsive tr.space-row>td,
	.inner .table-responsive tr.space-row>th {
		border-bottom: none;
		padding: 15px 20px;
	}

	.inner .table-responsive tr.space-row>th {
		border-right: none;
		width: auto;
	}

}

/* provis ccs */

.wizard-v5-content {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.wizard-v5-content .wizard-form {
	width: 100%;
}

.form-register .steps {
	background: #fff;
}

.form-register .steps ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}

.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	position: relative;
	width: 33.33%;
	padding: 5px 10px 20px;
}

/*.form-register .steps li::after {*/
/*position: absolute;*/
/*content: "";*/
/*width: 1px;*/
/*height: 75px;*/
/*background: #e5e5e5;*/
/*top: 0;*/
/*left: 100%;*/
/*}*/
.form-register .steps li:first-child {
	width: 37.59%;
}

.form-register .steps li:last-child {
	width: 31.15%;
}

.form-register .steps li:last-child::after {
	content: none;
}

.form-register .steps li .current-info {
	display: none;
}

.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}

.form-register .steps li a .title {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-o-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}

.form-register .steps li a .title .step-icon {
	width: 30px;
	height: 30px;
	border-radius: 10%;
	-o-border-radius: 10%;
	-ms-border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	position: relative;
	outline: none;
	-o-outline: none;
	-ms-outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	color: #333333;
	font-size: 20px;
	border: 1px solid #000;
	/* opacity: 0.5; */
}

.form-register .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon {
	background: linear-gradient(167.55deg, #49484C 9.04%, #353535 96.65%);
	color: #ffffff;
	height: 30px;
	width: 30px;
	border-color: var(--bg-primary);
}

/* .form-register .steps li.done a .step-icon, .form-register .steps li.done a:active .step-icon {
    background: linear-gradient(45deg, #0a56a3, #3e96ee);
    color: #ffffff;
    height: 30px;
    width: 30px;
	opacity: 1;
} */
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
	background: #1cc88a;
	color: #ffffff;
	height: 30px;
	width: 30px;
	opacity: 1;
	border-color: #1cc88a;
}

.form-register .steps li a .step-text {
	color: #333;
	vertical-align: middle;
	line-height: 40px;
	font-size: 12px;
	padding-left: 8px;
}

@media screen and (max-width: 480.98px) {
	.form-register .steps li a .step-text {
		color: #333;
		vertical-align: middle;
		line-height: 15px;
		font-size: 12px;
		padding: 7px 2px;
		font-weight: 400;
		white-space: initial;
	}
}


.form-register .content #form-total-p-0 {
	padding: 1.25rem;
}

/*.form-register .content #form-total-p-0 label{
    line-height: 1.25rem;
}*/


.form-register .content #form-total-p-1 {
	padding: 1.25rem;
}

.form-register .content #form-total-p-2 {
	padding: 1.25rem;
}

.form-register .content #form-total-p-3 {
	padding: 1.25rem;
}

.form-register .content #form-total-p-6 label {
	line-height: 1.25rem;
}

.form-register .content h2 {
	display: none;
}

.inner .form-row {
	display: flex;
	margin: 0 -13px;
	position: relative;
	margin-bottom: 25px;
}

.inner .form-row.form-row-2 {
	width: 80.6%;
}

.inner .form-row.form-row-date {
	margin-top: 30px;
}

.inner .form-row .form-holder {
	width: 50%;
	padding: 0 13px;
	position: relative;
}

.inner .form-row .form-holder span {
	position: absolute;
	top: 57%;
	right: 10%;
	font-size: 19.2px;
	color: #666;
}

.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}

.inner .form-row .form-holder.form-holder-2 span {
	position: absolute;
	top: 57%;
	right: 5%;
	color: #333;
}

.inner .form-row .form-holder.form-holder-2 span.card {
	left: 5%;
	color: #666;
	width: 16px;
}

.inner .form-row .form-holder label {
	color: #484848;
	padding-bottom: 10px;
	display: block;
}

.inner .form-row .form-holder label.special-label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
}

.inner h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 3px 0 6px 45px;
}

.term-condition {
	line-height: 14px;
}

#customer1-error {
	display: block;
	width: 100%;
	line-height: 45px;
}

.form-register .actions {
	padding: 0 15px 20px;
}

.actions ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	/* -webkit-justify-content: space-between; */
}

.actions ul li.disabled {
	display: none;
}

.actions ul li:first-child {
	margin-right: 10px;
}

/*.actions ul li:first-child a {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	transition: all 0.2s ease !important;
	color: #000 !important;
	border-radius: 0.25rem;
}

.actions ul li:first-child a:hover {
	background: #cfcfcf !important;
	border: 1px solid #cfcfcf;
	color: #000 !important;
} */

.actions ul li {
	padding: 0;
	border: none;
	/*display: inline-flex;*/
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}

.actions ul li a:hover {
	color: #fff;
	background-color: #4700CC ;
	border-color: #4700CC ;
	opacity: 0.9;
}

.actions ul li a {
	text-decoration: none;
	padding: 0.375rem 0.75rem !important;
	color: #fff;
	background-color: #18181B;
	font-weight: 400;
	transition: all 0.3s ease;
	/*	height: 48px;*/
	display: inline-block;
	vertical-align: top;
	border: 1px solid #18181B;
	min-width: 130px;
	text-align: center;
}

.actions ul li a.disabled {
	background: rgba(128, 0, 76, 0.25);
	border: 1px solid rgba(128, 0, 76, 0.25);

}

.actions ul li:first-child a {
	color: #666;
}

.actions ul li a:last-child {
	padding: 0.40rem 1.5rem .40rem;
}

.actions ul li a i {
	font-size: 26px;
}

.form-register.vend-step .actions {
	padding: 0 15px 30px;
}

.mail-preview img {
	width: 100%;
	border: 1px solid #DDDDDD;
}

.mail-preview img:hover {
	border: 1px solid #18181B;
	opacity: .8;
}

.mail-preview h4 {
	text-align: center;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 20px;
	margin: 10px 0 5px;
}

.mail-preview p {
	text-align: center;
	font-weight: 400 !important;
	font-size: 16px !important;
	margin: 0;
	line-height: 16px;
}

/* Responsive */
@media screen and (max-width: 1199.98px) {

	/*	.wizard-v5-content {
		margin: 180px 20px;
	}*/
	.form-register .content #form-total-p-0,
	.form-register .content #form-total-p-1 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.inner .form-row.table-responsive {
		margin: 0 30px 45px;
	}

	.form-register .actions {
		padding: 0 30px 45px;
	}
}

@media screen and (max-width: 991.98px) {
	.form-register .steps li a .title {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
	}

	.form-register .steps li:first-child,
	.form-register .steps li:last-child {
		width: 33.33%;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.form-register .steps li::after {
		height: 109px;
	}
}

@media screen and (max-width: 767.98px) {
	.form-register .steps li::after {
		content: none;
	}

	.form-register .steps li,
	.form-register .steps li.current {
		padding: 15px 10px;
		text-align: center;
	}

	.inner .form-row .form-holder label.special-label {
		float: none;
	}

	.inner .form-row.form-row-date .form-holder select {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		display: block;
	}
}

@media screen and (max-width: 575.98px) {
	.mt-5 {
		margin-top: 0;
	}

	.form-register .content #form-total-p-0 {
		padding: 1.25rem;
	}

	.form-register .actions {
		padding: 0 1.25rem 1.25rem;
		margin-bottom: 0;
	}

	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}

	.inner .form-row .form-holder {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.inner .form-row #radio {
		padding-left: 0;
		margin-bottom: 24px;
	}

	.inner .form-row.form-row-date {
		margin-top: 0;
	}

	.form-register .steps li,
	.form-register .steps li.current {
		padding-right: 5px;
	}

	.form-register .steps li::before {
		width: 65px;
		top: 15%;
		left: 70%;
	}

	.form-register .steps li.current::after {
		left: 28%;
	}

	.inner .form-row .form-holder .ui-datepicker-trigger {
		right: 0;
	}

	.inner .form-row .form-holder .select-btn {
		right: 6.5%;
	}

	.inner .table-responsive tr.space-row {
		border-bottom: 1px solid;
		border-bottom-color: rgba(255, 255, 255, 0.2);
	}

	.inner .table-responsive tr.space-row:last-child {
		border-bottom: none;
	}

	.inner .table-responsive tr.space-row,
	.inner .table-responsive tbody th {
		display: block;
	}

	.inner .table-responsive tr.space-row>td,
	.inner .table-responsive tr.space-row>th {
		border-bottom: none;
		padding: 15px 20px;
	}

	.inner .table-responsive tr.space-row>th {
		border-right: none;
		width: auto;
	}

}

@media screen and (max-width: 767.98px) {
	.actions ul {
		width: 100%;
	}

	.actions ul li {
		width: 50%;
		text-align: center;
	}

	.actions ul li a {
		height: inherit;
		display: block;
	}
}

.custom-input label:not(.error) {
	color: #4D4D4D;
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	transition: all 0.2s ease;
	width: auto;
	height: auto;
}

.login-section .btn-help-normal {
	height: auto;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 5px;
}

.btn-help {
	color: white;
	font-weight: 700;
	background: transparent;
	border-radius: 50%;
	font-size: 14px;
	border: 1px solid;
	width: 18px;
	height: 18px;
	position: absolute;
	right: -15px;
	top: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0;
}

.btn-help-normal {
	color: #000;
	font-weight: 700;
	/* background: #388e9b; */

	border-radius: 50% !important;
	font-size: 10px;
	padding: 5px !important;
	margin-top: -3px;
	text-align: center;
	line-height: 0 !important;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.btn-help-normal:hover {
	color: #4700CC ;
}

.btn-quest {
	padding: 0 !important;
}

.popover {
	background: transparent;
}

.popover-body {
	padding: .5rem .75rem;
	background: rgba(0, 0, 0, 0.75);
	color: white;
}

.bs-popover-right>.arrow::after {
	border-right-color: rgba(0, 0, 0, 0.75);
}

.bs-popover-top>.arrow::after {
	border-top-color: rgba(0, 0, 0, 0.75);
}

.pos-ab.error {
	position: absolute !important;
}

.attachment-div .form-control {
	line-height: 24px !important;
}

.btn-new-object {
	color: #000000;
	border: 2px dotted #ccc;
	padding: 8px 20px !important;
	font-size: 12px;
	border-radius: 0px;
}
.btn-new-object:hover {
	background-color: #eee;
	text-decoration: none;
}
#new_objects_clk,
.next-obj .line {
	position: relative;
}
.lh-1-5{
	line-height: 1.5;
}
#new_objects_clk::after,
.next-obj .line::after {
	content: '';
	position: absolute;
	border-bottom: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	height: 50px;
	width: 15px;
	left: -28px;
}
#new_objects_clk::after  {
	height: 16px;
}
#new_objects_clk.remove-after::after {
	display: none;
}
.ml-40 {
	margin-left: 40px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-120 {
	margin-left: 120px;
}
.next-obj,
.primary-obj {
	border: 1px solid rgb(0,153,204);
	box-shadow: 4px 4px 6px 0px #cfcfcf;
}
.primary-obj .bg-primary1{
	background-color: rgb(0,153,204);
}
.next-obj.b-object {
	margin-left: 40px;
	border-color:  rgb(204,102,0);
}
.next-obj.b-object .bg-primary1 {
	background-color:  rgb(204,102,0);
}
.next-obj.c-object {
	margin-left: 80px;
	border-color:  rgb(70,127,64);
}
.next-obj.c-object .bg-primary1 {
	background-color: rgb(70,127,64);
}
.next-obj.d-object {
	margin-left: 120px;
	border-color: rgb(51,51,102);
}
.next-obj.d-object .bg-primary1 {
	background-color: rgb(51,51,102);
}
.remove-obj {
	cursor: pointer;
}
