.samCargo .track__top {
	padding: 0 !important;
	background: rgb(218, 225, 242);
	background: linear-gradient(90deg, rgba(218, 225, 242, 1) 1%, rgba(240, 242, 248, 1) 100%);
}

.samCargo .track__top img {
	object-fit: cover;
	object-position: center;
	min-height: 246px;
	width: 100%;
}

.samCargo .track__top img.track2 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.samCargo .track__main {
	position: relative;
	background: rgb(218, 225, 242);
	background: linear-gradient(90deg, rgba(218, 225, 242, 1) 1%, rgba(240, 242, 248, 1) 100%);
}

.samCargo .shipmentTableWrapper {
	background: rgb(218, 225, 242);
	background: linear-gradient(90deg, rgba(218, 225, 242, 1) 1%, rgba(240, 242, 248, 1) 100%);
}

.samCargo * {
	font-family: 'DM Sans', sans-serif;
	color: #4d4d4d;
}

.mainHeading {
	border: 0;
	border-bottom: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #e5001c;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.shipmentTableWrapper .mainHeading {
	color: #0f5caa;
}

.samCargo .track__main-wrapp {
	display: flex;
	gap: 100px;
}

.samCargo .track__main-wrapp > div {
	width: 33.33%;
}

.samCargo .status-item .code {
	display: none;
}

.samCargo .status-item .description .code {
	display: block;
}

.samCargo .circle {
	background-image: url('../img/icon/01.png');
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.samCargo .status-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding-bottom: 21px;
}

.samCargo span.date {
	display: none;
}

.samCargo .status-item > div:last-child {
	width: calc(100% - 70px);
}

.samCargo .status-item > div:first-child:before {
	content: '';
	background-color: #005aa9;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 18px;
	top: -32px;
	z-index: 0;
}

.samCargo .status-item:first-child > div:first-child:before {
	display: none;
}

.samCargo hr.white {
	background-color: #fff;
}

.samCargo hr.grey {
	background-color: #aaa;
}

.samCargo .status-item .icon {
	position: absolute;
	left: 10px;
	top: 50px;
}

.samCargo .icon span.afn {
	background-image: url('../img/icon/02.png');
}

.samCargo .icon span.pln {
	background-image: url('../img/icon/02.png');
}

.samCargo .icon span.rcs {
	background-image: url('../img/icon/03.png');
}

.samCargo .icon span.p1 {
	background-image: url('../img/icon/04.png');
}

.samCargo .icon span.x4 {
	background-image: url('../img/icon/05.png');
}

.samCargo .icon span.ccd {
	background-image: url('../img/icon/06.png');
}

.samCargo .icon span.x1 {
	background-image: url('../img/icon/07.png');
}

.samCargo .icon span.pde {
	background-image: url('../img/icon/08.png');
}

.samCargo .icon span {
	background-size: 100% 100% !important;
	background-color: #e3e8f4;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -70px;
}

.samCargo .status-item:first-child .icon {
	display: none;
}

.samCargo .smallHeading {
	color: #005aa9 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	display: block !important;
	margin-bottom: 10px !important;
}

.samCargo .smallHeading span {
	color: #005aa9 !important;
}

