/*PLEASE READ!!! THIS IS POS SYSTEM CSS FOR JOOMLA 4. FOR JOOMLA 3 VERSION, PLEASE REFER TO FOODICIOUS.COM*/


@media screen and (min-device-width: 1200px) and (max-device-width: 1920px) and (orientation: landscape) {
  /* styles for Redmi Pad SE in landscape line 951*/
  .row.pos-payment-method-row {
	display: flex;
	align-items: center;
	transform: scale(0.7) translate(0px, 0px);
}
}



/*body*/
.com_dt_pos_system #sp-main-body {
    padding: 0px;
}

.com_dt_pos_system  header#sp-header, .com_dt_pos_system  #sp-bottom,.com_dt_pos_system #sp-branches,.com_dt_pos_system footer#sp-footer {
    display: none;
}

.com-pos-system #sp-main-body>.container {
    width: 1450px;
}

.com-pos-system #sp-header {
    display: none;
}

.com-pos-system section#sp-bottom {
    display: none;
}

@media only screen and (min-width: 992px) {
.itemid-1036 section#sp-main-body {
    padding: 100px!important; 
}
.com_dt_pos_system #sp-main-body {
    padding: 0px;
    height: calc(100vh - 37px);
}}

@media only screen and (max-width: 991px) {
.itemid-1036 section#sp-main-body {
    padding: 50px 15px!important; 
}}

/*pos step 1*/
.pos-step1 {padding: 80px 0px;/* display: flex; *//* width: 100%; */}
@media (max-width: 1080px){
	.pos-step1 {padding: 50px 0px;}
}
@media only screen and (max-width: 768px) {.pos-step1 {padding: 15px;}}
@media only screen and (max-width: 768px) {
	.pos-step1>div:not(.pos-top-btn) {
		display: flex;
		flex-direction: row;
		gap: 5px;
		justify-content: space-evenly;
		margin-left: -15px;
		margin-right: -15px;
		}
	.row.pos1-bottom-side {
	    display: flex;
	    flex-direction: column-reverse;
	}
}
@media (max-width:425px){
		.pay-btn{
			padding:10px 15px !important;
	}
}

/*search bar*/
input#filter_search_customer {
    height: 50px;
    border-radius: 0px;
    width: 420px;
}
input#filter_search_product {
    height: 50px;
    border-radius: 0px;
	width:420px;
}
.filter-search-bar.btn-group {
    margin-inline-end: 0px !important;
}
button.btn.hasTooltip.js-stools-btn-filter {
    /* display: none; */
}
.js-stools-container-bar {
    display: flex;
    padding: 10px 0px;
}
.filter-search-bar.btn-group button {
    border-radius: 0px!important;
    padding: 8px 30px;
    border: 1px solid rgb(255 255 255);
    height: 50px;
    background-color: rgb(0 0 0 / 50%);
    transition:0.5s;
    width: 106px;
}
.filter-search-bar.btn-group button:hover{
	background-color: rgb(0 0 0 / 80%);
}
@media (min-width:1201px) and (max-width:1400px){
	input#filter_search_customer {
		width: 340px;
	}
	input#filter_search_product {
		width: 340px;
	}
	.filter-search-bar.btn-group button {
	    width: 100px;
	}
}
@media (min-width:992px) and (max-width:1200px){
	input#filter_search_customer {
		width: 264px;
	}
	input#filter_search_product {
		width: 264px;
	}
	.filter-search-bar.btn-group button {
	    width: 94px;
	}
}
@media (max-width:991px){
	input#filter_search_customer,input#filter_search_product {
		width:100%;
	}
	#memberCartForm .filter-search-bar.btn-group .input-group button {
	    width: 50%;
	    margin-left: 0px !important;
	}
	#displayProductForm .filter-search-bar.btn-group .input-group button {
	    width: 50%;
	    margin-left: 0px !important;
	}
}
@media (min-width:575px) and (max-width:768px){
	.btn-toolbar {
	    padding: 10px;
	}
}
@media only screen and (max-width: 768px) {
}

@media (max-width: 767px) {
	.btn-toolbar {
    /* margin-left: -15px; */
    /* margin-right: -24px; */
	}
	.col-md-6.pos-cart-table-wrapper {
	    padding: 0;
	}
	.col-md-6.remove-padding-mobile {
	    padding: 0;
	}
	.js-stools-container-bar {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    width: 100%;
	}
	.filter-search-bar.btn-group {
	    margin-right: 0px;
	}
	.filter-search-bar.btn-group button {
	    padding: 8px 15px!important;
	}
	.pos-step1 .btn-toolbar{
        width: 100%;
        padding: 10px 0;
    }
    .pos-step1 .btn-toolbar .input-group {
        width: 100%;
    }
    .pos-step1 .btn-toolbar .filter-search-bar.btn-group {
        width: 100%;
    }
}



