@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--blue-color: #0000ff;
	--indigo-color: #6610f2;
	--purple-color: #6f42c1;
	--pink-color: #d63384;
	--red-color: #ff4148;
	--orange-color: #fd7e14;
	--yellow-color: #ffc107;
	--green-color: #27ae60;
	--teal-color: #20c997;
	--cyan-color: #21e8df;
	--black-color: #000000;
	--white-color: #ffffff;
	--gray-color: #979797;
	--gray-dark-color: #343a40;
	--gray-100-color: #f8f9fa;
	--gray-200-color: #e9ecef;
	--gray-300-color: #dee2e6;
	--gray-400-color: #ced4da;
	--gray-500-color: #adb5bd;
	--gray-600-color: #6c757d;
	--gray-700-color: #495057;
	--gray-800-color: #343a40;
	--gray-900-color: #212529;
	--primary-color: #12256d;
	--secondary-color: #f8e80e;
	--success-color: #27ae60;
	--info-color: #0dcaf0;
	--warning-color: #ffc107;
	--danger: -color var(--red);
	--light-color: #f8f9fa;
	--dark-color: #212529;
	--gradient-color: linear-gradient(to right, #4851a8, #582a9b);
	--body-font-family: "Poppins";
	--body-font-size: 14px;
	--body-font-weight: 400;
	--body-line-height: 22px;
	--body-color: #ffffff;
	--body-bg: #04041e;
	--font-weight-thin: 100;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semi-bold: 600;
	--font-weight-bold: 700;
	--font-weight-black: 900;
	--font-style-italic: italic;
	--border-width: 1px;
	--border-style: solid;
	--border-color: #acacac;
	--border-radius: 3px;
	--link-color: #000000;
	--link-hover-color: var(--secondary-color);
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	color: #666666;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	position: relative;
	min-height: 100%;
}

.sticky-footer {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	position: relative;
	min-height: 100%;
	padding-bottom: 60px;
	background-color: var(--body-bg);
}

html {
	height: 100%;
}

ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}


/* ********************************************* */

.click-dashboard-wrapper {
	align-items: center;
	display: flex;
	min-height: 100vh;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
	padding: 15px;
}

.click-header-wapper .logo-sec {
	background: #000;
	padding: 10px;
	margin-bottom: 15px;
}

.click-header-wapper .logo-sec img {
	width: 130px;
}

.click-dashboard-product .theme-heading {
	position: relative;
	margin: 15px 0px 25px;
	background: linear-gradient(180deg, #134146 -1.75%, #42BCCB 100%);
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	padding: 10px;
	text-transform: uppercase;
}

.click-header-wapper p samp {
	display: block;
	margin-bottom: 7px;
}

.click-header-wapper p {
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
}

.click-header-wapper p #p2 {
	color: #134146;
}

.click-dashboard-product {
	width: 100%;
}

.click-dashboard-product ul {
	list-style: none;
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 15px;
}

.click-dashboard-product ul li {
	width: calc(50% - 15px);
}

.click-dashboard-product ul li a {
	display: flex;
	min-height: 100px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	color: #fff;
	padding: 5px 20px;
	border: 3px solid #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	gap: 5px;
}

.click-dashboard-product ul li a h3 {
	font-size: 20px;
	font-weight: 600;
}

.default-bg {
	background: linear-gradient(96deg, #f76181 5.01%, #c10930 92.79%);
}

.clickbet-bg {
	background: linear-gradient(96deg, #2bd9e7 5.01%, #09a0ad 92.79%);
}

.lotus-bg {
	background: linear-gradient(96deg, #62c2aa 5.01%, #1e8067 92.79%);
}

.reddy-bg {
	background: linear-gradient(96deg, #f76181 5.01%, #c10930 92.79%);
}

.exch-bg {
	background: linear-gradient(96deg, #cd4295 5.01%, #8f05bd 92.79%);
}

.click-dashboard-bg {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: -1;
	filter: invert(1);
}

.click-dashboard-bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.click-product-img {
	border: 2px solid #fff;
	overflow: hidden;
	transform: skew(-10deg);
}

.click-product-img img {
	height: 65px;
}

.no-data {
	text-align: center;
	padding: 40px 20px;
	background: #f8f9fa;
	border-radius: 12px;
	color: #6c757d;
	font-family: 'Segoe UI', sans-serif;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.no-data h4 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #343a40;
}

.no-data p {
	font-size: 16px;
	margin: 0;
}

/* **************responsive css************** */
@media(max-width:767px) {}

@media(max-width:576px) {
	.click-dashboard-product ul {
		column-gap: 15px;
		row-gap: 10px;
	}

	.click-dashboard-product ul li {
		width: 100%;
	}

	.click-dashboard-bg {
		height: 100%;
	}

	.click-dashboard-bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.click-dashboard-wrapper {
		padding: 15px 35px;
	}
}

@media(max-width:480px) {
	.click-dashboard-wrapper {
		padding: 15px 15px;
	}

	.click-header-wapper p {
		font-size: 18px;
		line-height: 20px;
		font-weight: 600;
	}

	.click-dashboard-product .theme-heading {
		font-size: 16px;
		margin: 15px 0px 15px;
	}

	.click-dashboard-product ul li a {
		min-height: 80px;
		padding: 5px 10px;
	}

	.click-dashboard-product ul li a h3 {
		font-size: 16px;
	}

	.click-product-img img {
		height: 50px;
	}
}