﻿html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #464a51;
    text-align: left;
    background-color: #edeff5;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

a {
    color: #3c4858;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #1c3faa;
        text-decoration: none;
    }

ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.form-control:hover, .form-control:focus {
    outline: none;
    box-shadow: none;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

.container, .container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.nav-link.icon i {
    color: #fcfdff;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.text-600 {
    font-weight: 600;
}

.text-primary {
    color: #1c3faa !important;
}

.btn:hover, .bt:focus {
    outline: none;
    box-shadow: none;
}

.btn.btn-secondary {
    background-color: #020206;
    border-color: #020206;
}

.brround {
    border-radius: 50%;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.text-muted {
    color: #8492a6 !important;
}

small, .small {
    font-size: 87.5%;
    font-weight: 400;
}

.dropdown-menu {
    margin: 1px 0 0 0;
    border: 0px;
    border-radius: 4px;
    box-shadow: 0px 5px 25px rgb(39 55 76 / 20%);
}

.dropdown-icon {
    font-size: 20px;
    color: #3d3b46;
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}



.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn {
    padding: 12px 45px;
    font-size: 16px;
}

.btn-outline-primary {
    float: none;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    z-index: 0;
    border: 0px;
    background: #f84a73;
}

    .btn-outline-primary:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1px;
        border-radius: 3px;
        background: #f84a73;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        -webkit-text-fill-color: #fff;
        background-color: transparent;
        border-color: transparent;
        background: -moz-linear-gradient(135deg,#f98245,#f84a73) !important;
        background: -webkit-linear-gradient( 135deg,#f98245,#f84a73) !important;
        background: linear-gradient( 135deg,#f98245,#f84a73) !important;
    }

.btn-primary {
    color: #fff;
    background-color: #1c3faa;
    border-color: #1c3faa;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-primary.hover, .btn-primary:hover,
    .btn-primary.focus, .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1c3faa;
        border-color: #1c3faa;
    }

.btn.btn-primary.text-lg {
    flex: 65%;
    max-width: 65%;
    font-size: 20px;
    line-height: 2.4;
    color: #fff;
}

label {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.input-group-text, select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 15px;
    padding: 10px 15px;
    height: 48px;
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

    .form-control:focus, .input-group-text:focus,
    .custom-select:focus, .custom-file-label:focus {
        background-color: #fefeff;
        border-color: #1d65da;
    }

textarea.form-control {
    height: auto !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.text-green {
    color: #349a34;
}

.text-red {
    color: #dd3333;
}
/*-- Header :: Start --*/
.header {
    background: #fff;
    width: 100%;
    z-index: 100;
}

.app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 70px;
    margin-left: 136px;
    margin-right: 0px;
}

.header-brand-img {
    height: 3rem;
    line-height: 50px;
    margin-top: 7px;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
}

.app-header .header-brand .header-brand-img {
    margin-right: 0;
}

.nav-link.icon {
    margin: 9px;
    border-radius: 50%;
    padding: 12px;
    width: 2.5rem;
    text-align: center;
    height: 2.5rem;
    font-size: 15px;
    position: relative;
}

.app-header.header .nav-link.icon i {
    color: #3c4858;
}

.nav-link {
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .nav-link.icon {
        margin: 9px;
        border-radius: 50%;
        padding: 12px;
        width: 2.5rem;
        text-align: center;
        height: 2.5rem;
        font-size: 15px;
        position: relative;
    }

.header-right .nav-link.icon {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    height: 38px;
    width: 38px;
    line-height: 43px;
    border-radius: 50px;
    font-size: 22px;
    margin: 10px;
}

.app-header .menu-search {
    width: 500px;
    padding: 8px 10px;
}

    .app-header .menu-search .input-group .input-group-prepend {
        margin-right: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
    }

        .app-header .menu-search .input-group .input-group-prepend .input-group-text {
            background-color: transparent;
            border: 0px;
            padding: 0px;
            font-size: 16px;
            margin-left: 15px;
            color: #000000;
        }

    .app-header .menu-search input.form-control {
        background: #ebeef4;
        border-color: transparent;
        padding-left: 46px;
        height: 40px;
        font-size: 1rem;
        border-radius: 4px !important;
    }

        .app-header .menu-search input.form-control:focus {
            -webkit-box-shadow: 0 0 0 2px #f84a73;
            box-shadow: 0 0 0 2px #f84a73;
        }

.leading-none {
    line-height: 1 !important;
}

.nav-link.btn-square-header {
    color: #fff;
    border-radius: 4px;
    margin: 3px 0px;
    background: -moz-linear-gradient(135deg,#f98245,#f84a73) !important;
    background: -webkit-linear-gradient( 135deg,#f98245,#f84a73) !important;
    background: linear-gradient( 135deg,#f98245,#f84a73);
}

.btn-square-header .text-muted {
    color: #fff !important;
}

.profile-details {
    display: grid;
    text-align: right;
    font-size: 14px;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.avatar {
    background: #2205bf no-repeat center/cover;
}

.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.tablemanage {
    margin-left: 20px;
}

.tableorder-row {
    display: flex;
}

    .tableorder-row .tablerow-area {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        background-color: #ddd;
        margin-left: 4px;
        border-radius: 4px;
        cursor: pointer;
    }

        .tableorder-row .tablerow-area:first-child {
            margin-left: 0px;
        }

        .tableorder-row .tablerow-area.active-tablerow {
            background-color: #f8f0ad;
            color: #9f9217;
        }

        .tableorder-row .tablerow-area.inque-tablerow {
            background-color: #cfafe3;
            color: #691a9b;
        }

        .tableorder-row .tablerow-area.progress-tablerow {
            background-color: #a9ccf6;
            color: #0f86e5;
        }
/*-- Header :: End --*/

.app-content {
    position: relative;
    margin-top: 65px;
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
    overflow: hidden;
}

.app-content {
    position: relative;
    height: 100%;
    margin-left: 230px;
    margin-right: 321px;
}

    .app-content .side-app {
        padding: 40px 30px 0 30px;
    }

.main-area {
    position: relative;
    padding: 10px;
    /*height: calc(100vh - 190px);
    height: -webkit-calc(100vh - 190px);*/
    height: calc(var(--vh, 1vh) * 100 - 210px);
}

ul.ul-row {
    width: 100%;
    padding: 0 0 15px 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul li.li-row {
    width: 250px;
    height: 250px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    background: #d7dce1;
    padding: 0;
    margin: 0px 12px 18px 0px;
    color: #464a51;
    border-radius: 4px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-list-box {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 0px 5px 1px rgb(28 63 170 / 27%);
}

    .product-list-box .product-list-image {
        width: 100%;
        height: 214px;
        display: block;
        overflow: hidden;
        font-size: 15px;
        font-weight: 400;
        background: #f8f8f8;
        background-size: cover !important;
        background-position: center center !important;
    }

    .product-list-box .product-list-title {
        font-weight: 500;
        font-size: 14px;
        padding: 10px 10px;
        margin: 0px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.no-image .product-list-box {
    height: 250px;
}

    .no-image .product-list-box .product-list-title {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 10px;
        width: 100%;
        transform: translate(-50%, -50%);
    }






.right-sidemenu {
    position: absolute;
    width: 270px;
    height: calc(var(--vh, 1vh) * 100 - 250px);
    z-index: 5;
    padding-top: 64px;
    padding-bottom: 0px;
    top: 0;
    right: 51px;
    background: #fff;
}

.right-sidemenu-orders {
    text-align: center;
    border-bottom: 1px solid #edeff5;
}

    .right-sidemenu-orders .menu-orders {
        display: block;
    }

    .right-sidemenu-orders .order-statusbox li:first-child .menu-orders {
        padding: 5px 22px;
    }

    .right-sidemenu-orders .menu-orders .orderright-title {
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        display: block;
        margin-bottom: 2px;
    }

.menu-orders .orderCount {
    font-size: 15px !important;
    line-height: 30px;
    display: inline-block;
    background-color: #595959;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
    background: -moz-linear-gradient(135deg,#f98245,#f84a73) !important;
    background: -webkit-linear-gradient( 135deg,#f98245,#f84a73) !important;
    background: linear-gradient( 135deg,#f98245,#f84a73) !important;
}

ul.order-statusbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0px 0px;
}

    ul.order-statusbox li {
        /*padding: 5px 12px;*/
        /*border-left: 1px solid #edeff5;*/
        display: inline-block;
        margin: 0px auto;
    }

        ul.order-statusbox li:first-child {
            border-left: 0px solid #edeff5;
        }

.menu-orders .OrderStatus {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    padding: 13px 15px;
    background-color: #cfffda;
    color: #0b972b;
    border-radius: 0px;
    height: 63px;
    line-height: 1.4;
}


ul.receipt-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #edeff5; */
    margin: 0px 0px;
}

    ul.receipt-list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        /* border-right: 1px solid #edeff5; */
    }

        ul.receipt-list li:last-child {
            border-right: 0px;
        }

.receipt-box {
    display: block;
    margin: 5px;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: pointer;
    background: -moz-linear-gradient(135deg,#f98245,#f84a73) !important;
    background: -webkit-linear-gradient( 135deg,#f98245,#f84a73) !important;
    background: linear-gradient( 135deg,#f98245,#f84a73);
}

    .receipt-box .receipt-box-icon {
        float: left;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background-color: rgb(235 238 244 / 35%);
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        margin-top: 5px;
    }

        .receipt-box .receipt-box-icon .fas {
            line-height: 1;
            font-size: 11px;
        }

        .receipt-box .receipt-box-icon img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .receipt-box .receipt-box-title {
        display: block;
        margin-left: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 0px;
        line-height: 2.5;
        text-align: left;
    }

.right-receiptwrapper {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 605px);
}

.receiptwrapper {
    position: relative;
    /*height: calc(100vh - 545px);
    height: -webkit-calc(100vh - 545px);*/
    height: 100%;
}

.receipt-menu-list .MyOrders-list {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.receipt-menu-list .receipt-menu-ci {
    font-size: 13px;
    padding-top: 9px;
    font-style: italic;
    color: #616161;
}

.receipt-menu-topping {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-top: 10px;
}

.receipt-menu-list .receipt-menu-topping {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .receipt-menu-list .receipt-menu-topping .receipt-menu-item-name {
        width: 50%;
        font-weight: 500;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .receipt-menu-list .receipt-menu-topping .receipt-menu-item-unitprice {
        font-weight: 500;
        width: 25%;
        color: #909090;
        text-align: right;
    }

    .receipt-menu-list .receipt-menu-topping .receipt-menu-item-total {
        font-weight: 500;
        width: 25%;
        font-size: 14px;
        text-align: right;
    }

.receipt-menu-item {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.receipt-menu-list .MyOrdrders:last-child {
    border-bottom: 0px;
}

.receipt-menu-list.OrderDetail li.active {
    background-color: rgb(28 63 170 / 20%);
}

.SelectedOrderList.active .order-box-area .order-box {
    background-color: rgb(28 63 170 / 20%);
}

.receipt-menu-item .receipt-menu-item-name {
    width: 55%;
    font-weight: 600;
    font-size: 14px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.receipt-menu-item .receipt-menu-item-unitprice {
    font-weight: 600;
    width: 20%;
    color: #909090;
    text-align: right;
}

.receipt-menu-item .receipt-menu-item-total {
    font-weight: 600;
    width: 25%;
    font-size: 16px;
    text-align: right;
}

.receipt-menu-item .receipt-menu-item-name .receipt-quantity {
    position: relative;
}

.receipt-menu-item .receipt-menu-item-name .ci-details {
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
    color: #838383;
}

.receipt-menu-item .receipt-menu-item-name .receipt-quantity:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    padding: 0px 5px;
}

.currency:not(:empty):before {
    content: "\f155";
    font-family: "Font Awesome 5 Pro";
    /*font-weight: 900;
    font-size: 12px;
    padding-right: 1px;*/
}

.currency1:not(:empty):before {
    content: "\f155";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    padding-right: 1px;
}

.right-receiptwrapper .receipt-account {
    bottom: 0px;
    width: 100%;
    padding: 15px 10px 0px;
    background-color: #fff;
    border-top: 1px solid #edeff5;
    z-index: 99;
    position: relative;
}

.receipt-account .receiptaccount-totalarea {
    margin-bottom: 5px;
}

    .receipt-account .receiptaccount-totalarea:last-child {
        margin-bottom: 0px;
    }

    .receipt-account .receiptaccount-totalarea .receiptaccount-label {
        font-weight: 600;
        font-size: 15px;
        float: left;
    }

    .receipt-account .receiptaccount-totalarea .receiptaccount-value {
        font-weight: 600;
        font-size: 15px;
        float: right;
    }

    .receipt-account .receiptaccount-totalarea:last-child .receiptaccount-label {
        padding: 10px 0px;
    }

    .receipt-account .receiptaccount-totalarea:last-child .receiptaccount-value {
        font-size: 28px;
        color: #f84a73;
    }
.receipt-totalaction {
    position: fixed;
    bottom: 5px;
    right: 52px;
    left: auto;
    width: 269px;
}
.receipt-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px;
    z-index: 99;
    position: relative;
    background-color: #fff;
    bottom: 0px;
}

    .receipt-action .btn {
        -ms-flex: 0 0 33.333333%;
        flex: 32%;
        max-width: 32%;
        border-right: 1px solid #edeff5;
        margin: 0px auto;
    }

    .receipt-action .btn {
        font-weight: 500;
        font-size: 12px;
        padding: 15px 5px;
        text-transform: uppercase;
    }

        .receipt-action .btn > .fas {
            display: block;
            font-size: 20px;
            margin-bottom: 10px;
        }

.header-breadcrumb {
    margin: 10px 0px 0px;
}

    .header-breadcrumb .breadcrumb {
        margin: 0px;
        padding: 8.5px 20px;
        background-color: #ebeef4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

        .header-breadcrumb .breadcrumb .breadcrumb-item {
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
        }

            .header-breadcrumb .breadcrumb .breadcrumb-item > a {
                font-size: 14px;
                line-height: 1.2;
                color: #464a51;
            }

            .header-breadcrumb .breadcrumb .breadcrumb-item.active {
                color: #f84a73;
            }

    .header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        float: left;
        padding-right: 10px;
        color: #6c757d;
        font-size: 10px;
        padding-top: 3px;
    }

    .header-breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 10px;
    }



.rightside-drover {
    width: 180px;
    height: 100%;
    overflow: hidden;
    top: 0px;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    right: 0;
    background: #18191d;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    -moz-transition: visibility 0s .2s;
    -o-transition: visibility 0s .2s;
    -ms-transition: visibility 0s .2s;
    transition: visibility 0s .2s;
}

    .rightside-drover.droverOpen {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        -o-transition: visibility 0s 0s;
        -ms-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

ul.droverMenu li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-behavior: url(/ie/PIE.php);
    text-align: left;
    font-size: 14px;
    color: #fff;
}

    ul.droverMenu li:hover {
        background-color: rgba(255,255,255,.1);
    }

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}



















.page-main, .panel-area {
    transition: transform 0.3s;
}

.draweractive .page-main,
.draweractive .panel-area {
    transform: translate3d(-240px,0,0);
    -webkit-transform: translate3d(-240px,0,0);
}

.draweractive:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9999;
}

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 240px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #020206;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    -webkit-overflow-scrolling: touch;
}

    .drawer.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .drawer ul.drawerMenu {
        width: 100%;
        float: left;
        display: table-row;
        padding: 50px 0 0 0;
        position: absolute;
        bottom: 0;
    }

        .drawer ul.drawerMenu li {
            width: 100%;
            height: 48px;
            line-height: 48px;
            display: block;
            float: left;
            position: relative;
            cursor: pointer;
            padding: 0 15px;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
            font-size: 14px;
            color: #fff;
        }

            .drawer ul.drawerMenu li:hover {
                background-color: rgba(255,255,255,.1);
            }

        .drawer ul.drawerMenu .btnDrawerBack {
            height: 90px;
            line-height: 90px;
            border-top: 1px solid #454548;
        }

            .drawer ul.drawerMenu .btnDrawerBack i {
                font-size: 14px;
                padding-right: 8px;
            }

.calculator {
    display: flex;
    flex-direction: column;
    background: rgb(230, 230, 230);
    width: auto;
    min-height: 95px;
    height: auto;
}

    .calculator .number-screen {
        width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 50px;
        line-height: 70px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        border-top: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

.number-pad-area {
    display: flex;
    flex-flow: row wrap;
}

.number-pad.action-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.numberpad-btn {
    display: block;
    font-weight: 200;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    width: calc(25% - 1px);
    height: 83px;
    color: rgb(89, 89, 89);
    background: rgb(248, 248, 248);
    margin: 0px 1px 1px 0px;
}

.number-pad.number-bar {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.number-bar .numberpadbar-btn {
    display: block;
    font-weight: 200;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    width: calc(33.3335% - 1px);
    height: 83px;
    color: rgb(89, 89, 89);
    background: rgb(255, 255, 255);
    margin: 0px 1px 1px 0px;
}

.numberpadbar-btn.numbpad0 {
    width: calc(66.6665% - 1px);
}

.numberpadbar-btn.numbpaddott {
    line-height: 56px;
    font-size: 50px;
}

.number-pad.right-action {
    width: 25%;
    display: flex;
    flex-direction: column;
}

    .number-pad.right-action .numberpadbar-btn {
        display: block;
        font-weight: 200;
        font-size: 32px;
        text-align: center;
        cursor: pointer;
        width: 100%;
        color: rgb(255, 255, 255);
        height: 168px;
        line-height: 167px;
    }

        .number-pad.right-action .numberpadbar-btn.numpadbk {
            background-color: #ffffff;
        }

        .number-pad.right-action .numberpadbar-btn.numpadbk {
            background-color: #ffffff;
            color: #3c4858;
            font-size: 26px;
        }

        .number-pad.right-action .numberpadbar-btn.numpadok {
            background-color: #1c3faa;
        }





.calculator {
    padding: 0px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

    .calculator .calculator-screen {
        width: 100%;
        height: 54px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 40px;
        line-height: 54px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

    .calculator .numberpadbar-btn {
        display: block;
        font-weight: 200;
        font-size: 32px;
        line-height: 80px;
        text-align: center;
        cursor: pointer;
        width: calc(25% - 1px);
        height: 83px;
        color: rgb(89, 89, 89);
        background: rgb(248, 248, 248);
        margin: 0px 1px 1px 0px;
        border: 0px;
    }

    .calculator .calculator-number-pad {
        display: flex;
        flex-flow: row wrap;
    }

    .calculator .number-pad.number-bar {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
    }

            .calculator .number-pad.number-bar .numberpadbar-btn.numbpad0 {
                width: calc(66.6668% - 1px);
            }


.pricecalculator {
    display: flex;
    flex-direction: column;
    background: rgb(230, 230, 230);
    width: auto;
    min-height: 95px;
    height: auto;
}

    .pricecalculator .number-screen {
        width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 50px;
        line-height: 70px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        border-top: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

.pricecalculator {
    padding: 0px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

    .pricecalculator .pricecalculator-screen {
        width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 50px;
        line-height: 70px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

    .pricecalculator .numberpadbar-btn {
        display: block;
        font-weight: 200;
        font-size: 32px;
        line-height: 80px;
        text-align: center;
        cursor: pointer;
        width: calc(25% - 1px);
        height: 83px;
        color: rgb(89, 89, 89);
        background: rgb(248, 248, 248);
        margin: 0px 1px 1px 0px;
        border: 0px;
    }

    .pricecalculator .pricecalculator-number-pad {
        display: flex;
        flex-flow: row wrap;
    }

    .pricecalculator .number-pad.number-bar {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
    }

        .pricecalculator .number-pad.number-bar .numberpadbar-btn {
            display: block;
            font-weight: 200;
            font-size: 32px;
            line-height: 80px;
            text-align: center;
            cursor: pointer;
            width: calc(33.3335% - 1px);
            height: 83px;
            color: rgb(89, 89, 89);
            background: rgb(255, 255, 255);
            margin: 0px 1px 1px 0px;
            border: 0px;
        }

            .pricecalculator .number-pad.number-bar .numberpadbar-btn.numbpad0 {
                width: calc(66.6668% - 1px);
            }


/*Discount Calculator*/
.discountcalculator {
    display: flex;
    flex-direction: column;
    background: rgb(230, 230, 230);
    width: auto;
    min-height: 95px;
    height: auto;
}

    .discountcalculator .number-screen {
        width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 50px;
        line-height: 70px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        border-top: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

.discountcalculator {
    padding: 0px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

    .discountcalculator .discountcalculator-screen {
        width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px 10px;
        border-right: none;
        border-left: none;
        border-image: initial;
        background: rgb(255, 255, 255);
        font-size: 50px;
        line-height: 70px;
        color: rgb(89, 89, 89);
        text-align: right;
        overflow: hidden;
        font-weight: 200;
        border-bottom: 1px solid rgb(230, 230, 230);
        box-sizing: border-box;
        white-space: nowrap;
    }

    .discountcalculator .numberpadbar-btn {
        display: block;
        font-weight: 200;
        font-size: 32px;
        line-height: 80px;
        text-align: center;
        cursor: pointer;
        width: calc(25% - 1px);
        height: 83px;
        color: rgb(89, 89, 89);
        background: rgb(248, 248, 248);
        margin: 0px 1px 1px 0px;
        border: 0px;
    }

    .discountcalculator .discountcalculator-number-pad {
        display: flex;
        flex-flow: row wrap;
    }

    .discountcalculator .number-pad.number-bar {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
    }

        .discountcalculator .number-pad.number-bar .numberpadbar-btn {
            display: block;
            font-weight: 200;
            font-size: 32px;
            line-height: 80px;
            text-align: center;
            cursor: pointer;
            width: calc(33.3335% - 1px);
            height: 83px;
            color: rgb(89, 89, 89);
            background: rgb(255, 255, 255);
            margin: 0px 1px 1px 0px;
            border: 0px;
        }

            .discountcalculator .number-pad.number-bar .numberpadbar-btn.numbpad0 {
                width: calc(66.6668% - 1px);
            }

.panel-area-full {
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0px;
    background-color: #edeff5;
    z-index: 10 !important;
    display: none;
    border-right: 1px solid #ebeef4;
}

    .panel-area-full.active {
        display: block;
    }

.panel-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 320px;
    background: #fff;
    z-index: 1000 !important;
    display: none;
    border-right: 1px solid #ebeef4;
}

    .panel-area.active {
        display: block;
    }

    .panel-area .modal-inner-header {
        padding: 10px;
    }

    .panel-area .modal-inner-top .inner-title {
        font-size: 20px;
        margin: 0px;
    }

    .panel-area .modal-inner-body {
        padding: 20px 15px;
    }

.panel-area-close {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    background: 0 0;
    position: absolute;
    z-index: 10;
    top: 3px;
    padding: 0;
    left: auto;
    text-align: center;
    cursor: pointer;
}

.search-area {
    padding: 0px 50px 0px 0px;
}

    .search-area .search-form .input-group .input-group-prepend {
        margin-right: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
    }

        .search-area .search-form .input-group .input-group-prepend .input-group-text {
            background-color: transparent;
            border: 0px;
            padding: 0px;
            font-size: 16px;
            margin-left: 15px;
            color: #000000;
        }

    .search-area .search-form input.form-control {
        background: #ebeef4;
        border-color: transparent;
        padding-left: 46px;
        height: 40px;
        font-size: 1rem;
        border-radius: 4px !important;
    }

.customer-list li {
    display: inline-block;
    width: 130px;
    /*margin: 0px auto;*/
}

.customer-box {
    width: 105px;
    height: auto;
    padding: 0;
    margin: 0 12px 10px 12px;
    text-align: center;
    color: #595959;
    cursor: pointer;
    /*margin: 0px auto;*/
}

    .customer-box .customer-image, .customer-profile-pic .customerImage {
        width: 105px;
        height: 105px;
        display: block;
        position: relative;
        overflow: hidden;
        background-position: center center !important;
        background-size: cover !important;
        color: #565656;
        font-size: 32px;
        line-height: 108px;
        font-weight: 500;
        -webkit-font-smoothing: subpixel-antialiased;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customer-box.addnewCustomer .customer-image {
        line-height: 105px;
        font-weight: 200;
        background: 0 0;
        border: solid 1px #2e61de;
        color: #2e61de;
        position: relative;
    }

        .customer-box.addnewCustomer .customer-image:after {
            content: "\f067";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            font-weight: 400;
            font-size: 22px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-font-smoothing: antialiased;
        }

    .customer-box .customerlist-image {
        text-align: center;
    }

    .customer-box .customer-name {
        font-size: 14px;
        margin-top: 6px;
        display: block;
    }

    .customer-box.addnewCustomer .customer-name {
        color: #2e61de;
    }

    .customer-box.customer-area .customer-image {
        background-color: #f1f1f1;
    }


.customer-list.customerlist-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .customer-list.customerlist-tab li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .customer-list.customerlist-tab .customer-box.addnewCustomer,
    .customer-list.customerlist-tab .customer-box.customerlist-box {
        border: 1px solid #ebeef4;
        width: auto;
        height: 100%;
        padding: 20px;
        text-align: left;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
        overflow: hidden;
    }

        .customer-list.customerlist-tab .customer-box.addnewCustomer .customer-image {
            line-height: 105px;
            font-weight: 200;
            background: 0 0;
            border: solid 1px #2e61de;
            color: #2e61de;
            position: relative;
            float: left;
            margin-right: 15px;
        }

    .customer-list.customerlist-tab .customer-box.customer-area .customer-image {
        background-color: #f1f1f1;
        float: left;
        margin-right: 15px;
    }

    .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details .customer-name {
            font-weight: 600;
            font-size: 18px;
            margin: 0px;
            margin-bottom: 5px;
        }

        .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details .customer-email {
            margin-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details .customer-phone {
            margin-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details .customer-address {
            margin-bottom: 0px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .customer-list.customerlist-tab .customer-box.customer-area .customerlist-details i {
            font-size: 12px;
            width: 20px;
            text-align: center;
            padding-right: 5px;
            color: #b0b0b0;
        }


#NewCustomerSection .modal-inner-top {
    border-bottom: 1px solid #eaf0f7;
}

.DrawerCustomerInfo .receipt-action.receipt-mainmenu {
    display: none;
}

.customer-action {
    display: none;
}

.DrawerCustomerInfo .customer-action {
    display: flex;
}

.modal-inner-top {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #ffffff;
    /*-webkit-box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 10%);*/
}

    .modal-inner-top .panel-back {
        font-size: 21px;
        margin-right: 10px;
        padding: 16px 22px;
        background-color: #dde2eb;
        cursor: pointer;
    }

    .modal-inner-top .panel-back {
        font-size: 21px;
        margin-right: 10px;
        padding: 16px 22px;
        background-color: #dde2eb;
        cursor: pointer;
    }

.customer-form .customer-profile-area {
    float: left;
    margin-right: 25px;
}

.customer-profile-details {
    overflow: hidden;
    float: none;
}

/*.DrawerOrderInfo .header {
    background-color: #18191d;
    border-bottom: 1px solid #18191d;
}*/

.DrawerOrderInfo .app-sidebar {
    display: none;
}

.DrawerOrderInfo .app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 70px;
    margin-left: 0px;
    margin-right: 20px;
}

.OrderPanel-back {
    font-size: 20px;
    margin-right: 10px;
    padding: 17px 22px;
    background-color: #f9f8f8;
    cursor: pointer;
}


.tabs-area {
    margin: auto;
}

    .tabs-area ul li.nav-item .nav-link {
        font-weight: 500;
        display: block;
        padding: 0px;
        text-align: center;
        width: 160px;
        line-height: 36px;
        list-style: none;
        padding: 0 15px;
        border: solid 1px #a3abb3;
        background: #f8f8f8;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-right: -1px;
    }

    .tabs-area ul li.nav-item .orderCount {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 0 4px;
        margin-left: 8px;
        min-width: 24px;
        border: 1px solid #8b939b;
        background-color: #fff;
        color: #464a51;
        font-weight: 700;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1px;
        margin-bottom: 1px;
    }

    .tabs-area ul li.nav-item .nav-link.active {
        background-color: #e3e3e3;
    }

        .tabs-area ul li.nav-item .nav-link.active .orderCount {
            background-color: #464a51;
            border-color: #464a51;
            color: #fff;
        }

    .tabs-area ul li.nav-item:first-child .nav-link {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .tabs-area ul li.nav-item:last-child .nav-link {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.order-box-area {
    display: block;
    margin-bottom: 10px;
}

.order-box {
    position: relative;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px -2px;
    border-radius: 4px;
    display: flex;
    height: 100%;
    flex-direction: column;
    clip-path: inset(0px round 4px);
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 27px 15px;
    margin-top: unset;
    text-align: left;
    cursor: pointer;
}

    .order-box:before {
        content: "";
        position: absolute;
        /*top: 0px;
        left: 0px;
        transform: translate(-50%, -50%);
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: rgb(92, 98, 106);
        border: 1px solid white;*/
    }

.addneworder.order-box {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    height: 132px;
}

.order-box .order-list-title {
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.order-box .order-list-subheader {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

.order-box .order-list-description {
    font-size: 15px;
}

.tab-action-bar {
    padding-right: 0.75rem;
}

    .tab-action-bar ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tab-action-bar ul > li {
            margin-right: 30px;
        }

            .tab-action-bar ul > li:last-child {
                margin-right: 0px;
            }

.tab-action-area {
    text-align: center;
    cursor: pointer;
}

    .tab-action-area .tab-action-area-icon {
        font-size: 16px;
    }

    .tab-action-area .tab-action-area-title {
        font-size: 13px;
    }


.mergesplit-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
}

    .mergesplit-header .nav-top-title {
        font-weight: 500;
        font-size: 18px;
    }

    .mergesplit-header .mergesplit-close {
        font-weight: 500;
        font-size: 18px;
    }

.order-wrapper .order-wrapper-title {
    font-weight: 600;
    font-size: 16px;
    color: #999a9e;
    margin-bottom: 10px;
}

.order-wrapper-list .order-wrapper-area:last-child .receipt-menu-item {
    border-bottom: 0px;
}

.order-wrapper-area .receipt-menu-item {
    padding: 10px 0px;
    border-bottom: 1px solid #d7dce1;
    cursor: pointer;
}

.order-wrapper-items {
    max-height: 255px;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    overscroll-behavior: none;
    overflow-y: auto;
    z-index: 1012;
    -ms-touch-action: auto;
}

    .order-wrapper-items::-webkit-scrollbar {
        width: 0px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .order-wrapper-items::-webkit-scrollbar-track {
        background-color: rgb(255 255 255);
    }

.btn-action-close {
    font-weight: 600;
    margin-right: 15px;
    padding: 10px 0px;
    color: #cb0000;
    border-radius: 4px;
    text-transform: uppercase;
}

.searchtab-close.btn-action-close {
    padding-left: 20px;
}

.custom-modal .modal-header {
    padding: 30px 30px 0px;
    border: 0px;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .custom-modal .modal-header .modal-title {
        font-weight: 400;
        font-size: 26px;
        color: #000;
    }

.custom-modal .modal-body {
    padding: 20px 30px;
    border: 0px;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.custom-modal .modal-footer {
    padding: 0px 30px 30px;
    border: 0px;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.custom-modal .modalcontent {
    font-size: 18px;
}

.custom-modal .modal-md .modal-footer .btn {
    width: calc(50% - 10px);
}
.checkout-account .col {
    padding: 0px 1px;
}
.CheckoutInfo .app-sidebar {
    background-color: #ffffff;
    left: -300px;
}

.CheckoutInfo:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9999;
}

.checkout-drawer {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 9999;
    transition: transform 0.2s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    -webkit-overflow-scrolling: touch;
}

    .checkout-drawer.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.CheckoutInfo .page-main,
.CheckoutInfo .panel-area {
    transform: translate3d(-0px,0,0);
    -webkit-transform: translate3d(-00px,0,0);
}

.CheckoutInfo .right-sidemenu {
    left: 0;
    right: unset;
    z-index: 9990;
}

.checkout-close-btn {
    font-size: 32px;
    width: 45px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-size: 13px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
}

.checkout-drawer.active .checkout-close-btn {
    left: -45px;
}

.CheckoutPanel-back.btn {
    padding: 5px 10px;
}

.checkout-drawer .modal-inner-top {
    padding: 16px 20px;
    border-bottom: 1px solid #edeff5;
}

    .checkout-drawer .modal-inner-top .inner-title {
        font-size: 20px;
        margin: 0px;
    }

.checkout-drawer .modal-inner-body {
    padding: 20px;
}

.CheckoutInfo .header-main.header {
    position: relative;
    z-index: 9999;
}

.CheckoutInfo .right-sidemenu .right-sidemenu-orders {
    /*display: none;*/
}

.DrawerOrderInfo .header-main.header .app-header .tablemanage,
.DrawerCustomerInfo .header-main.header .app-header .tablemanage,
.CheckoutInfo .header-main.header .app-header .tablemanage,
.CheckoutInfo .header-main.header .app-header .d-flex .d-flex.header-right {
    display: none !important;
}

.checkout-footer {
    margin-top: 30px;
}

.btn.checkout-btn {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    padding: 14px 8px;
    text-transform: uppercase;
}

.checkout-footer .btn.checkout-action-btn {
    font-weight: 700;
    width: 100%;
    padding: 14px 10px;
    font-size: 20px;
}
.calculator .number-pad.number-bar .numberpadbar-btn {
    display: block;
    font-weight: 200;
    
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    width: calc(33.3335% - 1px);
    height: 83px;
    color: rgb(89, 89, 89);
    background: rgb(255, 255, 255);
    margin: 0px 1px 1px 0px;
    border: 0px;
}
.checkout-area .number-pad.right-action .numberpadbar-btn {
    display: block;
    font-weight: 200;
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: #fff;
    background-color: #c4c4c4;
}
.checkout-area .calculator .numberpadbar-btn,
.calculator .number-pad.number-bar .numberpadbar-btn,
.checkout-area .number-pad.right-action .numberpadbar-btn {
    font-size: 22px !important;
}

.checkout-area .number-pad.right-action .numberpadbar-btn.numpadok {
    background-color: #1c3faa;
}
.checkout-area .calculator .numberpadbar-btn,
.checkout-area .number-pad.right-action .numberpadbar-btn,
.checkout-area .calculator .number-pad.number-bar .numberpadbar-btn {
    line-height: 60px !important;
    height: 60px !important;
}

.checkout-account {
    /*background-color: #dce9ff;
    border: 1px solid #a2c4ff;
    border-radius: 4px;*/
}

.checkout-area .calculator {
    box-shadow: none !important;
    border: 1px solid #e6e6e6;
}
/*.calculator .number-pad.right-action .numberpadbar-btn {
    font-size: 27px;
    height: 83px;
    line-height: 83px;
    color: rgb(89, 89, 89);
    background-color: #f8f8f8;
}*/
.checkout-account .checkout-account-box {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

    .checkout-account .checkout-account-box:last-child {
        border-bottom: 0px solid #e6e6e6;
    }

    .checkout-account .checkout-account-box .checkout-account-label {
        font-weight: 600;
        font-size: 13px;
        color: #898989;
    }

.checkout-account .checkout-account-value {
    font-weight: 800;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-feature-area {
    height: 100%;
}

.checkout-feature-list .checkout-feature-box {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .checkout-feature-list .checkout-feature-box:hover .checkout-feature-icon {
        border: 2px solid #1c3faa;
        color: #1c3faa;
    }

    .checkout-feature-list .checkout-feature-box:hover .checkout-feature-title {
        color: #1c3faa;
    }

.checkout-feature-list li:last-child .checkout-feature-box {
    margin-bottom: 0px;
}

.checkout-feature-list .checkout-feature-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #b0b0b0;
    color: #757575;
    border-radius: 50%;
    margin: 0px auto 5px;
}

.checkout-feature-list .checkout-feature-title {
    font-size: 13px;
    color: #8b8b8b;
}


.checkout-action {
    position: relative;
    bottom: 0px;
    width: 100%;
    top: 24px;
}

    .checkout-action .checkout-action-btn {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        width: 85px;
        height: 85px;
        line-height: 85px;
        border-radius: 50%;
        display: block;
        text-align: center;
        background-color: #1c3faa;
        color: #fff;
        margin: -15px auto;
        cursor: pointer;
        border: 1px solid #1c3faa;
    }


.custom-tab-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 4px;
}

    .custom-tab-header .tab-title {
        font-weight: 600;
        font-size: 20px;
        margin: 0px;
    }

.custom-tabs.nav-tabs {
    border: 0px;
}

    .custom-tabs.nav-tabs li.nav-item {
        margin-right: 10px;
    }

        .custom-tabs.nav-tabs li.nav-item:last-child {
            margin-right: 0px;
        }

    .custom-tabs.nav-tabs .nav-link {
        font-weight: 500;
        margin: 0px !important;
        background-color: #fff;
        padding: 12px 18px;
        font-size: 15px;
        border: 1px solid #495057 !important;
        color: #495057;
        border-radius: 4px !important;
    }

        .custom-tabs.nav-tabs .nav-link.active {
            background-color: #ebeef4;
            border: 1px solid #1c3faa !important;
            color: #1c3faa;
        }


.patination-box {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 10px 20px;
    margin-top: 10px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: -webkit-fill-available;
    margin-left: 229px;
    margin-right: 321px;
}

.pagination-btn {
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #1c3faa;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination-btn {
    font-weight: 600;
    padding: 13px 20px;
    text-transform: uppercase;
}

    .pagination-btn.patination-prev {
        margin-right: auto;
    }

.patination-num {
    font-weight: 600;
    font-size: 20px;
}

.pagination-btn.patination-next {
    margin-left: auto;
}







.auth-wrapper {
    height: 100vh;
    background-color: #fff;
}

    .auth-wrapper .auth-content {
        /*padding: 40px 70px;
        width: 550px;
        margin: 0px auto;*/
    }

    .auth-wrapper .login-logo {
        text-align: left;
        margin-bottom: 20px;
    }

        .auth-wrapper .login-logo img {
            width: 80px;
        }

    .auth-wrapper .login-desc {
        font-size: 22px;
        text-align: left;
        color: #171F46;
        margin-bottom: 30px;
        font-weight: 500;
    }

.auth-content .form-group .control-label,
.auth-content .form-group label {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 10px;
    display: inline-block;
}

.auth-content .form-control:focus, .auth-content .input-group-text:focus,
.auth-content .custom-select:focus, .auth-content .custom-file-label:focus {
    background-color: #fefeff;
    border-color: #1c3faa;
}

.pt-10 {
    padding-top: 10px !important;
}

.auth-content .text-small {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #1c3faa;
}

.auth-wrapper .footer-cont {
    position: absolute !important;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
}

.auth-wrapper .wcal-jarallax-image {
    position: relative;
    height: 100vh;
    background-color: #e8f0fe;
}

.auth-wrapper .copyright-area.text-muted {
    font-weight: 500;
    font-size: 12px;
}

.bg-auth-image {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
}

.auth-login {
    min-height: 100vh;
}

.bg-office {
    font-weight: 500;
    font-size: 14px;
    padding: 13px 10px;
    margin: 3px 5px;
}

div#keyboard {
    z-index: 9999;
}

    div#keyboard .default button {
        padding: 6px 12px !important;
    }

.auth-content .form-group label {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}




.select2 .select2-selection {
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 10px 15px;
    height: 48px;
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-radius: .25rem;
}

    .select2 .select2-selection[aria-expanded=true] {
        background-color: #e8f0fe !important;
    }

    .select2 .select2-selection .select2-selection__rendered {
        padding: 0px;
    }

    .select2 .select2-selection .select2-selection__arrow {
        height: 47px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

.select2.select2-container--open .select2-selection {
    background-color: #fefeff;
    border-color: #1c3faa;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1c3faa;
    color: white;
}

.receipt-action-tools {
    border-bottom: 1px solid #edeff5;
    border-top: 1px solid #edeff5;
}

ul.receipt-action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px;
}

    ul.receipt-action-list li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

.btn.btn-secondary-tool {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin: 5px;
    color: #1c3faa;
    border-radius: 4px;
    padding: 4px 4px;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #1c3faa;
}

    .btn.btn-secondary-tool:hover {
        color: #fff;
        background-color: #1c3faa;
        border: 1px solid #1c3faa;
    }

    .btn.btn-secondary-tool span {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.title-t1 {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

.payment-details-area {
    margin-bottom: 30px;
}

    .payment-details-area .payment-details-list {
        max-height: 220px;
        overflow: auto;
    }

.payment-details-list::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
}

.payment-details-list::-webkit-scrollbar-thumb {
    height: 24px;
    background-color: #b3b3b3;
}

.payment-details-area .payment-details-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #e6e6e6;
}

    .payment-details-area .payment-details-list li:last-child {
        border-bottom: 0px solid #e6e6e6;
    }

.payment-details-area .payment-details-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .payment-details-area .payment-details-box .payment-detail-mode {
        font-weight: 600;
    }

    .payment-details-area .payment-details-box .payment-detail-value {
        margin-left: auto;
    }

    .payment-details-area .payment-details-box .btn-delete {
        border: 0px;
        background-color: transparent;
        padding: 0px;
        color: #e31717;
        margin-left: 10px;
    }

    .payment-details-area .payment-details-box .promo-detail-mode {
        font-size: 18px;
        font-weight: 500;
        color: #8b8b8b;
    }

.right-menu-list {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 100%;
    z-index: 5;
    padding-top: 64px;
    padding-bottom: 70px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

    .right-menu-list .right-menu-link {
        display: block;
        text-align: center;
        border: 1px solid #1c3faa;
        font-size: 14px;
        color: #1c3faa;
        border-radius: 4px;
        padding: 10px 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .right-menu-list .right-menu-link:hover {
            background-color: #1c3faa;
            color: #fff;
        }


/*--- Modal Right :: Start ---*/
.modal.right-modal {
    position: fixed;
    z-index: 99999;
}

    .modal.right-modal .modal-dialog {
        position: fixed;
        margin: auto;
        width: 400px;
        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.right-modal .modal-content {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh !important;
        border-radius: 0px;
        border: 0px !important;
    }

    .modal.right-modal .modal-body {
        padding: 15px 15px 30px;
    }

    .modal.right-modal.fade .modal-dialog {
        right: -50%;
        -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.right-modal.fade.show .modal-dialog {
        right: 0;
        box-shadow: 0px 0px 19px rgba(0,0,0,.5);
    }

.CheckoutInfo.modal-open .modal-backdrop {
    opacity: .5;
    z-index: 9999;
}

@media (min-width: 576px) {

    .right-modal .modal-dialog {
        max-width: 100%;
    }
}
/*--- Modal Right :: End ---*/
.right-modal .modal-header {
    padding: 21px 20px;
    border-bottom: 1px solid #edeff5;
}

.coupon-search-box .form-control {
    height: 46px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

    .coupon-search-box .form-control::-webkit-input-placeholder {
        text-transform: capitalize;
        color: #999999;
    }

    .coupon-search-box .form-control::-moz-placeholder {
        text-transform: capitalize;
        color: #999999;
    }

    .coupon-search-box .form-control:-ms-input-placeholder {
        text-transform: capitalize;
        color: #999999;
    }

    .coupon-search-box .form-control:-moz-placeholder {
        text-transform: capitalize;
        color: #999999;
    }

.coupon-search-box {
    margin-bottom: 20px;
}

    .coupon-search-box .btn.btn-primary {
        border-radius: 0px;
        height: 48px;
    }

.available-coupon-section .available-coupon-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.available-coupon-box {
    border: 1px solid #ced4da;
    padding: 20px;
    margin-bottom: 20px;
}

    .available-coupon-box .available-coupon-code {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        background-color: #e3eaff;
        border: 1px dashed #1c3faa;
        color: #1c3faa;
        padding: 6px 15px;
        margin-bottom: 10px;
    }

    .available-coupon-box .available-coupon-off {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .available-coupon-box .available-coupon-desc {
        font-size: 12px;
        color: #707070;
    }



.nav-link.notification-toggle {
    color: #555556;
    padding-left: 12px !important;
    padding-right: 12px !important;
    height: 100%;
}

    .nav-link.notification-toggle .headerBadge1 {
        position: absolute;
        top: -5px;
        right: 2px;
        font-weight: 300;
        font-size: 11px;
        padding: 0;
        background: #1c3faa;
        border-radius: 50%;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

.dropdown-list {
    width: 300px;
    padding: 0;
}

.dropdown-menu {
    box-shadow: 0px 0px 5px 1px rgb(28 63 170 / 27%);
    border: none;
    width: 300px;
}

.dropdown-list .dropdown-list-content {
    height: 250px;
}

.notification-dropdown {
    position: relative;
    height: 250px;
}

.dropdown-list .dropdown-footer, .dropdown-list .dropdown-header {
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e4e6fc;
}

a.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.2;
}

.dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
}

    .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
        flex-shrink: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 42px;
        text-align: center;
    }

.dropdown-list .dropdown-item .dropdown-item-desc {
    line-height: 1.4;
    white-space: normal;
    color: #34395e;
    margin-left: 15px;
}

.bg-primary {
    background-color: #1c3ea8 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}

.cust-modal {
    z-index: 10000;
}

    .cust-modal .modal-content {
        z-index: 9998;
    }

.table {
    width: 100% !important;
}

.page-item.active .page-link {
    background-color: #1c3faa;
    border-color: #1c3faa;
}

.page-link {
    color: #1c3faa;
}
.custom-scroll {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    overflow: auto;
    padding-right: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
    height: 24px;
    background-color: #b3b3b3;
}
    .custom-scroll::-webkit-scrollbar {
        width: 5px;
        background-color: #e6e6e6;
    }