#wc-cashback-product-page-message i {
	width: 20px;
	margin-bottom: 10px;
}

#wc-cashback-product-page-message {
	font-size: 14px;
}

#wc-cashback-product-page-message a {
	color: currentColor;
	opacity: .5;
	text-decoration: underline;
}

#wc-cashback-checkout-message {
	width: 100%;
	padding: 13px 13px;
	border: 1px solid #D8D8D8;
	border-radius: 13px;
	background: #F3F3F3;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	margin-bottom: 15px;
}

#wc-cashback-checkout-message i {
	width: 20px;
	color: #46735D;
}

#wc-cashback-checkout-message a {
	color: currentColor;
	opacity: .5;
	text-decoration: underline;
}

.tippy-box {
	padding: 7px;
	font-size: 11px !important;
}

.cashback-checkbox {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #D8D8D8;
	border-radius: 13px;
	background-color: #F3F3F3;
}

.cashback-checkbox label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}

.cashback-checkbox label strong {
	margin-left: auto;
}

.cashback-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	border: 2px solid #D8D8D8;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	font-family: 'FontAwesome';
}

.cashback-checkbox input[type="checkbox"]:checked {
	background-color: #46735D;
	border-color: #46735D;
}

.cashback-checkbox input[type="checkbox"]:checked::before {
	content: '\f00c';
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cashback-checkbox input[type="checkbox"]:focus {
	outline: none;
}

.status-dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
}

.status-pending {
	background-color: gainsboro;
}

.status-available {
	background-color: #46735D;
}

.status-used {
	background-color: gray;
}

.status-expired {
	background-color: red;
}

.status-annulled {
	background-color: orange;
}
