@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

table.calendar {
	padding: 0;
	margin: 0px auto;
	caret-color: transparent;
}
table.calendar tr.headline td{
	font-size: 14px;
	height: 25px;
	font-weight: 300;
	border: none;
}
table.calendar th {
	text-align: left;
	font-size: 16px;
	width: 100%;
	padding: 10px 10px 10px 10px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
table.calendar th span {
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 15px;
	font-size: 15px;
	font-weight: 400;
}
table.calendar td {
	border: solid 6px #ffffff;
	text-align: center;
	width: 45px;
	height: 47px;
	font-size: 15px;
	vertical-align: middle;
	line-height: normal;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
table.calendar td.click {
	cursor: pointer;
	background-color: #FFFFFF;
}
table.calendar td.Today {
	background: #007d007d;
	color: white;
	border-radius: 60px;
}
table.calendar td.Sat {
	color: white;
	background: #ff4343;
	border-radius: 60px;
}
table.calendar td.Sun {
	color: #ffffff;
	background-color: #ff4343;
	border-radius: 60px;
}
table.calendar td.holyday {
	color: #ffffff;
	background: #ff4343;
	border-radius: 60px;
}
table.calendar td.xday {
	font-weight: bolder;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}