/* 
 * Spinner Styles
 * HTML markup <div class="wpcargo-loading"></div>
*/
/* wpcargo Spinner */
.wpcargo-container .label {
    color: initial !important;
}
.wpcargo-loading {
	position: fixed;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/* Transparent Overlay */
.wpcargo-loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.wpcargo-loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.wpcargo-loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: wpcfespinner 1500ms infinite linear;
	-moz-animation: wpcfespinner 1500ms infinite linear;
	-ms-animation: wpcfespinner 1500ms infinite linear;
	-o-animation: wpcfespinner 1500ms infinite linear;
	animation: wpcfespinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes wpcfespinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes wpcfespinner {
	0% {
	-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes wpcfespinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes wpcfespinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*
 * WPCargo Styles
 */
#wpcargo-result-wrapper * {
	font-family: Roboto,sans-serif !important;
}
.wpcargo div,
#wpcargo-result div {
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wpcargo-result .wpcargo-row {
	margin-right: -15px;
	margin-left: -15px;
}
#wpcargo-result #shipment-info,
#wpcargo-result #pq-info{
	padding: 0 !important;
}
#shipment_info .wpcargo-label {
	font-size: initial !important;
	display: block;
}
#wpcargo-track-header{
	margin:18px 0;
}
.text-center{
	text-align: center;
}
.wpcargo-title {
	font-weight: normal;
}
.wpcargo-wrap-details #shipment-info .wpcargo-label {
	font-weight: 700;
	margin: 0;
}
/*#shipment-history td:first-child,
#shipment-history td:nth-child(2) {
    width: 150px;
}
#shipment-history td, #shipment-history th {
    word-break: break-word;
}*/
#shipment-status #result-status-header {
	background-color: #ababab;
	line-height: 1.3;
	padding: 13px 0 12px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
#wpcargo-result .header-title {
	border-bottom: 1px solid #858b89;
	font-size: 1.2rem;
}
/* Solid result cards (desktop + mobile baseline) */
#wpcargo-result-wrapper #wpcargo-result-print {
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	padding: 16px;
}
#wpcargo-result-wrapper #wpcargo-track-header,
#wpcargo-result-wrapper .wpcargo-tracking-timeline-wrap,
#wpcargo-result-wrapper #shipment-info,
#wpcargo-result-wrapper #wpcargo-history-section,
#wpcargo-result-wrapper #wpc-multiple-package,
#wpcargo-result-wrapper #package-weight-info {
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	padding: 14px 16px !important;
	margin: 0 0 16px !important;
}
#wpcargo-result-wrapper #shipment-info,
#wpcargo-result-wrapper #wpcargo-track-header,
#wpcargo-result-wrapper #package-weight-info {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#wpcargo-result-wrapper #shipper-info {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
#wpcargo-result-wrapper #shipper-info > .wpcargo-col-md-6.detail-section {
	float: none !important;
	width: calc(50% - 7px);
	max-width: calc(50% - 7px);
	flex: 0 0 calc(50% - 7px);
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	padding: 14px 16px;
}
#wpcargo-result-wrapper #shipper-info .clear-line {
	display: none;
}
#wpcargo-result-wrapper #wpcargo-history-section table#shipment-history {
	background: #ffffff;
}
#wpcargo-result-wrapper #wpcargo-history-section table#shipment-history td,
#wpcargo-result-wrapper #wpcargo-history-section table#shipment-history th {
	background: #ffffff;
}
#wpcargo-result-wrapper #wpcargo-history-section table#shipment-history th {
	color: #111827;
}
.wpcargo-package-images-wrap {
	margin: 12px 0 20px;
}
.wpcargo-package-images-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}
.wpcargo-package-image-card {
	margin: 0;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
.wpcargo-package-image-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #f3f4f6;
}
.wpcargo-package-images-empty {
	margin: 4px 0 0;
	color: #6b7280;
}
 /* Pagination */
