/* custom-css.css - Custom Styles with Highest Priority */
/* Any styles added here will override default frontend and backend styles */
.quote-form-input {
	width: 100% !important;
	padding: 12px 15px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 8px !important;
	font-family: inherit !important;
	font-size: 0.92rem !important;
	outline: none !important;
	transition: border-color 0.2s !important;
}

.lightbox-prev {
	transform: rotate(180deg) !important;
}

.lightbox-next {
	transform: rotate(180deg) !important;
}