:root {
	--secondary-darkest: #0071dc;
	--secondary-darkest-hover: #0071dc;
	--gray-dark: #00000099;
}

body {
	height: 100%;
	background-color: var(--light-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--plan-black);
}

main {
	padding-bottom: 0;
}

.btn-secondary {
	color: var(--secondary-darkest) !important;
	background-color: var(--blue-light);
}

.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary.focus {
	background-color: var(--primary);
	border-color: var(--primary);
}

.mobile-max {
	position: relative;
	max-width: 48rem;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* border-left: 1px solid var(--light);
	border-right: 1px solid var(--light); */
	background-color: var(--plan-white);
}

.card {
	border: none;
	border-radius: 1rem;
	box-shadow: 0 0 2rem #00000012;
	overflow: hidden;
}

.card-body,
.ads-items-content {
	padding: 2rem;
}

.feedback,
.feedback:hover {
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	padding: 0.8rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 0.3rem;
	border: 1px solid transparent;
}

.feedback:active {
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.feedback.vertical-smiley:active {
	-webkit-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
}

.feedback-comment {
	background-color: var(--light-color);
}

.feedback.star {
	font-size: 4rem;
	line-height: 0.8;
	color: var(--warning-color);
}

.feedback.star .las {
	display: none;
}

/* .feedback.star:focus {
    color: var(--warning-color) !important;
} */

.feedback.star.feed-active {
	background-color: transparent;
}

.feedback.text-warning.star .las {
	display: inline-block;
}

.feedback.text-warning.star .lar {
	display: none;
}

.feedback.star.text-warning.feed-active {
	border: none;
	background-color: transparent;
}

.feedback.text-success.feed-active {
	border: 1px solid var(--primary);
	background-color: var(--primary-light);
}

.feedback.text-warning.feed-active {
	border: 1px solid var(--warning-color);
	background-color: var(--warning-light-color);
}

.feedback.text-danger.feed-active {
	border: 1px solid var(--danger-color);
	background-color: var(--danger-light-color);
}

.feedback.number {
	color: var(--primary);
	font-size: 1.6rem;
	padding: 0.6rem;
	border: 1px solid transparent;
}

.feedback.number.text-danger.feed-active {
	color: var(--danger-color);
	border: 1px solid var(--danger-color);
	background-color: var(--danger-light-color);
}

.feedback.number.text-warning.feed-active {
	color: var(--warning-color);
	border: 1px solid var(--warning-color);
	background-color: var(--warning-light-color);
}

.feedback.number.feed-active {
	border-radius: 0.3rem;
	border: 1px solid var(--primary);
	background-color: var(--primary-light);
}

.feed-active {
	background-color: var(--light-color);
}

.feedback.vertical-smiley,
.feedback.h-smiley {
	opacity: 0.7;
}

.feedback.vertical-smiley.feed-active,
.feedback.h-smiley.feed-active {
	opacity: 1;
	background-color: transparent;
	border-color: transparent;
}

.feedback.vertical-smiley.text-danger.feed-active > img {
	-webkit-filter: drop-shadow(0 0 7px red);
	filter: drop-shadow(0 0 7px red);
}
.feedback.vertical-smiley.text-warning.feed-active > img {
	-webkit-filter: drop-shadow(0 0 7px orange);
	filter: drop-shadow(0 0 7px orange);
}
.feedback.vertical-smiley.text-success.feed-active > img {
	-webkit-filter: drop-shadow(0 0 7px green);
	filter: drop-shadow(0 0 7px green);
}

.feedback.h-smiley.text-danger.feed-active > img {
	-webkit-filter: drop-shadow(0 0 5px red);
	filter: drop-shadow(0 0 5px red);
}

.feedback.h-smiley.text-warning.feed-active > img {
	-webkit-filter: drop-shadow(0 0 5px orange);
	filter: drop-shadow(0 0 5px orange);
}

.feedback.h-smiley.text-success.feed-active > img {
	-webkit-filter: drop-shadow(0 0 5px green);
	filter: drop-shadow(0 0 5px green);
}

.feedback-banner {
	background-image: url('../../images/yellowwaves.png');
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 100px;
}

.feedback-banner > img {
	background: var(--plan-white);
	border: 2px solid #ffd200;
	border-radius: 50%;
	padding: 14px;
	width: 95px;
	margin-top: 25px;
}

.btn-primary.feed-active {
	background-color: var(--secondary-darkest);
}

.review-btn {
	font-size: 1.4rem;
	display: inline-block;
	width: 230px;
}

.review-btn:hover {
	text-decoration: none;
}

.review-btn > i {
	font-size: 2rem;
	height: 3rem;
	margin-top: -5px;
	line-height: 3rem;
	border-right: 1px solid #ffffff52;
	padding-right: 1rem;
	float: left;
}

.google-review-html-btn {
	color: #fffffff5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	line-height: 1.3;
	border-radius: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	overflow: hidden;
	background: var(--blue);
	-webkit-box-shadow: 0 0 3px 1px rgb(216 216 216 / 90%);
	box-shadow: 0 0 3px 1px rgb(216 216 216 / 90%);
}

.google-review-html-btn .google-img {
	background: var(--plan-white);
}

.google-review-html-btn .google-img > img {
	width: 64px;
	padding: 6px;
}

.google-review-html-btn .review-text {
	padding: 0 10px;
}

.review-buttons-container .btn {
	font-size: 1.6rem;
}

.review-buttons-container > div:nth-child(3) > a {
	margin-top: 0.5rem;
}

.main-header {
	background-color: var(--plan-white);
	box-shadow: 0 12px 2rem #00000012;
}

.fixed-button-ribbon {
	position: fixed;
	bottom: 0;
	max-width: 478px;
	width: 100%;
	z-index: 6;
	background-color: var(--plan-white);
	box-shadow: 0 -20px 15px -5px rgb(0 0 0 / 7%);
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

.fixed-button-ribbon > .nav-tabs {
	justify-content: space-evenly;
}

.fixed-button-ribbon > .nav-tabs .nav-link {
	border: 0;
	font-size: 1.4rem;
	text-align: center;
	color: #8e8e8e;
}

.fixed-button-ribbon > .nav-tabs .nav-icon {
	font-size: 2.8rem;
	display: block;
	border-radius: 1rem;
}

.fixed-button-ribbon .active .nav-icon {
	background-color: var(--blue-light);
}

#nav-tabContent,
#nav-offers,
#nav-offers > .card {
	height: 100%;
}

.brand-wrap:hover {
	text-decoration: none;
	color: var(--plan-black);
}

#get-billfree {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	z-index: -1;
}