.pos-step1>.row {
    justify-content: space-evenly;
    display: flex;
    /* padding: 0px 11px; */
}

.pos-step1 .pos-input input,.pos-step1 .pos-input select,select#dt_source{
    border-radius: 0px;
    height: 50px;
}

.pos-step1 .action-buttons {
    text-align: right;
}

.row.pos1-top-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjust spacing as needed */
  padding: 0px 0px 0px 10px;
}

.pos-input {
	flex: 1 1 calc(19% - 10px); /* 20% width with some spacing */
	margin: 5px;
	box-sizing: border-box; 
	padding: 0px;
}

.pos-add-delivery button#add-delivery {
    margin-top: 10px;
    margin-bottom: 5px;
}

#deliveryModal.branch-modal {
    padding: 0 !important;
}

#deliveryModal.branch-modal .branch-modal-content {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    animation: none;
    -webkit-animation: none;
}
#deliveryModal.branch-modal .branch-value{
    margin-bottom:15px;
}
#deliveryModal.branch-modal .branch-modal-btn-div{
    margin-top:30px;
}

@media (min-width:767px){
	.pos-input.row1{
		flex: 1 1 calc(32% - 10px);
	}
}
@media (min-width:767px) and (max-width:991px){
    .pos-input label {
        font-size:14px;
    }
}
@media only screen and (max-width: 768px) {
	.row.pos1-top-side {
		padding: 0px 0px;
	}
	.pos-input {
		flex: 1 1 calc(49% - 10px); /* 20% width with some spacing */
		margin: 5px 0px;
		box-sizing: border-box;
		padding: 0px;
	}
}


/*tabs*/
.category-name {
    text-transform: capitalize;
    background: #a3a3a3;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #ccc;
}

a.product_category.active .category-name {
    background: #b17179;
}



li.pos-category-item {
    list-style: none;
}

ul.pos-category-items {
    padding: 0;
}

ul.pos-product-items {
    padding: 0;
}

ul.pos-category-items {
    margin-bottom: 10px!important;
}

ul.pos-product-items {
    margin-top: 0px;
}

@media only screen and (min-width: 992px) {.pos-product-items.row {margin-left: 1px;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}}

/*left table*/
table.pos-cart-table thead {
    background: #f1f1f1;
    height: 50px;
    border: 1px solid #ccc;
}

table.pos-cart-table thead th {
    text-align: center!important;
}

.total-bottom {
    display: block;
    width: 100%;
}

.total-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}

input.product-quantity {
    width: 40px !important;
    text-align: center;
    height: 40px;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

table.pos-cart-table {
    width: 100%;
}

@media only screen and (max-width: 768px) {table.pos-cart-table tbody {display: block;}
.void-order-group {margin-top: 0px!important;}
.com_dt_pos_system.com-dt-pos-system.view-pos_system_carts .action-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}}

.quantity-control {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:992px){
.quantity-control {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}}

.total-bottom-left {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.1;
}

table.pos-cart-table td {
    padding: 10px 5px;
}
.total-bottom-right {
    line-height: 2.1;
    text-align: right;
}

.pos-step1 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.pos-step1 table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.pos-step1 table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.pos-step1 table th,
.pos-step1 table td {
  padding: .625em;
  text-align: center;
  font-size: 14px;
}

.pos-step1 table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
.pos-step1 table {
    border: 0;
  }

.pos-step1 table caption {
    font-size: 1.3em;
  }
  
.pos-step1 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.pos-step1 table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
.pos-step1  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
.pos-step1 table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
.pos-step1 table td:last-child {
    border-bottom: 0;
  }
  
.col-md-6.pos-cart-table {
    padding: 0;
}
  
.pos-cart-table .filter-search-bar.btn-group {
    padding: 0px 15px;
}
}

th.product-edit-btn {width: 10px;}




/*table button*/
button#cancel_product {
    border-radius: 100px;
    height: 20px;
    width: 20px;
    padding: 0px;
    line-height: 15px;
}
.quantity-control button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 5px;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    height: 40px;
    box-shadow: none;
    width: 30px;
    box-shadow:none;
	transition:0.5s;
}
.quantity-control button:hover{
	background: rgba(0, 0, 0, 0.7);
}
.filter-search-bar.btn-group {
    margin-inline-end: 0px !important;
}
button#cancel_product {
    border-radius: 100px;
    height: 20px;
    width: 20px;
    padding: 3px 5px 4px 5px;
    line-height: 5px;
    margin-left: 5px;
}

