.rounded {
	border-radius: 0.5rem;
}

.border {
	border: 1px solid #dee2e6;
}
.border-r {
	border-right: 1px solid #dee2e6;
}
.border-l {
	border-left: 1px solid #dee2e6;
}
.border-t {
	border-top: 1px solid #dee2e6;
}
.border-b {
	border-bottom: 1px solid #dee2e6;
}

.text-black {
	color: #000000;
}


.modal-detail-lelang {
	max-width: 1024px !important;
}

@media screen and (min-width: 576px) {
	.modal-detail-lelang {
		max-width: 576px !important;
		margin: 24px auto !important;
	}
}

@media screen and (min-width: 992px) {
	.modal-detail-lelang {
		max-width: 900px !important;
	}
}