.pipeline_cont,
.entry-content .pipeline_cont {
	font-size: 18px;
	color: #1d242c;
	table-layout: fixed;
	margin: 0 auto 24px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.entry-content .pipeline_cont th {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	padding: 0;
	word-wrap: break-word;
	overflow: visible;
}
.entry-content .pipeline_cont td {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
  padding: 8px 8px 8px 12px;
	vertical-align: middle;
	border: none;
}
.entry-content .pipeline_cont th:nth-last-of-type(4),
.entry-content .pipeline_cont th:nth-last-of-type(3),
.entry-content .pipeline_cont th:nth-last-of-type(2),
.entry-content .pipeline_cont th:nth-last-of-type(1) {
	text-align: center;
}
.entry-content .pipeline_cont a {
	color: #227567;
	text-decoration: none;
	border-bottom: none;
}
.entry-content .pipeline_cont a:hover {
	color: #227567;
	text-decoration: underline;
	border-bottom: none;
}
.entry-content .pipeline_cont .mydTitle {
  font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding-left: 12px;
	padding-right: 4px;
  border: none;
  position: relative;
	border-bottom: 1px solid;
  border-bottom: none;
}
.entry-content .pipeline_cont .mydTitle a {
	color: #fff;
	text-decoration: none;
}
.entry-content .pipeline_cont .mydTitle a:hover {
	color: #fff;
	text-decoration: none;
}
/* .pipedivtitle {
	position: relative;
}
.pipedivtitle:before {
	position: absolute;
	content: "";
	top: -6px;
	right: -39px;
	width: 32px;
	height: 32px;
	background-image: url(/wp-content/uploads/2023/11/circle-plus-icon.png);
	background-size: cover;
	background-position: 50% 50%;
} */
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(2) td:nth-of-type(1),
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(4) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_progress div {
	background: rgb(0,127,91);
	background: linear-gradient(90deg, rgba(168,216,0,1) 0%, rgba(58,171,61,1) 50%, rgba(0,127,91,1) 100%);
}

.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(6) td:nth-of-type(1),
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(8) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_progress div {
	background: rgb(255,150,0);
	background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(255,57,69,1) 50%, rgba(255,0,153,1) 100%);
}

