body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: black;
	color: white;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: green;
	font-size: 15px;
	padding-top: 5px;
	/* Adjust the value as needed */
	padding-bottom: 5px;
	/* Adjust the value as needed */
	margin: 0;
	/* Remove default margin to ensure consistent spacing */
}

/* Header Styles */
header {
	background-color: #333;
	color: white;
	text-align: center;
}

/* Navigation Styles */
nav {
	background-color: #555;
	padding: 1em;
	text-align: center;
}

nav a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
	display: inline-block;
}

/* Main Content Styles */
main {
	padding: 1em;
}

/* Footer Styles */
footer {
	background-color: #333;
	color: white;
	padding: 1em;
	text-align: center;
}

footer ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

footer li {
	margin: 0;
}

/* Responsive Design */
@media (max-width: 600px) {
	footer ul {
		flex-direction: column;
	}
}

.btn-content {
	font-size: 20px;
	font-weight: bold;
	color: yellow;
}

.btn-name {
	font-size: 21px;
	font-weight: bold;
	color: white;
}

/* Button Styles */
.button-container {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Popup Button Styles */
.popup-btn {
	background-color: yellow;
	color: red;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	width: 350px;
	height: 80px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

/* Popup Content Styles */
.popup-content {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	z-index: 100;
	width: 350px;
}

/* Close Button Styles */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: black;
	font-size: 20px;
}

/* Popup Button Container Styles */
.popup-btn-container {
	text-align: center;
	margin-top: 5px;
}

/* Popup Button Inner Styles */
.popup-btn-inner {
	margin-top: 5px;
}

/* Call Button Styles */
.call-btn {
	background-color: yellow;
	color: black;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 80px;
	height: 20px;
}

/* WhatsApp Button Styles */
.whatsapp-btn {
	background-color: red;
	color: black;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 80px;
	height: 20px;
}

/* Styles for the Call button in the footer */
.btn-call {
	background-color: ForestGreen;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 110px;
	height: 20px;
}

.btn-telegram {
    background-color: #0088cc; /* Telegram's official blue color */
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    width: 110px;
    height: 20px;
}


.btn-call-admin {
	background-color: ForestGreen;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 220px;
	height: 20px;
}

/* Styles for the WhatsApp button in the footer */
.btn-whatsapp {
	background-color: red;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 110px;
	height: 20px;
}

.btn-vcard {
	background-color: brown;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	font-size:16px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 150px;
	height: 20px;
}
.btn-call-pop {
	background-color: ForestGreen;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 80px;
	height: 20px;
}

/* Styles for the WhatsApp button in the footer */
.btn-whatsapp-pop {
	background-color: red;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 80px;
	height: 20px;
}

.callnow {
        font-size: 20px; /* Large font size */
        font-weight: bold; /* Bold text */
        color: yellow; /* Red color for visibility */
        background-color: #000000; /* Light background to make the text stand out */
        padding: 5px 20px; /* Padding around the number */
        text-align: center; /* Center the text */
        border-radius: 5px; /* Slightly rounded corners */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        cursor: pointer; /* Pointer cursor to indicate it's clickable */
        display: inline-block; /* Ensure it doesn't take up more space than needed */
        text-decoration: none; /* Remove underline if linked */
    }

    .callnow:hover {
        background-color: #ffcccc; /* Light red background on hover */
        color: #d00000; /* Darker red text on hover */
    }

/* Chart Button Styles */
.btn-chart {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: red;
	background-color: red;
	height: 15px;
	line-height: 15px;
	border-radius: 5px;
}

/* Khaiwaal Button Styles */
.btn-khaiwaal {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	text-decoration: none;
	color: #000080;
	background-color: red;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	font-weight: bold;
}

/* Color for Khaiwaal Button */
.btn-khaiwaal-color {
	color: white;
}

/* Player Button Styles */
.btn-player {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: normal;
	border-radius: 5px;
	background-color: #3498db;
	color: #ffffff;
	font-weight: bold;
}

/* Card Styles */
.card {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 99%;
	margin: auto;
	/* Add this line to center the card */
}

/* Card Header Styles */
.card-header {
	background-color: #333;
	padding: 2px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: white;
	font-weight: bold;
}

/* Card Body Styles */
.card-body {
	padding: 1px;
	background-color: Ivory;
	text-align: center;
}

/* Card Content Styles */
.card-content {
	font-size: 15px;
	font-weight: bold;
	color: blue;
}

/* Card Director Styles */
.card-director {
	font-size: 15px;
	font-weight: bold;
	color: #f9e79f;
	text-shadow: 1px 1px 10px black;
}

/* Card Name Styles */
.card-name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(to right, #ff5733, #33cc33);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

/* Card Number Styles */
.card-number {
	font-size: 20px;
	font-weight: bold;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Card Footer Styles */
.card-footer {
	background-color: #333;
	padding: 2px;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: white;
	font-weight: bold;
}

/* Superfast Class Styles */
.superfast {
	color: yellow;
	text-shadow: -1px 0 red, 0 1px black, 1px 0 black, 0 -1px black;
	text-align: center;
}

/* Date and Time Styles */
.date-time {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

/* Live Name Styles */
.live-name {
	color: white;
	text-shadow: 1px 1px 10px red;
	font: italic small-caps bold 30px Georgia, Garamond, serif;
}

/* Live Result Styles */
.live-result {
	color: yellow;
	text-shadow: 1px 1px 10px red;
	font-size: 25px;
	font-weight: bold;
}

.late-data {
	color: red;
	font-size: 14px;
}

.waiting-time {
	color: orange;
	font-size: 15px;
}

/* Game Table Styles */
#game-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

/* Table Header Styles */
#game-table th {
	background-color: #3498db;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}

/* Alternating Row Colors Styles */
#game-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#game-table tr:nth-child(odd) {
	background-color: #C0C0C0;
}

/* Table Data (td) Styles */
#game-table td {
	padding: 10px;
	border: 1px solid #dddddd;
}

/* Table Head Styles */
.table-head {
	background-color: #000080;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

/* Game Name Styles */
.game-name {
	font-weight: bold;
	color: brown;
	width: 50%;
}

/* Game Time Styles */
.game-time {
	color: black;
	font-size: 12px;
}

/* Old Value Styles */
.old-value {
	font-weight: bold;
	color: blue;
	font-size: 15px;
	width: 15%;
}

/* New Value Styles */
.new-value {
	font-weight: bold;
	color: #27ae60;
	font-size: 20px;
	width: 15%;
}

/* Game Chart Button Styles */
.game-chart-btn {
	background-color: #e74c3c;
	color: #ffffff;
	padding: 2px 3px;
	text-decoration: none;
	border-radius: 5px;
	line-height: 20px;
	width: 25px;
	height: 20px;
}

.guest-post {
	background-color: Gainsboro;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 15px;
	margin-top: 20px;
}

/* User Profile Picture Styles */
.profile-picture {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	object-fit: cover;
}

/* User Info Styles */
.user-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.username {
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background: linear-gradient(to right, #ff5733, #33cc33);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

/* Post Content Styles */
.post-content {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
}

/* Post Time Styles */
.post-time {
	font-size: 15px;
	color: #888;
	margin-bottom: 10px;
}

.forum-enter {
	font-size: 25px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 10px yellow;
}

.records-chart {
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 10px yellow;
}

/* Table Styles */
.result-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
}

/* Table Header Styles */
.result-table th {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	height: 20px;
	border: 1px solid BLACK;
}

/* Table Data Styles */
.result-table td {
	background-color: #FFE4E1;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	height: 22px;
}

/* Apply styles to all rows */
.result-table tr {
	background-color: #FFE4E1;
	font-size: 12px;
	color: BLACK;
	font-weight: bold;
}

/* Specify widths for th elements using classes */
.date {
	width: auto;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Date background color */
	color: #ffffff;
	/* Date text color */
}

.taj {
	width: 15%;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Taj background color */
	color: #ffffff;
	/* Taj text color */
}

.faridabad {
	width: 15%;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Faridabad background color */
	color: #ffffff;
	/* Faridabad text color */
}

.ghaziabad {
	width: 15%;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Ghaziabad background color */
	color: #ffffff;
	/* Ghaziabad text color */
}

.gali {
	width: 15%;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Gali background color */
	color: #ffffff;
	/* Gali text color */
}

.deshawar {
	width: 15%;
	/* Adjust the width as needed */
	background-color: #A0522D;
	/* Deshawar background color */
	color: #ffffff;
	/* Deshawar text color */
}

.art-title {
	color: red;
	text-shadow: -1px 0 yellow, 0 1px red, 1px 0 black, 0 -1px black;
	font-weight: bold;
	font-size: 17px;
}

.article {
	color: white;
	text-align: left;
	font-size: 15px;
}

.container-history {
	background-color: white;
}

.chart-table {
	width: 100%;
	border-collapse: collapse;
}

.chart-table td {
	padding: 3px;
	border: #ddd solid 1px;
}

#M810765ScriptRootC1458365 {
	width: 100%;
}

/* Define keyframes for the marquee animation */
@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* Apply the styles to the marquee container */
.marquee-container {
	white-space: nowrap;
	overflow: hidden;
	width: 90%;
	border: 1px solid #ddd;
	/* Optional: Add a border for visibility */
	margin: auto;
}

/* Apply the animation to the marquee text within the container */
.marquee {
	animation: marquee 10s linear infinite;
	/* Adjust the duration as needed */
	color: green;
	font-size: 12px;
	display: inline-block;
	/* Ensures that the animation works properly */
}

.direction-text {
	background-color: Silver;
	position: fixed;
	bottom: 110px;
	right: 10px;
	color: BLACK;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10%;
}

.guesspost {
	border-radius: 3%;
	width: 200px;
	height: 150px;
}

/* Container to ensure padding around the table */
.history-container {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

/* General table styling */
.history-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background-color: #ffffff;
}

/* Table rows */
.history-table-row {
	border-bottom: 1px solid #ccc;
}

/* Table cells */
.history-table-cell {
	padding: 15px;
	text-align: center;
	font-size: 16px;
}

/* Game time div styling */
.history-game-time {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

/* Links styling */
.history-table-link {
	text-decoration: none;
	color: blue;
}

/* Responsive Design */
@media screen and (max-width: 600px) {
	.history-table-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}

	.history-table-cell {
		width: 100%;
		text-align: center;
		padding: 10px;
	}

	.history-table-cell:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
}

.chat-widget-icon-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: right;
	z-index: 1000;
	font-family: Arial, sans-serif;
	display: flex;
	align-items: center;
	gap: 10px;
}

.chat-widget-icon-text {
	display: flex;
	align-items: center;
	gap: 8px;
	/* Adjust gap between text and icon */
}

.chat-widget-text {
	color: #fff;
	background-color: #2c3e50;
	padding: 8px 12px;
	border-radius: 20px;
	font-size: 14px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: 0;
}

.chat-widget-icon {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.chat-widget-icon:hover {
	transform: scale(1.1);
}

.chat-widget-icon img {
	width: 60px;
	height: 60px;
}

.chat-widget-notification {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #ff4757;
	color: white;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

/* Widget popup styling */
.chat-widget-popup {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 320px;
	max-height: 450px;
	background-color: #1e1e1e;
	color: #f1f1f1;
	border-radius: 10px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
	z-index: 1001;
	overflow-y: auto;
	font-family: Arial, sans-serif;
}

.chat-widget-header {
	background-color: #2c3e50;
	padding: 12px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chat-widget-header img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.chat-widget-header .username {
	font-weight: bold;
	font-size: 16px;
}

.chat-widget-close-btn {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	transition: color 0.3s ease;
}

.chat-widget-close-btn:hover {
	color: #ff4757;
}

.chat-widget-content {
	padding: 12px;
}

.chat-widget-message {
	background-color: #34495e;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.chat-widget-footer {
	padding: 12px;
	background-color: #2c3e50;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 12px;
}

.chat-widget-button-container {
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}

.chat-widget-button {
	background-color: #2980b9;
	color: #fff;
	padding: 8px 16px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	width: 100px;
	transition: background-color 0.3s ease;
}

.chat-widget-button:hover {
	background-color: #3498db;
}

.chat-widget-button-whatsapp {
	background-color: #25d366;
}

.chat-widget-button-whatsapp:hover {
	background-color: #2ecc71;
}

.records-chart-title {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	background-color: #4CAF50;
	color: #fff;
	margin: 0;
}

.history-container {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	padding: 0 15px;
}

.history-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.history-table-row {
	border-bottom: 1px solid #ddd;
}

.history-table-cell {
	padding: 15px;
	text-align: center;
	/* Center horizontally */
	vertical-align: middle;
	/* Center vertically */
}

.history-game-time {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	text-align: center;
	/* Ensure text is centered */
}

.history-table-link {
	font-size: 16px;
	text-decoration: none;
	color: #0066cc;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* Center link content horizontally */
	text-align: center;
	/* Ensure text is centered */
	width: 100%;
	/* Ensure the link takes full width */
}

.history-table-link:hover {
	text-decoration: underline;
	color: #004c99;
}

.history-table-link::before {
	content: "\1F517";
	/* Link symbol */
	margin-right: 8px;
	font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.history-table {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.history-table-row {
		display: block;
		margin-bottom: 20px;
	}

	.history-table-cell {
		display: block;
		width: 100%;
		padding: 10px;
		border: none;
		background-color: #f7f7f7;
		margin-bottom: 10px;
		text-align: center;
		/* Ensure text is centered on mobile as well */
	}

	.history-game-time {
		font-size: 16px;
	}

	.history-table-link {
		font-size: 14px;
		text-align: center;
		/* Ensure link is centered on mobile */
	}
}

.click-button {
            display: inline-block;
            padding: 15px 30px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            background-color: #d01f1f; /* Red background */
            border-radius: 40px; /* Rounded corners */
            text-align: center;
            text-decoration: none;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); /* Shadow for depth */
            border: 2px solid #000; /* Black border */
            position: relative;
        }

        .click-button:before {
            content: 'âœ”'; /* Checkmark icon */
            font-size: 20px;
            color: #fff;
            position: absolute;
            left: 15px; /* Positioning the checkmark */
            top: 50%;
            transform: translateY(-50%);
        }

        .click-button:hover {
            background-color: #c41818; /* Slightly darker red on hover */
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4); /* More prominent shadow on hover */
        }

        .click-button:active {
            background-color: #a21414; /* Darker red on click */
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); /* Reduced shadow on click */
            transform: translateY(2px); /* Slightly move button down on click */
        }
        
        @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-emoji {
    display: inline-block;
    font-size: 24px; /* Adjust the size of the emoji */
    animation: spin 2s linear infinite;
}

.focus-visible {
outline: lightgreen solid 2px;
color: yellow;
font-weight: bold;
font-size: 12px;
}

.play-store-button {
            display: inline-flex;
            align-items: center;
            background-color: #3d7a40; /* Play Store green background */
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-family: Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
            transition: background-color 0.3s, box-shadow 0.3s;
        }

        .play-store-button img {
            width: 20px;
            height: 20px;
            margin-right: 10px; /* Space between icon and text */
        }

        .play-store-button:hover {
            background-color: #336633; /* Darker green on hover */
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); /* Slightly more shadow on hover */
        }

        .play-store-button:active {
            background-color: #2a5230; /* Darkest green on click */
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); /* Reduced shadow on click */
            transform: translateY(2px); /* Slight movement on click */
        }
 
.chart-btn {
    display: inline-block;
    padding: 2px 4px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.chart-btn:hover {
    background-color: #218838;
}
.namebtn {
    font-weight: bold;     /* Makes the text bold */
    font-style: normal;    /* Makes the text italic */
    color: red;            /* Sets the text color to red */
    text-shadow: 2px 2px 4px yellow;  /* Adds a shadow in yellow color */
    font-size: 22px;       /* Sets the font size to 22px */
    padding-top:8px;
}
#telegram-link {
            position: fixed;
            LEFT: 10px;
            bottom: 40px;
            cursor: pointer;
            text-align: center; /* Aligns the text to the center */
        }

        #telegram-icon {
            width: 50px; /* Set a specific width */
            height: 50px; /* Set a specific height to make it a circle */
            border-radius: 50%; /* Makes the image round */
            display: block; /* Ensures it takes up the full width available */
            margin: 0 auto; /* Centers the image horizontally */
        }

        #telegram-text {
            margin-top: 2px; /* Adds space between the text and the image */
            font-size: 18px; /* Adjust the font size as needed */
            font-weight:bold;
            background-color:white;
            
            color: red; /* Sets the text color */
        }
        .dynamic-link {
        font-size: 24px; /* Makes the text larger */
        color: #007BFF; /* Sets the text color to a bright blue */
        text-decoration: none; /* Removes underline from the link */
        font-weight: bold; /* Makes the font bold */
        transition: color 0.3s ease-in-out; /* Smooth transition for color change */
    }

    .dynamic-link:hover, .dynamic-link:focus {
        color: #ff4500; /* Changes color to orange when hovered or focused */
        text-decoration: underline; /* Adds underline on hover or focus */
    }
    .profile {
    background-color: #0088cc; /* Telegram's official blue color */
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;
    margin-top:10px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: auto;
    height: 22px;
}
.notice {
    color: #333; /* Sets the text color */
    font-size: 14px; /* Sets the font size */
    font-weight: bold; /* Makes the text bold */
    padding: 10px; /* Adds space around the text */
    border: 1px solid #666; /* Adds a border around the span */
    background-color: #f0f0f0; /* Sets a background color */
    margin-top:20px;
    margin-bottom:20px;
}
.chat-pop-back {
         position: fixed;
         bottom: 5px;
         right: 5px;
         width: 300px; /* Default width */
         max-width: 300px;
         max-height :250px;
         background-color: rgba(0, 0, 0, 0.8); /* Dark translucent background */
         display: none; /* Hidden by default */
         z-index: 9999; /* Ensure it's on top of everything */
         border-radius: 10px;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
         padding: 0px;
         }
         /* Popup Content Box */
         /* Popup Content Box */
         .chat-pop-data {
         background-color: #2a2a2a;
         border-radius: 10px;
         color: white;
         padding: 20px;
         text-align: center;
         position: relative;
         max-height: 200px; /* Fixed maximum height */
         overflow-y: auto; /* Enables vertical scrolling */
         }
         /* Close Button */
         .chat-pop-click-btn {
         position: absolute;
         top: 10px;
         right: 15px;
         font-size: 24px;
         font-weight: bold;
         color: white;
         cursor: pointer;
         }
         /* Header Section */
         .chat-pop-header {
         display: flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 10px;
         }
         .chat-pop-user-profile-pic {
         width: 50px;
         height: 50px;
         border-radius: 50%;
         margin-right: 10px;
         }
         .chat-pop-username {
         font-size: 1.2rem;
         font-weight: bold;
         color: #ffcc00;
         }
         /* Content Section */
         .chat-pop-content {
         font-size: 1rem;
         margin-bottom: 10px;
         font-weight:bold;
         }
         /* Footer Section */
         .chat-pop-footer {
         display: flex;
         justify-content: space-between;
         gap: 10px;
         }
         /* Buttons */
         .chat-pop-btn {
         display: inline-block;
         padding: 4px 4px;
         border-radius: 5px;
         text-align: center;
         font-size: 0.9rem;
         text-decoration: none;
         color: white;
         flex: 1;
         }
         .chat-pop-btn-danger {
         background-color: #dc3545; /* Red button for Call */
         }
         .chat-pop-btn-warning {
         background-color: #ffc107; /* Yellow button for WhatsApp */
         }
         .chat-pop-btn-sm {
         font-size: 0.8rem;
         padding: 5px 10px;
         }
         .chat-pop-btn:hover {
         opacity: 0.9;
         }
         /* Powered by Footer */
         .chat-pop-footer-powered {
         font-size: 0.8rem;
         color: #ccc;
         text-align: center;
         margin-top: 10px;
         font-style: italic;
         }