.inactive{
	background-color: #ececec;
    color: #b9b9b9;
	pointer-events: none;cursor: not-allowed;
}
.order-pos-left{
	width: calc(100% - 500px);
	margin-inline-end: auto;
}

.order-pos-right {
    width:100%;
	max-width:475px;
	box-sizing:border-box
}

.img-fit {
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-item-produk{
	display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:15px;max-block-size:60vh;overflow-y:auto;padding-bottom:2px;
}

.text-title-pos{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-billing{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 1200px) {
  .order-pos-left {
    width: 100%;
	margin-bottom: 15px;
  }
  .order-pos-right {
	max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .order-pos-left .search-field {
    padding-top: .25rem;
	padding-bottom: .25rem;
  }
}

/*invoice*/
#print-invoice *,
body #print-invoice,
#print-invoice table th {
    /* font-family: "Roboto Mono", monospace !important; */
}
#print-invoice table.struk td,
#print-invoice table.struk th {
    font-size: 14px !important;
}
#print-invoice dt {
    font-weight: 400;
}
#print-invoice dt:not(.total),
#print-invoice dd:not(.total) {
    color: #000000;
    font-size: 14px;
}
#print-invoice dt.total,
#print-invoice dd.total {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.fz-10 {
    font-size: 11px !important;
}
.font-i1 {
    font-family: emoji;
}

hr.line-dot{
	border-top: 1px dashed #000000;
}
.width-inone{
	width: 100%
}
.line-inone{
	text-transform: uppercase;
}
.width-inone {
	max-width: 339px; /*339px;*/
	margin: 0 auto;
	padding: 15px 8px;
}
.style-inone,
.style-intwo{
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
}
.font-inone{
	font-weight: lighter
}
.style-inthree {
	width:100px;
	word-wrap:break-word;
	display:inline-block;
}
.font-inthree{
	font-size: 20px
}
.width-inone {
	width: 100%;
}
@media print {
	.width-inone {
		padding: 0 15px !important;
		margin: 0 !important;
		width: 88mm !important; /*410px;*/
		max-width: 88mm !important; /*410px;*/
	}
	.width-inone * {
		color: #000000;
		font-weight: 400;
		border-width: 2px;
	}
	.width-inone * th,
	.width-inone * h2 {
		font-weight: 600;
	 }
	.width-inone th:first-child,
	.width-inone td:first-child {
		padding-inline-start: 0 !important;
	}
	.width-inone th:last-child,
	.width-inone td:last-child {
		padding-inline-end: 0 !important;
		text-align: end;
	}
}
body > .width-inone {
  opacity: 0;
}

@media print {
  body > .width-inone {
	opacity: 1;
  }
}
