.status-error {
	border: 1.5px solid red !important;
}

.content-process {
	border: 1.5px solid black;
	background-color: #dddddd;
	padding: 15px;
}

tfoot tr td {
	font-size: 18px;
}

.modal-custom-80 {
	min-width: 80% !important;
}

.modal-custom {
	min-width: 70% !important;
}

.text-panjang {
	overflow: hidden;
	line-height: 21px;
	max-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.summary {
	position: fixed !important;
	right: 0 !important;
}

.datatable tbody tr:hover {
	background-color: #f6f6f6 !important;
}

@media (max-width: 767.98px) {

	.user-footer .btn-warning,
	.user-footer .btn-danger {
		color: purple !important;
	}

	.user-footer .btn-warning:hover,
	.user-footer .btn-danger:hover {
		color: white !important;
	}

	.summary {
		position: relative !important;
	}
}