
.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;
}
.btn-green-bg{
    background-color: #46B227;
}
.bg-F5F5FA{
   background-color: #F5F5FA!important;
}
.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;
}
/* dish/item availability page css start */
.flexbox-container {
    background: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0;
    
  }
  .flexbox-item {
    max-width: 55em;
    background: gray;
  }
  .fixed {
    flex: none;
    max-width: 55em;
  }
  .content-of-the-box {
    width: 100%;
    background: #ffffff;
  }
  .btn-black{
      background-color: #151515;
  }
  .second-card-sec{
      margin-top: 32px;
  }
  .btn-white{
      background-color: #ffffff;
  }
  .available-check-icon{
      color: black;
      font-size: 20px;
  }
  
  .action-btn{
    align-items: center;
    justify-content: space-evenly;
  }

  /* kitchen preview page css  */
  img.preivew-main-img-size {
    width: 100%!important;
    height: 217px!important;
}
.preview-main-pic {
    width: 100%!important;
    height: 217px!important;
    background: #e6e6e9;
    border-radius: 6px;
}
/* new design css for delivery zone */
select.choose-city-zone {
    height: 100%;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    background-color: white;
}
li.list-group-item {
    border: 1px dashed #D8D8D8;
}
.menu-tab li a.active {
    font-weight: 600;
    background: #151515;
    color: #fff;
}
hr.hr-d-zone {
    height: 4px!important;
    background: #010101;
    margin-top: -4px;
}
.menu-tab li a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px 29px !important;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #010101!important;
    border-color: #010101!important;
}
/* scrollbar css start */
.scrollbar {
    height: 300px;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

/* .force-overflow {
    min-height: 450px;
} */
/* STYLE 4*/
#style-4::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}
#style-4::-webkit-scrollbar {
    width: 4.08px;
    background: #fff;
}
#style-4::-webkit-scrollbar-thumb {
    background: #C4C4C4;
        /* border: 2px solid #555555; */
}
