
.closed_date{
	background: #CDCDCD !important;
}
/* .available_date{ */
	/* background: #53E69D !important; */
/* } */
/* .soldout_date{ */
	/* background: #FF7676 !important; */
/* } */
/* .fastfilling_date{ */
	/* background: #FFC36D !important; */
/* } */
td.today {
    background: #2f46ab !important;
    border-radius: 0px;
    color: #ffffff !important;
}

td.soldout {
    background: #fff !important;
}
td.available-date {
    /* background: #fff !important; */
	background: #53e69d !important;
    color: #fff !important  ;
}
td.fast-filling {
    background: #fff !important;
}

#calendar td:hover{
    background: #fb6c11 !important;
    border-radius: 0px;
    color: #fff !important;
    cursor: pointer;

}

td.selected_date{
	background: #0064ff !important;
	color: #fff !important;
}

div.offcanvasRight0 {
    width: 556px !important;
    background: #EFF2FF;
    padding-left: 25px;
    padding-top: 10px;
    ::-webkit-scrollbar{
	   display: block !important;
	}
}

.mealInfoCanvas {
  width: 556px !important;
  background: #EFF2FF;
  padding-left: 40px;
  padding-top: 18px;
}

.qr-code{
	width: fit-content !important;
}
