/*
App-custom.css
Template name: AppUI
Author: rustheme
*/

#promoForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

/* dine in table css start */

.table_main_div {
    background-color: #ffffff;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 15px;
}

.table_no_heading {
    font-size: 21px;
    margin-top: 55px;
}

.table_no_text {
    font-size: 30px;
    font-weight: 500;
}

.table_qr_div {
    margin: 10px 0px 0px 0px;
}

.delete_table_btn {
    display: block;
    margin-top: 20px;
    border-radius: 5px;
}

.download_qr_code_btn {
    display: block;
    border-radius: 5px;
}

.status-badge {
    position: absolute;
    top: 20px;
    /* Adjust as needed */
    z-index: 0;
    right: 15px;
}

.select_table_checkbox {
    position: absolute;
    margin: 0px;
    /* Keeps it in the same position */
    left: 15px;
    /* Keeps it aligned to the left */
}

.table_res_hedging {
    padding-left: 10px;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}

.qr_btn {
    border-radius: 3px;
    margin-left: 10px;
}

.table_res_name {
    font-size: 21px;
    font-weight: 500;
}

.qr_code_count {
    background: white;
    color: #357ab7;
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: 4px;
    font-weight: 500;
    font-size: 13px;
}

/* dine in table css over */

/*  View Promos css start */

.promo_bottom_div {
    position: absolute;
    bottom: 0;
    width: 95%;
}

.promo_main_div {
    background-color: #fafafa;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    /* height: 240px; */
}

.promo_click {
    cursor: pointer;
}

.promo_title {
    font-size: 20px;
    border-left: 4px solid #326e36;
    padding-left: 10px;
    border-radius: 2px;
    margin-top: 20px;
}

.promo_status {
    font-size: 13px;
    margin-top: 2px;
    margin-left: 15px;
}

a.morelink {
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

.morecontent span {
    display: none;
}

.promo_desc {
    padding: 5px 15px 0px 15px;
    font-size: 15px;
}

.promo_code_div {
    padding: 28px 0px 28px 15px;
}

.promo_code {
    border: 2px dashed #326e36;
    color: #326e36;
    padding: 4px 12px;
    border-radius: 7px;
    font-size: 16px;
    background-color: #edf2ec;
}

.promo_dashed_line {
    border-top: 1px dashed #d3d3d3;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-bottom: 2px;
}

.start_end_date {
    text-align: center;
    padding-bottom: 5px;
}

@media (min-width: 991px) {
    .promo_desc {
        padding: 5px 15px 0px 15px;
        font-size: 14px;
        height: 55px;
        overflow-y: scroll;
    }

    .promo_desc::-webkit-scrollbar {
        width: 5px;
        height: 50px;
    }

    .promo_desc::-webkit-scrollbar-thumb {
        background-color: rgb(180, 180, 180);
    }
}

/*  View Promos css over */

.orderItemToppings {
    font-size: 14px;
    margin: -5px 0px 10px 0px;
}

.orderItemName {
    font-weight: 400;
}

.orderItemPrice {
    font-weight: 400;
}

/*# sourceMappingURL=maps/app-custom.css.map */

.drawer-header a img {
    height: 58px;
    width: auto;
    max-width: none;
    display: block;
    margin-left: -11px;
    margin-right: auto;
    margin-top: 12px;
}

.square_image_text {
    font-size: 15px;
    color: green;
    font-weight: 400;
    margin-bottom: -18px;
    display: block;
}

/*
 * Page: Login & Register
 * ----------------------
 */

/* NEW LOGIN SCREEN START*/
/* Custom Fonts */
@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("/assets/fonts/Gilroy-SemiBold.ttf") format("truetype");
    /* Add more font formats (e.g., woff, woff2) for better browser compatibility */
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url("/assets/fonts/Gilroy-Regular.ttf") format("truetype");
}

/* CSS for Responsive Logo */
.solo-logo {
    max-width: 100%;
    /* Ensures the image does not exceed its parent container */
    height: auto;
    /* Allows the image to maintain its aspect ratio */
}

/* Apply Gilroy-Regular font to input fields with class 'custom-font' */
.custom-font {
    font-family: "Gilroy-Regular", sans-serif;
}

.login-button-font {
    font-family: "Gilroy-SemiBold", sans-serif;
}

.logo-box a {
    font-family: "Gilroy-SemiBold", sans-serif;
    /* Fallback to a generic sans-serif font if the custom font is not available */
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 80px;
    font-weight: 300;
    color: #2456ca;
}

.container-style {
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 15px 3px rgba(204, 204, 204, 0.6);
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px;
    height: 450px;
    width: 100%;
    /* Set initial width to 100% */
    max-width: 800px;
    /* Set maximum width */
    margin: 0 auto;
    /* Center container horizontally */
}

/* Adjust container style for smaller screens */
@media (max-width: 992px) {
    .container-style {
        width: 90%;
        /* Adjust width for smaller screens */
    }
}