#guest-pay-btn-a button#pay-btn {
  background-color: grey!important; border:1px solid grey!important;}
#guest-pay-btn-a button#pay-btn:hover {
  background-color: #676767!important; border:1px solid #676767!important;}

/*discount*/
.discount-section {
    display: flex;
    height: 50px;
}

.discount-section button  {
    padding: 10px;
    width: 150px;
    border-radius:0px;
    border: 1px solid #000;
}
button#apply-discount, button#clear-discount {
    background-color: rgb(0 0 0 / 60%);
    border: 0.5px solid rgb(255 255 255 / 60%);
	transition:0.5s;
}
button#apply-discount:hover, button#clear-discount:hover{
	background-color: rgb(0 0 0 / 80%);
}
input#discount-code {
    border-radius: 0px;
}
.pos-remark {
    margin-top: 25px;
}
.pos-remark textarea#remark_content {
    width:100%;
    padding:5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.pos-delivery-method {
    margin-top: 15px;
}

/*modal popup*/
a.edit_remark:hover {cursor: pointer;}
h2.add-remark {text-align: left;font-size: 20px;margin-top: 0px;color: #999999;font-family: 'Lato';}.remark-modal.modal .modal-content {text-align: left;width: 65%;padding: 20px;margin: auto;}.remark-modal.modal {margin: auto;align-content: center;}span.close-remark {float: right;background: #000;color: #fff!important;font-size: 20px;border-radius: 100%;height: 30px;width: 30px;display: flex;align-items: center;justify-content: center;}.modal-content h3 {font-size: 30px;margin-top: 0px;font-family: 'Roboto'!important;!i;!;}textarea.remark-text {width: 100%;height: 150px;padding: 15px;}h2.edit-remark {display: none;margin: 0;font-size: 18px;color: #999999;}
.pos-remark-btn-group {margin-top: 20px;}
span.close-remark:hover {
    background: #ea9964;
    cursor: pointer;
}



/*pos-1 product right*/
.product-image img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

li.pos-product-item {
    width: fit-content;
    background: #d1c1d9;
    color: #5d5d5d;
    padding: 10px;
    margin-bottom: 15px;
    list-style: none;
}

ul.pos-product-items {
    display: flex;
    gap: 15px;
}

.pos-category-items.row {
    display: flex;
    background: #f8f8f8;
    display: inline-flex;
    padding: 0px 0px;
    margin-left: 1px;
    gap: 0px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    }

.pos-product-box {
    padding: 0 0px;
}

@media (max-width:767px){
    .vex.vex-theme-default .vex-content{
        width:calc(100% - 30px) !important;
        margin:0 15px;
    }
}

@media (min-width: 768px){
.col-md-4.col-xs-6.col-6.pos-product-box {
    width: calc(33.33% - 7px);
}}


@media only screen and (min-width: 992px) {
.pos-category-items.row {
    display: inline-flex;
    padding: 0px 0px;
    margin-left: 1px;
    gap: 0px;
    flex-wrap: nowrap;
    width: 102%;
    overflow-x: scroll;
}}

a.product_category {
    width: fit-content;padding:0px;
}

.pos-product-items.row {
    padding: 10px;
    border: 1px solid #ccc;
    background: #ffdfe4;
    gap: 10px;
}

.pos-product-item {
    background: rgb(255 255 255);
    padding: 10px;
    color: #5d5d5d;
    height: 100%;border-radius: 5px;
}

.product-image {
    margin-bottom: 15px;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color:#000;
}

@media screen and (min-width:992px){
.pos-product-items.row .col-md-3 {
    padding: 0px 6px;
}}

@media only screen and (max-width: 768px) {
.col-md-4.col-xs-6.col-6.pos-product-box {width: calc(50% - 5px);}
.pos-category-items.row {/* margin-left:-15px; *//* margin-right:-15px; */max-width: 100%;}
.pos-product-items.row {margin:0px;padding-bottom: 30px;margin-bottom: 65px;}}

.cart-product-item .product-name {
	font-weight: 400;
	font-size: 14px;
	text-align: left !important;
	display: block;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 10px;
	color: #000;
}
.cart-product-item .edit_remark i {
    color: #dd9099;
    transition:0.5s;
}
.cart-product-item .edit_remark i:hover {
    color: #c2767f;
}
@media (max-width:991px){
	.cart-product-item .product-name{
		margin:0;
		text-align: right !important;
	}
}
table.pos-cart-table td:nth-child(2){
	font-weight: 400;
	font-size: 14px;
	text-align: left !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 10px;
	color: #000;
	line-break:anywhere;
}

.pos-product-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure all boxes have the same height */
    border: 1px solid #ccc; /* optional for visualization */
    padding: 10px; /* adjust spacing as needed */
    box-sizing: border-box;
    min-height: 150px;
}