.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(10) td:nth-of-type(1),
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(12) .drug_progress div,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(13) .drug_progress div {
	background: rgb(176,34,248);
	background: linear-gradient(90deg, rgba(37,203,243,1) 0%, rgba(130,128,247,1) 50%, rgba(176,34,248,1) 100%);
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(10) td:nth-of-type(1) {
	border-bottom: 1px solid #1d242c;
}
.entry-content .pipeline_cont .drug_detailsX {
	font-size: 18px;
	text-align: left;
	/* border-left: 1px solid; */
}
.entry-content .pipeline_cont .drug_detailsXY {
	font-size: 18px;
	text-align: left;
	/* border-left: 1px solid; */
}
.pipeline_cont .drug_detailsX span {
  display: block;
}
.entry-content .pipeline_cont .drug_detailsY {
	font-size: 18px;
	text-align: left;
	/* border-left: 1px solid; */
}
.entry-content .pipeline_cont .myth {
	width:12%;
	/* color: #27303a;
	font-size: 16px;
	font-weight: 600; */
	text-align: left;
	vertical-align: bottom;
	padding: 4px 8px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.4);
	border-bottom: none;
	border: none;
	border-bottom: 1px solid;
}
.entry-content .pipeline_cont .myth:not(:last-of-type) {
  border-right: 1px solid;
  padding-left: 12px;
  padding-right: 4px;
}
/* .entry-content .pipeline_cont .drug_detailsX,
.entry-content .pipeline_cont .drug_detailsY {
	border-bottom: .5px solid;
} */
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_progress {
	padding-top: 16px;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_progress {
	border-bottom: 1px solid;
	padding-bottom: 16px;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_progress {
	padding-top: 16px;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_progress {
	border-bottom: 1px solid;
	padding-bottom: 16px;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_progress {
	padding-top: 16px;
}
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(13) .drug_detailsX,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(13) .drug_detailsXY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(13) .drug_detailsY,
.entry-content .pipeline_cont.pipeline-desk tr:nth-of-type(13) .drug_progress {
	border-bottom: 1px solid;
	padding-bottom: 16px;
}
/* .entry-content .pipeline_cont tr:nth-of-type(even) .drug_detailsX,
.entry-content .pipeline_cont tr:nth-of-type(even) .drug_detailsY {
	background-color: #eee;
} */

.drug_progress,
.entry-content .pipeline_cont .drug_progress {
	position: relative;
	text-align: left;
	padding-left: 0;
	/* border-left: 1px solid; */
}
.drug_progress div {
	/*position: absolute;
	height: 40px;
	top:14px;
	left:0; */
	position: relative;
	background-color: #005e98;
	/* 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: 34px;
}
.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;
}
.entry-content .pipeline_cont .column-1 {
	width: 15%;
}
.entry-content .pipeline_cont .column-2 {
	width: 11%;
}
.entry-content .pipeline_cont .column-3 {
	width: 15%;
}
.entry-content .pipeline_cont .column-4 {
	width: 15%;
}
.entry-content .pipeline_cont .column-5,
.entry-content .pipeline_cont .column-6,
.entry-content .pipeline_cont .column-7,
.entry-content .pipeline_cont .column-8 {
	width: 11%;
}


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

  to {
      transform: scaleX(1);
  }
}


.pipeline-mobile {
	display: none;
}
@media screen and (max-width: 1212px) {
	.myth,
	.entry-content .pipeline_cont .myth {
		font-size: 14px;
		padding-left: 0;
	}
}
@media screen and (max-width: 1099px) {
	.mydTitle,
	.entry-content .pipeline_cont .mydTitle {
    font-size: 18px;
	}
	.entry-content .pipeline_cont .mydTitle a {
		font-size: 14px;
	}
	.drug_detailsX,
	.entry-content .pipeline_cont .drug_detailsX {
		font-size: 14px;
	}
	.drug_detailsX span,
	.pipeline_cont .drug_detailsX span {
    font-size: 14px;
	}
	.drug_detailsXY,
	.entry-content .pipeline_cont .drug_detailsXY {
		font-size: 14px;
	}
	.drug_detailsY,
	.entry-content .pipeline_cont .drug_detailsY {
		font-size: 12px;
		padding-left: 0;
	}
	.column-1, .entry-content .pipeline_cont .column-1 {
    width: 13%;
	}

}
@media screen and (max-width: 1000px) {
	.pipeline-mobile {
		display: table;
	}
	.pipeline-desk {
		display: none;
	}
	.entry-content .pipeline_cont th {
    font-size: 16px;
    font-weight: 700;
		color: #ffffff;
    padding: 20px 0;
	}
	.entry-content .pipeline_cont td {
		padding:12px 0 6px 0;
	}
	.entry-content .pipeline_cont .mobile-chart-heading td {
    font-size: 12px;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
	}
	.entry-content .pipeline_cont .drug_detailsX {
    font-size: 14px;
    padding:12px 0 6px 0;
	}
	.entry-content .pipeline_cont .drug_detailsXY {
    font-size: 14px;
    padding-left: 0;
    padding-right: 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: 0;
	}
	.drug_progress div span {
		color: #ffffff;
		font-size: 12px;
		line-height: 38px;
		padding-left: 8px;
		transition: .5s;
		opacity: 0;
	}
	.drug_progress div.pipeopen span {
		opacity: 1;
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(1) th {
		background: rgb(0,127,91);
		background: linear-gradient(90deg, rgba(168,216,0,1) 0%, rgba(58,171,61,1) 50%, rgba(0,127,91,1) 100%)
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(4) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(6) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(8) td div {
		background: rgb(0,127,91);
		background: linear-gradient(90deg, rgba(168,216,0,1) 0%, rgba(58,171,61,1) 50%, rgba(0,127,91,1) 100%)
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(8) td {
		padding-bottom: 28px;
	}

	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(9) th {
		background: rgb(255,150,0);
    background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(255,57,69,1) 50%, rgba(255,0,153,1) 100%);
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(12) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(14) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(16) td div {
		background: rgb(255,150,0);
		background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(255,57,69,1) 50%, rgba(255,0,153,1) 100%);
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(16) td {
		padding-bottom: 28px;
	}

	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(17) th {
		background: rgb(176,34,248);
    background: linear-gradient(90deg, rgba(37,203,243,1) 0%, rgba(130,128,247,1) 50%, rgba(176,34,248,1) 100%);
	}
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(20) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(22) td div,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type248) td div {
		background: rgb(176,34,248);
    background: linear-gradient(90deg, rgba(37,203,243,1) 0%, rgba(130,128,247,1) 50%, rgba(176,34,248,1) 100%);
	}

	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(8) .drug_progress span,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(16) .drug_progress span,
	.entry-content .pipeline_cont.pipeline-mobile tr:nth-of-type(24) .drug_progress span {
		font-size: 10px;
	}

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