#wpcargo-pagination-wrapper {
	margin: 18px 0;
}
#wpcargo-pagination-wrapper .wpcargo-pagination ul{
	margin: 0 auto;
	border: none;
	padding-left:0;
} 
#wpcargo-pagination-wrapper .wpcargo-pagination ul li{
	list-style: none;
}   
#wpcargo-pagination-wrapper .wpcargo-page-link{
	border: 1px solid var( --wpcargo );
}
#wpcargo-pagination-wrapper .wpcargo-page-link,
#wpcargo-pagination-wrapper .wpcargo-page-link:hover{
	color: var( --wpcargo );
}
.wpcargo-page-item.active .wpcargo-page-link,
#wpcargo-pagination-wrapper .wpcargo-page-item.active .wpcargo-page-link{
	color: #fff;
	background-color: var( --wpcargo );
	border-color: var( --wpcargo );
}
/* Buttons */
.show>.wpcargo-btn-primary.dropdown-toggle,
.wpcargo-btn-primary:not(:disabled):not(.disabled).active,
.wpcargo-btn-primary:not(:disabled):not(.disabled):active,
.wpcargo-btn-primary{
	color: #fff;
	background-color: var( --wpcargo );
	border-color: var( --wpcargo );
}
.wpcargo-btn-primary:hover {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
/* table */
.wpcargo-table thead th{
	color: #fff;
	background-color: var( --wpcargo );
	border-color: var( --wpcargo );
	border: 1px solid #eeeeee;
}
table.track_form_table tr td {
	padding: 6px;
}
table.track_form_table tr td input[type="text"],
table.track_form_table tr td select,
table.track_form_table tr td textarea {
	min-width: 360px;
}
/* Track form solid card + visual button */
.wpcargo-track form {
	max-width: 980px;
	margin: 0 auto;
}
.wpcargo-track #wpcargo-track-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.wpcargo-track #wpcargo-track-table .track_form_th {
	background: #f8fafc;
	padding: 18px 20px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
}
.wpcargo-track #wpcargo-track-table .track_form_th h4 {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: .01em;
	color: #111827;
}
.wpcargo-track #wpcargo-track-table .track_form_td {
	padding: 14px 20px;
	background: #ffffff;
	vertical-align: middle;
}
.wpcargo-track #wpcargo-track-table .track_form_td .input_track_num {
	width: 100%;
	min-width: 0 !important;
	height: 48px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	padding: 0 14px;
	font-size: 1.05rem;
	font-weight: 500;
	color: #0f172a;
	background: #ffffff;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
