.dashboard {
	padding: 0 !important;
	margin: 0;
	list-style: none;
	justify-content: center;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dashboard li {
	display: flex;
	list-style: none;
	width: 20%;
	align-items: center;
	justify-content: center;
}
.dashboard li a {
	width: 100%;
	height: auto;
	position: relative;
	margin: 8px;
}
@media (max-width: 768px) {
	.dashboard li span {
		font-size: 13px;
		white-space: nowrap;
	}

}

#admin .listing li {
	margin-bottom: 20px !important;
}

.subheader {
	color: #332965;
	font-weight: bold;
	margin: 10px;
	font-size: 26px;
	text-align: center;
	/*text-decoration: underline;*/
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
	text-decoration-color: var(--gg-yellow);
	text-decoration-thickness: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.store-status {
	display: flex;
	margin-left: auto;
	padding: 5px;
	border-radius: 5px;
	color: #000;
}
.store-status.on {
	background: green;
}
.store-status.off {
	background: red;
}
.dashboard-header {
	background: rgb(51,41,102);
	background: linear-gradient(90deg, rgba(51,41,102,1) 0%, rgba(124,108,176,1) 49.9%, rgba(51,41,102,1) 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
}
.dashboard-header .category-row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;;
}
.dashboard-header .category-row a {
	width: 30%;
	margin: 0 1.6666665%;
	background: #332966;
	color: #fff;
	padding: 10px;
	flex: 1 1 10px;
	border-radius: 10px;
}

.dashboard-user {
	font-size: 35px;
	width: 100%;
	text-align: center;
	color: #fff;

}

.dashboard-header .email-address {
	width: 100%;
	text-align: center;
	color: #fed141;
	font-size: 32px;
}

.dashboard li a span {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.discount-credit {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.discount-credit p {
	padding: 15px 25px;
	background: #fed141;
	margin: 0;
}

.btn-logout {
	margin: 0 auto;
}

@media (max-width: 991px) {
	.dashboard li {
		width: 33.333%;
	}
}

@media (max-width: 768px) {
	.dashboard li {
		width: 48%;
		margin: 1%;
	}
	.discount-credit {
		flex-direction: column;
	}
	.discount-credit p {
		width: 100%;
		text-align: center;
	}
}

.rating-star {
	display: inline-block;
	width: 20px;
	height: 20px;
	filter: drop-shadow(0px 0px 1px var(--gg-yellow));
}
.reviews-wrap {
	display: grid;
	align-items: center;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
}
.reviews-wrap .review-box {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin: 10px;
	flex-grow: 1;
	min-height: 150px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.reviews-wrap .review-box .review-checked {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: var(--gg-core-purple);
	color: #fff;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

.customer-name {
	font-size: 20px;
}

.stars-wrap {
	clear: both;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	height: 25px;
}


@media (max-width: 768px) {
	.reviews-wrap {
		grid-template-columns: 100% 100%;
	}
}

/* Card CSS */

.card-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid var(--gg-dark-purple);
	border-radius: 10px;
	color: var(--gg-dark-purple);
}

.btn-remove {
	margin: 0;
}

@media (max-width: 768px) {
	.card-row {
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-evenly;
	}
}

.card-body {
	padding-top: 0;
}

.p-card {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 7px;
	width: 100%;
	max-width: 285px;
	position: relative;
	transition: all 0.4s ease;
	box-shadow: 0 2px 4px 0 #cfd7df;
	min-height: 60px;
	padding: 13px;
	background: #4862e2;
	color: #eaeef2;
	letter-spacing: 1px;
}

.p-card:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.p-card.selectable:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-wrapper {
	display: flex;
	justify-content: space-between;
}

.card-last4 {
	height: 35px;
	display: flex;
	justify-content: space-between;
	font-family: "PT Mono", Helvetica, sans-serif;
	font-size: 25px;
}

.card-last4:before {
	content: "**** **** **** ";
	color: #8999e5;
	font-size: 32px;
}

.card-holder {
	letter-spacing: 1.2px;
}

/* referal styles */

/* Floating Card Tab */

.content {
	max-width: 1024px;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
}

.nav-pills {
	width: 100%;
}

.nav-item {
	width: 50%;
}

.nav-pills .nav-link {
	font-weight: bold;
	padding-top: 13px;
	text-align: center;
	background: #fff;
	color: #aaa;
	height: 55px;
	border-radius: 30px 0;
}

.nav-link-l {
	border-radius: 30px 0 0;
}

.nav-link-r {
	border-radius: 0 30px 0 0;
}

.nav-pills .nav-link.active {
	background: var(--gg-core-purple);
	color: #fff;
}

.pill-label {
	font-weight: bold;
	color: #332966;
	font-size: 1.05rem;
	letter-spacing: 1px;
}


.tab-pane {
	border: 1px solid var(--gg-core-purple);
	border-radius: 3px;
	margin-top: 40px;
	background: #796eae40;
}

#referral_code {
	background-color: #fff !important;
}

#refURL {
	background-color: #fff !important;
}

.tab-content {
	width: 100%;
	height: auto;
	margin-top: -50px;
	background: #fff;
	color: #000;
	border-radius: 30px;
	z-index: 1000;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	padding: 30px;
	margin-bottom: 50px;
}
.tab-content button {
	border-radius: 15px;
	width: 100px;
	margin: 0 auto;
}

.btn-a:hover {
	color: var(--gg-light-purple) !important;
}


/* style for social icons */
.items-wrapper {
	display: flex;
	justify-content: space-evenly;
}

.button {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.button .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
}

.button .icon i {
	color: var(--gg-dark-purple);
	font-size: 25px;
	line-height: 60px;
}

.button:hover i {
	color: var(--gg-yellow);
}

/* End Of Ref Style */

.news-flash {
	animation: flash-text 1.5s step-start infinite;
	transform: scale(1);
	color: var(--gg-yellow);
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--gg-core-purple);
	border-radius: 10px;
}

@keyframes flash-text {
	50% {
		opacity: 0;
	}
}


.account .paging {
	width: 100%;
}
.account .paging .pagination {
	margin: 0 auto;
	display: inline-flex;
}