.npd-je-source {
	display: none !important;
}

.npd-je-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.npd-je-date {
	min-width: 190px;
	direction: rtl;
	text-align: right;
}

.npd-je-time {
	min-width: 110px;
}

.npd-je-popup {
	position: absolute;
	display: none;
	z-index: 100000;
	width: 280px;
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	padding: 10px;
	direction: rtl;
}

.npd-je-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.npd-je-title {
	font-weight: 600;
	font-size: 13px;
	color: #1d2327;
}

.npd-je-nav {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #f6f7f7;
	color: #1d2327;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

.npd-je-nav:hover,
.npd-je-nav:focus {
	background: #e7e8ea;
	outline: none;
}

.npd-je-weekdays,
.npd-je-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 4px;
}

.npd-je-weekday {
	font-size: 11px;
	text-align: center;
	color: #646970;
	padding: 2px 0;
}

.npd-je-day {
	border: 1px solid #dcdcde;
	background: #fff;
	border-radius: 6px;
	height: 32px;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	color: #1d2327;
}

.npd-je-day:hover,
.npd-je-day:focus {
	border-color: #2271b1;
	outline: none;
}

.npd-je-day.is-empty {
	border-color: transparent;
	background: transparent;
	cursor: default;
}

.npd-je-day.is-selected {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.npd-je-day.is-today {
	border-color: #00a32a;
}