.banner-slider {
	padding-left: 0;
	list-style: none;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	margin-bottom: 0 !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #2222223d;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: var(--secondary-darkest);
}

/* .lightSlider.lsGrab > li img {
	max-height: 40rem;
    object-fit: cover;
} */

.ads-items {
	width: 31rem;
}

.single-ad {
	border: 1px dashed var(--light);
	/* -o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; */
}

.bill-history-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem 2rem;
	border-top: 1px solid var(--light-color);
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
	position: relative;
}

.bill-history-item .download-btn {
	display: none;
	opacity: 0;
}

.bill-history-item.open {
	height: 100%;
}

.bill-history-item.open .download-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	opacity: 1;
}

.bill-history-item:first-child {
	border-top: none;
}

.bill-history-item:last-child {
	padding-bottom: 0;
}

.bill-history-item:hover {
	background-color: var(--alpha-light);
}

.bill-history-item .embedded-pdf-viewer {
	height: 0;
	opacity: 0;
	min-height: 0;
	margin-bottom: 0;
	margin-top: 0;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.bill-history-item.open .embedded-pdf-viewer {
	opacity: 1;
	min-height: 56rem;
	margin-bottom: 1rem;
}

.bill-history-link,
.bill-history-link:hover,
.bill-history-link:focus {
	text-decoration: none;
	color: var(--text-dark);
}

.bill-history-date {
	line-height: 1;
	font-size: 1.8rem;
}

.bill-history-date .date {
	font-size: 2rem;
	color: var(--secondary-darkest);
	font-weight: 700;
}

.bill-history-date .year {
	font-size: 1.2rem;
}

/* .rewards {
	background-image: url('../../images/gifts-ai.png');
} */

.reward-image {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 7.8rem;
	-webkit-transform: rotate(45deg) translate(0, -25px);
	-ms-transform: rotate(45deg) translate(0, -25px);
	transform: rotate(45deg) translate(0, -25px);
}

.rewards-more {
	text-align: center;
	position: absolute;
	margin: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	color: var(--secondary-darkest);
	font-weight: bold;
	-webkit-animation: bounce 1.4s ease infinite;
	animation: bounce 1.4s ease infinite;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.scroll-indicator {
	text-align: center;
	position: relative;
	margin: auto;
	margin-bottom: 0;
	margin-top: -2rem;
	width: 100%;
	left: 0;
	font-size: 2rem;
	font-weight: bold;
	height: 5rem;
	z-index: 5;
	background-image: -o-linear-gradient(bottom, white 0, #ffffffeb);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(#ffffffeb));
	background-image: linear-gradient(360deg, white 0, #ffffffeb);
}

.scroll-indicator > .indicator {
	display: inline-block;
	color: #0071dc;
	-webkit-animation: bounce 1.4s ease infinite;
	animation: bounce 1.4s ease infinite;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
	padding-top: 1rem;
}

.html-bill-previewer {
	height: 70vh;
	overflow: auto;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.full-show {
	height: 100vh;
}

.download-btn {
	border-radius: 1rem;
	border: 1px solid #0071dc;
	font-size: 1.6rem;
	color: #0071dc;
	text-decoration: none;
	width: 94%;
	text-align: center;
	padding: 0.8rem;
	background-color: var(--blue-light);
	margin: auto;
	margin-bottom: 2rem;
}

.download-btn:hover {
	text-decoration: none;
}

.download-btn .las {
	font-size: 2rem;
	vertical-align: middle;
}
/*
.download-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 35px;
	right: 40px;
	z-index: 5;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: var(--plan-white);
	background: var(--plan-black);
	-webkit-box-shadow: 1px 3px 8px rgb(28 28 28 / 54%);
	box-shadow: 1px 3px 8px rgb(28 28 28 / 54%);
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
	white-space: nowrap;
	overflow: hidden;
}

.download-btn .las {
	font-size: 2.5rem;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.download-btn span {
	margin-left: 5px;
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active {
	text-decoration: none;
	color: var(--plan-white);
	width: 160px;
	border-radius: 50px;
}

.download-btn:hover span,
.download-btn:focus span,
.download-btn:active span,
.download-btn:hover .las,
.download-btn:focus .las,
.download-btn:active .las {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
} */

.figure-caption {
	font-size: 1.2rem;
}

.vip-button {
	display: flex;
	padding: 0px 18px;
	text-decoration: none;
	font-size: calc(5vw + 3%);
	line-height: 2;
	color: var(--plan-white);
	background: #673ab7;
	transition: 1s;
	width: 90%;
	margin: auto;
	transform: skewX(-20deg);
	align-items: center;
	justify-content: space-between;
	box-shadow:
		7px 7px 0 #fbc638,
		10px 7px 18px 4px #673ab729;
}

.vip-button:focus {
	color: var(--plan-white);
	box-shadow:
		7px 7px 0 #fbc638,
		10px 7px 18px 4px #673ab729;
}

.vip-button:hover {
	transition: 0.5s;
	color: var(--plan-white);
}

.vip-button span:nth-child(1) {
	display: flex;
	align-items: self-end;
}

.vip-button span:nth-child(2) {
	transition: 0.5s;
	position: static;
	margin-right: 28px;
}

.vip-button span {
	transform: skewX(20deg);
}

.vip-button span:nth-child(2) {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 12%;
}

@media screen and (min-width: 768px) {
	.vip-button {
		font-size: 2.5rem;
	}
}

.bottom-overlay-card {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 42px;
	overflow: hidden;
	background: #673ab7;
	box-shadow: 0px 0px 30px -6px #6f52a3;
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: var(--plan-white);
	transition: all 0.3s ease;
}

.bottom-overlay-card > .card-header {
	background-color: transparent;
	color: var(--plan-white);
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

.bottom-overlay-card.overlayed {
	height: 225px;
}

.bottom-overlay-card.overlayed .la-angle-down {
	transform: scaleY(-1) translateY(6px);
}

/**************SVG****************/

path.one {
	transition: 0.4s;
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

path.two {
	transition: 0.5s;
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

path.two {
	transition: 0.5s;
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.2s;
}

.vip-button:active {
	transform: scale(0.95) skewX(-20deg);
}

/* SVG animations */

@keyframes color_anim {
	0% {
		fill: var(--plan-white);
	}
	50% {
		fill: #fbc638;
	}
	100% {
		fill: var(--plan-white);
	}
}

.on-priority {
	-webkit-animation: pulse 1s ease infinite;
	animation: pulse 1s ease infinite;
	-webkit-transition: var(--transitions);
	-o-transition: var(--transitions);
	transition: var(--transitions);
}

.coupon {
	padding: 1rem;
	position: relative;
	/* border: 1px dashed #27d73e; */
	border: 1px dashed #00000038;
	border-radius: 0.4rem;
	-webkit-box-shadow: var(--ticket-box-shadow);
	box-shadow: var(--ticket-box-shadow);

	/* background: linear-gradient(-45deg, #ff9b7c30, #e7b9ff8a, #72daff78, #42f75982); */
	background-color: #e5f4ff;
	background-size: 400% 400%;
	-webkit-animation: gradient 30s ease infinite;
	animation: gradient 30s ease infinite;
}

.coupon::before,
.coupon::after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: var(--plan-white);
	/* border: 1px dashed #27d73e; */
	border: 1px dashed #00000038;
	position: absolute;
	top: calc(100% - 7rem);
	border-left: none;
	border-top: none;
}

.coupons::before,
.coupons::after {
	top: calc(100% - 4.8rem);
}

.greeting .coupons::before,
.greeting .coupons::after {
	top: calc(100% - 5rem);
}

.coupon::before {
	left: -6px;
	-webkit-transform: rotate(317deg);
	-ms-transform: rotate(317deg);
	transform: rotate(317deg);
}

.coupon::after {
	right: -6px;
	-webkit-transform: rotate(134deg);
	-ms-transform: rotate(134deg);
	transform: rotate(134deg);
}

.coupon-barcode {
	color: var(--text-dark);
	font-family: var(--barcode);
	font-size: 4.6rem;
	margin: 3rem 0 0;
	padding-top: 0;
	line-height: 0;
	margin-bottom: 14px;
	display: inline-block;
}

.coupon-midline {
	border-top: 1px dashed #00000038;
}

.loader {
	background-image: url('../../images/loader.gif');
	background-size: cover;
	text-align: center;
	width: 40px;
	height: 40px;
}

.new-coupon-badge {
	position: absolute;
	border-radius: 100%;
	width: 7px;
	height: 7px;
	right: 0;
	min-width: 0;
	font-size: 0;
	-webkit-animation: flash 2s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
	animation: flash 2s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
	display: none;
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.coupons code {
	background-color: transparent;
	/* color: #002c06; */
	color: var(--text-dark);
}

.coupon-list .coupon {
	min-width: 20rem;
	padding: 0;
}

.coupon-header {
	text-align: center;
	color: var(--text-dark);
	/* background-color: var(--primary-light); */
	background-color: var(--plan-white);
	min-width: 11rem;
	border-radius: 50px;
	height: 42px;
	-webkit-box-shadow: var(--ticket-box-shadow);
	box-shadow: var(--ticket-box-shadow);
	margin-top: 12px;
	margin-right: 10px;
	margin-left: auto;
	width: 50%;
	margin: auto;
	padding: 3px;
}

.coupon-header small {
	font-size: 60%;
}

.coupon-body,
.coupon-footer {
	padding: 1rem;
	font-size: 13px;
	/* color: #545454; */
	color: var(--text-dark);
}

.coupon-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.coupon-footer p {
	font-size: 12px;
}

.coupon-logo {
	margin: 1rem;
	border-radius: 0.5rem;
	background-color: var(--plan-white);
	text-align: center;
	padding: 1rem;
}

.coupon-logo > .coupon-logo-image {
	height: 8rem;
}

.vip-coupon {
	border: 1px dashed var(--purple);
	background-image: none;
	background-color: #673ab70a;
}

.vip-coupon .coupon-midline {
	border-top: 1px dashed var(--purple);
}

.vip-coupon .text-success {
	color: var(--purple) !important;
}

.vip-coupon .coupon-header {
	background-color: var(--purple);
	color: var(--plan-white);
}

.vip-coupon code {
	color: var(--plan-white);
}

.vip-coupon .coupon-body,
.vip-coupon .coupon-footer {
	color: #200058;
}

.vip-coupon::before,
.vip-coupon::after {
	border: 1px dashed var(--purple);
	border-left: none;
	border-top: none;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.coupon-list li:nth-child(n) .coupon {
	background-color: #e5f4ff;
}
.coupon-list li:nth-child(n) .coupon-body,
.coupon-list li:nth-child(n) .coupon-footer,
.coupon-list li:nth-child(n) .h4 {
	color: #173566;
}
.coupon-list li:nth-child(n) code,
.coupon-list li:nth-child(n) .coupon-header {
	color: white;
	background: #173566;
}

.coupon-list li:nth-child(2n) .coupon {
	background-color: #e5ffeb;
}
.coupon-list li:nth-child(2n) .coupon-body,
.coupon-list li:nth-child(2n) .coupon-footer,
.coupon-list li:nth-child(2n) .h4 {
	color: #085c1b;
}
.coupon-list li:nth-child(2n) code,
.coupon-list li:nth-child(2n) .coupon-header {
	color: white;
	background: #085c1b;
}

.coupon-list li:nth-child(5n) .coupon {
	background-color: #fffce5;
}
.coupon-list li:nth-child(5n) .coupon-body,
.coupon-list li:nth-child(5n) .coupon-footer,
.coupon-list li:nth-child(5n) .h4 {
	color: #d38544;
}
.coupon-list li:nth-child(5n) code,
.coupon-list li:nth-child(5n) .coupon-header {
	color: white;
	background: #d38544;
}

.coupon-list li:nth-child(6n) .coupon {
	background-color: #ffe5e5;
}
.coupon-list li:nth-child(6n) .coupon-body,
.coupon-list li:nth-child(6n) .coupon-footer,
.coupon-list li:nth-child(6n) .h4 {
	color: #7a0101;
}
.coupon-list li:nth-child(6n) code,
.coupon-list li:nth-child(6n) .coupon-header {
	color: white;
	background: #7a0101;
}

.coupon-list li:nth-child(10n) .coupon {
	background-color: #ffe5f7;
}
.coupon-list li:nth-child(10n) .coupon-body,
.coupon-list li:nth-child(10n) .coupon-footer,
.coupon-list li:nth-child(10n) .h4 {
	color: #910566;
}
.coupon-list li:nth-child(10n) code,
.coupon-list li:nth-child(10n) .coupon-header {
	color: white;
	background: #910566;
}

.rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

footer {
	line-height: 1.4;
	color: var(--secondary-darkest);
	background-color: transparent;
	margin-top: auto;
	margin-bottom: 8rem;
}

footer a,
footer a.small {
	color: var(--secondary);
}

.footer-social {
	font-size: 2.4rem;
	padding: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.refer-text {
	font-size: 1.3rem;
	border-radius: 0.5rem;
	border-bottom-left-radius: 0;
	word-break: break-word;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.1);
		transform: translate3d(0, -5px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
		transform: translate3d(0, -5px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.02);
		transform: translate3d(0, -5px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.1);
		transform: translate3d(0, -5px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
		transform: translate3d(0, -5px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(1.02);
		transform: translate3d(0, -5px, 0) scaleY(1.02);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.02, 1.02, 1.02);
		transform: scale3d(1.02, 1.02, 1.02);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.reload-text {
	position: absolute;
	top: 55%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	text-align: center;
}

.modal-open #profileCoupon,
.modal-open #point-earned,
.modal-open #greeting-popup,
.modal-open #profile-popup {
	overflow: hidden;
}

#profileCoupon .modal-dialog,
#greeting-popup .modal-dialog,
#point-earned .modal-dialog,
#profile-popup .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition:
		transform 0.3s ease-out,
		-webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, 45%) scale(0);
	-ms-transform: translate(0, 45%) scale(0);
	transform: translate(0, 45%) scale(0);
}

#profileCoupon.show .modal-dialog,
#greeting-popup.show .modal-dialog,
#point-earned.show .modal-dialog,
#profile-popup.show .modal-dialog {
	-webkit-transform: translate(0, 145px) scale(1);
	-ms-transform: translate(0, 145px) scale(1);
	transform: translate(0, 145px) scale(1);
}

.modal-content {
	border: none;
	border-radius: 1rem;
}

.card-header:first-child {
	border-radius: 1rem 1rem 0 0;
}

#profileCoupon .modal-content,
#greeting-popup .modal-content,
#point-earned .modal-content,
#profile-popup .modal-content {
	width: 95%;
}

.confetti {
	width: 100%;
	height: 400px;
	-o-object-position: center;
	object-position: center;
	margin: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.close {
	position: relative;
	z-index: 999;
}

#google-review .modal-content,
#instagram-popup .modal-content {
	width: 80%;
}

#google-review .modal-body {
	padding: 38px 0;
}

#google-review .close,
#feedbackBox .close,
#profile-popup .close,
#greeting-popup .close,
#instagram-popup .close {
	visibility: hidden;
	color: #a2a2a2ba;
}

label {
	font-size: 1.4rem;
}

.has-success .form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: unset;
}

.has-success .form-control,
.has-success.select2-container--krajee .select2-dropdown,
.has-success .select2-container--krajee .select2-selection {
	border-color: var(--light);
}

.select2-container--krajee .select2-selection {
	border: 1px solid var(--light);
	-webkit-box-shadow: inset 0 1px 1px var(--light);
	box-shadow: inset 0 1px 1px var(--light);
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border-color: unset;
}

.select2-container--krajee .select2-dropdown {
	border-color: unset;
}

/*-------------------
  .checkbox-v style
  ------------------*/

input[type='checkbox'].checkbox-v {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

input[type='checkbox'].checkbox-v + label {
	display: block;
	position: relative;
	box-sizing: border-box;
	font-weight: normal;
	color: #37474f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid var(--plan-white);
	cursor: pointer;
}

input[type='checkbox'].checkbox-v:checked + label {
	background: var(--plan-white);
}

input[type='checkbox'].checkbox-v:checked + label:before,
input[type='checkbox'].checkbox-v:checked + label:after {
	opacity: 1;
	z-index: 11;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-webkit-transition: 0.25s ease all;
}

input[type='checkbox'].checkbox-v.showed:checked + label:before,
input[type='checkbox'].checkbox-v.showed:checked + label:after,
.recent-feedback input[type='checkbox'].checkbox-v:checked + label:before,
.recent-feedback input[type='checkbox'].checkbox-v:checked + label:after {
	display: none;
	opacity: 0;
}
.offer-buttons {
	text-align: center;
	padding: 40px 20px;
	min-height: 220px;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 4%);
	box-shadow: 0 0 5px rgb(0 0 0 / 4%);
	font-size: 2rem;
	font-weight: bold;
	color: var(--secondary-darkest);
	margin-bottom: 2rem;
	line-height: 1.2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.offer-buttons.google-review {
	color: var(--plan-white);
	background: #4285f4;
	border: 3px solid var(--plan-white);
}

.selection-card {
	margin-right: 10px;
	-webkit-box-shadow: 0 0 4px rgb(0 0 0 / 11%);
	box-shadow: 0 0 4px rgb(0 0 0 / 11%);
	text-align: center;
	font-weight: bold;
	border: 3px solid transparent;
	font-size: 1.2rem;
	max-width: 130px;
}

.selection-card.selected {
	border: 3px solid;
}

.selection-card:hover,
.selection-card:focus,
.selection-card:active,
.offer-buttons:hover,
.offer-buttons:focus,
.offer-buttons:active {
	text-decoration: none;
}

.offer-buttons:hover,
.offer-buttons:focus,
.offer-buttons:active {
	color: var(--secondary-darkest);
}

.offer-buttons.google-review:hover,
.offer-buttons.google-review:focus,
.offer-buttons.google-review:active {
	color: var(--plan-white);
}

.instagram-theme-text {
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.instagram-follow-btn {
	color: #fffffff5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 1rem;
	line-height: 0.5;
	border-radius: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	overflow: hidden;
	-webkit-box-shadow: 0 0 3px 1px rgb(216 216 216 / 90%);
	box-shadow: 0 0 3px 1px rgb(216 216 216 / 90%);
	background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
}

.instagram-follow {
	font-size: 1.4rem;
	display: inline-block;
	width: 20rem;
}

.instagram-follow:hover {
	text-decoration: none;
}

.selection-card:hover,
.selection-card:focus {
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.family-container {
	-ms-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: repeat(300px);
	scroll-snap-points-x: repeat(300px);
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	overflow-x: auto;
}

.family-card {
	scroll-snap-align: start;
	min-width: 200px;
	-webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
	margin: 10px;
	padding: 36px 5px;
}

.family-tag {
	position: absolute;
	left: 8px;
	top: 8px;
}

.greeting .container-fluid {
	padding: 16px;
}

.greeting .card {
	border-radius: 1.4rem;
	-webkit-box-shadow: 0 0 4px 1px rgb(132 132 132 / 7%);
	box-shadow: 0 0 4px 1px rgb(132 132 132 / 7%);
}
.greeting .card-body {
	padding: 1rem;
}

.greeting .coupon {
	border-radius: 1rem;
	padding: 1.5rem;
	background: var(--plan-white);
}

.greeting .coupon-img {
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1rem;
	width: 99%;
	margin: auto;
	display: block;
}

.greeting .coupon::before,
.coupon::after {
	background: var(--alpha-light);
}

.greeting .coupons code {
	padding: 5px 14px;
	border-radius: 100px;
	background-color: var(--primary-light);
	height: 3.5rem;
	min-width: 11rem;
	margin-left: auto;
}

.coupon-used {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background-color: whitesmoke;
}

.grayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.fixed-bottom-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 48rem;
	padding: 12px;
	background-color: #cee8ffde;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	text-align: center;
	-webkit-box-shadow: 0 -7px 10px rgb(211 234 254 / 30%);
	box-shadow: 0 -7px 10px rgb(211 234 254 / 30%);
}

.fixed-bottom-bar > .btn {
	width: 90%;
	margin: auto;
}

.profile-reward-image {
	position: relative;
	overflow: hidden;
	color: var(--plan-white);
	padding: 20px;
	font-size: 13px;
	background-image: url('../../images/profile-gift-cover.jpg');
	background-size: 130%;
	background-position: -4px;
	background-repeat: no-repeat;
	/* margin-left: -8px;
	margin-right: -8px; */
	/* margin-top: -9px; */
	margin-bottom: 12px;
	-webkit-filter: hue-rotate(115deg);
	filter: hue-rotate(115deg);
	border-radius: 6px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.profile-reward-image::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000003d;
	z-index: -1;
}

.profile-form .form-control-lg {
	font-weight: 400;
	font-size: 1.4rem;
	border-radius: 0.3rem;
	height: 38px;
	padding: 10px 12px;
	box-shadow: none;
	line-height: 1;
}

.profile-form .form-control-lg::-webkit-input-placeholder {
	font-size: 1.4rem;
}

.profile-form .form-control-lg::-moz-placeholder {
	font-size: 1.4rem;
}

.profile-form .form-control-lg:-ms-input-placeholder {
	font-size: 1.4rem;
}

.profile-form .form-control-lg::-ms-input-placeholder {
	font-size: 1.4rem;
}

.profile-form .form-control-lg::placeholder {
	font-size: 1.4rem;
}

.profile-form .wizard > .content > .body {
	height: auto;
	padding: 0;
}

.profile-form .wizard > .content > .body label {
	color: var(--gray-dark);
	font-weight: 500;
	margin-bottom: 0.8rem;
}

.profile-form .wizard > .content > .body .form-control {
	border: 1px solid #1818181a;
}

.profile-form .help-block {
	display: none;
}

@media (max-width: 768px) {
	.offer-buttons {
		padding: 40px 0;
	}
}

.rolldate-container header {
	font-weight: bold;
}

.iti .iti__selected-dial-code {
	font-size: 1.3rem;
}

.starIcon {
	width: 36px;
	height: 36px;
	vertical-align: middle;
	transition: fill 0.2s;
}

.starIcon label:hover,
.starIcon label:hover ~ label {
	color: #ffcc00;
	transform: scale(1.2);
}

.starIcon input:checked ~ label {
	color: #ffcc00;
}

.emoji {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.cursor-pointer {
	cursor: pointer;
}

.text-gray-400 {
	color: #d1d5db;
}

.space-x-2 {
	margin-right: 8px;
}

.rating-options .star {
	color: var(--text-muted);
}

.rating-options input[type='radio'] {
	display: none;
}

.rating-options label {
	cursor: pointer;
}

.review-comment-box {
	border-radius: 4px;
	background: #fcfcfc;
	padding: 16px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	box-shadow: 0 2px 8px rgba(246, 199, 0, 0.08);
	resize: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.review-comment-box:focus {
	border-color: #e6b800;
	background: #fcfcfc;
	outline: none;
	box-shadow: 0 2px 12px rgba(246, 199, 0, 0.15);
}

.text-yellow-400 {
	color: #f6c700 !important;
}

.bg-google-rating-popup {
	background-color: var(--blue-light);
}

.feedback.vertical-smiley,
.feedback.h-smiley {
	opacity: 0.8;
}

.feedback.vertical-smiley.feed-active,
.feedback.h-smiley.feed-active {
	transform: scale(1.25);
}

.gcb-option-card {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2px 2%;
	margin-bottom: 6px;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.gcb-option-card.selected {
	border-color: #ffb100;
	background: #fff9e6;
	color: #000;
}

.gcb-option-card .gcb-check {
	/* width: 24px;
        height: 24px;
        min-width: 24px;
        */
	border-radius: 4px;
	border: 2px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	transition: all 0.2s ease;
}

.gcb-option-card.selected .gcb-check {
	border-color: #ffb100;
	background: #ffb100;
}

.gcb-option-card .gcb-check svg {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.gcb-option-card.selected .gcb-check svg {
	opacity: 1;
}

.pet-icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #e8f4fd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
	margin: 8px auto 4px;
	border: 2px solid #c8e6f7;
}