.wpcargo-track #wpcargo-track-table .track_form_td .input_track_num:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}
.wpcargo-track #wpcargo-track-table .submit-track {
	width: 1%;
	white-space: nowrap;
}
.wpcargo-track #wpcargo-track-table .submit-track #submit_wpcargo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
	box-shadow: 0 10px 18px rgba(22, 163, 74, 0.28);
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.wpcargo-track #wpcargo-track-table .submit-track #submit_wpcargo:hover,
.wpcargo-track #wpcargo-track-table .submit-track #submit_wpcargo:focus {
	transform: translateY(-1px);
	box-shadow: 0 12px 22px rgba(22, 163, 74, 0.34);
	filter: brightness(1.04);
}
.wpcargo-track #wpcargo-track-table .track_form_tr:last-child .track_form_td h4 {
	margin: 0;
	font-size: 1rem;
	color: #475569;
	font-weight: 600;
}
/* Shipment Tracking Timeline */
.wpcargo-tracking-timeline-wrap {
	margin: 16px 0 22px;
	padding: 4px 2px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.wpcargo-tracking-timeline-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 14px;
}
.wpcargo-tracking-timeline-title {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #111827;
	letter-spacing: .06em;
	line-height: 1.1;
	text-align: center;
}
.wpcargo-tracking-timeline-title i {
	margin-right: 8px;
	color: #0f172a;
}
.wpcargo-tracking-live-chip {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	font-size: 1rem;
	color: #111827;
	white-space: nowrap;
}
.wpcargo-chip-label {
	opacity: .8;
	font-weight: 600;
}
.wpcargo-chip-number {
	font-weight: 800;
	letter-spacing: .02em;
}
.wpcargo-chip-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-weight: 700;
	font-size: .84rem;
	background: #dcfce7;
	color: #166534;
}
.wpcargo-state-delivered .wpcargo-chip-status {
	background: #dcfce7;
	color: #166534;
}
.wpcargo-state-inactive .wpcargo-chip-status {
	background: #fee2e2;
	color: #991b1b;
}
.wpcargo-chip-status i {
	font-size: .55rem;
}
.wpcargo-tracking-flow {
	--wpcargo-timeline-flow-gap: 8px;
	--wpcargo-timeline-icon-size: 60px;
	--wpcargo-timeline-step-size: 138px;
	--wpcargo-timeline-link-overlap: calc(((var(--wpcargo-timeline-step-size) - var(--wpcargo-timeline-icon-size)) / 2) + var(--wpcargo-timeline-flow-gap));
	display: flex;
	align-items: flex-start;
	gap: var(--wpcargo-timeline-flow-gap);
	overflow-x: auto;
	padding: 8px 4px 10px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.wpcargo-tracking-flow::-webkit-scrollbar {
	display: none;
}
.wpcargo-timeline-step {
	--wpcargo-step-icon-size: var(--wpcargo-timeline-icon-size);
	--wpcargo-step-icon-image-size: 34px;
	--wpcargo-step-label-size: 1rem;
	--wpcargo-step-date-size: .84rem;
	flex: 0 0 var(--wpcargo-timeline-step-size);
	min-width: var(--wpcargo-timeline-step-size);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.wpcargo-step-current {
	--wpcargo-step-icon-size: 66px;
	--wpcargo-step-icon-image-size: 38px;
	--wpcargo-step-label-size: 1.08rem;
	--wpcargo-step-date-size: .9rem;
}
.wpcargo-timeline-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wpcargo-step-icon-size);
	height: var(--wpcargo-step-icon-size);
	border-radius: 999px;
	border: 3px solid #9ca3af;
	background: #f3f4f6;
	color: #6b7280;
	font-size: 1.35rem;
	box-shadow: 0 0 0 4px rgba(209, 213, 219, 0.3);
}
.wpcargo-timeline-icon img {
	width: var(--wpcargo-step-icon-image-size);
	height: var(--wpcargo-step-icon-image-size);
	object-fit: contain;
	display: block;
}
.wpcargo-timeline-label {
	margin: 9px 0 3px;
	font-size: var(--wpcargo-step-label-size);
	font-weight: 700;
	line-height: 1.18;
	color: #1f2937;
}
.wpcargo-timeline-date {
	margin: 0;
	font-size: var(--wpcargo-step-date-size);
	font-weight: 400;
	color: #6b7280;
	line-height: 1.2;
}
.wpcargo-step-completed .wpcargo-timeline-icon {
	background: #dcfce7;
	border-color: #16a34a;
	color: #15803d;
	box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.2);
}
.wpcargo-step-active .wpcargo-timeline-icon {
	background: #dbeafe;
	border-color: #2563eb;
	color: #1d4ed8;
	box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.18);
}
.wpcargo-step-active .wpcargo-timeline-icon,
.wpcargo-step-current .wpcargo-timeline-icon {
	width: 66px;
	height: 66px;
}
.wpcargo-step-active .wpcargo-timeline-icon img,
.wpcargo-step-current .wpcargo-timeline-icon img {
	width: 38px;
	height: 38px;
}
.wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-icon {
	box-shadow: 0 0 0 8px rgba(37, 99, 235, .3), 0 0 24px rgba(37, 99, 235, .72), 0 0 42px rgba(59, 130, 246, .5);
	animation: wpcargoCurrentGlowBlue 1.4s ease-in-out infinite;
}
.wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-icon {
	box-shadow: 0 0 0 8px rgba(22, 163, 74, .28), 0 0 24px rgba(34, 197, 94, .68), 0 0 42px rgba(16, 185, 129, .46);
	animation: wpcargoCurrentGlowGreen 1.4s ease-in-out infinite;
}
.wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-label {
	color: #1d4ed8;
	text-shadow: 0 0 14px rgba(59, 130, 246, .4);
}
.wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-label {
	color: #15803d;
	text-shadow: 0 0 14px rgba(34, 197, 94, .38);
}
.wpcargo-step-pending .wpcargo-timeline-icon {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #9ca3af;
	box-shadow: 0 0 0 4px rgba(209, 213, 219, 0.2);
}
.wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-icon,
.wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-icon {
	background: #fee2e2;
	border-color: #dc2626;
	color: #b91c1c;
	box-shadow: 0 0 0 10px rgba(239, 68, 68, .34), 0 0 32px rgba(220, 38, 38, .82), 0 0 60px rgba(248, 113, 113, .56);
	animation: wpcargoCurrentGlowRed .42s linear infinite;
}
.wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-label,
.wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-label {
	color: #b91c1c;
	text-shadow: 0 0 18px rgba(220, 38, 38, .56);
	animation: wpcargoPoliceAlarmText .42s linear infinite;
}
.wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-icon,
.wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-label {
	animation: none !important;
}
.wpcargo-timeline-line {
	flex: 0 0 34px;
	height: 12px;
	margin-top: calc((var(--wpcargo-timeline-icon-size) / 2) - 6px);
	margin-left: calc(var(--wpcargo-timeline-link-overlap) * -1);
	margin-right: calc(var(--wpcargo-timeline-link-overlap) * -1);
	border-radius: 999px;
	border: 1px solid #94a3b8;
	background: #cbd5e1;
	position: relative;
	overflow: hidden;
}
.wpcargo-line-completed {
	background: #cbd5e1;
}
.wpcargo-line-pending {
	background: #cbd5e1;
}
.wpcargo-timeline-line::before {
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 999px;
	background: #e5e7eb;
}
.wpcargo-line-completed::before {
	background: linear-gradient(90deg, #34d399 0%, #16a34a 100%);
}
.wpcargo-line-live::before {
	background: linear-gradient(90deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.95) 50%, rgba(34, 197, 94, 0.2) 100%);
	background-size: 200% 100%;
	animation: wpcargoTimelineLive 1.1s linear infinite;
}
.wpcargo-line-pending::before {
	background: #e5e7eb;
	animation: none;
}
.wpcargo-line-hold {
	background: #cbd5e1;
}
.wpcargo-line-hold::before {
	background: linear-gradient(90deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.96) 50%, rgba(239, 68, 68, 0.15) 100%);
	background-size: 200% 100%;
	animation: wpcargoTimelineLiveHold 1.2s linear infinite;
}
.wpcargo-timeline-hold-icon {
	box-shadow: 0 0 0 10px rgba(239, 68, 68, .34), 0 0 32px rgba(220, 38, 38, .82), 0 0 60px rgba(248, 113, 113, .56);
	animation: wpcargoCurrentGlowRed .42s linear infinite;
}
@keyframes wpcargoTimelineLive {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}
@keyframes wpcargoTimelineLiveHold {
	0% {
		background-position: 200% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes wpcargoCurrentGlowBlue {
	0%, 24%, 48%, 72%, 100% {
		background: #1e3a8a;
		border-color: #1d4ed8;
		box-shadow: 0 0 0 6px rgba(30, 58, 138, .26), 0 0 12px rgba(37, 99, 235, .36), 0 0 26px rgba(147, 197, 253, .22);
		filter: brightness(1) saturate(1.05);
	}
	12%, 36%, 60%, 84% {
		background: #3b82f6;
		border-color: #60a5fa;
		box-shadow: 0 0 0 12px rgba(255, 255, 255, .44), 0 0 44px rgba(59, 130, 246, .95), 0 0 90px rgba(255, 255, 255, .62);
		filter: brightness(1.65) saturate(1.8);
	}
}
@keyframes wpcargoCurrentGlowGreen {
	0%, 24%, 48%, 72%, 100% {
		background: #14532d;
		border-color: #15803d;
		box-shadow: 0 0 0 6px rgba(20, 83, 45, .24), 0 0 12px rgba(34, 197, 94, .34), 0 0 26px rgba(134, 239, 172, .22);
		filter: brightness(1) saturate(1.05);
	}
	12%, 36%, 60%, 84% {
		background: #22c55e;
		border-color: #4ade80;
		box-shadow: 0 0 0 12px rgba(255, 255, 255, .4), 0 0 44px rgba(34, 197, 94, .95), 0 0 90px rgba(255, 255, 255, .58);
		filter: brightness(1.65) saturate(1.8);
	}
}
@keyframes wpcargoCurrentGlowRed {
	0%, 24%, 48%, 72%, 100% {
		background: #7f1d1d;
		border-color: #991b1b;
		box-shadow: 0 0 0 6px rgba(127, 29, 29, .22), 0 0 12px rgba(220, 38, 38, .34), 0 0 26px rgba(248, 113, 113, .2);
		filter: brightness(1) saturate(1.05);
	}
	12%, 36%, 60%, 84% {
		background: #ef4444;
		border-color: #ef4444;
		box-shadow: 0 0 0 12px rgba(255, 255, 255, .44), 0 0 44px rgba(239, 68, 68, .98), 0 0 90px rgba(255, 255, 255, .62);
		filter: brightness(1.65) saturate(1.8);
	}
}
@keyframes wpcargoPoliceAlarmTextBlue {
	0%, 24%, 48%, 72%, 100% {
		color: #1e3a8a;
		text-shadow: 0 0 6px rgba(37, 99, 235, .22);
	}
	12%, 36%, 60%, 84% {
		color: #3b82f6;
		text-shadow: 0 0 16px rgba(255, 255, 255, .78), 0 0 24px rgba(59, 130, 246, .88);
	}
}
@keyframes wpcargoPoliceAlarmTextGreen {
	0%, 24%, 48%, 72%, 100% {
		color: #14532d;
		text-shadow: 0 0 6px rgba(22, 163, 74, .22);
	}
	12%, 36%, 60%, 84% {
		color: #22c55e;
		text-shadow: 0 0 16px rgba(255, 255, 255, .72), 0 0 24px rgba(34, 197, 94, .84);
	}
}
@keyframes wpcargoPoliceAlarmText {
	0%, 24%, 48%, 72%, 100% {
		color: #7f1d1d;
		text-shadow: 0 0 6px rgba(220, 38, 38, .22);
	}
	12%, 36%, 60%, 84% {
		color: #ef4444;
		text-shadow: 0 0 16px rgba(255, 255, 255, .78), 0 0 24px rgba(239, 68, 68, .88);
	}
}
.wpcargo-timeline-hold-step {
	flex: 0 0 var(--wpcargo-timeline-step-size);
	min-width: var(--wpcargo-timeline-step-size);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #dc2626;
	box-shadow: none;
	margin-top: 0;
}
.wpcargo-timeline-hold-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border-radius: 999px;
	background: #fee2e2;
	border: 3px solid #dc2626;
	font-size: 1.2rem;
}
.wpcargo-timeline-hold-icon img {
	width: 38px;
	height: 38px;
	object-fit: contain;
	display: block;
}
.wpcargo-timeline-hold-label {
	margin: 8px 0 3px;
	font-size: 1.08rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #dc2626;
}
.wpcargo-timeline-hold-sub,
.wpcargo-timeline-hold-date {
	margin: 0 0 3px;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.25;
	color: #b91c1c;
}
/* Hard override for themes that force vertical layout or oversized SVG/images */
#wpcargo-result-wrapper .wpcargo-tracking-flow,
#wpcargo-result .wpcargo-tracking-flow,
#view-shipment-modal .wpcargo-tracking-flow {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: var(--wpcargo-timeline-flow-gap, 8px) !important;
	overflow-x: auto !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-step,
#wpcargo-result .wpcargo-timeline-step,
#view-shipment-modal .wpcargo-timeline-step {
	--wpcargo-step-icon-size: var(--wpcargo-timeline-icon-size, 60px) !important;
	--wpcargo-step-icon-image-size: 34px !important;
	--wpcargo-step-label-size: 1rem !important;
	--wpcargo-step-date-size: .84rem !important;
	flex: 0 0 var(--wpcargo-timeline-step-size, 138px) !important;
	min-width: var(--wpcargo-timeline-step-size, 138px) !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}
