.listItemSel {
	font-size: 16px;
	text-align: left;
	color: white;
	background-color: #ea9c33;
	padding: 15px;
	width: 100%;
}

.listItemSel img {
	width: 15px;
	margin-left: 40px;
}

.listItem {
	font-size: 16px;
	text-align: left;
	color: #666;
	padding: 15px;
	width: 100%;
}

.listItem img {
	width: 15px;
	margin-left: 40px;
}

.listTitle {
	background-color: white;
	color: #666;
}

.listTitle div {
	width: 20%;
	text-align: center;
	padding: 17px 0;
	font-size: 16px;
}

.listTop {
	border: 1px solid #B5CCDB;
	font-size: 14px;
	padding: 10px 10px;
	background-color: white;
}

.listTop div {
	margin-left: 10px;
}

.listTxt {
	font-size: 14px;
	border-left: 1px solid #B5CCDB;
	border-bottom: 1px solid #B5CCDB;
	background-color: white;
}

.listTxt div {
	width: 20%;
	text-align: center;
	padding: 17px 0;

	border-right: 1px solid #B5CCDB;
}

.payNow {
	border: 1px solid #ea9c33;
	border-radius: 10px;
	width: fit-content;
	padding: 5px 20px;
	background-color: #ea9c33;
	color: white;
	margin: auto;
}

.cancelOrder {
	width: fit-content;
	border: none;
	margin: 10px auto;
	color: #6D7278;

}

.page-link {
	color: #EA9C33;
}

.page-link:hover {
	color: #d79131;
}

.page-item.active .page-link {
	background-color: #EA9C33;
	border-color: #EA9C33;
}

.modal-title {
	font-weight: bolder;
}

.btn-primary {
	background-color: #EA9C33;
	border-color: #EA9C33;
}
.btn-primary:hover{
	background-color: #ca882f;
	border-color: #ca882f;
}
.page-item.disabled .page-link{
	color: #ffce8d;
}
li.page-item {
    font-size: 14px;
}
.pageNav{
	width: fit-content;
	margin: 40px 0 0 auto;
}