.product-price {
    margin-top: auto; /* Push price to bottom */
}







/*unavailable product*/
.unavailable_product:before, .out_of_stock_product:before {
    content:'';
    background:rgb(255 248 245 / 50%);
    height:100%;
    width:100%;
    backdrop-filter:blur(1.2px);
	-webkit-backdrop-filter:blur(1.2px);
    position:absolute;
    z-index: 2;
}
.unavailable_product, .out_of_stock_product{
    position:relative;
    pointer-events: none;
}
.unavailable_product:after, .out_of_stock_product:after{
    content:'UNAVAILABLE';
    position:absolute;
    z-index: 2;
    top:40%;
    left:50%;
    transform: translate(-50%, -40%) rotate(330deg);
    white-space: nowrap;
    font-size:20px;
    font-weight:600;
    color:#000;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
}
.out_of_stock_product:after{
    content:'OUT OF STOCK';
}
.pos-product-box.product_not_clickable{
    position:relative;
}
.pos-product-box.product_not_clickable:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background:rgb(255 248 245 / 50%);
    backdrop-filter:blur(1.2px);
}





/*pos-2 calculator*/

.com-pos-system.view-pos_system_carts #sp-main-body {
	padding: 0;
}

.com-pos-system.view-pos_system_carts #sp-main-body,.com-pos-system.view-pos_system_carts #sp-main-body .container {
	width: 100%;
}

img.payment-method-icon {
	width: 50px;
	object-fit: contain;
	margin-right: 20px;
	/* filter: invert(62%) sepia(3%) saturate(29%) hue-rotate(340deg) brightness(90%) contrast(81%); */
}

[data-payment-method*="Touch n Go"] img{filter:none!important;}

.payment-method-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Adjust spacing between items */
}

a.payment-method-item {
    flex: 1 1 calc(50% - 10px); /* 50% width minus a bit of space for margins/gaps */
     /* Optional, to create space between items */
}


a.payment-method-item {
	display: flex;
	border: 1px solid #ccc;
	padding: 28px 20px;
	font-size: 20px;
	color: #5d5d5d;
	font-weight: 500;
	align-items: center;
}

@media screen and (min-width:1200px) and (max-width: 1920px) and (orientation: landscape) {
  a.payment-method-item {
    padding: 6px 12px;
    font-size: 15px;
  }
}



a.payment-method-item:hover{
    background: #ffd5da;
    cursor: pointer;
}

p.payment-method-name {margin: 0;}

.validate-buttons button.back-btn {
    background-color:#999999;
    border-radius:0;
    border:0;
    padding:8px 25px;
    transition:0.5s;
    width:150px;
    height:50px;
    color: #fff;
}
.validate-buttons button.back-btn:hover{
    background-color:#767676;
}
.validate-buttons button#validate-btn {
    width:150px;
    height:50px;
    position: relative;
}
.validate-buttons button#validate-btn .loader{
	position:absolute !important;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	border:3px solid #fff;
	border-top: 3px solid #894242;
}

@media screen and (max-width:992px){
img.payment-method-icon{width: 30px;}
a.payment-method-item {
    padding: 12px 20px;
} 
p.payment-method-name {
    margin: 0;
    font-size: 16px;
}}


.view-pos_system_carts #sp-main-body .container {
	/* margin: 0px; */
}

.col-md-5 {
	padding: 0;
}

table#calcu td {
    padding: 0;
}

table#calcu input {
	background: none;
	border: 1px solid #ccc;
	width: 100%;
	height: 117px;
	font-size: 30px;
}



@media screen and (min-width:1200px) and (max-width: 1920px) and (orientation: landscape) {
table#calcu input {
    height: 65px;
}}








table#calcu {
	width: 100%;
}

table#calcu input:hover {
    background: #ffeded;
}

.row.calc-row {
	display: flex;
	align-items: center;
}

.total-price.calc-total-price {
	font-size: 80px;
	font-weight: 700;
}

.calc-total-col {
	text-align: center;
}

