.pos-header{
    height: 50px;
    border-bottom: 1px solid lightgrey;
    box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
    z-index: 1;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;
}

.pos-header div{
    font-size: large;
    font-weight: bold;
}

.orderCardStatusSelect{
    margin: 0px;
}

.tableArea{
    position: relative;
    overflow: auto;
    background: lightgrey;
    height:100%;
}

.table{
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    cursor: pointer;
    color: rgb(100,100,100);
}

.table-mid{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-top{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-bot{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-message-feed-list{
    max-height: 320px;
    overflow: auto;
    padding: 0px;
}

.table-area-row{
    padding-right: 8px;
}

.table-message-popup-wrapper{
    position: relative;
    z-index: 120;
    flex: none;
}

.table-message-popup-button{
    margin: 0px;
    min-width: 0px;
    padding: 0px 10px;
    line-height: 36px;
    border: 1px solid rgba(63,81,181,0.35);
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.table-message-popup-button .material-icons{
    vertical-align: middle;
    margin-right: 6px;
}

.table-message-popup{
    position: absolute;
    top: 44px;
    right: 0px;
    width: 360px;
    max-width: calc(100vw - 24px);
    margin: 0px;
    border-radius: 4px;
}

.table-message-popup md-card-content{
    padding: 8px 12px;
}

.table-message-popup-header{
    min-height: 36px;
}

.table-message-feed-item{
    min-height: 54px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    cursor: pointer;
}

.table-message-feed-item h4{
    margin: 0px;
}

.table-message-feed-item p{
    margin: 2px 0px 0px 0px;
}

.table-message-feed-item.viewed{
    color: rgba(0,0,0,0.45);
    background: #f5f5f5;
}

.table-message-count{
    min-width: 18px;
    padding: 1px 6px;
    border-radius: 4px;
    background: #ff9800;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
}

.table-message-viewed-icon{
    color: #4caf50;
    margin-right: 16px;
}

.table-code-panel{
    padding: 0px 8px;
}

.table-code-header{
    min-height: 40px;
}

.table-code-list{
    padding: 0px;
}

.table-code-create-form{
    margin-bottom: 8px;
}

.table-code-custom-input{
    margin: 0px 8px 0px 0px;
}

.table-code-custom-input .hint{
    color: rgba(0,0,0,0.54);
    font-size: 11px;
    line-height: 14px;
}

.table-code-permanent-button{
    margin: 0px;
    min-width: 112px;
}

.table-code-item{
    min-height: 104px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.table-code-text{
    margin-left: 8px;
    margin-right: 44px;
    min-width: 0px;
}

.table-code-actions{
    width: 40px;
}

.table-code-actions .md-button.md-icon-button{
    margin: 0px;
}

.table-code-url{
    margin: 2px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-code-kind{
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(0,0,0,0.12);
    font-size: 11px;
    text-transform: uppercase;
}

.table-code-kind.persistent{
    background: #4caf50;
    color: white;
}

#tableEditBut{
    float:right;
    z-index: 101;
}

#editTableActions{
    z-index:100;
    position: absolute;
    right:10px;
    top: 10px;
    width:200px;
    text-align: right;
}

#editTableActions md-input-container{
    margin:0px;
}

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

.store-orders-page{
    min-height: 100%;
    background: #eef3f7;
    color: #263238;
}

.store-orders-content{
    min-height: 100%;
    padding: 18px 20px 24px 20px;
    box-sizing: border-box;
    background:
        linear-gradient(180deg, #f7fafc 0%, #eef3f7 280px, #eef3f7 100%);
}

.store-orders-hero{
    min-height: 86px;
    margin-bottom: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(38,50,56,0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(38,50,56,0.08);
    box-sizing: border-box;
}

.store-orders-title{
    min-width: 0px;
    display: flex;
    align-items: center;
}

.store-orders-title > .material-icons{
    width: 46px;
    height: 46px;
    margin-right: 14px;
    border-radius: 8px;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.store-orders-title p{
    margin: 0px;
    color: #607d8b;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.store-orders-summary{
    gap: 12px;
}

.store-orders-stat{
    min-width: 86px;
    padding: 8px 12px;
    border: 1px solid rgba(46,125,50,0.16);
    border-radius: 8px;
    background: #f4fbf5;
    text-align: center;
    box-sizing: border-box;
}

.store-orders-stat strong,
.store-orders-stat span{
    display: block;
}

.store-orders-stat strong{
    color: #2e7d32;
    font-size: 22px;
    line-height: 24px;
}

.store-orders-stat span{
    color: #607d8b;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
}

.store-orders-filter-button{
    min-width: 112px;
    margin: 0px;
    border-radius: 4px;
}

.store-orders-filter-button .material-icons{
    margin-right: 6px;
    vertical-align: middle;
}

.store-orders-toolbar{
    min-height: 64px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 2px 10px rgba(38,50,56,0.06);
    box-sizing: border-box;
}

.store-orders-statuses{
    gap: 7px;
    max-width: calc(100% - 160px);
}

.store-orders-chip{
    min-width: 0px;
    min-height: 34px;
    margin: 0px;
    padding: 0px 12px;
    border: 1px solid rgba(96,125,139,0.24);
    border-radius: 4px;
    background: #ffffff;
    color: #455a64;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
}

.store-orders-chip:not([disabled]):hover{
    background: #f1f8e9!important;
    color: #263238!important;
}

.store-orders-chip-active,
.store-orders-chip-active:not([disabled]):hover{
    border-color: #2e7d32!important;
    background: #2e7d32!important;
    color: white!important;
}

.store-orders-type-select,
.store-orders-mobile-status{
    width: 136px;
    margin: 0px;
}

.store-orders-view-toggle{
    min-height: 40px;
    margin-left: 8px;
    padding: 2px;
    border: 1px solid rgba(96,125,139,0.2);
    border-radius: 4px;
    background: #ffffff;
}

.store-orders-view-toggle .md-button.md-icon-button{
    width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0px;
    line-height: 36px;
    border-radius: 4px;
    color: #607d8b;
}

.store-orders-view-active,
.store-orders-view-active:not([disabled]):hover{
    background: #2e7d32!important;
    color: #ffffff!important;
}

.store-orders-grid{
    gap: 12px;
    align-items: stretch;
}

.store-orders-grid .orderCard{
    flex: 1 1 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
    min-width: 280px;
    margin: 0px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(38,50,56,0.08);
    overflow: hidden;
    transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.store-orders-grid .orderCard:hover{
    border-color: rgba(46,125,50,0.24);
    box-shadow: 0 10px 24px rgba(38,50,56,0.14);
    transform: translateY(-1px);
}

.store-orders-grid .orderCard > md-card-title{
    padding: 16px 18px 4px 18px;
}

.store-orders-grid .orderCard .md-headline{
    color: #263238;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.store-orders-grid .orderCard .md-subhead{
    color: #546e7a;
    font-size: 14px;
    line-height: 21px;
}

.store-orders-grid .orderCardStatusSelect .md-select-value{
    min-height: 32px;
    border-bottom-color: rgba(46,125,50,0.35);
    color: #2e7d32;
    font-weight: 600;
}

.store-orders-grid .orderCard md-card-actions{
    min-height: 48px;
    padding: 2px 8px 8px 8px;
    border-top: 1px solid rgba(38,50,56,0.07);
    background: #fbfcfd;
}

.store-orders-grid .orderCard .md-button.md-icon-button{
    margin: 0px 2px;
}

.store-orders-grid .pendingApprovalCard{
    border-top: 4px solid #1976d2;
}

.store-orders-list-shell{
    width: 100%;
    overflow-x: auto;
}

.store-orders-list-table{
    min-width: 1060px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(38,50,56,0.08);
    overflow: hidden;
}

.store-orders-list-row{
    display: grid;
    grid-template-columns: 48px 110px minmax(160px, 1.1fr) 120px minmax(220px, 1.4fr) 110px 150px 130px 190px;
    align-items: center;
    min-height: 64px;
    border-bottom: 1px solid rgba(38,50,56,0.07);
}

.store-orders-list-row:last-child{
    border-bottom: none;
}

.store-orders-list-row > div{
    min-width: 0px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.store-orders-list-head{
    min-height: 42px;
    background: #f6f9fb;
    color: #607d8b;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.store-orders-list-pending{
    border-left: 4px solid #1976d2;
    background: #f8fbff;
}

.store-orders-list-select md-checkbox{
    margin: 0px;
}

.store-orders-list-order strong,
.store-orders-list-customer strong{
    display: block;
    color: #263238;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-orders-list-order span,
.store-orders-list-customer span,
.store-orders-list-address,
.store-orders-list-delivery{
    color: #607d8b;
    font-size: 13px;
    line-height: 18px;
}

.store-orders-list-order .material-icons{
    margin-top: 3px;
    font-size: 18px;
}

.store-orders-list-address{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-orders-list-sum{
    color: #263238;
    font-weight: 700;
}

.store-orders-list-pill{
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 4px;
    background: #eef3f7;
    color: #455a64;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-orders-list-pending-pill{
    background: #e3f2fd;
    color: #1565c0;
}

.store-orders-list-status{
    margin: 0px;
}

.store-orders-list-status .md-select-value{
    min-height: 30px;
    min-width: 112px;
    padding-bottom: 2px;
}

.store-orders-list-actions{
    white-space: nowrap;
}

.store-orders-list-actions .md-button.md-icon-button{
    width: 34px;
    height: 34px;
    min-height: 34px;
    margin: 0px 1px;
    line-height: 34px;
}

.store-orders-list-actions .pendingApprovalAccept,
.store-orders-list-actions .pendingApprovalDecline{
    color: #ffffff!important;
}

.store-orders-empty{
    min-height: 260px;
    margin-top: 20px;
    padding: 28px;
    border: 1px dashed rgba(96,125,139,0.34);
    border-radius: 8px;
    background: rgba(255,255,255,0.72);
    color: #607d8b;
    text-align: center;
    box-sizing: border-box;
}

.store-orders-empty .material-icons{
    margin-bottom: 10px;
    color: #90a4ae;
    font-size: 52px;
}

.store-orders-empty h2{
    margin: 0px 0px 6px 0px;
    color: #37474f;
    font-size: 22px;
    font-weight: 600;
}

.store-orders-empty p{
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}

.store-orders-sidenav{
    width: 320px;
    max-width: 88vw;
}

.delivery-page{
    min-height: 100%;
    background: #eef3f7;
    color: #263238;
}

.delivery-content{
    min-height: 100%;
    padding: 18px 20px 20px 20px;
    box-sizing: border-box;
    background:
        linear-gradient(180deg, #f7fafc 0%, #eef3f7 300px, #eef3f7 100%);
}

.delivery-hero{
    min-height: 86px;
    margin-bottom: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(38,50,56,0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(38,50,56,0.08);
    box-sizing: border-box;
}

.delivery-title{
    min-width: 0px;
    display: flex;
    align-items: center;
}

.delivery-title > .material-icons{
    width: 46px;
    height: 46px;
    margin-right: 14px;
    border-radius: 8px;
    background: #e3f2fd;
    color: #1976d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}

.delivery-title p{
    margin: 0px;
    color: #607d8b;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.delivery-summary{
    gap: 12px;
}

.delivery-stat{
    min-width: 86px;
    padding: 8px 12px;
    border: 1px solid rgba(25,118,210,0.16);
    border-radius: 8px;
    background: #f2f8fe;
    text-align: center;
    box-sizing: border-box;
}

.delivery-stat strong,
.delivery-stat span{
    display: block;
}

.delivery-stat strong{
    color: #1976d2;
    font-size: 22px;
    line-height: 24px;
}

.delivery-stat span{
    color: #607d8b;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
}

.delivery-filter-button{
    min-width: 112px;
    margin: 0px;
    border-radius: 4px;
}

.delivery-filter-button .material-icons{
    margin-right: 6px;
    vertical-align: middle;
}

.delivery-toolbar{
    min-height: 64px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 2px 10px rgba(38,50,56,0.06);
    box-sizing: border-box;
}

.delivery-statuses{
    gap: 7px;
    max-width: calc(100% - 330px);
}

.delivery-chip{
    min-width: 0px;
    min-height: 34px;
    margin: 0px;
    padding: 0px 12px;
    border: 1px solid rgba(96,125,139,0.24);
    border-radius: 4px;
    background: #ffffff;
    color: #455a64;
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
}

.delivery-chip:not([disabled]):hover{
    background: #e3f2fd!important;
    color: #263238!important;
}

.delivery-chip-active,
.delivery-chip-active:not([disabled]):hover{
    border-color: #1976d2!important;
    background: #1976d2!important;
    color: white!important;
}

.delivery-actions{
    gap: 8px;
}

.delivery-boy-select,
.delivery-mobile-status{
    width: 180px;
    margin: 0px;
}

.delivery-action-fab{
    margin: 0px;
    box-shadow: 0 3px 8px rgba(25,118,210,0.22);
}

.delivery-board{
    min-height: 0px;
    gap: 12px;
}

.delivery-list-panel{
    width: 390px;
    max-width: 420px;
    min-width: 340px;
    padding: 0px 2px 0px 0px;
    overflow: auto;
    box-sizing: border-box;
}

.delivery-list-header{
    min-height: 52px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(38,50,56,0.06);
    box-sizing: border-box;
}

.delivery-list-header h2{
    margin: 0px;
    color: #263238;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.delivery-orders-grid{
    gap: 10px;
}

.delivery-orders-grid .orderCard{
    margin: 0px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(38,50,56,0.08);
    overflow: hidden;
    transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.delivery-orders-grid .orderCard:hover{
    border-color: rgba(25,118,210,0.24);
    box-shadow: 0 10px 24px rgba(38,50,56,0.14);
    transform: translateY(-1px);
}

.delivery-orders-grid .orderCard > md-card-title{
    padding: 15px 16px 4px 16px;
}

#deliveryMap{
    min-height: 420px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #dfe7ed;
    box-shadow: 0 8px 24px rgba(38,50,56,0.1);
    overflow: hidden;
}

.delivery-map-shell{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

#delMap{
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.delivery-empty{
    min-height: 220px;
    margin-bottom: 10px;
    padding: 24px;
    border: 1px dashed rgba(96,125,139,0.34);
    border-radius: 8px;
    background: rgba(255,255,255,0.72);
    color: #607d8b;
    text-align: center;
    box-sizing: border-box;
}

.delivery-empty .material-icons{
    margin-bottom: 8px;
    color: #90a4ae;
    font-size: 44px;
}

.delivery-empty h3{
    margin: 0px 0px 6px 0px;
    color: #37474f;
    font-size: 19px;
    font-weight: 600;
}

.delivery-empty p{
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}

.delivery-mobile-tabs{
    min-height: 50px;
    margin-top: 10px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(38,50,56,0.08);
    overflow: hidden;
}

.delivery-mobile-tabs .md-button{
    margin: 0px;
    border-radius: 0px;
    color: #607d8b;
    font-weight: 700;
}

.delivery-mobile-tab-active{
    background: #1976d2!important;
    color: white!important;
}

.customer-selector-dialog{
    width: 1080px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
}

.customer-selector-dialog-content{
    background: #eef3f7;
}

.customer-selector-dialog-body{
    min-height: 560px;
    padding: 0px;
    box-sizing: border-box;
}

.customer-selector{
    min-height: 560px;
    color: #263238;
}

.customer-search-panel{
    min-height: 82px;
    padding: 12px 16px 6px 16px;
    border-bottom: 1px solid rgba(38,50,56,0.1);
    background: #ffffff;
    box-sizing: border-box;
    gap: 12px;
}

.customer-search-input{
    width: 180px;
    margin: 0px;
}

.customer-search-actions{
    gap: 8px;
    margin-bottom: 8px;
}

.customer-search-button{
    min-width: 112px;
    margin: 0px;
    border-radius: 4px;
}

.customer-search-button .material-icons,
.customer-address-header .material-icons{
    margin-right: 6px;
    vertical-align: middle;
    font-size: 20px;
}

.customer-selector-results{
    min-height: 0px;
    overflow: hidden;
}

.customer-picker{
    height: 100%;
    min-height: 478px;
}

.customer-picker-list,
.customer-picker-details{
    min-height: 0px;
    overflow: auto;
    box-sizing: border-box;
}

.customer-picker-list{
    border-right: 1px solid rgba(38,50,56,0.1);
    background: #fbfcfd;
}

.customer-picker-details{
    padding: 16px;
}

.customer-pane-heading,
.customer-address-header{
    min-height: 58px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(38,50,56,0.08);
    box-sizing: border-box;
}

.customer-pane-heading h3,
.customer-address-header h3{
    margin: 0px;
    color: #263238;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}

.customer-pane-heading span,
.customer-address-header span{
    color: #607d8b;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.customer-result-list,
.customer-address-list{
    padding: 0px;
}

.customer-result-item{
    min-height: 72px;
    border-bottom: 1px solid rgba(38,50,56,0.07);
    cursor: pointer;
}

.customer-result-item:hover{
    background: #eef7ff;
}

.customer-result-selected,
.customer-result-selected:hover{
    background: #e3f2fd!important;
}

.customer-result-item .md-list-item-text h3,
.customer-address-item .md-list-item-text h3{
    color: #263238;
    font-size: 15px;
    font-weight: 600;
}

.customer-result-item .md-list-item-text p,
.customer-address-item .md-list-item-text p,
.customer-address-item .md-list-item-text h4{
    color: #607d8b;
    font-size: 13px;
    line-height: 18px;
}

.customer-result-arrow{
    color: #90a4ae;
    font-size: 22px;
}

.customer-detail-empty{
    min-height: 430px;
    padding: 28px;
    border: 1px dashed rgba(96,125,139,0.34);
    border-radius: 8px;
    background: rgba(255,255,255,0.74);
    color: #607d8b;
    text-align: center;
    box-sizing: border-box;
}

.customer-detail-empty .material-icons{
    margin-bottom: 10px;
    color: #90a4ae;
    font-size: 54px;
}

.customer-detail-empty h3{
    margin: 0px 0px 6px 0px;
    color: #37474f;
    font-size: 20px;
    font-weight: 600;
}

.customer-detail-empty p{
    max-width: 320px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}

.customer-detail-panel{
    min-height: 430px;
    border: 1px solid rgba(38,50,56,0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(38,50,56,0.08);
    overflow: hidden;
}

.customer-profile{
    min-height: 116px;
    padding: 18px;
    border-bottom: 1px solid rgba(38,50,56,0.08);
    background: #fbfdff;
    box-sizing: border-box;
}

.customer-profile-avatar{
    width: 64px;
    height: 64px;
    margin-right: 14px;
    border-radius: 50%;
    object-fit: cover;
    background: #dfe7ed;
}

.customer-profile h2{
    margin: 0px 0px 8px 0px;
    color: #263238;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.customer-profile-meta{
    gap: 8px 12px;
}

.customer-profile-meta span{
    color: #546e7a;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
}

.customer-profile-meta .material-icons{
    margin-right: 5px;
    color: #1976d2;
    font-size: 18px;
}

.customer-address-header{
    border-bottom-color: rgba(38,50,56,0.08);
}

.customer-address-header .md-button{
    margin: 0px;
    border-radius: 4px;
}

.customer-address-item{
    min-height: 92px;
    border-bottom: 1px solid rgba(38,50,56,0.07);
    cursor: pointer;
}

.customer-address-item:hover{
    background: #f4fbf5;
}

.customer-address-icon{
    margin-right: 14px;
    color: #2e7d32;
    font-size: 28px;
}

.customer-empty-state{
    min-height: 72px;
    color: #78909c;
}

.orderCard > md-card-title{
    padding: 15px 20px 0px 20px
}

.orderCard .md-headline{
    font-size: 20px;
    line-height: 20px;
}

.orderCard .md-subhead{
    padding-top: 0px!important;
}

.orderCard md-card-actions{
    margin:0px;
}

.pending-approval-dialog{
    height: 100%;
    min-width: 360px;
    background: #f3f6f8;
}

.pending-approval-header{
    min-height: 88px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(38,50,56,0.1);
    background: white;
    box-shadow: 0 2px 10px rgba(38,50,56,0.08);
    box-sizing: border-box;
}

.pending-approval-header-icon{
    width: 48px;
    height: 48px;
    margin-right: 14px;
    border-radius: 50%;
    background: #e3f2fd;
    color: #1976d2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pending-approval-header-icon .material-icons{
    font-size: 28px;
}

.pending-approval-header h2{
    margin: 0px 0px 3px 0px;
    color: #263238;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.pending-approval-header p{
    margin: 0px;
    color: #607d8b;
    font-size: 14px;
    line-height: 20px;
}

.pending-approval-count{
    min-width: 34px;
    height: 34px;
    margin-left: 14px;
    border-radius: 50%;
    background: #1976d2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.pending-approval-list{
    padding: 16px;
    overflow: auto;
    box-sizing: border-box;
}

.pendingApprovalCard{
    border-top: 4px solid #1976d2;
    box-shadow: 0 8px 24px rgba(38,50,56,0.16);
}

.pendingApprovalCard > md-card-title{
    padding-bottom: 10px;
}

.pendingApprovalCard .orderCardStatusSelect{
    display: none;
}

.pendingApprovalContent{
    padding-top: 0px;
}

.pendingApprovalNotice{
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #e3f2fd;
    color: #1565c0;
}

.pendingApprovalNotice > .material-icons{
    margin-right: 10px;
    font-size: 26px;
}

.pendingApprovalNotice strong,
.pendingApprovalNotice small{
    display: block;
}

.pendingApprovalNotice small{
    margin-top: 2px;
    color: #456f91;
    font-size: 12px;
    line-height: 16px;
}

.pendingApprovalEta{
    min-height: 68px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(25,118,210,0.2);
    border-radius: 6px;
    background: #fbfdff;
}

.pendingApprovalEta > .material-icons{
    margin-right: 12px;
    color: #1976d2;
    font-size: 30px;
}

.pendingApprovalEta label{
    display: block;
    margin-bottom: 3px;
    color: #607d8b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.pendingApprovalEtaSelect{
    margin: 0px;
}

.pendingApprovalEtaSelect .md-select-value{
    min-height: 28px;
    padding-bottom: 2px;
    color: #263238;
    font-size: 22px;
    font-weight: bold;
}

.pendingApprovalCustomerNote{
    min-height: 28px;
    color: #546e7a;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.pendingApprovalCustomerNote .material-icons{
    margin-right: 8px;
    color: #78909c;
    font-size: 20px;
}

.pendingApprovalActions{
    padding: 0px 8px 12px 8px;
    gap: 8px;
}

.pendingApprovalActions .md-button{
    min-height: 46px;
    margin: 0px;
    border-radius: 4px;
    color: white!important;
    font-weight: bold;
}

.pendingApprovalActions .material-icons{
    margin-right: 6px;
    vertical-align: middle;
}

.pendingApprovalAccept{
    background-color: #2e7d32!important;
}

.pendingApprovalDecline{
    background-color: #c62828!important;
}

.orderList{
    width:500px;
}

#orderProductList{
    padding:0px;
}

.posActions{
    height:350px;
    background:#f5f5f5;
}

.price-box{
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.approval-screen{
    min-height: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f7fbff 0%, #eef3f7 100%);
    color: #263238;
    text-align: center;
}

.approval-screen-waiting{
    background:
        radial-gradient(circle at top, rgba(30,136,229,0.16), transparent 36%),
        linear-gradient(180deg, #f7fbff 0%, #eef3f7 100%);
}

.approval-panel{
    width: 100%;
    max-width: 460px;
    min-height: 460px;
    padding: 36px 28px;
    box-sizing: border-box;
    border: 1px solid rgba(38,50,56,0.1);
    border-radius: 8px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 45px rgba(38,50,56,0.16);
}

.approval-icon-wrap{
    width: 132px;
    height: 132px;
    margin-bottom: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.approval-icon-wrap .material-icons{
    font-size: 82px;
    line-height: 1;
}

.approval-icon-waiting{
    background: #e3f2fd;
    color: #1976d2;
}

.approval-icon-accepted{
    background: #e8f5e9;
    color: #2e7d32;
}

.approval-icon-declined{
    background: #ffebee;
    color: #d32f2f;
}

.approval-status-pill{
    min-height: 28px;
    padding: 5px 12px;
    border-radius: 4px;
    background: rgba(25,118,210,0.1);
    color: #1565c0;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

.approval-status-accepted{
    background: rgba(46,125,50,0.12);
    color: #2e7d32;
}

.approval-status-declined{
    background: rgba(211,47,47,0.12);
    color: #c62828;
}

.approval-pulse{
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #1976d2;
    animation: approvalPulse 1.2s ease-in-out infinite;
}

.approval-panel h1{
    margin: 18px 0px 10px 0px;
    color: #263238;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.approval-panel p{
    max-width: 360px;
    margin: 0px 0px 24px 0px;
    color: #546e7a;
    font-size: 16px;
    line-height: 24px;
}

.approval-progress{
    width: 100%;
    max-width: 320px;
    margin-top: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.approval-time{
    min-width: 210px;
    margin: 2px 0px 24px 0px;
    padding: 14px 18px;
    border: 1px solid rgba(46,125,50,0.18);
    border-radius: 8px;
    background: #f4fbf5;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.approval-time .material-icons{
    font-size: 28px;
}

.approval-time span{
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
}

.approval-time small{
    color: #607d65;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.approval-action{
    min-width: 180px;
    margin: 0px;
    border-radius: 4px;
    color: white!important;
    font-weight: bold;
}

.approval-action-accepted{
    background-color: #2e7d32!important;
}

.approval-action-declined{
    background-color: #c62828!important;
}

@keyframes approvalPulse{
    0%{
        opacity: 0.35;
        transform: scale(0.8);
    }
    50%{
        opacity: 1;
        transform: scale(1);
    }
    100%{
        opacity: 0.35;
        transform: scale(0.8);
    }
}

#paypal-container{
    position:absolute;
    left:15px;
    right:0px;
}

.posCategories{
    max-height: 200px;
    overflow:scroll;
    padding-top:10px;
    background: #f5f5f5;
}

.categoryBack{
    position:absolute;
}

.category{
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    width:25%;
    min-width:75px;
    height:75px;
    margin:0px;
    white-space: normal;
    line-height: 15px;
    background:white;
}

.posDivider{
    height: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background-color: rgba(0,0,0,0.12);
}

.posVerticalDivider{
    width: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background-color: rgba(0,0,0,0.12);
}

.selectedPadFunction{
    background: lightgreen;
}

pos-products{
    height:calc(100% - 100px);
    overflow:auto;
}

.posProducts{
    padding:2px;
    background: #f5f5f5
}

.selectedProduct{
    color: orange!important;
}

.product{
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    width:calc(25% - 4px);
    min-width:75px;
    height:90px;
    margin:2px;
    white-space: normal;
    line-height: 15px;
    background:white;
}

.product .name{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 30px;
}

.product .price{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.1);
}

.orderItem {
    height: 50px;
    min-height: 0px;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.orderItem .side{
    position:absolute;
    left:0px;
    height:72px;
    width:5px;
    background-color: #2a86ea;
}

.orderItem .side-green{
    background-color: rgb(0, 149, 0)!important;
}

.orderItem .side-red{
    background-color: rgb(244,81,30)!important;
}

.bottom-sums{
    border-top: 2px solid darkgrey;
    padding: 5px 0px 0px 10px;
    margin: 5px 5px 15px 0px;
}

.bottom-sums > div{
    text-align: right;
}

.posOrder{
    overflow:auto;
}

.numPad{
    width:220px;
    height:100%;
    position: relative;
}

.numPadButton{
    min-width:0px;
    padding:0px;
    margin:0px;
    width:55px;!important;
    height:55px;
    border-left: 1px solid #bfbfbf;
    border-top:1px solid #bfbfbf;
    border-radius: 0px;
    float:left;
}

.selectedPadFunction:not([disabled]):hover{
    background-color: lightgreen!important;
}

.numPadButton .material-icons, .padButton .material-icons{
    margin-top: 15px;
}

.moreActionsPanel{
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:55px;
    overflow: auto;
    background-color: #f5f5f5;
    z-index: 1;
}

.moreActionsPanel button{
    border: 1px solid lightgrey;
}

.padButton{
    margin:0px;
    border:1px solid #bfbfbf;
}

.padPanel{
    border:1px solid #bfbfbf;
    border-radius: 10px;
    margin: 10px;
}

.selectedOrderItem{
    background:lightgoldenrodyellow;
}

.tabButton{
    width:50%;
    height:100%;
    float:left;
    margin:0px;
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
}

.table-in-list{
    width: calc(33.33% - 9px);
    height: 75px;
    float: left;
    margin: 3px;
    position:relative;
}

.orderListItem > span{
    width:100%;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 900px){
    .mobile-hidden{
        display: none;
    }

    #posLeftPanel{
        position:absolute;
        top:50px;
        bottom:50px;
        left:0px;
        right:0px;
        background:white;
    }

    #posRightPanel{
        position:absolute;
        top:50px;
        bottom:50px;
        left:0px;
        right:0px;
        background:#f5f5f5;
    }

    #posBottomPanel{
        position:absolute;
        height:50px;
        bottom:0px;
        left:0px;
        right:0px;
        background:#f5f5f5;
        box-shadow: 0px -1px 5px rgb(0 0 0 / 30%);
    }

    .orderList{
        width:100%;
    }

    .store-orders-content{
        padding: 10px;
    }

    .store-orders-hero{
        padding: 14px;
    }

    .store-orders-title > .material-icons{
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

    .store-orders-summary{
        width: 100%;
        margin-top: 14px;
        justify-content: space-between;
    }

    .store-orders-stat{
        min-width: 92px;
    }

    .store-orders-filter-button{
        flex: 1;
        margin-left: 10px;
    }

    .store-orders-toolbar{
        padding: 8px 12px;
    }

    .store-orders-mobile-status,
    .store-orders-type-select{
        width: calc(50% - 8px);
    }

    .store-orders-view-toggle{
        width: 100%;
        margin: 8px 0px 0px 0px;
        justify-content: flex-start;
    }

    .store-orders-grid{
        gap: 10px;
    }

    .store-orders-grid .orderCard{
        flex-basis: 100%;
        max-width: 100%;
        min-width: 0px;
    }

    .store-orders-grid .orderCard > md-card-title{
        padding: 14px 14px 4px 14px;
    }

    .store-orders-list-table{
        min-width: 980px;
    }

    .store-orders-list-row{
        grid-template-columns: 46px 100px 150px 112px 200px 104px 138px 120px 180px;
    }

    .delivery-content{
        padding: 10px;
    }

    .delivery-hero{
        padding: 14px;
    }

    .delivery-title > .material-icons{
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

    .delivery-summary{
        width: 100%;
        margin-top: 14px;
        justify-content: space-between;
    }

    .delivery-filter-button{
        flex: 1;
        margin-left: 10px;
    }

    .delivery-statuses{
        max-width: 100%;
    }

    .delivery-actions{
        width: 100%;
        justify-content: flex-start;
    }

    .delivery-mobile-status,
    .delivery-boy-select{
        width: calc(50% - 8px);
    }

    .delivery-board{
        gap: 10px;
    }

    .delivery-list-panel{
        width: 100%;
        max-width: none;
        min-width: 0px;
    }

    #deliveryMap,
    .delivery-map-shell,
    #delMap{
        min-height: 360px;
    }

    .customer-selector-dialog{
        max-width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
    }

    .customer-selector-dialog-body,
    .customer-selector{
        min-height: 520px;
    }

    .customer-search-panel{
        padding: 12px;
    }

    .customer-search-input{
        width: calc(33.333% - 8px);
    }

    .customer-picker{
        min-height: 438px;
    }

    .pending-approval-dialog{
        min-width: 0px;
    }

    .pending-approval-header{
        padding: 14px 16px;
    }

    .pending-approval-header h2{
        font-size: 19px;
        line-height: 24px;
    }

    .pending-approval-header p{
        font-size: 13px;
        line-height: 18px;
    }

    .pending-approval-list{
        padding: 10px;
    }

    .pendingApprovalActions{
        flex-direction: column;
    }

    .approval-screen{
        padding: 16px;
    }

    .approval-panel{
        min-height: 420px;
        padding: 28px 20px;
    }

    .approval-icon-wrap{
        width: 104px;
        height: 104px;
        margin-bottom: 20px;
    }

    .approval-icon-wrap .material-icons{
        font-size: 64px;
    }

    .approval-panel h1{
        font-size: 24px;
        line-height: 30px;
    }

    .approval-panel p{
        font-size: 15px;
        line-height: 22px;
    }

    .displayedPos{
        display:initial;
    }

    .hiddenPos{
        display:none;
    }

    .selectedTab{
        color:orange;
    }

    .posOrderActionsWrapper{
        height: 100%;
    }

    .posActions{
        height:242px;
    }

    .product{
        width:100%;
        height:40px;
    }

    .product .name{
        height: 100%;
        top: 0px;
        left: 0px;
        right: 80px;
        bottom: 0px;
    }

    .product .price{
        width: 80px;
        top: 0px;
        right: 0px;
        left: initial;
        bottom: 0px;
        background-color: rgba(0,0,0,0.1);
    }

}

@media only screen and (max-width: 600px){
    .delivery-map-hidden-xs{
        display: none;
    }

    .customer-search-input{
        width: 100%;
    }

    .customer-search-actions{
        width: 100%;
        margin-bottom: 4px;
    }

    .customer-search-button{
        flex: 1;
        min-width: 0px;
    }

    .customer-picker-list{
        max-height: 280px;
        border-right: none;
        border-bottom: 1px solid rgba(38,50,56,0.1);
    }

    .customer-picker-details{
        padding: 10px;
    }

    .customer-profile{
        padding: 14px;
    }

    .customer-profile-avatar{
        width: 52px;
        height: 52px;
    }

    .customer-profile h2{
        font-size: 18px;
        line-height: 23px;
    }

    .customer-address-header{
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .customer-address-header .md-button{
        width: 100%;
    }
}