@media (max-width: 767px) {
    .col-xl-6.banner-sec {
        display: none !important;
    }
}

.banner-sec {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email_login,
.password_login {
    border: none;
    /* Remove all borders */
    border-bottom: 1px solid #b0cbcf;
    /* Add bottom border */
    padding-left: 45px;
    /* Adjust padding to make space for icon */
    padding-bottom: 6px;
    font-size: 15px;
    width: calc(100% - 20px);
    /* Adjust width to accommodate icon */
    box-sizing: border-box;
    /* Ensure padding doesn't increase width */
    display: inline-block;
    /* Display input field inline */
}

.input-container {
    position: relative;
}

.email_login::placeholder,
.password_login::placeholder {
    color: #b0cbcf;
    /* Change placeholder text color */
}

.login-new {
    width: calc(100% - 10px);
    /* 100% width minus 5px on each side */
    margin: 7% auto 0 auto;
    /* Adjusted top margin */
    max-width: 360px;
    /* Set a maximum width for larger screens */
}

/* Media query for screens up to 767px (commonly used for mobile devices) */
@media (max-width: 767px) {

    .col-xl-6,
    .col-lg-6,
    .col-md-6 {
        width: 100%;
        /* Set the width to 100% for mobile screens */
    }

    .login-new {
        padding-left: 15px;
        /* Add left padding */
    }

    /* Adjust the login button style for mobile screens */
    .btn.btn-danger.btn-block.btn-flat.login-button-font {
        width: 100%;
        /* Set the button width to 100% minus padding */
        margin-right: 15px;
    }
}

/* Set the login button fixed width for large screens */
@media (min-width: 992px) {
    .access-panel .row .col-lg-4.offset-lg-4 {
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* NEW LOGIN SCREEN OVER */

.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page,
.register-page {
    background: #fff;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px) {

    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }

    .sales_report {
        display: block;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    box-shadow: 2px 2px 30px 2px #eee;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.search_form {
    margin-bottom: 30px;
}

.no_of_result {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 3px;
}

.active-table tbody:hover {
    cursor: pointer;
}

.none {
    display: none;
}

.select2-container .select2-choice>.select2-chosen {
    color: #333;
}

.select2-choice.select2-default>.select2-chosen {
    color: #999;
}

.nav-drawer>.active>a,
.nav-item-has-grandsubnav.active>a,
.nav-item-without-grandsubnav.active>a {
    background-color: #2456ca;
    color: #fff;
}

.nav-drawer>.active>a:hover,
.nav-drawer>.active>a:focus,
.nav-drawer>.active>a:active,
.nav-item-has-grandsubnav.active>a:hover,
.nav-item-has-grandsubnav.active>a:focus,
.nav-item-has-grandsubnav.active>a:active,
.nav-item-without-grandsubnav.active>a:hover,
.nav-item-without-grandsubnav.active>a:focus,
.nav-item-without-grandsubnav.active>a:active {
    background-color: #2456ca;
    color: #fff;
}

.nav-grandsubnav>li>a {
    color: #999;
    padding-left: 50px;
}

.nav-grandsubnav>li>a:hover {
    background-color: transparent;
    color: #333;
}

.nav-grandsubnav .active a {
    color: inherit;
}

.circle_icon {
    font-size: 7px;
    position: inherit;
    padding-right: 5px;
    top: -1px;
}

.m-t-14 {
    margin-top: 14px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

#storeForm .card-header,
#brandForm .card-header,
#printerForm .card-header,
#paymentCollectionForm .card-header,
#orderAccepterForm .card-header {
    padding-bottom: 10px;
}

#storeForm .card-header h4,
#brandForm .card-header h4,
#paymentCollectionForm .card-header h4,
#orderAccepterForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

#tableForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

#printerForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

.variation_icon_menu_li>a {
    background-image: url(../../assets/img/variation.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.variation_icon_menu_li.active>a {
    background-image: url(../../assets/img/variation_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.addongroup_icon_menu_li>a {
    background-image: url(../../assets/img/addongroup.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.addongroup_icon_menu_li.active>a {
    background-image: url(../../assets/img/addongroup_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.addongroupitem_icon_menu_li>a {
    background-image: url(../../assets/img/addongroupitem.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.addongroupitem_icon_menu_li.active>a {
    background-image: url(../../assets/img/addongroupitem_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 14px;
}

.mp_icon_menu_li>a {
    background-image: url(../../assets/img/multiple_pricing.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
}

.mp_icon_menu_li.active>a {
    background-image: url(../../assets/img/multiple_pricing_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
}

.om_icon_menu_li>a {
    background-image: url(../../assets/img/online_menu_on_off.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 22px;
}

.om_icon_menu_li.active>a {
    background-image: url(../../assets/img/online_menu_on_off_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 22px;
}


.push_to_pos_li>a,
.push_to_wera_li>a {
    background-image: url(../../assets/img/push_to_pos_default.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
}

.push_to_pos_li.active>a,
.push_to_wera_li.active>a {
    background-image: url(../../assets/img/push_to_pos_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
}

.img_icon_menu_li>a {
    background-image: url(../../assets/img/motorbike.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
}

.img_icon_menu_li.active>a {
    background-image: url(../../assets/img/motorbike_white.png);
}

.order_accepter_icon_menu_li>a {
    background-image: url(../../assets/img/order_accepter_black.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 18px;
}

.order_accepter_icon_menu_li.active>a {
    background-image: url(../../assets/img/order_accepter_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 18px;
}

.online_order_li>a {
    background-image: url(../../assets/img/online_order.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 11px;
    background-size: 23px;
}

.online_order_li.active>a {
    background-image: url(../../assets/img/online_order_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 11px;
    background-size: 23px;
}

.biller_icon_menu_li>a {
    background-image: url(../../assets/img/biller.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 15px;
}

.biller_icon_menu_li.active>a {
    background-image: url(../../assets/img/biller_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 15px;
}

.no-icon>a:after {
    content: none !important;
}

.pc_icon_menu_li>a {
    background-image: url(../../assets/img/pc_black.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 17px;
    background-size: 18px;
}

.pc_icon_menu_li.active>a {
    background-image: url(../../assets/img/pc_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 17px;
    background-size: 18px;
}

.ucs_icon_menu_li>a {
    background-image: url(../../assets/img/upcoming_store.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.ucs_icon_menu_li.active>a {
    background-image: url(../../assets/img/upcoming_store_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.expcat_icon_menu_li>a {
    background-image: url(../../assets/img/expense_category.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.expcat_icon_menu_li.active>a {
    background-image: url(../../assets/img/expense_category_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.exp_icon_menu_li>a {
    background-image: url(../../assets/img/expense.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.exp_icon_menu_li.active>a {
    background-image: url(../../assets/img/expense_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.prc_icon_menu_li>a {
    background-image: url(../../assets/img/prices.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 17px;
}

.prc_icon_menu_li.active>a {
    background-image: url(../../assets/img/prices_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 17px;
}

.tax_icon_menu_li>a {
    background-image: url(../../assets/img/tax.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
    color: #434343;
}

.tax_icon_menu_li.active>a {
    background-image: url(../../assets/img/tax_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 31px;
    background-size: 19px;
}

.menu_icon_li>a {
    background-image: url(../../assets/img/menu.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 11px;
    background-size: 23px;
}


.inventory_icon_menu_li>a {
    background-image: url(../../assets/img/inventory_black.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}

.inventory_icon_menu_li.active>a {
    background-image: url(../../assets/img/inventory_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
    background-size: 18px;
}


.rights_icon_menu_li>a {
    background-image: url(../../assets/img/rights.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 15px;
}

.rights_icon_menu_li.active>a {
    background-image: url(../../assets/img/rights_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 33px;
    background-size: 15px;
}



@media (max-width: 991px) {
    .m-b-xs-10 {
        margin-bottom: 15px;
    }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.stick-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 35%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/*.modal.stick-right .modal-header{*/

/*    position: fixed;*/

/*    margin: auto;*/

/*    width: 100%;*/

/*    height: auto;*/

/*}*/

.modal.stick-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.stick-right .close {
    font-size: 48px;
    opacity: 0.3;
}

.modal.stick-right .modal-body {
    padding: 15px 15px 30px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}

.modal.stick-right .modal-footer {
    display: none;
}

/*Right*/

.modal.stick-right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.stick-right.fade.in .modal-dialog {
    right: 0;
}

.modal.stick-right {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

@media (max-width: 576px) {
    .modal.stick-right .close {
        font-size: 35px;
        margin-top: 5px;
        margin-right: -4px;
    }
}

@media (max-width: 992px) {
    .modal.stick-right .close {
        font-size: 40px;
        margin-top: 2px;
        margin-right: -4px;
    }
}

@media(max-width: 1450px) {
    .modal.stick-right .modal-dialog {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .modal.stick-right .modal-dialog {
        width: 70%;
    }

    .rate_main_div {
        padding: 0px !important;
    }
}

@media (max-width: 576px) {
    .modal.stick-right .modal-dialog {
        width: 100%;
    }
}

.qty-badge {
    background: #e8fbe5;
    border: 1px solid #326e36;
    color: #000000;
    margin-top: -4px;
    border-radius: 5px;
    padding: 4px 8px;
    vertical-align: middle;
    font-weight: 400;
}

.orderDetail h4,
.orderDetail h5,
.orderDetail h6 {
    margin-top: 12px;
    margin-bottom: 6px;
}

.orderDetail .col-xs-4,
.orderDetail .col-xs-3 {
    text-align: right;
}

.orderDetail .bogo_div {
    border-left: 6px solid #326e36;
    border-radius: 15px;
}

.orderDetail hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.bg-color-active {
    background-color: #e8fbe5 !important;
    color: #1c7430;
}

.pieChartDefaultImg {
    position: absolute;
    top: 18%;
    width: 45%;
    left: 8%;
}

.card {
    box-shadow: 0 0px 3px rgb(0 0 0 / 14%);
}

/* -------------------- brand page css start --------------------- */

.app_config_div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.app_config_div h5 {
    background: #eaeff0;
    padding: 12px 12px;
    margin-bottom: 15px;
}

/* --------------------- brand page css end ---------------------- */

/* -------------------- settings page css start --------------------- */

.main_option {
    font-size: 15px;
    font-weight: 500;
}

.orderTypeHeadding {
    width: max-content;
    font-size: 17px;
    font-weight: 500;
    color: #326e36;
    padding-top: 10px;
    margin-top: 30px;
}

.setting_panel_head {
    background: #eee;
    padding: 19px;
}

.tab_btn {
    padding: 0px;
    cursor: pointer;
}

.tab_btn a {
    font-size: 18px;
    font-weight: 500;
    color: #333333 !important;
}

.panel_div {
    background-color: #fff;
    position: relative;
    margin: 0px 60px 0px 60px;
}

#main_panel.bogo_panel:before,
#main_panel.bogo_panel:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    border-bottom: 18px solid #eee;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top-color: rgb(0, 0, 0);
    position: absolute;
    top: -18px;
    left: 30%;
}

#main_panel.bogo_panel:before {
    border-width: 18px;
    border-bottom-color: rgb(216, 216, 216);
    top: -19px;
}

#main_panel.sio_panel:before,
#main_panel.sio_panel:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    border-bottom: 18px solid #eee;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top-color: rgb(0, 0, 0);
    position: absolute;
    top: -18px;
    right: 30%;
}

#main_panel.sio_panel:before {
    border-width: 18px;
    border-bottom-color: rgb(216, 216, 216);
    top: -19px;
}

#settings_main_div {
    margin-bottom: 30px;
}

#settings_main_div .nav-tabs>li.active>a {
    color: #336e36 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid #336e36 !important;
    font-size: 18px;
    font-weight: 500;
}

#settings_main_div .nav-tabs {
    border-bottom: 3px solid #edf2ec !important;
}

/* add item variation div */
.cities_div .panel-heading,
.variations_div .panel-heading {
    background: #eee;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    cursor: move;
}

.cities_div .panel-body,
.variations_div .panel-body {
    border: 1px solid #eee;
    margin: -5px 0px 10px 0px;
}

.cities_div .panel-heading h4:before,
.variations_div .panel-heading h4:before {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.cities_div .panel-heading.active h4:before,
.variations_div .panel-heading.active h4:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 475px) {
    #settings_main_div .nav-tabs>li.active>a {
        height: 74px;
    }
}

@media (max-width: 1450px) {
    .panel_div {
        margin: 0px;
    }

    #main_panel.bogo_panel:before,
    #main_panel.bogo_panel:after {
        left: 23%;
    }

    #main_panel.sio_panel:before,
    #main_panel.sio_panel:after {
        right: 23%;
    }
}

details {
    width: max-content;
    min-width: 150px;
}

summary {
    cursor: pointer;
}

details a {
    display: block;
    margin: 0 10px;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

details a:hover,
details a:focus {
    background: red;
    color: #fff;
}

/* -------------------- settings page css over -------------------- */

/* -------------------- add item page css start -------------------- */

#itemForm .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

.price_details .input-group-btn .btn-default {
    height: 33px;
    color: #767676;
    font-weight: 400;
    font-size: 15px;
}

.delete_variation_btn {
    float: right;
    margin: -6px 20px 0px 0px;
    border-radius: 5px;
}

.set_as_default_variation_btn {
    float: right;
    margin: -6px 20px 0px 0px;
    border-radius: 5px;
}

.set_as_default_variation_label {

    float: right;
    margin: 0px 20px 0px 0px;
    border-radius: 5px;
}

.addongroup_multiple_select2 .select2-container {
    height: auto;
    padding: 0px;
    border: none;
}

.addongroup_multiple_select2 .select2-container .select2-choices {
    padding: 3px 5px 0px;
}

.addongroup_multiple_select2 .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
}

.addongroup_multiple_select2 .select2-container-multi.select2-container-active .select2-choices {
    border: none;
    border-radius: 5px 5px;
}

/* -------------------- add item page css over -------------------- */

/* -------------------- biller page css start -------------------- */

#billerForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

/* -------------------- biller page css end -------------------- */

/* -------------------- Payment Collection page css start -------------------- */

.pcs_div {
    margin-bottom: 0px;
}

.pcs_head {
    margin: 0px;
    padding: 18px 5px 18px 15px;
    background: #eaeff0;
    border-bottom: 1px solid #ddd;
    margin-bottom: -7px;
}

.pcs_div {
    column-width: 25em;
    column-gap: 2em;
}

.pcs_city {
    padding: 0px 15px;
}

.pcs_item {
    display: inline-block;
    padding: 0.25rem;
    width: 100%;
}

.well {
    position: relative;
    display: block;
    background: #fff;
    border: none;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 13px, rgba(17, 17, 26, 0.05) 0px 8px 30px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 5px;
}

/* -------------------- Payment Collection page css end -------------------- */

/* -------------------- Add achievement button icon  -------------------- */

#add_achievement {
    background-image: url(../../assets/img/add_achievement.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
    background-position-x: 6px;
}

/* -------------------- Add upcoming store button icon  -------------------- */

#add_upcoming_store {
    background-image: url(../../assets/img/upcoming_store_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 16px;
    background-position-x: 7px;
}

/* -------------------- Add store css start -------------------- */

.price_multiple_select2 .select2-container {
    height: auto;
    padding: 0px;
    border: none;
}

.price_multiple_select2 .select2-container .select2-choices .select2-input {
    padding: 5px 10px;
}

.price_multiple_select2 .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
}

.price_multiple_select2 .select2-container-multi.select2-container-active .select2-choices {
    border: none;
    border-radius: 5px 5px;
}

.pos_settings h5,
.mpos_settings h5 {
    background: #eaeff0;
    padding: 12px 12px;
    margin-bottom: 30px;
}

.pos_settings_div,
.mpos_settings_div,
.captain_rights_row {
    padding: 8px 40px;
}

@media (min-width: 991px) {
    .store_status_switch {
        margin-top: 10px;
    }
}

/* -------------------- Add store css end -------------------- */

/* -------------------- Multiple pricing page css start -------------------- */

.prices_card .card-header,
.multiple_pricing_categories .card-header,
.multiple_pricing_items .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

.prices_card_block {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 16px;
}

.prices_card_menu:before {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    color: rgb(244, 60, 152);
}

.item_prices_table {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item_prices_table h4 {
    padding: 15px 15px 0px 15px;
    border-bottom: 2px solid #326e36;
    width: max-content;
    color: #326e36;
}

.multiple_pricing_categories {
    position: fixed;
    top: 6em;
    height: 85vh;
    scroll-behavior: smooth;
    overflow-y: auto;
}

.multiple_pricing_categories .card-header {
    position: fixed;
    width: 240px;
    z-index: 2;
}

.multiple_pricing_items {
    height: 85vh;
    scroll-behavior: smooth;
    overflow-y: auto;
    padding-left: 260px;
}

.multiple_pricing_categories::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}

.multiple_pricing_items .input-sm {
    width: 150px;
}

@media (max-width: 1200px) {

    .multiple_pricing_categories,
    .multiple_pricing_categories .card-header {
        width: 180px;
    }

    .multiple_pricing_categories .card-block {
        padding: 24px 0px;
    }

    .multiple_pricing_items {
        padding-left: 200px;
    }

    .multiple_pricing_items .input-sm {
        width: 100px;
    }
}

/* -------------------- Multiple pricing page css end -------------------- */


/* -------------------- Linked Account page css start -------------------- */

.address_div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.address_div h5 {
    background: #eaeff0;
    padding: 12px 12px;
    margin-bottom: 15px;
}

.kyc_details {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.kyc_details h4 {

    margin-bottom: 30px;
    padding: 0px 30px 0px 15px;
    border-bottom: 2px solid #326e36;
    width: max-content;
    color: #326e36;
}




/* -------------------- Linked Account page css end --------------------- */


/* -------------------- Order Transaction page css start --------------------- */


.custom-link {
    color: #2950DB;
    font-weight: 500;
    /* Make the text bold */

}

.custom-link:hover {
    color: #4d68cc;
    /* Light blue color on hover */
}

.order_transaction_detail {
    background: rgb(232, 245, 248);
    padding: 19px;
}

.pc_details_div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.pc_details_div h5 {
    background: #d2dfe2;
    padding: 12px 12px;
    margin-bottom: 15px;
}

.moreTransactionDetailBtn a:hover {
    background-color: #8d753e;
    /* Slightly darker shade */
}

.status-box {
    padding: 8px;
    background: #eeeeee;
    border-radius: 5px;
    margin: 5px 0;
    display: inline-block;
    width: auto;
}

.status-title {
    font-size: 14px;
    color: #768EA7;
    margin-right: 3px;
}


/* -------------------- Order Transaction page css end --------------------- */

/* -------------------- Sales chart css start -------------------- */

.highcharts-credits {
    display: none;
}

.no-sales-img {
    width: 130px;
    margin: 100px auto 20px auto;
    display: block;
}

.no-sales-txt {
    color: gray;
    text-align: center;
    font-size: 17px;
    padding-bottom: 125px;
}

/* -------------------- Sales chart css end -------------------- */

.rate_div {
    box-shadow: 0 0px 3px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.rate_div h4 {
    font-size: 17px;
    font-weight: normal;
    padding: 15px 12px 0px 15px;
    margin-bottom: 0px;
}

.rate_div p {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    margin-top: 5px;
}

.rate_badge {
    float: right;
    color: #fff;
    padding: 4px 10px 3px 12px;
    border-radius: 11px;
    margin-top: -3px;
    font-size: 15px;
    font-weight: 500;
}

.rate_badge_home {
    color: #fff;
    padding: 2px 6px 2px 8px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

/* #top_stores_table table {
    display: flex;
    flex-flow: column;
    width: 100%;
}

#top_stores_table thead {
    flex: 0 0 auto;
}

#top_stores_table tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
}

#top_stores_table tbody::-webkit-scrollbar {
    width: 0px;
    height: 50px;
    background-color: #ffffff;
}

#top_stores_table tbody::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

#top_stores_table tr {
    width: 100%;
    display: table;
    table-layout: fixed;
} */

.modal_centered {
    top: 28%;
}

#turn_off_date {
    background: transparent;
    border: none;
    border-bottom: solid 1px #cacaca;
    outline: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    color: transparent;
    text-shadow: 0px 0px 0px #373737;
}

.offCancelBtn {
    color: #373737 !important;
    border-color: #cacaca !important;
    padding: 7px 17px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 17px;
    margin-right: 10px;
}

#turnOnOffConfirm {
    color: #fff !important;
    border-color: #2e6da4 !important;
    background-color: #2e6da4 !important;
    padding: 7px 17px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 17px;
    margin-right: 18px;
}

.offCancelBtn:hover {
    background-color: #f5f5f5 !important;
}

.dashDiv .card {
    border-radius: 8px;
}

.dashDiv h4 {
    font-size: 17px;
}

.topSellItemsDiv {
    font-size: 0.925rem;
    color: #646464;
    font-weight: 500;
    padding-left: 18px !important;
    padding-right: 7px !important;
}

.emptyText {
    color: gray;
    text-align: center;
}

.file_caption {
    position: absolute;
    bottom: 0px;
    background: black;
    width: 100%;
    opacity: 0.8;
    color: white;
    padding: 5px;
    text-align: center;
}

@media (max-width: 1500px) and (min-width: 991px) {
    .laptop_size {
        width: 50%;
    }
}

.promo_badge {
    font-size: 13px;
    padding: 3px 3px 3px 7px;
}

.assign_to_rider_btn {
    padding-left: 30px;
    background-image: url(../../assets/img/motorbike_white.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 8px;
}

.btn-danger.logout-btn {
    color: white !important;
    margin-top: -8px;
}

.btn-danger.logout-btn:hover {
    color: red !important;
    background-color: white !important;
}


/* -------------------- Commission by wera -------------------- */

@media (max-width: 1550px) and (min-width: 1199px) {
    .line_chart_div {
        width: 100% !important;
    }

    .top_selling {
        width: 50% !important;
    }
}

#loyaltyForm .card-header h4 {
    border-bottom: 2px solid #eee;
    line-height: 40px;
}

@media (max-width: 991px) and (min-width: 600px) {
    .add-multiple-item-remove-btn {
        display: block !important;
    }
}

#multipleCategoriesModal .modal-dialog {
    width: 42% !important;
}

.loyalty_select2 .select2-container {
    height: auto;
    padding: 0px;
    border: none;
}

.loyalty_select2 .select2-container .select2-choices .select2-input {
    padding: 5px 10px;
}

.loyalty_select2 .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
}

.loyalty_select2 .select2-container-multi.select2-container-active .select2-choices {
    border: none;
    border-radius: 5px 5px;
}

/* change border color of field  */
.loyalty_select2 .select2-container-multi .select2-choices {
    border: 1px solid #edeeef;
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reason-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.reason-option-card {
    box-shadow: none;
    color: #1c60ce;
    border: solid 1px rgb(44, 44, 44);
    padding: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 5px;
    width: 32%;
}

@media(max-width: 768px) {
    .reason-option-card {
        width: 100%;
    }
}

.reason-option-card:hover {
    color: #2950DB;
    background-color: #f3f3f3;
}

.order_types_name {
    position: relative;
    display: inline-block;
}

.order_types_name::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #2456ca;
}

.selected-reason-option-card {
    border: solid 2px #004eca;
}

.nav-drawer li a {
    font-weight: bold !important;
}


.card-columns {
    column-count: 2;
    column-gap: 50px;
    column-rule: 2px solid #f0f0f0;
}

.justify-content-end {
    justify-content: flex-end !important;
}

@media (max-width: 357px) {
    #publish.has-force-publish {
        margin-top: 0.5rem;
    }
}

@media(max-width: 768px) {
    .chart-div {
        padding: 0px;
    }

    .card-columns {
        column-count: 1;
    }
}

@media (max-width: 470px) {
    #saveMultiplePricing.has-force-publish {
        margin-top: 0.5rem;
    }
}

@media (max-width: 368px) {
    #saveMultiplePricing.no-force-publish {
        margin-top: 0.5rem;
    }
}

/* General table styling */
#transactionItemsTable th,
#transactionItemsTable td {
    vertical-align: middle !important;
    text-align: center;
}

#transactionItemsTable input.form-control {
    text-align: center;
    height: 32px;
    padding: 4px 8px;
    font-size: 13px;
}

/* Discount fields spacing */
#transactionItemsTable .p-x-sm {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/* Border separation for the discount column */
#transactionItemsTable th:nth-child(6)>div {
    padding-bottom: 4px;
}

/* Style the total row area */
.total_amount {
    font-size: 18px;
    color: #2c3e50;
    margin-left: 10px;
}

.add-row i.fa-plus {
    margin-right: 4px;
}

.remove-row i.fa-minus {
    margin-top: 3px;
}

@media (max-width: 1024px) {

    #transactionItemsTable td input[name="quantity"],
    #transactionItemsTable td input[name="price"] {
        width: 80px;
    }

    /* Discount Percentage & Amount */
    #transactionItemsTable td .discount-percentage,
    #transactionItemsTable td .discount-amount,
    #transactionItemsTable td .cess-percentage,
    #transactionItemsTable td .cess-amount {
        width: 70px;
    }

    /* Expiry Date */
    #transactionItemsTable td input[name="expiry_date"] {
        width: 110px;
    }

    /* Total */
    #transactionItemsTable td input[name="total"] {
        width: 100px;
    }
}

#addUnitsConversionModal .modal-dialog {
    width: 50% !important;
}

@media (max-width: 768px) {
    #addUnitsConversionModal .modal-dialog {
        width: 90% !important;
    }
}

@media (max-width: 450px) {
    #addUnitsConversionModal .modal-dialog {
        width: 100% !important;
    }
}

#addPurchaseForm .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

#editPurchaseForm .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

#adjustmentForm .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

#wastageForm .card-header {
    padding: 18px 24px;
    background-color: #eaeff0;
}

.online-dashboard-card {
    height: 285px !important;
}

@media(max-width: 991px) {
    .online-dashboard-card {
        height: auto !important;
    }
}

/* @media (max-width: 455px) {
    #addCategory {
        margin-top: 5px !important;
    }
} */

@media (max-width: 600px) {
    .item_data {
        flex: 1 1 100% !important;
    }
}

.inventory-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
}

.inventory-title {
    flex: 1;
    min-width: 200px;
}

.inventory-filters {
    display: flex;
    flex-wrap: wrap;
}

.date-range-wrapper {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    white-space: nowrap;
    min-width: 180px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .inventory-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .inventory-filters form {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .date-range-wrapper {
        margin-right: 0;
        width: 100%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .date-range-wrapper {
        max-width: 350px;
    }
}

.fw-sb {
    font-weight: 600 !important;
}

.text-center {
    text-align: center !important;
}

.purchaseAddSupplierBtn {
    white-space: nowrap;
    background: #e6f2fd;
    color: #007aff;
    border: none;
    padding: 9px 12px;
    font-size: 13px;
}

.add-row {
    color: #007aff !important;
}

.required-label {
    color: red;
    font-size: 1.1em;
}

.date-filter {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}

.separate-variation-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Default: left for mobile */
}

@media (max-width: 450px) {
    .date-filter {
        height: 100%;
    }
}

.advance-order-badge {
    display: inline-block;
    background-color: #007BFF;
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.d-inline-flex {
    display: inline-flex !important;
}

/* view kot modal */
@media (max-width: 768px) {
    #kotModal .modal-dialog {
        margin: auto !important;
        margin-top: 20px !important;
    }

    #kotModal .modal-header {
        margin-bottom: 15px;
    }

}

.kot-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.kot-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 220px;
    width: 100%;
}

@media (min-width: 768px) {
    .kot-card {
        width: calc(50% - 20px);
        /* 2 cards per row */
    }
}

@media (max-width: 500px) {
    #kotModal .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;

    }

    #kotModalBody {
        padding: 0px !important;
    }
}

@media (min-width: 1440px) {
    .kot-card {
        width: calc(33.333% - 20px);
        /* 3 cards per row */
    }
}

.kot-scrollable {
    max-height: 150px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* Chrome, Edge */
.kot-scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.kot-scrollable:hover::-webkit-scrollbar {
    width: 6px;
}

.kot-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.cancel-btn,
.cancel-btn:hover {
    border: 1px solid #0d6efd;
    border-radius: 6px;
    color: #0d6efd;
    background-color: #fff;
}

.otp-box-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.custom-otp-modal {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 24px;
}

.custom-otp-dialog {
    max-width: 400px;
    width: 90%;
    margin: auto;
    /* Center horizontally */
}

.otp-error-message {
    background-color: #f8d7da;
    /* light red */
    color: #842029;
    /* dark red text */
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 10px;
    border: 1px solid #f5c2c7;
}


.hsn-row {
    cursor: pointer;
}
.theme-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #7dc855;
    border-radius: 10px;
}

.report-date-filter {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}

@media (max-width: 1456px) {
    .report-date-filter {
        height: 100%;
    }
}

@media (max-width: 500px) {
    #kotViewChange .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;

    }

    #kotViewChange {
        padding: 0px !important;
    }

}

/* Move user/time to bottom-right on small screens */
@media (max-width: 600px) {
    .log-group {
        flex-direction: column;
        /* stack items vertically */
    }

    .log-user-time {
        margin-left: 0;
        margin-top: 8px;
        /* some spacing above user/time */
        align-self: flex-end;
        /* bottom-right */
        text-align: right;
    }
}


/* view kot changes */
@media (max-width: 768px) {
    #kotViewChange .modal-dialog {
        margin: auto !important;
        margin-top: 20px !important;
    }

    #kotViewChange .modal-header {
        margin-bottom: 15px;
    }

}

/* view Order changes */
@media (max-width: 768px) {
    #orderViewChange .modal-dialog {
        margin: auto !important;
        margin-top: 20px !important;
    }

    #orderViewChange .modal-header {
        margin-bottom: 15px;
    }

}

@media (max-width: 500px) {
    #orderViewChange .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;

    }

    #orderViewChange {
        padding: 0px !important;
    }

}

.diff-green {
    color: #14ac34;
}

.diff-red {
    color: #c90303;
}

/* Small screens */
@media (max-width: 600px) {
    .log-groups {
        flex-direction: column;
        /* stack items + user/time */
    }

    .log-user-time-data {
        margin-left: 0;
        margin-top: 8px;
        align-self: flex-end;
        text-align: right;
    }
}

.custom-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    width: calc(25% - 20px);
    /* default → 4 cards per row */
    margin-bottom: 0px;
}

.custom-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px;
}

.custom-card .bottom-row {   
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
}

@media (max-width: 1440px) {
    .custom-card {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 1024px) {
    .custom-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 425px) {
    .custom-card {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #kotViewChangeModel .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;

    }

    #kotViewChangeModel {
        padding: 0px !important;
    }

}

/* view kot changes */
@media (max-width: 768px) {
    #kotViewChangeModel .modal-dialog {
        margin: auto !important;
        margin-top: 20px !important;
    }

    #kotViewChangeModel .modal-header {
        margin-bottom: 15px;
    }

}

.flex-column {
    flex-direction: column !important;
}

.report-div {
    height: calc(100vh - 250px);
}

/* Store timing slots*/

.store_day_header, .delivery_day_header {
    color: #000;
    height: 35px;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;  
}

/* Remove default h5 margin */
.store_day_header .store_day_title,
.delivery_day_header .delivery_day_title {
    margin: 0; 
    font-weight: 400;
    font-size: 15px;
}

.store_day_header.active,
.delivery_day_header.delivery-active {
    background-color: #007bff;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Rounded block with border & shadow */
.store_day_block, .delivery_day_block {
    border-radius: 10px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

@media (max-width: 540px) {
    .time-slot, .delivery-time-slot {
        display: flex;       /* SLOT label + Start Time in same row */
        flex-wrap: wrap;     /* allow End Time to move below */     
    }
    
    .store-end-time {
        margin-left: 40px;
        margin-top: 15px;
    }

    .store-end-time-slot1
    {
        margin-left: 40px;       
    }   
  
}

.timing-footer, .delivery-timing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* allow stacking on small screens */
    gap: 10px;
    margin-bottom: 10px;
}

.copy-timing, .delivery-copy-timing {
    flex: 1;
    min-width: 200px;
    padding-left: 15px;
}

.outlet-open, .delivery-open {
    flex: 1;
    min-width: 150px;
    display: flex;
    justify-content: flex-end; /* right align on wide screens */
    align-items: center;
    gap: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

/* On small screens (<768px), stack and left-align the outlet */
@media (max-width: 540px) {
    .outlet-open, .delivery-open {
        justify-content: flex-start; /* move to left on stack */
        width: 100%;
    }
}

/* Default: button aligned right (desktop) */
.add-time-slot-btn,
.delivery-add-time-slot-btn {
    margin-left: auto;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    align-self: center;
    padding: 0;
    margin-right: 15px;
    margin-top: 30px;
}

.btn-view-bill {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    color: #333;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

.btn-view-bill:hover {
    background-color: #f9f9f9;
    border-color: #c5c5c5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-view-bill i {
    font-size: 14px;
}

.responsive-card {
    width: 25%;
    min-width: 280px;
}

@media (max-width: 1440px) {
    .responsive-card {
        width: 33% !important;
    }
}

@media (max-width: 1040px) {
    .responsive-card {
        width: 50% !important;
    }
}

@media (max-width: 425px) {
    .responsive-card {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .due-payment-serch {
        padding-left: 15px; /* adjust as needed */
    }

    .due-date-picker {
        padding-right: 15px !important;  /* adjust as needed */
    }
}
