.loader {
	border: .25em solid #f3f3f3;
	border-radius: 50%;
	border-top: .25em solid #dc3545;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-animation: spin .75s linear infinite; /* Safari */
	animation: spin .75s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.error-alert {
	color: #ad1616;
	font-weight: 600;
	font-size: 14px;
}
.read-more {
	cursor: pointer;
	font-weight: 600;
}

	.read-more:hover {
		color: #d40b33 !important;
	}
.p-lead {
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.7
}
.ad-edit-icon {
	position: absolute;
	top: 10px;
	font-size: 14px;
	left: 10px;
	background-color: white;
	padding: 0.3rem .4rem;
	border-radius: 1rem;
	cursor: pointer;
}
.ad-status {
	position: absolute;
	top: 10px;
	font-size: 14px;
	left: 41%;
	padding: .1rem .8rem;
	border-radius: .2rem;
	cursor: pointer;
}
.ad-status-active {
	position: absolute;
	top: 10px;
	font-size: 14px;
	left: 41%;
	padding: .1rem .8rem;
	border-radius: .2rem;
	/*cursor: pointer;*/
}
.ad-delete-icon {
	position: absolute;
	top: 10px;
	font-size: 14px;
	right: 10px;
	background-color: white;
	padding: 0.3rem .4rem;
	border-radius: 1rem;
	cursor: pointer;
}
.user-setting-border {
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}

.admin-enquiry-status {
	padding: 3px 6px 3px 6px;
	color: white !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	width: max-content;
	display: block;
	text-align: center;
}

.compnay-info-span {
	font-weight: 700;
	color: black;
	font-size: 10px;
}

.compnay-requests-span {
	font-weight: 700;
	color: black;
	font-size: 12px;
}

.star-color-gold {
	color: gold;
}

.review-stars {
	font-size: 12px;
	display: flex;
	margin-top: 12px;
}

.quotation-paid-status {
	padding: 3px 6px 3px 6px;
	color: white !important;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	width: max-content;
	text-align: center;
	background: green;
}
.quotation-not-paid-status {
	padding: 3px 6px 3px 6px;
	color: white !important;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	width: max-content;
	text-align: center;
	background: red;
}
.font-weight-700{
	font-weight:700;
}

.img-shadow {
	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%)
}


.project-status {
	padding: 4px 15px 4px 15px;
	color: white;
	font-weight: 600;
	border-radius: 50px;
}


.project-logo {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	border-radius: 0.75rem;
	height: 48px;
	width: 48px;
	transition: all .2s ease-in-out;
}
