.ui-datepicker {
	padding: 0;
	font-size: 25px;
	font-family: "Lato", sans-serif;
}

.ui-datepicker .ui-datepicker-header {
	background-color: #9ab021;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 10px 0;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 30px;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 50px;
	top: 10px;
}

.ui-datepicker .ui-datepicker-calendar {
	padding-left: 5px;
	padding-right: 5px;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker td .ui-state-default {
	background: transparent;
	color: #666;
	border: none;
	text-align: center;
	padding: .6em;
	margin: 0;
}

.ui-datepicker .ui-state-disabled  {
	opacity: 0.5;
	background: none;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
	color: #ccc;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	background: rgba(146, 194, 250, 0.253);
}

.ui-datepicker .ui-datepicker-next span.ui-icon,
.ui-datepicker .ui-datepicker-prev span.ui-icon {
    width:35px;
	height:30px;
    display: block;
    text-indent: 0;
    overflow: hidden;
	position: relative;
    background-repeat: no-repeat;
	color: #000;
	background-image: none !important;
	margin-top:-15px;
}

.ui-datepicker-prev span:before,
.ui-datepicker-next span:before{
	position: relative;
	font-weight:900;
	color: #000;
	width:25px;
	height:30px;
	line-height:30px;
	background: none;
	font-size: 28px;
	text-align:center;
	display:block;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover{
	cursor:pointer;
	background: none !important;
	border-color: transparent!important;
}

.ui-datepicker-prev:hover span:before,
.ui-datepicker-next:hover span:before{
	cursor:pointer;
	background: none !important;
	border-color: transparent!important;
}

.ui-widget-header .ui-icon {
    background-image: ;
}

.ui-datepicker-prev span:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
	
}

.ui-datepicker-next span:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
}