/* Date Picker Default Styles */
#jethost-total-care .ui-datepicker {
	padding: 0;
	margin: 0;
	min-width: 17em;
	width: auto !important;
	z-index: 1000 !important;
}

#jethost-total-care .ui-datepicker-multi-2 {
	background: white;
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

#jethost-total-care .ui-datepicker tbody,
#jethost-total-care .ui-datepicker thead {
	background-color: var(--jet-color-datepicker-bg);
}

#jethost-total-care .ui-datepicker tbody td,
#jethost-total-care .ui-datepicker thead th {
	width: 24px;
	height: 24px;
	padding: 2px;
}

#jethost-total-care .ui-datepicker * {
	padding: 0;
	-webkit-user-select: none;
	user-select: none;
}

#jethost-total-care .ui-datepicker-group {
	padding: 20px;
	border-radius: 7px;
	background-color: var(--jet-color-datepicker-bg);
}

#jethost-total-care .ui-datepicker .ui-datepicker-group {
	float: left;
}

#jethost-total-care .ui-datepicker table {
	font-size: 13px;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

#jethost-total-care .ui-datepicker .ui-widget-header,
#jethost-total-care .ui-datepicker .ui-datepicker-header {
	background-image: none;
	color: var(--jet-color-primary-text);
	font-weight: normal;
}

#jethost-total-care .ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: transparent;
	cursor: pointer;
}

#jethost-total-care .ui-datepicker .ui-datepicker-title {
	margin: 0;
	padding: 10px 0;
	color: var(--jet-color-primary-text);
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

#jethost-total-care .ui-datepicker .ui-datepicker-prev,
#jethost-total-care .ui-datepicker .ui-datepicker-next {
	position: relative;
	top: 0;
	height: 34px;
	width: 34px;
}

#jethost-total-care .ui-datepicker .ui-state-hover.ui-datepicker-prev,
#jethost-total-care .ui-datepicker .ui-state-hover.ui-datepicker-next {
	border: none;
}

#jethost-total-care .ui-datepicker .ui-datepicker-prev,
#jethost-total-care .ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}

#jethost-total-care .ui-datepicker .ui-datepicker-next,
#jethost-total-care .ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}

#jethost-total-care .ui-datepicker .ui-datepicker-prev {
	float: left;
}

#jethost-total-care .ui-datepicker .ui-datepicker-prev:before {
	content: "\f341";
}

#jethost-total-care .ui-datepicker .ui-datepicker-next {
	float: right;
}

#jethost-total-care .ui-datepicker .ui-datepicker-next:before {
	content: "\f345";
}

#jethost-total-care .ui-datepicker .ui-datepicker-next span,
#jethost-total-care .ui-datepicker .ui-datepicker-prev span {
	display: none;
}

#jethost-total-care .ui-datepicker .ui-datepicker-next.ui-state-disabled,
#jethost-total-care .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	visibility: hidden;
}

#jethost-total-care .ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):before,
#jethost-total-care .ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):before {
	font: normal 20px/34px "dashicons";
	padding-left: 7px;
	color: var(--jet-color-primary-text);
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 34px;
	height: 34px;
}

#jethost-total-care .ui-datepicker .ui-datepicker-prev-hover:before,
#jethost-total-care .ui-datepicker .ui-datepicker-next-hover:before {
	opacity: 0.7;
}

#jethost-total-care .ui-datepicker select.ui-datepicker-month,
#jethost-total-care .ui-datepicker select.ui-datepicker-year {
	width: 33%;
}

#jethost-total-care .ui-datepicker thead {
	color: var(--jet-color-navy-100);
}

#jethost-total-care .ui-datepicker td {
	padding: 0;
}


#jethost-total-care .ui-datepicker td.ui-datepicker-week-end {
	/*background-color: #f6f7f7;*/
}

/*#jethost-total-care .ui-datepicker td.ui-datepicker-today {*/
/*	background-color: var(--wpdiv-color-orange-25);*/
/*}*/

/*#jethost-total-care .ui-datepicker td.ui-datepicker-current-day {*/
/*	background: var(--wpdiv-color-green-25);*/
/*}*/

#jethost-total-care .ui-datepicker td.ui-state-disabled {
	cursor: default;
}

#jethost-total-care .ui-datepicker .wpdiv-datepicker-available-backup {
	background-color: var(--jet-color-navy-100);
	border-radius: 7px;
}

#jethost-total-care .ui-datepicker .wpdiv-datepicker-available-backup:hover {
	background-color: var(--jet-color-navy-100);
}

#jethost-total-care .ui-datepicker .wpdiv-datepicker-available-backup a {
	color: var(--jet-color-white) !important;
}

#jethost-total-care .ui-datepicker td.ui-state-disabled .ui-state-default {
	cursor: default;
}

#jethost-total-care .ui-datepicker td .ui-state-default {
	background: transparent;
	text-align: center;
	text-decoration: none;
	width: auto;
	display: block;
	font-weight: normal;
}

#jethost-total-care .ui-datepicker td .ui-state-default {

}

#jethost-total-care .ui-datepicker .ui-widget-header,
#jethost-total-care .ui-datepicker .ui-datepicker-header {
	background: var(--jet-color-datepicker-bg);
}

#jethost-total-care #jethost-total-care .ui-datepicker thead {
	background: var(--jet-color-datepicker-bg);
}

#jethost-total-care #jethost-total-care .ui-datepicker td .ui-state-hover {
	background: #2271b1;
	color: #fff;
}

#jethost-total-care body.wp-admin:not(.rtl) .ui-datepicker {
	margin-left: -1px;
}

#jethost-total-care body.wp-admin.rtl .ui-datepicker {
	margin-right: -1px;
}