/** @format */

* {
	margin: 0;
	padding: 0;
}

:root {
	/* Primary colors */
	--primary-color: #1da7dd;
	/* Blue */
	--secondary-color: #d7d9db;
	/* Gray */

	/* Text colors */
	--text-color: #e3e9ec;
	/* White Blue tint */
	--text-color-hover: #9ad3f8;
	/* White Blue tint */
	--text-color-light: #ffffff;
	/* White */
	--text-color-black: #000000;
	/* White */

	/* Background colors */
	--background-color: #f6faff;
	/* Light gray */
	--background-color-dark: #333333;
	/* Dark gray */
	--background-color-light: #ffffff;
	/* Dark gray */
	--background-color-Transparant: #a7dfe925;
	/* Dark gray */
	/* Shadow */
	--shadow: 5px 5px 10px #00000015;
	/* Dark gray */

	/* Accent colors */
	--accent-color-1: #ff0019;
	/* Red */
	--accent-color-2: #13a736;
	/* Green */
	--accent-color-3: #ffc107;
	/* Yellow */

	margin: 0;
	padding: 0;
	--bacgroud_1: rgb(237, 248, 253);
	--bacgroud_2: rgb(255, 255, 255);
	--bacgroud_white: rgb(255, 255, 255);
	--bacgroud_sky: #1da7dd;

	--bacgroud_sky_light: #84c9f8;
	--bacgroud_3: gray;
	--bacgroud_5: gray;
	--bacgroud_gray: gray;
	--bacgroud_4: rgba(0, 0, 0, 0.23);
	--bacgroud_black: rgba(0, 0, 0, 0.23);
	--text_color_1: rgb(0, 0, 0);
	--text_color_2: rgb(228, 228, 228);
	--text_color_white: rgb(228, 228, 228);
	--text_color_3: rgb(94, 94, 94);
	--text_color_gray: rgb(94, 94, 94);
	--text_color_4: rgb(0, 0, 0);
	--text_color_black: rgb(0, 0, 0);
	--text_sky: #1da7dd;
	--border: 0.5px solid rgba(129, 129, 129, 0.315);
	--shadow: -1px 2px 10px rgba(0, 0, 0, 0.171);


	--A: #df1a1a;
	--B: #b4169f;
	--C: #2f39aa;
	--D: #813e8b;
	--E: #eb0e0e;
	--F: #0d963b;
	--G: #e2d844;
	--H: #16589b;
	--I: #d1a32f;
	--J: #bb4436;
	--K: #d89912;
	--L: #755ac5;
	--M: #ca7423;
	--N: #148865;
	--O: #c7ca10;
	--P: #640a88;
	--Q: #267ab3;
	--R: #8f3c88;
	--S: #4b8b61;
	--T: #8e2c27;
	--U: #06a84a;
	--V: #774e99;
	--W: #b93f0f;
	--X: #1f78b4;
	--Y: #727272;
	--Z: #500785;

	background-color: var(--bacgroud_1);
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48;
	font-size: large;
}

.container {
	background-color: var(--background-color);
	min-height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 100px;
	overflow-x: hidden;
}

.menu_wrapper {
	background-color: var(--primary-color);
	width: 200px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	/* min-height: 100vh; */
	padding: 200px 0px;
	z-index: 100;
}

.mobile {
	display: none;
}

.home a {
	color: var(--text-color-light);
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px;
	transition: 0.5s;

}

.home a p {
	padding: 0 5px;
}

.home a:hover {
	color: var(--text-color-hover);
}

.main_wrapper {
	min-height: 100vh;
	margin-left: 150px;
	padding: 5px;
	color: var(--text-color-light);
	/* background-color: #3ed862; */
}

.entries {
	/* background-color: var(--primary-color); */
	margin: 50px auto;
	width: 90%;
	min-height: 200px;
	padding: 20px;
	border-radius: 10px;
}

.entrie_container {
	background-color: var(--primary-color);
	margin: 50px auto;
	width: 80%;
	min-height: 400px;
	padding: 50px 20px;
	border-radius: 10px;
	padding-bottom: 70px;
	box-shadow: var(--shadow);
}

.graph_wrapper {
	display: flex;
	justify-content: center;
	height: 90%;
}

.entry_header {
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
	color: var(--primary-color);
}

.entries_wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.entries_wrapper {
	margin-top: 20px;
}

.not_verified {
	color: var(--text-color-hover);
	width: 25%;
	background-color: var(--background-color-light);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-shadow: var(--shadow);
}

.not_verified h2 {
	margin-bottom: 20px;
	color: var(--primary-color);
}

.entry_header p {
	color: var(--secondary-color);
}

#entries_desh_graph {
	width: 100%;
	height: auto;
	margin: auto;
}

.loggedin_user {
	position: absolute;
	right: 20px;
	top: 3px;
}

.firstletter {
	display: flex;
	align-items: center;
	padding: 3px;
	margin: 0 12px;
	background-color: var(--bacgroud_red);
	/* justify-content: right; */
	border-radius: 50%;
	/* Make it a circle */
}

.firstletter a {
	text-decoration: none;
}

.circle {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	width: 30px;
	/* Set the width and height of the circle */
	height: 30px;
	border-radius: 50%;
	/* Make it a circle */
	background-color: var(--F);
	/* Set the background color */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	/* Text color */
	/* font-weight: bold; */
	font-size: large;
	font-weight: lighter;
	transition: transform 0.5s ease;
	border: #ffffff solid 2px;
}

.circle:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 756px) {
	/* Your CSS rules for screens with a maximum width of 756 pixels */

	.menu_wrapper {
		position: fixed;
		top: auto;
		left: 0;
		bottom: 0;
		width: 100vw;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-around;
		z-index: 100;
		height: 70px;
		border-top: var(--border);
	}

	.home {
		/* background-color: #000000; */
		width: 25%;
		padding: 0;
	}

	.home a {
		font-size: x-small;
		display: block;
		text-align: center;
		padding: 15px 0;
	}

	.main_wrapper {
		min-height: 100vh;
		margin: auto;
		padding: 0px;
		color: var(--text-color-light);

	}

	.mobile {
		/* background-color: #3ed862; */
		z-index: 200;
		display: flex;
	}


	.entries {
		/* background-color: var(--primary-color); */
		margin: 20px auto;
		width: 90%;
		height: 200px;
		padding: 5px;
		border-radius: 10px;
	}

	.entries_wrapper {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 50px auto;
	}

	.not_verified {
		width: 28%;

		border-radius: 10px;
		padding: 20px 5px;
	}

	.not_verified h2 {
		font-size: small;
	}

	.entrie_container {
		background-color: var(--primary-color);
		margin: 100px auto;
		width: 98%;
		height: 150px;
		padding: 50px 10px;
		border-radius: 10px;
		padding-bottom: 70px;
		box-shadow: var(--shadow);
	}

	.graph_wrapper {
		min-height: 90%;
		padding: 0;
		/* background-color: #3ed862; */
	}

	canvas {
		height: 500px;
	}
}