.bill-detail td.itm-det {
    word-break: break-word;
}

.trmcondition, .trmcondition:hover {
	text-decoration: underline;
	color:#B0B0B0;
}
/* css for size of date and day on create order page */
#shine-time{
    font-size: 16px;
}
.review-table td .text_black
{
    color:black;
}
.table-sub .td-qt{
    width: 20%;
}
.table-sub .display_qty{
    width: 80%;
}
.no_style_list{
    list-style: none;
}
.review-table tr{
    border-bottom: 0px solid #E5E5E5;
}
.notification_school{
	
    font-size: 10px;
    margin-left:80px;
    padding-top:5px;

}
.table-sub td.td-qt-2{
    width:15%;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: unset;
    color: black;
}
td .pr-badge{
    width: 100px !important;
    
}

table.turn_table_first_row tr.first_row_green td {
    color: #25A638;
}
#notificationDropdown{
	max-height:700px;
	overflow-y: auto;
}
#accordionExample .accordion-item:last-child .accordion-button {
    height:76px;
}
#accordionExample .accordion-item .accordion-button-event {
    padding: 9px 20px;
}
.minus_icon{
    color:#AFACA3;
}
#pills-tabContent table td{
    padding:5px 20px;
}
.card_stl{
    height: 400px;
}
.no_style, .no_style:hover{
    text-decoration: none;
    color:#AFACA3;
        font-size: 14px;
}
.food_table_no_records{
    min-height: auto;
}
.no_style_href, .no_style_href:hover{
    text-decoration: none;
    color:#504346;
}
.orange{
    color:#f89406;
}
.blue_underline{
    color:#3587EB;
    text-decoration: underline;

}
/* .form-check-label.active {
    font-weight: bold;
    color: #198754;
} */
.pagination_counter{
        font-family: 'Roboto';
}
.shop_begin_order{
   

		background: url('../images/frontend_main_image.jpeg') no-repeat;

	   background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 110px 0;
  margin: 0;
  object-fit: cover;
  max-width: 100%;
}
.sold_out_err{
    color:rgba(223,45,72,0.85);
}
.confirmed_badge,.fulfilled_badge{
	background-color:#F0F8F4 !important ;
	color: #4C8C5B !important;

}
.cancelled_badge{
	background-color: #FEF3F2 !important;
	color: #D75445 !important;

}
.refunded_badge,.partial_fulfilled_badge{
	background-color: #F3F7FC !important;
	color: #4979C5 !important;
}
.unfulfilled_badge,.completed_badge{
	background-color: #FFF9F1 !important;
	color: #B7791F !important;
}