.generate-awb, .generate-awb-label, .track-package {
	background-color: #7ac600 !important;
	color: #fff !Important;
/* 	margin: 10px !important; */
	width: 100%;
}

.print-awb-label, .cancel-label {
	width: 100%;
	text-align: center;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	text-align: center;
}