#wpcargo-result-wrapper .wpcargo-step-current,
#wpcargo-result .wpcargo-step-current,
#view-shipment-modal .wpcargo-step-current {
	--wpcargo-step-icon-size: 66px !important;
	--wpcargo-step-icon-image-size: 38px !important;
	--wpcargo-step-label-size: 1.08rem !important;
	--wpcargo-step-date-size: .9rem !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-label,
#wpcargo-result .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-timeline-label {
	font-size: var(--wpcargo-step-label-size, 1rem) !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-date,
#wpcargo-result .wpcargo-timeline-date,
#view-shipment-modal .wpcargo-timeline-date {
	font-size: var(--wpcargo-step-date-size, .84rem) !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-line,
#wpcargo-result .wpcargo-timeline-line,
#view-shipment-modal .wpcargo-timeline-line {
	flex: 0 0 34px !important;
	height: 12px !important;
	margin-top: 24px !important;
	margin-left: calc(var(--wpcargo-timeline-link-overlap, 47px) * -1) !important;
	margin-right: calc(var(--wpcargo-timeline-link-overlap, 47px) * -1) !important;
	border-radius: 999px !important;
	border: 1px solid #94a3b8 !important;
	background: #cbd5e1 !important;
	position: relative !important;
	overflow: hidden !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-line::before,
