.dayBox{
	cursor: pointer;
	width: 115px;
	height: 63px;
	border-radius: 4px;
	/* border: 2px solid #6ab1e4 ; */
	color: #265e8d;
	font-size: 18px;
	text-align: center;
}
.today{
	background-color: #95caf0 ;
	color:#fff ;
	border-radius:5px;
	border: 2px solid #6ab1e4 ;
}
.btn-week-arrow {
	top: 0px;
    background-color: #fff !important;
    border-color: #fff !important;
	position: relative;
	color: #4588b9;
}
.full-date-text{
	font-size: 14px;
	color: #78aedc;
}
.today .full-date-text{
	font-size: 14px;
	color: #fff;
}
.mb-0{
	margin-bottom: 0px;
}