.payment_results input {
	background: transparent!important;
	font-size: 18px;
	border: 0px;
	height: 50px;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	/* margin: 30px 0px; */
	/* text-align: center; */
}

body.site.com-pos-system.view-pos_system_carts.no-layout.no-task.itemid-1036.en-gb.ltr.sticky-header.layout-fluid.off-canvas-menu-init #sp-main-body {
	padding: 0!important;
}

.total-price {
	font-size: 80px;
	font-weight: 900;
	text-align: center;
}

.total-change {
	/* text-align: center; */
	/* margin-bottom: 30px; */
	/* font-size: 18px; */
	/* width: 100%; */
}

@media screen and (max-width:992px){
table#calcu input {
    height: 70px;
}

.payment_results input {margin: 0px;}
  
  
.total-price {
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}}

.select-payment {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ff001e;
	text-transform: uppercase;
}

.payment_results {
	text-align: center;
	/* display: flex; */
	/* margin: 0px 50px; */
}

.validate-buttons {
	text-align: center;
}

@media screen and (min-width: 768px){
.row.pos-payment-method-row {
	display: flex;
	align-items: center;
}}






@media screen and (max-width:768px){
.row.pos-payment-method-row {display: flex;flex-direction: column-reverse;}
.col-md-7.total-price-column{height: fit-content !important;padding: 30px 0px;}}

.col-md-7.total-price-column {
    height: 100vh;
    align-content: center;}


@media screen and (min-width:1200px) and (max-width: 1920px) and (orientation: landscape) {
.col-md-7.total-price-column {
    height: 80vh;
    align-content: center;
  }}



div#more-payment .modal-content {
	padding: 10px;
	text-align: center;
	width: 400px;
	height:120px;
	margin: auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-color: #ccc;
	top:calc(50% - 120px);
}
.pos-step2 span.close-payment {
    background: #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    margin: auto;
    margin-bottom: 15px;
}

.pos-step2 span.close-payment:hover{cursor:pointer;}

div#more-payment {
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    transition: 0.5s;
}

.total-price-column table {
    width: 50%;
    align-self:center;
    justify-self:center;
    margin: 20px 0 30px 0;
}
.total-price-column table input#result,
.total-price-column table input#payment_result {
    border: none;
    padding:0 !important;
    height:auto;
    color:#252525;
}
.total-price-column table tr.total-remaining{
    border-bottom:1px dashed rgb(0 0 0 / 15%);
}
.total-price-column table tr.total-change{
    border-top:1px dashed rgb(0 0 0 / 15%);
}
.total-price-column table tr td{
    padding:15px 15px;
    color:#252525;
}
.total-price-column table tr td,
.total-price-column table input#payment_result{
    line-height:1.5;
}
.total-price-column table tr td:first-child{
    position:relative;
    width:40%;
}
.total-price-column table tr td:last-child,
.total-price-column table input#result{
    text-align:right;
    /* font-weight:bold; */
    border:0;
}
.total-price-column table tr.total-change td{
	font-weight:bold;
}
@media (max-width:1400px){
    .total-price-column table {
        width: 60%;
    }
}
@media (max-width:1200px){
    .total-price-column table {
        width: 70%;
    }
}
@media (max-width:991px){
    .total-price-column table {
        width: calc(100% - 60px);
    }
}
@media (max-width:767px){
    .total-price-column table {
        width: 60%;
    }
}
@media (max-width:575px){
    .total-price-column table {
        width: calc(100% - 60px);
    }
}





/*receipt*/
.pos-step3 {
    text-align: center;
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pos-step3 p {
    word-break: break-word;
}

.print-receipt-now {
    margin-bottom: 30px;
}

.pos-step3 h3 {
    letter-spacing: 0px;
    font-weight: 700;
    font-size:28px;
    margin-bottom: 20px;
}
.receipt-back{
    margin-top:30px !important;
}
.receipt-back button#backnclear {
    background-color: #dd9099 !important;
    padding: 10px 30px !important;
    border-radius: 0 !important;
    border: 0 !important;
}

@media only screen and (max-width: 992px) {
.pos-step3 {
    padding: 50px 0px;
}
button#print-receipt {
    margin-bottom: 0px;
}}