#wpcargo-result .wpcargo-timeline-line::before,
#view-shipment-modal .wpcargo-timeline-line::before {
	content: '' !important;
	position: absolute !important;
	left: 2px !important;
	right: 2px !important;
	top: 2px !important;
	bottom: 2px !important;
	border-radius: 999px !important;
	background: #e5e7eb !important;
}
#wpcargo-result-wrapper .wpcargo-line-completed::before,
#wpcargo-result .wpcargo-line-completed::before,
#view-shipment-modal .wpcargo-line-completed::before {
	background: linear-gradient(90deg, #34d399 0%, #16a34a 100%) !important;
}
#wpcargo-result-wrapper .wpcargo-line-live::before,
#wpcargo-result .wpcargo-line-live::before,
#view-shipment-modal .wpcargo-line-live::before {
	background: linear-gradient(90deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.95) 50%, rgba(34, 197, 94, 0.2) 100%) !important;
	background-size: 200% 100% !important;
	animation: wpcargoTimelineLive 1.1s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-line-pending::before,
#wpcargo-result .wpcargo-line-pending::before,
#view-shipment-modal .wpcargo-line-pending::before {
	background: #e5e7eb !important;
	animation: none !important;
}
#wpcargo-result-wrapper .wpcargo-line-hold::before,
#wpcargo-result .wpcargo-line-hold::before,
#view-shipment-modal .wpcargo-line-hold::before {
	background: linear-gradient(90deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.96) 50%, rgba(239, 68, 68, 0.15) 100%) !important;
	background-size: 200% 100% !important;
	animation: wpcargoTimelineLiveHold 1.2s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-timeline-icon {
	width: var(--wpcargo-timeline-icon-size, 60px) !important;
	height: var(--wpcargo-timeline-icon-size, 60px) !important;
	min-width: var(--wpcargo-timeline-icon-size, 60px) !important;
	min-height: var(--wpcargo-timeline-icon-size, 60px) !important;
	max-width: var(--wpcargo-timeline-icon-size, 60px) !important;
	max-height: var(--wpcargo-timeline-icon-size, 60px) !important;
}
#wpcargo-result-wrapper .wpcargo-step-active .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-active .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-active .wpcargo-timeline-icon,
#wpcargo-result-wrapper .wpcargo-step-current .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-current .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-current .wpcargo-timeline-icon,
#wpcargo-result-wrapper .wpcargo-timeline-hold-icon,
#wpcargo-result .wpcargo-timeline-hold-icon,
#view-shipment-modal .wpcargo-timeline-hold-icon {
	width: 66px !important;
	height: 66px !important;
	min-width: 66px !important;
	min-height: 66px !important;
	max-width: 66px !important;
	max-height: 66px !important;
}
#wpcargo-result-wrapper .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-icon {
	box-shadow: 0 0 0 8px rgba(37, 99, 235, .3), 0 0 24px rgba(37, 99, 235, .72), 0 0 42px rgba(59, 130, 246, .5) !important;
	animation: wpcargoCurrentGlowBlue .42s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-icon {
	box-shadow: 0 0 0 8px rgba(22, 163, 74, .28), 0 0 24px rgba(34, 197, 94, .68), 0 0 42px rgba(16, 185, 129, .46) !important;
	animation: wpcargoCurrentGlowGreen .42s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-label,
#wpcargo-result .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-step-current.wpcargo-step-active .wpcargo-timeline-label {
	color: #1d4ed8 !important;
	text-shadow: 0 0 14px rgba(59, 130, 246, .4) !important;
}
#wpcargo-result-wrapper .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-label,
#wpcargo-result .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-step-current.wpcargo-step-completed .wpcargo-timeline-label {
	color: #15803d !important;
	text-shadow: 0 0 14px rgba(34, 197, 94, .38) !important;
}
#wpcargo-result-wrapper .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-icon,
#wpcargo-result-wrapper .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-icon {
	background: #fee2e2 !important;
	border-color: #dc2626 !important;
	color: #b91c1c !important;
	box-shadow: 0 0 0 10px rgba(239, 68, 68, .34), 0 0 32px rgba(220, 38, 38, .82), 0 0 60px rgba(248, 113, 113, .56) !important;
	animation: wpcargoCurrentGlowRed .42s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-label,
