
.checked{
    color: #ED1C24;
}
.unchecked{
    color: whitesmoke;
}
.bg-red{
    background-color: #ED1C24;
}
.bg-yellow{
    background-color: #FFE24D;
}
.ordernumber{
    font-size: 70px;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #ED1C24;
    border-radius: 50%;
    display: inline-block;
  }
.mdi-brightness-1{
    color: #ED1C24;
}
.bg-light_gray{
    background-color: #E1E1E1;
}
.bg_light_blue{
    background-color: #9AF9F9;
}
.bg-black{
    background-color: #151515;
}
.btn-red{
    background-color: #ED1C24;
}
.text-white{
    color: white;
}
.btn-green{
    color: #46B227;
}
.ractangle-main-menu{
    margin-left: 60px;
    margin-bottom: -18px;
}
.ractangle-preparing{
    margin-left: 225px;
    margin-bottom: -18px;
}
.ractangle-on-the-way{
    margin-left: 375px;
    margin-bottom: -18px;
}
.ractangle-delivered{
    margin-left: 525px;
    margin-bottom: -18px;
}
.ractangle-cancelled{
    margin-left: 690px;
    margin-bottom: -18px;
}
.ractangle-catering{
    margin-left: 295px;
    margin-bottom: -18px;
}
.footer{
    display: flex;
}
.activeClass{
    background-color: #FFE24D;
}
.btn-small-font{
    font-size: 12px;
}

.vertical-line{
    height: 155px;
    width: 5px;
    
    border-radius: 99px;
    margin: 0px 5px;
    display: flex;
    padding: 5px;
    align-items: center;
}
.id-item-details{
    color: #151515;
}
.unlimited-qty{
    margin-left: -18px;
}
/* payout page css start */
.transaction-space{
    margin-left: -5rem;
}
.dashed-vertical-line{
    border-right: 1px dashed #D8D8D8;
    height: 90px;
}

.display-btn{
    display: inline-grid;
    padding-left: 15px;
    margin-top: -9px;
}
.mdi-menu{
    color: #151515;
}
/* payout page css end*/

/* back-to-payouts page css :start */
.dashed-line-table{
    border-top: #151515 1px dashed;
    border-style: dotted;
}
/* main-menu-products- page css*/
.masala-restroImg{
    margin-top: -65px;
    border-radius: 6px;
}
.kitchen-side-by-side-img-content{
    display:inline-flex;
    
}
.mdi-star{
    color: darkorange;
}
.product-price{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
/* main menu products page css end */
.mdi-checkbox-marked{
    color: #46B227;
}
button.btn.bg-white.btn-sm.available-btn-pd {
    padding: 7px;
    
}

.mdi-close-box{
    color: #ED1C24;
}
.type-other-textbox{
    margin-right: -20px;
}
.other-label{
    padding-top: 0.3rem;
}