@media (min-width: 768px) {
	.dropdown-menu.w-500{
		width: 500px !important;
	}
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: calc((100vh/2) - 100px);
	background-color: #fff;
	z-index: 99999;
	opacity: 0.6;
	text-align: center;
}

.disabled {
	background-color: #eceef1;
  opacity: 1;
}

.select2.select2-container, .multi-select2.select2-container{
	width: 100% !important;
	border-top: unset !important;
	border-right: unset !important;
	border-left: unset !important;
}

.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple {
	border-color: unset;
	border-top: unset !important;
	border-right: unset !important;
	border-left: unset !important;
	border-bottom: 1px solid rgba(120, 130, 140, 0.2) !important;
	border-radius: unset;
}

.select2-dropdown, .select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color: unset;
	border-top: unset !important;
	border-right: unset !important;
	border-left: unset !important;
	border-bottom: 1px solid #9a9a9a !important;
	border-radius: unset;
}

.select2-container .select2-selection--single{
	height: inherit !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	/* padding: 0.4rem 0.2rem 0.15rem 0.2rem !important; */
	padding: 0.15rem 0.2rem;
  box-shadow: none !important;
	font-size: 0.9375rem !important;
	line-height: 1.53 !important;
	color: #697a8d !important;
	background-color: #fff !important;
	border-radius: unset;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	background-color: #eceef1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px !important;
	width: 40px !important;
}

.money-display {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: right;
}
.money-display::before {
	display: block;
	content: 'RM';
	padding-right: 0.75rem;
}
.tat-summary {
	display: block;
	font-size: 0.75rem !important;
	min-width: 200px;
}
.tat-summary > p {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.tat-summary > p > span.params {
	display: block;
	text-align: left;
	width: 40%;
}
.tat-summary > p > span.value {
	display: block;
	text-align: right;
	width: 60%;
}
.tat-summary > p > span.total {
	display: block;
	text-align: right;
	width: 100%;
}

.form-label {
	font-weight: 700 !important;
}
.input-group-text {
	border-top: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	border-radius: unset !important;
}	
.form-control, .form-select, .form-control:focus {
	border-top: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	border-radius: unset !important;
	padding: 0.15rem 0.2rem;
	box-shadow: none !important;
}
tr.even {
	background-color: var(--bs-table-striped-bg);
}
tr.even td{
	border-top-style: solid;
	border-bottom-style: none;
}
tr.even.sub {
	background-color: var(--bs-table-striped-bg);
	border-style: none;
}
tr.even.sub td{
	border-style: none;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.even.sub td:first-child {
	padding-left: 50px;
}


tr.odd td{
	border-top-style: solid;
	border-bottom-style: none;
}
tr.odd.sub {
	/* background-color: var(--bs-table-striped-bg); */
	border-style: none;
}
tr.odd.sub td{
	border-style: none;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.odd.sub td:first-child {
	padding-left: 50px;
}

.bg-received {
	background-color: #951010 !important;
	color: #ffffff !important;
}

.bg-preparing {
	background-color: #f3840d !important;
	color: #ffffff !important;
}

.bg-ready-collect {
	background-color: #06a524 !important;
	color: #ffffff !important;
}

.bg-collected {
	background-color: #0685a5 !important;
	color: #ffffff !important;
}

.bg-expired {
	background-color: #777777 !important;
	color: #ffffff !important;
}

.bg-cancelled {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.border-received {
	border: solid 3px #951010 !important;
	border-radius: 13px !important;
}
.border-preparing {
	border: solid 3px #f3840d !important;
	border-radius: 13px !important;
}
.blink {
  animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
  to { visibility: hidden; }
}
.f-13 {
	font-size: 13pt !important;
}
.order-card {
	font-size: 15pt !important;
}
.order-card table{
	line-height: 18pt;
}
.order-card table td{
	padding-top: 5px;
	padding-bottom: 0px;
}
.order-card table td.rmrk{
	padding-top: 0px;
}