.receipt-layout {
	font-family:'Arial';
	border: 1px solid #ccc;
	padding: 30px 5px 0px 5px;
	max-width: 80mm;
	background: #fff;
	font-size:12px;
	line-height:1.3;
	margin:auto;
}
.receipt-layout table,
.receipt-layout table tr{
	font-size:12px !important;
}
.receipt-layout table th,
.receipt-layout table td{
	padding: 3px;
}
.receipt-layout .pos_receipt_logo img {
    width: 170px;
    margin:auto;
}
.receipt-layout .pos_receipt_logo{
    margin-bottom:30px
}
.receipt-layout table td{
    vertical-align:top;
}
.receipt-layout table td ul {
    padding-left:20px;
    margin-bottom: 0;
}
.receipt-layout .order_remark {
    text-align: left;
    font-size: 12px;
    padding-left: 3px;
}
.receipt-layout p.receipt_member,
.receipt-layout p.pickup_order_details_cashier,
.receipt-layout p.receipt_details{
	margin-bottom:0;
	text-align:left;
	padding-left: 3px;
}
.receipt-layout .kitchen_prepare_list p.pickup_order_details_cashier,
.receipt-layout .kitchen_prepare_list p.receipt_member,
.receipt-layout .kitchen_prepare_list p.receipt_details{
	text-align:left;
	padding-left:3px;
}

button#print-receipt,button#validate-btn,button#pay-btn,button.save-remark.pos-btn001,button#pay-btn-2,.pay-btn{
	background-color: #dd9099;
	border: 1px solid #dd9099!important;
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
	box-sizing: border-box;color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
	text-align: center;
	transform: translateY(0);
	transition: transform 150ms, box-shadow 150ms, 0.5s;
	-webkit-user-select: none;
	touch-action: manipulation;
	padding: 10px 25px;
}
button#print-receipt:hover,button#validate-btn:hover,button#pay-btn:hover,button.save-remark.pos-btn001:hover,button#pay-btn-2:hover,.pay-btn:hover {
	box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
	transform: translateY(0px);
	background-color: #b86b74;
	border: 1px solid #b86b74;
	color: #fff;
}
.pos-top-btn {
    margin-bottom: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-right: -15px;
}
button#pay-btn,button.save-remark.pos-btn001,button#pay-btn-2{
	width:140px;
}
@media (max-width:767px){
	.pos-top-btn {
	    margin-bottom: 30px;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 5px;
	    margin-left: -15px;
	    margin-right: -15px;
	}
}
@media (min-width: 768px) {button#print-receipt,button#validate-btn,button#pay-btn,button.save-remark.pos-btn001,button#pay-btn-2,.pay-btn {padding: 12px 30px;}}


button.back-btn,button.discard-remark.pos-btn001,button.pay-btn.btn.void-order{/*background-color: #c4c4c4*/;/* border: 1px solid #c4c4c4!important*/;/*border-radius: 4px*/;/*box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0*/;box-sizing: border-box;color: #545454;cursor: pointer;font-size: 16px;font-weight: 400;outline: none;outline: 0;/*padding: 10px 25px*/;text-align: center;transform: translateY(0);transition: transform 150ms, box-shadow 150ms;user-select: none;-webkit-user-select: none;touch-action: manipulation;}
button.back-btn:hover,button.discard-remark.pos-btn001:hover,button.pay-btn.btn.void-order:hover {box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;transform: translateY(0px);background-color: #a6a6a6;border: 1px solid #a6a6a6;color:#fff;transition:0.5s ease;}
@media (min-width: 768px) {button.back-btn,button.discard-remark.pos-btn001,button.pay-btn.btn.void-order{padding: 10px 30px;}}





/*pos history*/
.js-stools-field-filter span.input-group-text {
    display: block;
}
.js-stools button {
    padding: 12px 15px;
    height: 100%;
    border-radius: 0px;
}
.js-stools input ,.js-stools a.chosen-single.chosen-default {
    height: 50px;
    border-radius: 8px 0px 0px 8px!important;
    font-size:16px;
}

select#filter_sales_method, select#filter_order_status {
    height: 50px;
    border-radius: 0px;
}


.js-stools .input-group-text{border:0px;}

.guest-modal {display: none;position: fixed;z-index: 10;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0, 0, 0);background-color: rgba(0, 0, 0, 0.4);}.guest-modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;border: 1px solid #888;width: 80%;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s;animation-name: animatetop;animation-duration: 0.4s }@-webkit-keyframes animatetop {from {top: -300px;opacity: 0 }to {top: 0;opacity: 1 }}@keyframes animatetop {from {top: -300px;opacity: 0 }to {top: 0;opacity: 1 }}.guest-close {color: white;float: right;font-size: 30px;font-weight: bold;line-height: 80px;padding-right: 15px;}.guest-close:hover, .guest-close:focus {color: #fff;opacity: 0.5;text-decoration: none;cursor: pointer;}.guest-name-group a#pay-btn-guest-submit{margin-top: 30px;display: block;}

table#pos_system_cartList .pay-btn {
	padding:5px; 
}
.voided-div {
	width: 140px;
	text-align:center;
	padding:5px; 
	margin-top:10px;
	background:rgb(0 0 0 / 5%);
	color:rgb(0 0 0 / 40%);
}
.void-order-group {
    margin-top: 10px;
}
table#pos_system_cartList .pay-btn.void-order{
	width: 140px;
	text-align:center;
	padding:5px; 
	border-radius:0;
	box-shadow:none;
	background:rgb(0 0 0 / 50%);
	color:rgb(255 255 255);
	border:0;
	transition:0.5s;
}
table#pos_system_cartList .pay-btn.void-order:hover{
	background:rgb(0 0 0 / 70%);
	color:rgb(255 255 255);
}

