.ui-datepicker {
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	line-height: 1.4;
	font-size: 16px;
	display: none;
}

.ui-datepicker table {
	font-size: 16px;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker-header {
	position: relative;
}

.ui-datepicker-title {
	text-align: center;
	background-color: var(--mg-primary-color-b-full);
	padding: 8px;
	color: #fff;
	font-weight: 600;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(6.12323e-17,1,-1,6.12323e-17,40.0001,-0.000574603)"><g transform="matrix(-0.715546,-0.715546,1.11146,-1.11146,7.00333,52.7573)"><rect x="5.585" y="15.289" width="27.951" height="3.181" style="fill:rgb(255,255,255);"/></g><g transform="matrix(0.715546,-0.715546,1.11146,1.11146,-4.52443,15.2351)"><rect x="5.585" y="15.289" width="27.951" height="3.181" style="fill:rgb(255,255,255);"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	width: 32px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
}

.ui-datepicker-next {
	left: initial;
	right: 0;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(6.12323e-17,-1,1,6.12323e-17,0.000574603,40.0001)"><g transform="matrix(-0.715546,-0.715546,1.11146,-1.11146,7.00333,52.7573)"><rect x="5.585" y="15.289" width="27.951" height="3.181" style="fill:rgb(255,255,255);"/></g><g transform="matrix(0.715546,-0.715546,1.11146,1.11146,-4.52443,15.2351)"><rect x="5.585" y="15.289" width="27.951" height="3.181" style="fill:rgb(255,255,255);"/></g></g></svg>');
}

.ui-datepicker-next .ui-icon {
	text-indent: -99999px;
	overflow: hidden;
}

.ui-datepicker tr {
	background-color: #fff !important;
}

.ui-datepicker tr th:first-child,
.ui-datepicker tr td:first-child {
	padding-left: 14px;
}

.ui-datepicker tr th:last-child,
.ui-datepicker tr td:last-child {
	padding-right: 14px;
}

.ui-datepicker th {
	text-align: right;
	padding: 8px;
}

.ui-datepicker td {
	text-align: right;
	padding: 0;
}

.ui-datepicker td span {
	padding: 8px;
	display: block;
	color: #777777;
}

.ui-datepicker td a {
	padding: 8px;
	display: block;
}

.ui-datepicker td a:hover {
	text-decoration: underline;
}

.ui-datepicker td a.ui-state-active {
	text-decoration: underline;
}