table.calendar-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: #131416;
}

table.calendar-table th,
table.calendar-table td {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #afafaf;
	padding: 0px;
}

table.calendar-table th {
	border-radius: 4px 4px 0px 0px;
}

table.calendar-table td {
	border: 2px solid #131416;
	border-radius: 4px;
}

table.calendar-table th {
	background-color: #252525e6;
	color: #afafaf;
}

table.calendar-table td {
	background-color: #232323a2;
}

table.calendar-table td a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: inherit;
	text-decoration: none;
}

table.calendar-table td:hover {
	background-color: #2a2a2ad6;
}

.table-calendar-disabled-day {
	color: #afafaf4a !important;
}

.calendar-notification-circle {
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #ff4d00d6;
	color: white;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: -45px;
	margin-left: 5px;
}

.calendar-movement {
	margin-left: 3px;
	display: flex;
	align-items: center;
	gap: 1px 20px;
	color: #afafaf;
	font-weight: 500;
	white-space: nowrap;
	padding: 8px 4px;
	text-decoration: none;
	transition: 0.2s ease;
	margin-bottom: 3px;
	background-color: #252525e6;
	width: 20%;
	border-radius: 4px;
	justify-content: center;
}

.calendar-movement:hover {
	background: #2a2a2ad6;
	border-radius: 4px;
}

.calendar-movement-box {
	display: flex;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
	padding-top: 8px;
}

.calendar-selected-cell {
	background-color: #60606052 !important;
}
