@charset "UTF-8";
/* CSS Document */

@media(max-width:767px){
	.remField{
		margin-top: 0px;
	}
	#plusImage img{
		height: 24px;
		width: 24px;
	}
	#plusImage{
		height: 48px;
		width: 48px;
		line-height: 48px;
	}
	.processTab.d-md-flex {
		display: inline-block !important;
		margin-top: 20px;
	}
	.authentication .authentication-cover {
		position: relative;
	}

	.authentication .authentication-cover img{
		display: block;
	}
	.processTab .nav-tabs.nav-style-5 {
		display: none !important;
		border: 0;
		display: -webkit-inline-box;
	}
	.w-50.d-inline-block , .header-search {
		width: 47% !important;
	}
	.header-search {
		width: 100% !important;
	}
	.w-33.d-inline-block  , .dynamicForm .w-33.d-inline-block{
		width: 32.5% !important;
	}
	.processFooterTab {
		margin-top: 30px;
	}
	.tab-style-5.nav-fill .nav-item .nav-link, .tab-style-5.nav-justified .nav-item .nav-link{
		text-align: left !important;
	}
	.d-sm-none{
		display: none;
	}
	.profileImg .custom-dropzone.dropzone{
		width: 100%;
	}
	#newFieldModal .card{
		height: auto !important;
	}
	.nav.nav-style-4{
		display: inline-block;
	}
	.nav-modal .nav-item{
		margin-inline-end: 0.5rem;
		display: inline-block;
		width: auto;
	}
	.fs-14{
		font-size: 13px;
	}
	#newFieldModal .form-control{
		margin-bottom: 10px;
	}
	.addButton {
		position: relative;
		margin-top: 10px;
		right: 10px;
		bottom: 0px;
	}
	select.form-control.mt-3 {
		margin-top: 5px !important;
	}
	.addField, .removeField{
		height: 32px;
		width: 32px;
		line-height: 32px;
	}
	.dropdown.list{
		border: none;
		margin: 15px 0px;
		padding-left: 0px;
	}
}
@media(max-width:565px){
	.remField{
		margin-top: 15px !important;
	}
	
}
@media(min-width:768px) and (max-width:1100px){
	.authentication-transparent{
		padding: 15px 0px !important;
	}
	.w-50.d-inline-block{
		width: 49.3% !important;
	}
	#plusImage{
		height: 48px !important;
		width: 48px !important;
		line-height: 48px !important;
	}
	#plusImage img{
		height: 24px !important;
		width: 24px !important;
	}
	.w-33.d-inline-block{
		width: 32.5% !important;
	}
	
}


@media(min-width:1100px) and (max-width:1180px){
	.authentication-transparent{
		padding: 0px !important;
	}
	#mainHeaderProfile {
		padding-left: 15px !important;
		display: inherit;
	}
	.w-33.d-inline-block{
		width: 32.5% !important;
	}
	#plusImage img {
		height: 24px;
		width: 24px;
	}
	#plusImage {
		height: 52px;
		width: 52px;
		line-height: 52px;
	}
	.w-50.d-inline-block{
		width: 49.2% !important;
	}
	
	
}

@media(min-width:1181px) and (max-width:1380px){
	.w-33.d-inline-block{
		width: 32.7% !important;
	}
	
}
@media(min-width:767px) and (max-width:1180px){
	.addField, .removeField{
		height: 24px;
		width: 24px;
		line-height: 24px;
	}
	.modal-lg,.modal-xl{
		max-width:1000px;
	}
	#newFieldModal h3 {
		font-size: 12px !important;
	}
	
}
