
.nav-item{
	margin-left: 10px !important;
}

.categories-toggle::after{
	display: none !important;
}

.upload-label{
	width: 140px !important;
}

.file-field{
	visibility: hidden !important;
}

.search-field::placeholder{
	color: #ffffff;
}

.search-field:-ms-input-placeholder{
	color: #ffffff;	
}

.search-field::-ms-input-placeholder{
	color: #ffffff;
}

.after-main{
	margin-top: 40px;
}

.main-section{
	height: auto;
}

.notes-title{
	text-align: right;
}

.sub-section{
	padding: 30px;
}

#notes-area{
	/*overflow: hidden !important;*/
}

.price-field{
	margin-left: 10px;
}

.checkbox-style{
	transform: scale(2.5);
	height: 13px !important;
	margin-top: 16px !important;
}

.aform-label{
	font-weight: bold;
	font-size: 20px;
	padding-left: 15px;
}

.switch-section{
	margin-top: -10px;
}

.switch-label{
	font-weight: bold;
	font-size: 15px;
	padding-left: 0px;
}

.switch-field{
	height: 25px;
    width: 65px !important;
}

.form-switch{
	/*margin-top: -20px;*/
}

.aform-field{
	width: 75px;
}

.hr-style{
	background-color: transparent;
	border-top: 8px dotted #ffffff;
	margin-bottom: 50px;
}

.main-category-title{
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: underline;
}

.sub-category-title{
	color: #ffffff;
}

@media (max-width: 768px) {
	.nav-item{
		margin-left: 0px !important;
	}
	.notes-title{
		text-align: left;
	}
	.sub-section{
		padding: 0px;
	}
	.price-field{
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.aform-label{
		margin-top: 10px;
	}
	.custom-label{
		margin-bottom: 10px;
	}
	.checkbox-style{
		margin-top: 26px !important;
	}
	.sub-category-title{
		margin-top: 20px;
		margin-bottom: 0px;
	}
}




















