
.day-bill-page{
	background: #ffffff;
}
table {
    border-spacing: 0px!important;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value{text-align: left!important;}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month, .ant-fullcalendar-fullscreen .ant-fullcalendar-date{
	margin: 0 !important;
	border: 1px solid #e8e8e8!important;
	border-right: 0!important;
	border-bottom: 0!important;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value, .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
    display: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
    padding-right: 12px;
    padding-bottom: 5px;
    text-align: left;
}
.events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events .value{text-align: center;color: #0094ff;font-size: 17px;}
.events .name{text-align: center;color: #b6b5b5;margin-top: 4px;}
.events .ant-badge-status {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
}
.notes-month {
  text-align: center;
}
.notes-month .value{text-align: center;color: #0094ff;font-size: 22px;}
.notes-month .name{text-align: center;color: #b6b5b5;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-top: 4px;}
.c-flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex-col{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-jus-c{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flex-jus-s{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.flex-jus-e{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.flex-item-s{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

