
.deposit-table.data-table th {
  text-align: center;
  font-size: 1rem;
}
.min-w-120px {
  min-width: 120px;
}
.card-content-container .pagination-pages a {
  padding: 5px 10px;
  display: inline-block;
}
.card-content-container .pagination-pages span {
  padding: 5px 10px;
}
.card-content-container .pagination-pages .current {
  --tw-bg-opacity: 1;
  background-color: rgb(88 183 99 / var(--tw-bg-opacity));
}

#popup-container.fixed {
  position: fixed;
  z-index: 2;
}

.data-table th {
  font-size: 1rem;
}

.data-table th {
  white-space: nowrap;
}
.data-table td {
  white-space: nowrap;
}

.invoice_download div,
.invoice_download p,
.invoice_download span,
.invoice_download h3,
.invoice_download dt,
.invoice_download dd,
.invoice_download table,
.invoice_download tr,
.invoice_download td,
.invoice_download th
{
	font-size: 0.8rem;
	box-sizing: border-box;
}
.invoice_download .text-xs
{
	font-size: 0.8rem;
}
.invoice_download{
	font-size: 0.8rem;
}
.invoice_download .data-table table{
	min-width: auto;
}
.invoice_download .data-table td{
	white-space: normal;
	padding:1px 0;
	box-sizing: border-box;
	font-size: 0.6rem;
	/* page-break-inside:avoid; */
}
.invoice_download .data-table th{
	white-space: normal;
	box-sizing: border-box;
	padding:1px 0;
	font-size: 0.7rem;
	/* page-break-inside:avoid; */
}
/* 
.invoice_download .data-table tr{
	page-break-before:always
} */

/* .select2_css{
  line-height: 1.25rem;
  min-width: 11.25rem;
  padding: 0.5rem 0.75rem;
} */

/* @media all and (max-width: 800px) {
	.data-table .product_list caption {
		font-size: 1.3em;
	}

	.data-table .product_list {
		border: 0;
		min-width: auto;
	}

	.data-table .product_list thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.data-table .product_list th {
		display: block;
	}

	.data-table .product_list tr {
		border-top: 3px solid gray;
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;

	}

	.data-table .product_list td {
		border-bottom: 1px solid #ddd;
		display: inline-block;
		width:49%;
		font-size: .8em;
		text-align: right;

		white-space: normal;
	}
	

	.data-table .product_list td::before {
		content: attr(data-label); 
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.data-table .product_list td:last-child {
		border-bottom: 0;
	}
} */

@media all and (max-width: 800px) {
	.data-table .product_list caption {
		font-size: 1.3em;
	}

	.data-table .product_list {
		border: 0;
		min-width: auto;
	}

	.data-table .product_list thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.data-table .product_list th {
		display: block;
	}

	.data-table .product_list tr {
		border-top: 3px solid gray;
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.data-table .product_list td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	.data-table .product_list td .amount-status-item{
		justify-content: flex-end;
	}

	.data-table .product_list td .justify-center{
		justify-content: flex-end;
	}

	.data-table .product_list td .amount-status-item-title{
		font-size:15px;
	}
	.data-table .product_list td:nth-child(2){
		font-size:15px;
	}
	

	.data-table .product_list td::before {
		content: attr(data-label); /*data-label을 가상요소 표출*/
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
	}

	.data-table .product_list td:last-child {
		border-bottom: 0;
	}

	.data-table .product_list td.main_td_count,
	.data-table .product_list td.main_td_cart{
		display:none;
	}

	.data-table .product_list td.main_td_price .flex > .hidden{
		display:block;
	}
	.data-table .product_list td.main_td_price .flex{
		justify-content: flex-end;
		gap: 10px;
	}
}

.autocomplete-wrapper {
  position: relative;
  display: inline-block;
  width: 300px;
}

.autocomplete-wrapper input {
  width: 100%;
  box-sizing: border-box;
	height:40px;
	border:1px solid #d5d5d5;
	padding-left:10px;
	font-size: 14px;
	color:#333;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  display: none; /* 기본적으로 숨김 */
}

.autocomplete-suggestion {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-suggestion:hover {
  background: #f0f0f0;
}

.ord_item_delete button{
  padding:2px 5px;
  border:1px solid #c3c4c7;
  border-radius: 3px;
  cursor: pointer;
}