@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-color: rgba(120, 130, 140, 0.2);
}

.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple {
	border-color: rgba(120, 130, 140, 0.2) !important;
	border-radius: 0.375rem !important;
}

.select2-dropdown, .select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color: rgba(120, 130, 140, 0.2) !important;
	border-radius: 0.375rem !important;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: .5rem 2rem .5rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
	color: #697a8d !important;
	background-color: #fff !important;
	border-radius: 0.375rem !important;
}
.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: 35px !important;
	width: 35px !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%;
}
