.loader {
	border-top-color: #66cc8a;
	-webkit-animation: spinner 1.5s linear infinite;
	animation: spinner 1.5s linear infinite;
}

.ngx-pagination .current {
	background-color: #66cc8a !important;
	border-color: #66cc8a !important;
}

:root {
	--primary-color: $mainColor;
	--secondary-color: #555555;
	--success-color: #32d096;
	--info-color: #6cd4b7;
	--warning-color: #f4ef5c;
	--danger-color: #d22f2f;
	--light-color: #d6d6d6;
	--dark-color: #626262;
	--link-color: $mainColor;
	--link-hover-color: #333333;
	--grey-color: #626262;
}

.page-link.active,
.active > .page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: #66cc8a !important;
	border-color: #66cc8a !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #66cc8a;
	border-color: #66cc8a;
	box-shadow: none;
	outline: none;
}

.btn-primary:active,
.btn-primary:focus:active {
	color: #000;
	background-color: #66cc8a;
	border-color: #66cc8a;
	box-shadow: none;
	outline: none;
}

.bg-standard-green {
	background-color: #66cc8a;
}

.bg-orange {
	background-color: #ffa500;
}

.text-standard-green {
	color: #66cc8a;
}

.standard-shadow {
	box-shadow: 0px 8px 16px rgba(0, 0, 38, 0.2);
}

.placeholder-standard-grey::placeholder {
	color: #d6d6d6;
}

.standard-wrapper {
	background-color: white;
	border-radius: 8px;
}

.delete-button {
	background-color: #d22f2f;
	color: white;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	padding: 4px;
}

.edit-button {
	color: white;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	padding: 4px;
}

.search-button {
	color: white;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	padding: 4px;
	background-color: #66cc8a;
	width: 40px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-main-color-800 {
	background-color: #166534 !important;
}

.bg-main-color-700 {
	background-color: #1f8544 !important;
}

.bg-main-color-600 {
	background-color: #24a453 !important;
}

.bg-main-color-500 {
	background-color: #66cc8a !important;
}

.bg-main-color-400 {
	background-color: #55e088 !important;
}

.bg-main-color-300 {
	background-color: #86efac !important;
}

.bg-main-color-200 {
	background-color: #bbf7d0 !important;
}

.bg-main-color-100 {
	background-color: #dcfce7 !important;
}

.text-main-color-900 {
	color: #14532d !important;
}

.text-main-color-800 {
	color: #166534 !important;
}

.text-main-color-700 {
	color: #1f8544 !important;
}

.text-main-color-600 {
	color: #24a453 !important;
}

.text-main-color-500 {
	color: #66cc8a !important;
}

.text-main-color-400 {
	color: #55e088 !important;
}

.text-main-color-300 {
	color: #86efac !important;
}

.text-main-color-200 {
	color: #bbf7d0 !important;
}

.text-main-color-100 {
	color: #dcfce7 !important;
}

.border-main-color-600 {
	border-color: #24a453 !important;
}
.border-main-color-600 :focus {
	color: #24a453 !important;
}

.border-main-color-500 {
	border-color: #66cc8a !important;
}
.border-main-color-500 :focus {
	border-color: #66cc8a !important;
}

.border-main-color-400 {
	border-color: #55e088 !important;
}
.border-main-color-400 :focus {
	border-color: #55e088 !important;
}

/*# sourceMappingURL=whatsauto.css.map */
