.nav.nav-tabs {
	list-style: none;
}
.tas-tracking-wrapper {
	max-width: 1200px;
	margin: auto;
	font-family: Arial;
}

.tas-tracking-input {
	border: 1px solid #e5e7eb;
}

.tas-track-btn {
	background-color: rgb(29, 70, 144);
}

/* CARD */
.tracking-card {
	border: 1px solid #ddd;
	background: rgb(245, 245, 245);

	hr {
		margin: 0px;
	}
}

/* HEADERS */
.top-head {
	background: #f5f5f5;
	padding: 12px 20px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}

/* STATUS */
.tracking-status h3 {
	color: #2d4ea2;
	margin: 20px 0;
}

/* PROGRESS BAR */
.tracking-bar_progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
}

.tracking-bar_progress_level.active {
	background-color: rgb(29, 70, 144);
	border-radius: 50%;
}

.tracking-bar_progress_level.active .track-circle {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
	75%,
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.tracking-bar_title {
	color: rgb(29, 70, 144);
}

.size-16 {
	width: 16px;
	height: 16px;
}

.w-128 {
	width: 128px;
}

.border-navy-500 {
	border: 1px solid rgb(29, 70, 144);
}

.line {
	height: 2px;
	background: #cfd4e0;
	width: 100%;
}

/* DELIVERY GRID */
.delivery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 10px 0;
}

.delivery-grid .label {
	font-weight: 600;
	margin-bottom: 5px;
}

/* RIGHT SIDE */
.track-details {
	height: 100%;
}

.nav-tabs .nav-link {
	color: rgb(29 70 144);
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-link:hover {
	color: rgb(29 70 144);
	border-bottom: 2px solid rgb(29 70 144) !important;
}

/* HISTORY SCROLL */
.history_data {
	max-height: 260px;
	overflow: auto;
}