.com_dt_pos_system input#filter_search {
    border-radius: 0px;
}

.com_dt_pos_system .js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background-color: #ea9964;
    border-radius: 0px;
    opacity: 1;
}

.com_dt_pos_system .js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background-color: #ea9964;
    border-radius: 0px;
    opacity: 1;
}

.com_dt_pos_system .js-stools-container-bar .btn-toolbar .js-stools-btn-clear:hover {
    opacity: 0.5!important;
    cursor: pointer;
}

.ordering-select select {
    border-radius: 0px!important;
    height: 50px;
}

.com_dt_pos_system .chosen-container-single .chosen-single {
    border-radius: 0px;
    background: none;
    box-shadow: none;
    line-height: 48px;
    height: 50px;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.com_dt_pos_system .chosen-container-single .chosen-single div b {
    top: 13px;
    position: relative;
}

.guest-modal-header {background: #954146;}.guest-modal-header h2{background: #954146;font-family: 'Lato';color: #fff;padding: 15px;}.guest-name-group textarea {display: block;width: 100%;height: 200px;}.guest-modal-body {padding: 15px;}

form#adminForm {
    padding: 80px 0;
}
#pos_system_cartList th a {
    font-size: 14px;
    color: #252525;
}
#adminForm .filter-search-bar.btn-group button {
    border-radius: 0px 8px 8px 0px!important;
    padding: 8px 30px;
    border: 1px solid rgb(193 193 193);
    height: 50px;
    background-color: rgb(237 237 237);
    transition:0.5s;
    color: #454545;
}
#adminForm .filter-search-bar.btn-group button:hover{
	background-color: rgb(0 0 0 / 80%);
    background-color: rgb(237 237 237)!important;
}
#adminForm button.filter-search-actions__button.btn.btn-primary {
	border: 1px solid rgb(255 255 255);
	background-color: rgb(0 0 0 / 50%);
	transition:0.5s;
}
#adminForm button.filter-search-actions__button.btn.btn-primary:hover{
	background-color: rgb(0 0 0 / 80%);
}
#adminForm .ordering-select {
	margin-inline-end: 0px;
}
#adminForm .filter-search-actions.btn-group {
	margin-inline-end: 0px;
}
#adminForm .js-stools-field-filter {
	margin-inline-end: 0px;
}
#adminForm select#filter_payment_method {
    height: 50px !important;
    border-radius:0;
}
@media (max-width:767px){
    form#adminForm {
        padding: 15px 0;
    }
}
@media screen and (max-width: 600px) {
table#pos_system_cartList {
    border: 0;
  }

table#pos_system_cartList caption {
    font-size: 1.3em;
  }
  
table#pos_system_cartList thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
table#pos_system_cartList tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
table#pos_system_cartList td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    min-height: 30px;
  }
  
table#pos_system_cartList td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
table#pos_system_cartList td:last-child {
    border-bottom: 0;
  }
}
@media (max-width:575px){
	#adminForm .filter-search-bar.btn-group .input-group {
	    display: flex;
	    width: calc(100vw - 30px);
	}
	.com_dt_pos_system input#filter_search {
	    width: auto;
	    display: inline-block;
	}
	#adminForm .ordering-select {
	    margin-inline-end: 0px;
	}
	#adminForm .filter-search-actions.btn-group {
	    margin-inline-end: 0px;
	}
	#adminForm .js-stools-field-filter {
	    margin-inline-end: 0px;
	}
}
#pos_system_cartList .pagination>.active>a, 
#pos_system_cartList .pagination>.active>span,
.view-closingreports .pagination>.active>a, 
.view-closingreports .pagination>.active>span{
    border-color: #dd9099;
    background-color: #dd9099;
}
#pos_system_cartList .pagination,
.view-closingreports .pagination{
   justify-content: center;
}


