.pipeline_cont,
.entry-content .pipeline_cont {
	font-size: 18px;
	color: #ffffff;
	table-layout: fixed;
	margin: 0 auto 64px;
	width: 100%;
	border: none;
}
.entry-content .pipeline_cont th {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	padding: 0;
	word-wrap: break-word;
	overflow: visible;
}
.entry-content .pipeline_cont td {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
  padding: 8px;
	vertical-align: middle;
	border: none;
  height: 65px;
}
.entry-content .pipeline_cont a {
	color: #ffffff;
	text-decoration: none;
}
.entry-content .pipeline_cont a:hover {
	color: #D64731;
	text-decoration: none;
}
.entry-content .pipeline_cont .mydTitle {
  font-size: 18px;
	font-weight: 500;
	text-align: left;
	height: 30px;
}
.entry-content .pipeline_cont .drug_detailsX {
	position: relative;
	/* font-size: 20px; */
	text-align: left;
}
.entry-content .pipeline_cont .drug_detailsX:after {
	position: absolute;
	content: "\e10a";
	top: 17px;
  left: -30px;
  width: 24px;
  height: 28px;
	font-family: 'Font Awesome 6 Pro';
	font-size: 24px;
	font-weight: 200;

	content: "";
	width: 28px;
	height: 28px;
	background-color: rgba(214, 71, 49, .5);
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.pipeline_cont .drug_detailsX span {
  display: block;
	font-size: 14px;
	padding-top: 4px;
}
.entry-content .pipeline_cont .drug_detailsY {
	font-size: 14px;
	text-align: left;
}
.entry-content .pipeline_cont .myth {
	width:12%;
	/* color: #27303a;
	font-size: 16px;
	font-weight: 600; */
	text-align: center;
	vertical-align: bottom;
	padding: 20px 8px 14px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.4);
	border-bottom: none;
	border: none;
}
.entry-content .pipeline_cont .myth:nth-of-type(1),
.entry-content .pipeline_cont .myth:nth-of-type(2) {
	text-align: left;
}
.entry-content .pipeline_cont .myth:last-of-type {
  opacity: 0;
}
.drug_progress,
.entry-content .pipeline_cont .drug_progress {
	position: relative;
	text-align: left;
	padding-left: 0;
}
.drug_progress div {
	/*position: absolute;
	height: 40px;
	top:14px;
	left:0; */
	position: relative;
	background-color: #ffffff;
	/* border-radius: 20px; */
  box-sizing: border-box;
  transform-origin: left bottom;
 /* animation: scaleIn 1610ms 0s 1 both ease-out;*/
	display: inline-block;
	vertical-align: top;
	text-align: left;
	height: 20px;
	border-radius: 5px;
}
.drug_progress div p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	padding-left: 8px;
	/* margin: 10px 0 6px; */
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.drug_progress .pipeopen p {
	opacity: 1;
}
.rounded {
	position: absolute;
  width: 16px;
  height: 24px;
  background: inherit;
  /* right: -8px; */
  top: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  vertical-align: middle;
}
.arrow {
	display: none;
	border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  border-left: 13px solid #1c94cc;
  font-size: 0px;
  vertical-align: middle;
}
/* .drug_progress .aRight {
    position: relative;
    display: inline-block;
    right: auto;
} */
td .aRight {
  display: inline-block;
	opacity: 1 !important;
	border-top: 17.5px solid transparent;
	border-bottom: 17.5px solid transparent;
	border-left: 11px solid #005e98;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right:-11px;
	position: relative;
	top: 0;
	right: 0px;
	background-color: transparent;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.drug-status p {
	font-size: 15px;
	text-align: left;
	margin-bottom: 0;
}
.entry-content .pipeline_cont .column-1 {
	width: 18%;
}
.entry-content .pipeline_cont .column-2 {
	width: 11%;
}
.entry-content .pipeline_cont .column-3,
.entry-content .pipeline_cont .column-4,
.entry-content .pipeline_cont .column-5,
.entry-content .pipeline_cont .column-6 {
	width: 14%;
}
.entry-content .pipeline_cont .column-7 {
	width: 15%;
}
.entry-content .pipeline_cont.pipeline-desk tr th:nth-of-type(1):before,
.entry-content .pipeline_cont.pipeline-desk tr td:nth-of-type(1):before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -50vw;
	width: 200vw;
	height: 1px;
	z-index: 1;
	background-color: #fff;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_detailsX:after {
  top: 25px;
}


@keyframes scaleIn {
  from {
      transform: scaleX(0);
  }

  to {
      transform: scaleX(1);
  }
}


.pipeline-mobile {
	display: none;
}
@media (max-width: 1460px) {
  .pipeline_cont.pipeline-desk {
    padding-left: 10px;
  }
}
/* @media screen and (max-width: 1099px) {
	.myth,
	.entry-content .pipeline_cont .myth {
		font-size: 14px;
		padding-left: 0;
	}
	.mydTitle,
	.entry-content .pipeline_cont .mydTitle {
    font-size: 18px;
	}
	.drug_detailsX,
	.entry-content .pipeline_cont .drug_detailsX {
		font-size: 14px;
	}
	.drug_detailsX span,
	.pipeline_cont .drug_detailsX span {
    font-size: 14px;
	}
	.drug_detailsY,
	.entry-content .pipeline_cont .drug_detailsY {
		font-size: 12px;
		padding-left: 0;
	}
} */
@media screen and (max-width: 1099px) {
	.pipeline-mobile {
		display: table;
	}
	.pipeline-desk {
		display: none;
	}
	.entry-content .pipeline_cont .mydTitle {
    text-align: center;
    padding: 28px 8px 14px;
	}
	.entry-content .pipeline_cont th {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 10px;
	}
	.entry-content .pipeline_cont td {
		height: auto;
    padding: 16px 0;
	}
	.entry-content .pipeline_cont .mobile-chart-heading td {
    font-size: 12px;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 8px;
	}
	.entry-content .pipeline_cont .drug_detailsX {
    font-size: 14px;
		line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
		padding-bottom: 4px;
	}
	.entry-content .pipeline_cont .drug_detailsX:after {
		content: none;
	}
	.pipeline_cont .drug_detailsX span {
    display: inline-block;
    padding-top: 0;
	}
	.entry-content .pipeline_cont .drug_detailsY {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
	}
	.entry-content .pipeline_cont .drug_progress {
    padding-left: 0;
    padding-right: 0;
		padding-top: 4px;
	}
	.entry-content .pipeline_cont.pipeline-mobile tr th:nth-of-type(1):before,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(even) td:nth-of-type(1):before {
		position: absolute;
		content: "";
		bottom: 0;
		left: -50vw;
		width: 200vw;
		height: 1px;
		z-index: 1;
		background-color: #fff;
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-last-of-type(1) td:nth-of-type(1):before {
		content: none;
	}

}
td {
 /* border:1px solid rgba(255,255,255, 0.4) !important; */
}