.nac-tracking .smallHeading {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.samCargo .form-checkbox {
	align-items: flex-start;
}

@media (max-width: 768px) {
	.samCargo .track__main-wrapp {
		flex-wrap: wrap;
		gap: 20px;
	}
}

.samCargo .form-checkbox label,
.samCargo .form-checkbox label a,
.samCargo .track__form > p,
.samCargo .track__form > p a {
	font-size: 12px !important;
	line-height: 16px;
}

.samCargo .track__form .form-submit input svg {
	display: none !important;
}

.samCargo .track__form .form-submit svg {
	display: none;
}

.samCargo .track__form .form-submit input,
.samCargo button {
	width: auto;
	padding: 5px 30px;
	font-size: 15px;
	background-color: #0f5caa;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.samCargo button {
	padding: 10px 40px;
}

.samCargo button {
	margin-top: 20px;
}

.samCargo span.airport {
	display: none;
}

.samCargo span.note {
	text-transform: capitalize;
}

.samCargo .form.white .form-input label {
	display: block;
}

.samCargo .form.white .form-input label br {
	display: none !important;
}

.samCargo .form-input br {
	display: none;
}

.samCargo .samContainerR {
	margin-top: 30px;
}

.samCargo .description {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.samCargo .description .note {
	width: 70%;
	padding-right: 10px;
}

.samCargo .track__form > p,
.samCargo .track__form > p a {
	font-style: italic;
}

.samCargo .form.white .form-input input,
.samCargo .form.white .form-input textarea,
.samCargo .form.white .form-input select {
	background-color: #fff;
	border: 1px solid #d3d9e6;
	border-radius: 5px;
}

.samCargo table {
	border-collapse: collapse;
}

.shipmentTableWrapper {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.track__main {
	position: relative;
}

.shipmentTableWrapper table.table.status-table th:nth-child(5),
.shipmentTableWrapper table.table.status-table td:nth-child(5) {
	width: 40%;
}

table.table.status-table {
	width: 100%;
	text-align: left;
}

table.table.status-table th:nth-child(5),
table.table.status-table td:nth-child(5) {
	width: 50%;
}

.shipmentTableWrapper,
.nac-tracking-table-pod {
	padding-top: 80px;
}

.shipmentTableWrapper {
	height: 100%;
	overflow: auto;
	padding-bottom: 80px;
}

.shipmentTableWrapper .table-wrapper,
.shipmentTableWrapper .nac-tracking-table-pod .table-responsive {
	border-top: 2px solid #0f5caa;
	padding-top: 20px;
}

.shipmentTableWrapper table.table.status-table tr {
	border-bottom: 1px solid #0f5caa;
}

.shipmentTableWrapper table.table.status-table tr td .circle,
.shipmentTableWrapper table.table.status-table tr th .circle {
	position: relative;
	top: 21px;
}

.samCargo .moreInfoTable .circle {
	background-position: -2px 11px !important;
}

.shipmentTableWrapper table.table.status-table th:nth-child(2),
.shipmentTableWrapper table.table.status-table td:nth-child(2) {
	width: 150px;
	padding-left: 15px;
}

.shipmentTableWrapper table.table.status-table th,
.shipmentTableWrapper table.table.status-table td {
	font-size: 14px;
}

.shipmentTableWrapper table.table.status-table th {
	text-transform: uppercase;
}

.shipmentTableWrapper .nac-tracking-table-pod table td {
	padding: 10px 0;
}

.shipmentTableWrapper .nac-tracking-table-pod table th:nth-child(5),
.shipmentTableWrapper .nac-tracking-table-pod table td:nth-child(5) {
	width: auto;
}

.shipmentTableWrapper table.table.status-table th:last-child,
.shipmentTableWrapper table.table.status-table td:last-child {
	width: 130px;
	text-align: center;
}

.shipmentTableWrapper table.table.status-table th:nth-child(4),
.shipmentTableWrapper table.table.status-table td:nth-child(4) {
	text-align: center;
}

.samCargo hr {
	border: 0;
	background-color: #0f5caa;
	height: 2px;
	margin: 20px 0;
}

.samCargo hr.white {
	background-color: #fff;
}

.samCargo button {
	margin-top: 20px;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
}

.infoContInner hr {
	height: 1px;
	margin: 7px 0;
}

.labelHead {
	font-size: 12px;
	margin-top: 8px;
}

.labelAns {
	font-weight: 500;
}

.samCargo button.lastBtn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.shipmentTableWrapper .nac-tracking-table-pod table th:nth-child(5),
.shipmentTableWrapper .nac-tracking-table-pod table td:nth-child(5) {
	width: auto !important;
}

.bgtrack {
	display: block;
	background: #eee;
	width: 100%;
	height: 100%;
}

.samCargo .track__main-wrapp > div:after {
	content: '';
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	left: -43px;
	top: 0;
}

.samCargo .track__main-wrapp > div.samContainer {
	width: 44%;
}

.samCargo .track__main-wrapp > div {
	position: relative;
}

.samCargo .track__main-wrapp > div:first-child:after {
	display: none;
}

.shipmentTableWrapper .flight-table th:last-child {
	width: 100px;
}

.samCargo .table.moreInfoTable {
	width: 100%;
}

.samCargo .table.moreInfoTable th:first-child,
.samCargo .table.moreInfoTable th:nth-child(2),
.samCargo .table.moreInfoTable th:nth-child(3) {
	width: 120px;
	text-align: center;
}

.samCargo .table.moreInfoTable th {
	width: 100px;
	background-color: transparent;
	border-bottom: 1px solid #0f5caa;
	color: #0f5caa;
	font-size: 14px;
	padding: 10px 0;
}

.samCargo .table.moreInfoTable td {
	background-color: transparent;
	color: #4d4d4d;
	border-bottom: 1px solid;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}

@media (max-width: 910px) {
	.samCargo .table.moreInfoTable {
		min-width: 900px;
	}

	.samCargo .flight-table .table-responsive {
		overflow-x: scroll;
	}
}

@media (max-width: 1080px) {
	.samCargo .track__main-wrapp > div:after {
		display: none;
	}
}

@media (max-width: 910px) {
	.shipmentTableWrapper .table-responsive {
		overflow-x: scroll;
	}

	.shipmentTableWrapper table {
		min-width: 900px;
	}
}

@media (max-width: 768px) {
	.samCargo .track__main-wrapp > div,
	.samCargo .track__main-wrapp > div.samContainer {
		width: 100%;
	}
}