/* Closing Report */
.view-closingreports #adminForm .ordering-select{
    margin-left:5px;
}
.view-closingreports th a,
#orderproductrecordList th a{
    color: #000;
}
.view-closingreports td a,
#orderproductrecordList td a{
    color: #d6858f;
}
.view-closingreports td a:hover,
#orderproductrecordList td a:hover{
    color: #702e37;
}



/*scan modal*/
#scanModal {
    position: fixed;
    height: 1000px;
    width: 1000px;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#scanModal video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
@media (min-width: 768px){
	div#qr-shaded-region{
		transform: none;
	}
}
@media (max-width: 1200px){
	div#qr-shaded-region{
		border-width: 60px 60px!important;
		height: 100%;
	}
	#scanModal {
	    height: 700px;
	    width: 700px;
	}
}
@media (max-width: 991px){
	div#qr-shaded-region{
		border-width: 60px 60px!important;
		height: 100%;
	}
	#scanModal {
	    height: 500px;
	    width: 500px;
	}
}
@media (max-width: 768px){
	div#qr-shaded-region{
		border-width: 60px 60px!important;
		height: 100%;
	}
	#scanModal {
	    height: 450px;
	    width: 450px;
	}
}


/*pos referral*/
.view-userpoints a.nav-link {color: #aaaaaa;}.view-userpoints a.nav-link:hover {color: #675949;}
.col-xs-2.col-sm-2.col-md-2.backbtn-col button {float: right;}
.row.referral-header-row {margin-bottom: 30px;}
.remove-padding {padding: 0px;}
.view-userpoints .card-header {font-size: 20px;}
div#QRcodeInvite img {margin-left: auto;width: 200px;}
div#mySlide {margin-top: 30px;}
.cls-myprofile-wrapper,.cls-myprofile-wrapper h4 {font-family: 'Lato';}

.row.social-share-group {display: flex;flex-direction: row;padding-left: 15px;margin-top: 20px;gap: 10px;}.social-item {width: fit-content;padding: 0;}.row.social-share-group button.btn.btn-success.btn-sm, .row.social-share-group a.btn.btn-success.btn-sm {border-radius: 100%;line-height: 0;height: 20px;padding: 20px;width: 20px;position: relative;}.row.social-share-group i.fa:before {left: 12px;position: absolute;top: 12px;}

div#mySlide button.accordion-button:focus {outline: none!important;box-shadow: none;}
button.btn.btn-success.btn-sm.facebook {background: #1c53cb;}
button.accordion-button {font-family: 'Lato';color: #9d3f46!important;}button.accordion-button {background: #f1f1f1!important;}

td.list-title.alta-user-last-activity-point span {color: #000;font-size: 14px;}


div#mySlide {
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

@media (max-width: 768px){
.row.social-share-group i.fa:before {left: 13px;position: absolute;top: 13px;}
div#myTabContent {overflow: scroll;}
}/*close*/


/*Vex*/
.vex.vex-theme-default {
    padding: 0;
}
.vex-overlay{
	animation:none;
	-webkit-animation:none;
}
.vex-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: none !important;
    -webkit-animation: none !important;
}


/*fee discount*/
.fee_discount {
    margin-top: 20px;
}

.branch-modal-content div#feeFirstStep {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    justify-content: space-evenly;
}

@media screen and (max-width:992px){
.branch-modal-content div#feeFirstStep {
    flex-wrap: wrap;
}}


.branch-modal-content div#feeFirstStep button {
    padding: 10px 15px;
}

.branch-modal-content .branch-value {
    display: flex;
    justify-content: space-evenly;
}

.branch-modal-content button#feediscountDiscard {
    background: grey;
    color: #fff;
    margin-top: 10px;
    padding: 10px 25px;
}

.branch-modal-content button#feediscountSubmit {
    margin-top: 10px;
    margin-right: 10px;
}

.branch-modal-content .branch-modal-btn-div {
    display: flex;
    justify-content: center;
}

.branch-modal-content label {
    min-width: 200px;
}

.branch-value {
    margin-bottom: 15px;
}



.com_dt_order_product.com-dt-order-product.view-orderproductrecords #sp-header,
.com_dt_order_product.com-dt-order-product.view-orderproductrecords section#sp-section-2,
.com_dt_order_product.com-dt-order-product.view-orderproductrecords div#sp-bottom-menu{display:none;}



/*EO pos*/