#wpcargo-result .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-step-hold.wpcargo-step-active .wpcargo-timeline-label,
#wpcargo-result-wrapper .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-label,
#wpcargo-result .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-step-hold.wpcargo-step-current .wpcargo-timeline-label {
	color: #b91c1c !important;
	text-shadow: 0 0 18px rgba(220, 38, 38, .56) !important;
	animation: wpcargoPoliceAlarmText .42s linear infinite !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-icon,
#wpcargo-result .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-icon,
#view-shipment-modal .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-icon,
#wpcargo-result-wrapper .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-label,
#wpcargo-result .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-label,
#view-shipment-modal .wpcargo-timeline-step:not(.wpcargo-step-current) .wpcargo-timeline-label {
	animation: none !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-icon img,
#wpcargo-result .wpcargo-timeline-icon img,
#view-shipment-modal .wpcargo-timeline-icon img {
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	max-width: 34px !important;
	max-height: 34px !important;
	object-fit: contain !important;
	display: block !important;
}
#wpcargo-result-wrapper .wpcargo-step-active .wpcargo-timeline-icon img,
#wpcargo-result .wpcargo-step-active .wpcargo-timeline-icon img,
#view-shipment-modal .wpcargo-step-active .wpcargo-timeline-icon img,
#wpcargo-result-wrapper .wpcargo-step-current .wpcargo-timeline-icon img,
#wpcargo-result .wpcargo-step-current .wpcargo-timeline-icon img,
#view-shipment-modal .wpcargo-step-current .wpcargo-timeline-icon img,
#wpcargo-result-wrapper .wpcargo-timeline-hold-icon img,
#wpcargo-result .wpcargo-timeline-hold-icon img,
#view-shipment-modal .wpcargo-timeline-hold-icon img {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
	object-fit: contain !important;
	display: block !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-hold-step,
#wpcargo-result .wpcargo-timeline-hold-step,
#view-shipment-modal .wpcargo-timeline-hold-step {
	flex: 0 0 var(--wpcargo-timeline-step-size, 138px) !important;
	min-width: var(--wpcargo-timeline-step-size, 138px) !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	color: #dc2626 !important;
}
#wpcargo-result-wrapper .wpcargo-timeline-hold-icon,
#wpcargo-result .wpcargo-timeline-hold-icon,
#view-shipment-modal .wpcargo-timeline-hold-icon {
	background: #fee2e2 !important;
	border: 3px solid #dc2626 !important;
}
/* Modal POP UP*/
/* The Modal (background) */
.wpcargo-modal.wpcargo-show-modal{
	display: block;
}
.wpcargo-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999999;
	/* Sit on top */
	padding-top: 60px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: var(--wpcargo-popup-overlay-bg, #ffffff);
}
/* Modal Content */
.wpcargo-modal .modal-content {
	position: relative;
	background-color: var(--wpcargo-popup-box-bg, #ffffff);
	color: var(--wpcargo-popup-text-color, #1f2937);
	font-size: var(--wpcargo-popup-text-size, 16px);
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: wpcargoanimatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: wpcargoanimatetop;
	animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes wpcargoanimatetop {
	from {
		top:-300px;
		opacity:0
	} 
	to {
		top:0;
		opacity:1
	}
}
@keyframes wpcargoanimatetop {
	from {
		top:-300px;
		opacity:0
	}
	to {
		top:0;
		opacity:1
	}
}
/* The Close Button */
.wpcargo-modal .close {
	color: var(--wpcargo-popup-header-text-color, #111827);
	float: right;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.wpcargo-modal .close:hover,
.wpcargo-modal .close:focus {
	color: var(--wpcargo-popup-header-text-color, #111827);
	text-decoration: none;
	cursor: pointer;
}
.wpcargo-modal .modal-header {
	padding: 2px 12px;
	background-color: var(--wpcargo-popup-header-bg, #ffffff);
	color: var(--wpcargo-popup-header-text-color, #111827);
	display: block;
	overflow: hidden;
}
.wpcargo-modal .modal-body {padding: 18px 16px;
	color: var(--wpcargo-popup-text-color, #1f2937);
	font-size: var(--wpcargo-popup-text-size, 16px);
}
.wpcargo-modal .modal-footer {
	padding: 2px 16px;
	background-color: var(--wpcargo-popup-header-bg, #ffffff);
	color: var(--wpcargo-popup-header-text-color, #111827);
}
.wpcargo-login #loginform {
    padding: 10px;
    border: 1px solid #cecece;
}
.wpcargo-login #user_login,
.wpcargo-login #user_pass {
    width: 100%;
}
/* On Hold status popup */
.wpcargo-hold-popup {
	display: none;
	position: fixed;
	z-index: 1000001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wpcargo-hold-popup.wpcargo-hold-popup-show {
	display: block;
}
.wpcargo-hold-popup-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent !important;
	opacity: 1 !important;
}
.wpcargo-hold-popup-dialog {
	position: relative;
	width: 92%;
	max-width: 520px;
	margin: 58px auto;
	background: var(--wpcargo-popup-box-bg, #ffffff) !important;
	color: var(--wpcargo-popup-text-color, #1f2937);
	font-size: var(--wpcargo-popup-text-size, 16px);
	border: 2px solid #111827;
	border-radius: 10px;
	box-shadow: none !important;
	overflow: hidden;
}
.wpcargo-hold-popup-header {
	background: var(--wpcargo-popup-header-bg, #ffffff) !important;
	color: var(--wpcargo-popup-header-text-color, #111827);
	border-bottom: 2px solid #d1d5db;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.wpcargo-hold-popup-title {
	font-size: 1.2rem;
	font-weight: 700;
}
.wpcargo-hold-popup-close {
	border: 0;
	background: transparent;
	color: var(--wpcargo-popup-header-text-color, #111827);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}
.wpcargo-hold-popup-body {
	background: var(--wpcargo-popup-box-bg, #ffffff) !important;
	padding: 16px 20px 20px;
	color: var(--wpcargo-popup-text-color, #1f2937);
	font-size: var(--wpcargo-popup-text-size, 16px);
}
.wpcargo-hold-popup-tracking {
	background: #fff;
	border: 1px solid #d1d5db;
	color: #9f1530;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: .95rem;
	margin-bottom: 14px;
}
.wpcargo-hold-popup-dot {
	margin: 0 8px;
}
.wpcargo-hold-popup-admin-message {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 12px;
	margin-top: 14px;
}
.wpcargo-hold-popup-admin-message h4 {
	margin: 0 0 8px;
	font-size: .92rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
}
.wpcargo-hold-popup-admin-message p {
	margin: 0;
	font-style: italic;
}
.wpcargo-hold-popup-support-btn {
	display: inline-block;
	margin-top: 14px;
	background: #c0132f;
	color: #fff !important;
	border: 1px solid #a80e28;
	border-radius: 7px;
	padding: 9px 14px;
	font-weight: 700;
	text-decoration: none;
}
.wpcargo-hold-popup-support-btn:hover,
.wpcargo-hold-popup-support-btn:focus {
	background: #9f1128;
	color: #fff !important;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	#wpcargo-result-wrapper #wpcargo-result-print {
		padding: 10px !important;
		border-radius: 12px;
	}
	#wpcargo-result-wrapper #wpcargo-track-header,
	#wpcargo-result-wrapper .wpcargo-tracking-timeline-wrap,
	#wpcargo-result-wrapper #shipment-info,
	#wpcargo-result-wrapper #wpcargo-history-section,
	#wpcargo-result-wrapper #wpc-multiple-package,
	#wpcargo-result-wrapper #package-weight-info {
		padding: 12px !important;
		border-radius: 10px;
		margin: 0 0 12px !important;
	}
	#wpcargo-result-wrapper #shipper-info {
		gap: 10px;
	}
	#wpcargo-result-wrapper #shipper-info > .wpcargo-col-md-6.detail-section {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding: 12px;
		border-radius: 10px;
	}
	#wpcargo-result-wrapper #shipment-info {
		margin-left: 0 !important;
		margin-right: 0 !important;
		background: #ffffff;
		border: 1px solid #d1d5db;
		border-radius: 12px;
		padding: 14px 12px !important;
		box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
	}
	#wpcargo-result-wrapper #shipment-info .wpcargo-shipment-info-heading {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		padding: 0 0 8px !important;
		margin: 0 0 6px !important;
	}
	#wpcargo-result-wrapper #shipment-info .wpcargo-shipment-info-heading .header-title {
		margin: 0 !important;
	}
	#wpcargo-result-wrapper #shipment-info > .wpcargo-col-md-4,
	#wpcargo-result-wrapper #shipment-info > .wpcargo-col-md-12:not(.wpcargo-shipment-info-heading) {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		display: grid !important;
		grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
		column-gap: 10px;
		align-items: start;
		padding: 8px 0 !important;
		margin: 0 !important;
		border-bottom: 1px solid #edf2f7;
	}
	#wpcargo-result-wrapper #shipment-info > .wpcargo-col-md-12:last-child {
		border-bottom: 0;
		padding-bottom: 0 !important;
	}
	#wpcargo-result-wrapper #shipment-info .wpcargo-label,
	#wpcargo-result-wrapper #shipment-info .wpcargo-label-info {
		margin: 0 !important;
		font-size: .95rem;
		line-height: 1.35;
	}
	#wpcargo-result-wrapper #shipment-info .wpcargo-label {
		font-weight: 700;
		color: #111827;
	}
	#wpcargo-result-wrapper #shipment-info .wpcargo-label-info {
		text-align: right;
		color: #374151;
		word-break: break-word;
	}
	#wpcargo-result-wrapper .wpcargo-tracking-live-chip {
		width: 100%;
		max-width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		white-space: normal;
		text-align: center;
		row-gap: 6px;
	}
	#wpcargo-result-wrapper .wpcargo-tracking-flow {
		--wpcargo-timeline-flow-gap: 6px;
		--wpcargo-timeline-step-size: 116px;
		--wpcargo-timeline-icon-size: 52px;
	}
	#wpcargo-result-wrapper .wpcargo-step-current {
		--wpcargo-step-icon-size: 58px !important;
		--wpcargo-step-icon-image-size: 34px !important;
		--wpcargo-step-label-size: 1rem !important;
		--wpcargo-step-date-size: .84rem !important;
	}
	#wpcargo-result-wrapper .wpcargo-timeline-line {
		flex: 0 0 30px !important;
		height: 10px !important;
		margin-top: 20px !important;
	}
}
@media
	only screen 
	and (max-width: 760px), (min-device-width: 768px) 
	and (max-device-width: 1024px)  {
	/* Force table to not be like tables anymore */
	table#wpcargo-track-table tr td input[type="text"], 
	table#wpcargo-track-table tr td input[type="submit"],
	table#wpcargo-track-table tr td select, 
	table#wpcargo-track-table tr td textarea,
	form table#wpcargo-track-table{
		width:100% !important;
		min-width: 100%;
	}
	table#wpcargo-track-table, 
	#wpcargo-track-table thead, 
	#wpcargo-track-table tbody, 
	#wpcargo-track-table th, 
	#wpcargo-track-table td,
	#wpcargo-track-table tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#wpcargo-track-tablethead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#wpcargo-track-table tr {
		margin: 0 0 1rem 0;
	}
	#wpcargo-track-table tr:nth-child(odd) {
		background: transparent !important;
	}
	#wpcargo-track-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 0;
	}
	.wpcargo-track #wpcargo-track-table .track_form_th h4 {
		font-size: 1.5rem;
	}
	.wpcargo-track #wpcargo-track-table .track_form_td {
		padding: 10px 12px;
	}
	.wpcargo-track #wpcargo-track-table .track_form_td .input_track_num,
	.wpcargo-track #wpcargo-track-table .submit-track #submit_wpcargo {
		height: 44px;
	}
	.wpcargo-track #wpcargo-track-table .submit-track {
		width: 100%;
		white-space: normal;
	}
	.wpcargo-track #wpcargo-track-table .submit-track #submit_wpcargo {
		width: 100%;
	}
	#wpcargo-track-table td:before {
		position: absolute;
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	#wpcargo-track-table .submit-track {
		padding:16px 0;
	}
	.wpcargo-tracking-timeline-head {
		justify-content: center;
	}
	.wpcargo-tracking-timeline-title {
		font-size: 1.18rem;
		text-align: center;
		width: 100%;
	}
	.wpcargo-tracking-live-chip {
		justify-content: center;
	}
	.wpcargo-package-images-grid {
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
		gap: 10px;
	}
}
