.border-b-1 {
    border-bottom: 1px solid #96a2b4;
}

.item-card {
    overflow: hidden;
    border-radius: 5px;
}

.item-card .img-fluid {
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.card-dish{
    --bs-card-bg: #fff !important;
}
.card-dish .info .name {
    color: #000 !important;
}
.slick-slide .item img{
    width:50px;
    margin: 0 auto;
}
.item.item-shadow {
    box-shadow: 1px 1px 6px #ccc;
    margin: 10px 0px;
    background: #fff;
}
.slick-slide {
    padding: 0px 15px !important;
}
.card-dish .shadow {
    box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 15%) !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.card-bottom-form .form-control, .card-bottom-form .form-select {
    line-height: 1.5rem;
    font-size: 20px;
}
.bill-text{
    font-size: 20px;
}
.card-bottom-form label,.card-bottom-form strong {
    font-size: 15px;
}
.card-bottom-form .text-sm {
    font-size: 16px;
}
label.txt-sml {
    font-size: 11px;
}
img,
svg {
    vertical-align: middle;
}


.item-card .info {
    padding: 5px 10px;
}

.item-card .info .name {
    color: #000;
}

.item-card .info .price {
    font-size: 13px;
}

.item-card .info .price img {
    width: 12px;
    margin-right: 8px;
}


.card-scrollbar {
    position: relative;
    height: 450px;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 65vh !important;
}

.card-scroll-y {
    display: block;
}


.card-scrollbar::-webkit-scrollbar {
    width: 3px !important;

}


.card-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.card-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.card-scrollbar::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.bg-glight {
    background-color: rgb(210, 210, 210);
}


.footer-total {
    border-top: 1px solid black;
    padding-top: 10px;
    margin-top: 5px;
}

.t-header {
    position: sticky;
    top: 0;
}


.resize-none {
    resize: none;
}


.bill-scrollbar {
    position: relative;
    height: 440px;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 62vh !important;
}


.bill-scroll-y {
    display: block;
}


.bill-scrollbar::-webkit-scrollbar {
    width: 3px !important;

}


.bill-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.bill-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.bill-scrollbar::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


.btn-bv {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8b1cbb;
    --bs-btn-border-color: #8b1cbb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8b1cbb;
    --bs-btn-hover-border-color: #8b1cbb;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8b1cbb;
    --bs-btn-active-border-color: #8b1cbb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8b1cbb;
    --bs-btn-disabled-border-color: #8b1cbb;
}


.btn-gray {
    --bs-btn-color: #000;
    --bs-btn-bg: #d8d8d8;
    --bs-btn-border-color: #d8d8d8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d8d8d8;
    --bs-btn-hover-border-color: #d8d8d8;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #d8d8d8;
    --bs-btn-active-border-color: #d8d8d8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #d8d8d8;
    --bs-btn-disabled-border-color: #d8d8d8;
}


.btn-completed {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2106ed;
    --bs-btn-border-color: #2106ed;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2106ed;
    --bs-btn-hover-border-color: #2106ed;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2106ed;
    --bs-btn-active-border-color: #2106ed;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2106ed;
    --bs-btn-disabled-border-color: #2106ed;
}


.box-height>[class*=col] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.box-height>[class*=col]>.card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.fixed-bottom .card-bottom-form{
    height:100px;
}
.border-l {
    border-left: 1px solid #96a2b4;
}

.border-t {
    border-top: 1px solid #96a2b4;
}


.bg-s-pending {
    --bs-bg-opacity: 1;
    background-color: #FEF1D5 !important;
    color: #976f1a !important;
}

.bg-s-cooking {
    --bs-bg-opacity: 1;
    background-color: #d8e5f8 !important;
    color: #234b85 !important;
}

.bg-s-ready {
    --bs-bg-opacity: 1;
    background-color: #d2f1e8 !important;
    color: #117054 !important;
}

.bg-s-completed {
    --bs-bg-opacity: 1;
    background-color: #DDF485 !important;
    color: #4A6B1C !important;
}



.text-pending {
    color: #976f1a !important;
}

.text-cooking {
    color: #234b85 !important;
}

.text-ready {
    color: #117054 !important;
}

.invoice-box {
    max-width: 1600px;
    width: 100%;
    overflow: auto;
    margin: 15px auto;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.login-bg {
    background-color: #232E3C;
}

.chart-holder {
    height: 20vh !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paypoint-header {
    background: #E17272;
}

.paypoint-title {
    color: #fff;
}
.paypoint-btn {
    background: #f6c20a;
    border: #f6c20a;
}

/*****export button*******/
.buttons-copy {
    background: #666;
    border: #666;
}
.buttons-pdf {
    background-color: #e91e63;
    border: #e91e63;
}
.buttons-excel {
    background: #59bf70;
    border: #59bf70;
}
.buttons-print {
    background: #6563ef;
    border: #6563ef;
}
/**********/
.chart-holder .apexcharts-legend {
    justify-content: start;
}

.mh-50 {
    min-height: 50px !important;
}

.mm-3 {
    margin-left: -3px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.tw-2 {
    width: 2% !important;
}


.tw-5 {
    width: 5% !important;
}

.tw-10 {
    width: 10% !important;
}

.tw-12 {
    width: 12% !important;
}


.tw-15 {
    width: 15% !important;
}

.tw-20 {
    width: 20% !important;
}

.tw-25 {
    width: 25% !important;
}

.tw-30 {
    width: 30% !important;
}

.tw-35 {
    width: 35% !important;
}

.tw-40 {
    width: 40% !important;
}

.tw-45 {
    width: 45% !important;
}

.tw-50 {
    width: 50% !important;
}

.tw-80 {
    width: 80% !important;
}

.md-none {
    display: none !important;
}

.view-table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.view-td1 {
    padding: 5px;
    vertical-align: top;
}

.view-table1 {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.view-td2 {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px
}

.view-f1 {
    vertical-align: inherit;
    margin-bottom: 25px;
}

.view-f2 {
    vertical-align: inherit;
    font-size: 14px;
    color: #7367F0;
    font-weight: 600;
    line-height: 35px;
}
.view-f3{
    vertical-align: inherit;font-size: 14px;color:#000;font-weight: 400;
}

.view-f3 {
    vertical-align: inherit;font-size: 14px;color:#939ba2;font-weight: 400;
}
thead.bg-secondary-light th {
    color: #000;
    font-size:14px;
}
.card-header.p-3 {
    background: #d1d4d7;
    color: #000;
}
.view-align1 {

    vertical-align: inherit;
}
.card-d .card-title {
    font-size: 13px;
}
.card-report .card-header {
    background: transparent;
    color: #939ba2;
}
.view-f4{
    padding:5px;vertical-align:top;text-align:left;padding-bottom:20px
}

.view-f5{
    vertical-align: inherit;margin-bottom:25px;

}

.view-f6{
    vertical-align: inherit;font-size:14px;color:#7367F0;font-weight:600;line-height: 35px; 
}

.view-f7{
    padding:5px;vertical-align:top;text-align:left;padding-bottom:20px
}

.view-f8{
    vertical-align: inherit;margin-bottom:25px;
}

.view-f9{
    padding:5px;vertical-align:top;text-align:right;padding-bottom:20px
}

.view-f10{
    vertical-align: inherit;margin-bottom:25px;
}

.view-f11{
    vertical-align: inherit;font-size:14px;color:#7367F0;font-weight:600;line-height: 35px;
}
img.product-edit-img {
    width: 200px;
    margin-bottom: 10px;
    height: 100px;
    object-fit: cover !important;
}
img.category-edit-img {
    width: 100px;
    margin-bottom: 10px;
    height: 100px;
    object-fit: cover !important;
}
body.login-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #EAF3FA;
}
.login-bg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    /*background-color: #232E3C;*/
    background-color:#f8f9fd;
}
.banner_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.banner_img img {
    display: block;
    max-width: 600px;
    max-height: 300px;
}
.logo_box {
        position: relative;
    top: 15%;
    width: 100%;
    left: 0%;
}
.logo_box img {
    max-width: 265px;
    display: block;
    margin: 10% 20%;
}


.input-hidden {
  position: absolute;
  left: -9999px;
}

.payment-block input[type=radio]:checked + label>img {
  border: 1px solid #3b7ddd;
  box-shadow: 0 0 0px 0px #090;
  background: #3b7ddd;
}

/* Stuff after this is only to make things more pretty */
.payment-block input[type=radio] + label>img {
  width: 70px;
  height: 50px;
  transition: 500ms all;
}

.payment-block input[type=radio]:checked + label>img >h6{
  color:#fff;
}

.payment-method img {
    margin: 0;
}
.payment-method  {
    display: inline-flex;
}
.payment-block {
    margin: 0 5px;
    padding: 2px 10px;
}
.payment-block label { 
    cursor:pointer;
    background: #ccc;
}
.payment-block h6 {
    text-align: center;
    font-size: 10px;
    margin: 2px 0px 0px 0px;
    color:#000;
}
@media (max-width: 767.98px){
    .banner_img {
    display: none;
}
.card.login-card {
    transform: translateX(1%) !important;
}
.row.vh-100.login-row {
    height: 70vh !important;
}
}

.switchToggle2 input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle2 label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle2 label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle2 input:checked + label, .switchToggle2 input:checked + input + label  {background: #3e98d3; }
.switchToggle2 input + label:before, .switchToggle2 input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle2 input:checked + label:before, .switchToggle2 input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle2 input:checked + label:after, .switchToggle2 input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle2 label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }


.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #3e98d3; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }

.switchToggle1 input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle1 label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle1 label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle1 input:checked + label, .switchToggle1 input:checked + input + label  {background: #3e98d3; }
.switchToggle1 input + label:before, .switchToggle1 input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle1 input:checked + label:before, .switchToggle1 input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle1 input:checked + label:after, .switchToggle1 input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle1 label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }