.af-tracking-ul {
	list-style: none;
	padding: 0px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.af-tracking-ul:before{
	position: absolute;
	content: '';
	width: 88%;
	/*max-width: 610px;*/
	height: 3px;
	border-radius: 5px;
	top: 30%;
	left: 48%;
	z-index: 0;
	transform: translate(-50%,-50%);
}
.af-tracking-ul li.active .af_timln_img{
   border-radius: 100%;
	height: auto;
	max-width: 40px;
	margin-top: -13px;
	margin-left: -11px;
	border: 3px solid green;
	box-shadow: 0px 0px 5px #888888;

}
.af-tracking-ul li.active .af_st_label{
	font-size: 15px;
}
.btn-icon{
	display: initial;
}
.af_btn_trk{
	padding: 4px 16px !important;
}
.timeline_heading {
	background-color: #eee;
	color: #000;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.timeline_heading:hover{
	background-color:#edeaea;
}

.af-tracking-ul{}

.af-tracking-ul li {}
.af-tracking-ul li:first-child:before {
	margin-left: 15px !important;
	padding-left: 11px !important;
	text-align: left !important
}

.af-tracking-ul li:last-child:before {
	margin-right: 5px !important;
	padding-right: 11px !important;
	text-align: right !important
}

.af-tracking-ul li>div {
	color: #353535ad;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 50px;
	display: block;
	font-size: 20px;
	background: seagreen;
	border-radius: 100%;
	margin: auto;
}

.af-tracking-ul li:after {
	content: '';
	width: 150%;
	height: 2px;
	background: #878788;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 26px;
	z-index: -1
}

.af-tracking-ul li:first-child:after {
	left: 50%
}

.af-tracking-ul li:last-child:after {
	left: 0% !important;
	width: 0% !important
}

.af-tracking-ul li.active {
	font-weight: bold;
}

.af-tracking-ul li.active>div {
	border: 1px solid #2e8b57;
	border-radius: 100%;
	max-width: 40px;
	box-shadow: 0px 0px 11px #888888;
}
.af-tracking-ul li div{
	 
	border: 1px solid #2e8b57;

}

.af-tracking-ul li.active:after {
	background: #5CB85C
}

.af-timeline {
	background-color: #fff;
	z-index: 0
}
.af_timeline_sec{
	border: 1px solid #00000014;
	text-align: center;
	padding: 40px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-color: white;
	margin: 25px 0px;
	height: 100% !important;
	box-shadow: 2px 0 8px 0 rgb(204 208 231 / 19%);
	min-height: 225px;
}

.af-odr-trk-tooltip-container {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.af-odr-trk-tooltip {
	z-index: 99;
	color: #000;
	width: 100%;
	padding: 10px 10px;
	background:#f8f9ff;
	border: 1px solid rgb(34 34 34 / 0%);
	position: absolute;
	margin-top: 45px;
	height: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
}

.af-odr-trk-tooltip:before,.af-odr-trk-tooltip:after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F8F9FF;
	position: absolute;
	bottom: -10px;
	left: 43%;
}

.af-odr-trk-tooltip-container:hover .af-odr-trk-tooltip,a:hover .af-odr-trk-tooltip {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tracking_info_btn{
   padding: 6px;
	margin: 4px;

}
.af_timln_img{
	border-radius: 100%;
	height: auto;
	max-width: 28px;
	margin-top: -3px;
	margin-left: -3px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .af-trk-text {
	visibility: hidden;
	width: 292px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 121%;
	left: -63%;
	margin-left: -60px;
	font-size: .875em;
}


.tooltip .af-trk-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.tooltip:hover .af-trk-text {
  visibility: visible;
}
/*///////////// new tooltip*/
.af-st-time{
	color: #BABBBC;
	padding: 0px 5px;
}
.tim-status{
	float: right;
	color: #000000;
	padding: 5px;
	font-size: 15px;
}

.af_items{
	color: #000000;
	padding: 5px;
	font-size: 15px;
	font-weight: normal;

}
.content_af_timem-main{
	text-align: left;
	margin-top: 25px;
	border-radius: 5px;
	max-width: 700px;
	margin: 35px auto 0px;
	box-sizing: border-box;

}
.show-conten{
  max-height:100% !important;
  overflow: visible;
}
.read_less{
	display: none;
}
.af_read{
	text-decoration: none;
	font-size: 17px;
	padding: 2px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.af_read:hover{
	background-color: #f7f7f7;
	color: #000000;
}
.red-div{
	margin-top: 10px;
	text-align: center;
}
#af_trck_table{
	/*border-spacing: 1px;*/
	box-shadow: 0px 0px 5px #888888;

}
#af_trck_table  td {
	padding: 0px 10px !important;
	line-height: 40px;
	background-color: #f7f7f7;
}
#af_trck_table .af_data_time {
   font-size: small;
   width: 30%;
}
