/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'Nunito Sans', sans-serif; */
}
.progressbar-wrapper-two{
	border: 1px solid #dedede;
}
.packet_status_wrapper{
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.toggle_btn{
	position: absolute;
	top: 15px;
	right: 15px;
}
#track_btn_two{
	display: none;
}
#toggle_record{
	display: none;
}
.packet_status{
	padding-top: .5rem;
}
.packet_status h6{
	color: purple;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: .8rem;
}
.packet_status p{
	font-weight: 500;
	margin-bottom: .5rem;
	font-size: .9rem;
}
.progressbar-two{
	margin: 50px 0px;
}
.progressbar-two ul{
	text-align: center;
}
.progressbar-two ul li{
	display: inline-block;
	width: 130px;
	position: relative;
	text-align: center !important;
}
.progressbar-two ul li h5{
	color: #9E9E9E;
	font-size: .75rem;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.progressbar-two ul li p{
	font-size: 12px;
	font-weight: 600;
	color: #9E9E9E;
	letter-spacing: 0.5px;
}
.progressbar-two ul li input[type='checkbox']{
	background-color: #ddd;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: none;
	position: relative;
}
.progressbar-two ul li input:checked[type='checkbox']{
	background-color: #6e2e92;
}
.progressbar-two ul li input:checked[type='checkbox']::after{
	background-color: #6e2e92;
}
.progressbar-two ul li input:checked[type='checkbox'] ~ h5,
.progressbar ul li input:checked[type='checkbox'] ~ p{
	color: #343a40;
}
.progressbar-two ul li input[type='checkbox']::after{
	position: absolute;
	content: '';
	height: 8px;
	width: 135px;
	background-color: #dddddd;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 0;
}
.progressbar-two ul li input[type='checkbox']::before{
	position: absolute;	
	font-family: 'fontawesome';
	height: 35px;
	width: 35px;
	border-radius: 50%;
	color: #fff;
	border: 2px solid white;
	left: 50%;
	top: 49%;
	transform: translate(-50%, -50%);
	line-height: 24px;
	text-align: center;
	padding: 3px;
	z-index: 1;
}
.progressbar-two ul li:first-child input[type='checkbox']::before{
	content: '\f044';
}
.progressbar-two ul li:nth-child(2) input[type='checkbox']::before{
	content: '\f0d1';
}
.progressbar-two ul li:nth-child(3) input[type='checkbox']::before {
  content: '\f05e';
}
.progressbar-two ul li:nth-child(4) input[type='checkbox']::before {
  content: '\f187';
}
.progressbar-two ul li:last-child input[type='checkbox']::before{
	content: '\f058';
}
.progressbar-two ul li:first-child input[type='checkbox']::after{
	left: 80px;
	width: 100px;
}
.progressbar-two ul li:last-child input[type='checkbox']::after{
	width: 100px;
	left: -27px;
}
.table-responsive.collapse{
	background: #fff !important;
}

/* Track_record_css */
.track_record  ul.nav{
	justify-content: center;
}
.track_record  ul.nav-pills .nav-link{
	font-size: 1rem;
	color: #333;
	border-radius: 0;
	margin-right: 0;
	padding: .5rem;
}
.track_record  ul.nav-pills .nav-link.active,
.track_record  ul.nav-pills .nav-link .show>.nav-link {  
  border-bottom: 3px solid #f9931c;
  background-color: transparent;
}

/* shipment_details_css */
.shipment-details{
	margin-top: 25px;
}
.shipment-details .table{
	margin-bottom: 0px !important;
}
.shipment-details .table .table-bordered{
	border-left: 0px !important;
	border-right: 0px !important;
}
.shipment-details .table tbody tr th{
	text-align: right;
	background-color: #ddd;
	padding-right: 10px;
	font-weight: 500;
}
.shipment-btn{
	padding-top: .5rem;
	padding-left: 5px;
	padding-bottom: .5rem;
	font-weight: 600;
	background-color: #ffffff;
	margin-bottom: 0;
	color: #6e2e92;
	border: none;
	outline: none;
}
.shipment-btn:focus{
	outline: none;
}
.shipment-btn i{
	float: right;
	line-height: 1.5rem;
	padding-right: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#shipment_btn_two{
	display: none;
}


/* POD_image_css */
/* .pod_image_box{
	border: 1px solid #ddd;	
	margin: 1rem auto;
}
.pod_image_box p{
	color: #fff;
  text-align: center;
  padding: 5px;
}
.pod_image{
	width: auto;
	height: auto;
	max-height: 380px;
	margin: 10px;
	background-color: #fff;
}
.pod_image img{
	max-width: 100%;
	height: auto;
}
 */

@media screen and (max-width: 755px){
	.progressbar-two ul li{
		width: 92px;
	}
	.progressbar-two ul li input[type='checkbox']::after{
		width: 97px;
	}
	.progressbar-two ul li:first-child input[type='checkbox']::after{
		width: 50px;
		left: 53px;
	}
	.progressbar-two ul li:last-child input[type='checkbox']::after{
		width: 50px;
		left: -2px;
	}
}
@media screen and (max-width: 575px){
	.progressbar-two ul li{
		width: 60px;
	}
	.progressbar-two ul li input[type='checkbox']{
		width: 40px;
		height: 40px;
	}
	.progressbar-two ul li input[type='checkbox']::after{
		width: 65px;
	}
	.progressbar-two ul li:first-child input[type='checkbox']::after{
		width: 30px;
		left: 37px;
	}
	.progressbar-two ul li:last-child input[type='checkbox']::after{
		width: 30px;
		left: -2px;
	}
}