.pipeline_cont,
.entry-content .pipeline_cont {
	font-size: 16px;
	color: #1d242c;
	table-layout: fixed;
	margin: 0 auto 24px;
	width: 100%;
	border: none;
	position: relative;
}
.entry-content .pipeline_cont th {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	padding: 0;
	word-wrap: break-word;
	overflow: visible;
}
.entry-content .pipeline_cont td {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
	padding: 12px 12px;
	vertical-align: middle;
	border-color: #595D5C;
	border-width: 1px 0 0 0;
	height: 40px;
	overflow: hidden;
}
.entry-content .pipeline_cont tr:nth-of-type(2) td {
  /* border-top-width: 1px; */
}
.entry-content .pipeline_cont tr:nth-last-of-type(2) td {
  border-bottom-width: 1px;
}
.entry-content .pipeline_cont a {
  color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.entry-content .pipeline_cont a:hover {
	color: #595D5C;
	text-decoration: underline;
	border-bottom: none;
}
.entry-content .pipeline_cont .mydTitle {
font-size: 20px;
    border: none !important;
    font-weight: 800;
    padding: 14px 0 4px;

	/* writing-mode: vertical-rl;
	transform: rotate(180deg);
	vertical-align: bottom; */
}
.entry-content .pipeline_cont .drug_detailsX {
	font-size: 18px;
	color: #005c90;
  font-weight: 500;
  line-height: 1.1;
	border-left: 3px solid #005c90;
}
.entry-content .pipeline_cont .drug_detailsX.open-pipe {
	cursor: pointer;
}
.pipeline_cont .drug_detailsX i {
	display: none;
	color: #2CA24C;
  float: right;
}
.pipeline_cont .drug_detailsX.open-pipe i {
	display: block;
}
.pipeline_cont .drug_detailsX span {
  display: block;
}
.entry-content .pipeline_cont .drug_detailsY {
  background-color: #DFE5E3;
}
.entry-content .pipeline_cont .myth {
  color: #464948;
	width:10.11%;
	/* color: #27303a;
	font-size: 16px;
	font-weight: 600; */
	text-align: center;
	vertical-align: bottom;
	padding: 12px 2px 12px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.4);
	border-bottom: none;
	border: none;
	height: 41.5px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.entry-content .pipeline_cont .myth:nth-of-type(1) {
	/* text-align: left;
  padding-left: 12px;
	padding-right: 4px; */
}
.drug_progress,
.entry-content .pipeline_cont .drug_progress {
	position: relative;
	text-align: left;
	padding-left: 0;
	vertical-align: middle;
}
.drug_progress:before {
	position: absolute;
  content: "";
  top: 19px;
  left: 0;
  height: 26px;
  width: 99%;
  background-color: #C2CECC;
  z-index: -1;
}

.drug_progress div {
	position: relative;
  color: #86AD44;
	background-color: #86AD44;
  box-sizing: border-box;
  transform-origin: left bottom;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	height: 26px;
  z-index: -1;
}
#row-4-s-0 .drug_progress:before {
	top: 24px;
}
.drug_detailsXY,
.entry-content .pipeline_cont .drug_detailsXY {
    padding: 2px !important;
}
.entry-content .pipeline_cont .drug_desc {
	font-size: 12px;
  background-color: #DFE5E3;
	border-right: 3px solid #2CA24C;
}
.entry-content .pipeline_cont tr td:last-of-type {
	border-right: 3px solid #2CA24C;
}
.drug_progress .pipeopen p {
	opacity: 1;
}
.entry-content .pipeline_cont tr.active .drug_detailsX {
	border-top: 2px solid #2CA24C;
	border-right: 2px solid #2CA24C;
	border-bottom: 0px solid #fff;
}
.entry-content .pipeline_cont tr.active td {
	border-bottom: 4px solid #2CA24C;
	border-bottom: 2px solid #2CA24C;
}
.entry-content .pipeline_cont tr.active .drug_detailsX i:before {
	content: "\f885";
}
.pipeline_cont.pipeline-desk tr {
	/* position: relative; */
}
.pipeline_cont.pipeline-desk .pipe-info {
	display: none;
  position: absolute;
  /* top: -2px; */


  background: #ffffff;
	border-top: none;
	border-right: 3px solid #2CA24C;
	border-bottom: 2px solid #2CA24C;
	border-left: 3px solid #2CA24C;
	padding: 20px 0;
	z-index: 999;


	height: auto;
	width: calc(100% - 6px);
	overflow-y: auto;
	overflow-x: hidden;

  box-shadow: 8px 21px 20px rgba(0,0,0,.3);

	overflow: hidden;
}
.pipeline_cont.pipeline-desk .pipe-info.active {
	display: block;
	display: table-cell;
}
.pipe-info .table-data-box {
	width: 85%;
	margin-left: 14%;
}

.table-data-header {
	position: relative;
	font-size: 24px;
	color: #2CA24C;
	font-weight: 500;
  margin-bottom: 0;
  margin-left: -1px;
}
.table-data-header:before {
  position: absolute;
  content: "";
	top: 1px;
	left: -26px;
	width: 28px;
	height: 15px;
  background-image: url(https://aldenmc.com/dev/adarx/wp-content/uploads/2024/12/header-green-dots.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.table-data-copy {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding: 18px 18px 18px 0;
	margin: 16px 0;
  z-index: 0;
}
.table-data-copy:before {
  position: absolute;
	content: "";
	top:0;
	left: -19%;
	width: 100%;
	height: 100%;
	background-color: #DFE5E3;
	z-index: -1;
	width: 121%;
}
.table-data-close {
  color: #2CA24C;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	cursor: pointer;
}
.table-data-close i {
  padding-right: 4px;
}

.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 {
	position: relative;
	z-index: 99;
	width: 20px;
  height: 21px;
  display: inline-block;
  transform: rotate(45deg);
  background-color: #86AD44;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  box-sizing: border-box;
  margin-left: -9px;
  margin-top: 2.5px;
}
.entry-content .pipeline_cont .column-1 {
	width: 14%;
}
.entry-content .pipeline_cont .column-2 {
	width: 11%;
}
.entry-content .pipeline_cont .column-3 {
	width: 14.8%;
}
.entry-content .pipeline_cont .column-4,
.entry-content .pipeline_cont .column-5,
.entry-content .pipeline_cont .column-6,
.entry-content .pipeline_cont .column-7 {
	position: relative;
	width: 12.8%;
}
.entry-content .pipeline_cont .column-8 {
	width: 9%;
}
.entry-content .pipeline_cont .column-4:after,
.entry-content .pipeline_cont .column-5:after,
.entry-content .pipeline_cont .column-6:after,
.entry-content .pipeline_cont .column-7:after {
	position: absolute;
	content: "";
  top: calc(100% + 1px);
	right:1px;
	height: 1190%;
	max-height: 575px;
	width: 2px;
	background-color: #ffffff;
	z-index: 0;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(2) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(4) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(6) .drug_detailsX {
	color: #2CA24C;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(2) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(2) .arrow,
.pipeline_cont.pipeline-desk tr:nth-of-type(4) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(4) .arrow,
.pipeline_cont.pipeline-desk tr:nth-of-type(6) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(6) .arrow {
	background-color: #2CA24C;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(10) .drug_detailsX {
	color: #247f39;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(10) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(10) .arrow {
	background-color: #247f39;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(12) .drug_detailsX {
	color: #208471;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(12) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(12) .arrow {
	background-color: #208471;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(14) .drug_detailsX {
	color: #A37B21;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(14) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(14) .arrow {
	background-color: #A37B21;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(16) .drug_detailsX {
	color: #15627A;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .arrow {
	background-color: #15627A;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(18) .drug_detailsX {
	color: #15627A;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(18) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(18) .arrow {
	background-color: #15627A;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(20) .drug_detailsX {
	color: #781437;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(20) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(20) .arrow {
	background-color: #781437;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(22) .drug_detailsX {
	color: #471d84;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(22) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(22) .arrow {
	background-color: #471d84;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(6) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(8) .drug_detailsX {
	/* color: #fff;
	border-top: none !important; */
}
.pipeline_cont.pipeline-desk tr:nth-of-type(6) .drug_detailsX i,
.pipeline_cont.pipeline-desk tr:nth-of-type(8) .drug_detailsX i {
	/* color: #fff; */
}
.pipeline_cont.pipeline-desk tr:nth-of-type(11) td {
    border-bottom-width: 1px;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_detailsX  {
    color: #005c90;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(3) .arrow,
.pipeline_cont.pipeline-desk tr:nth-of-type(5) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(5) .arrow,
.pipeline_cont.pipeline-desk tr:nth-of-type(7) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(7) .arrow {
    background-color: #005c90;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_detailsX  {
  color: #a6194a;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(9) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(9) .arrow {
  background-color: #a6194a;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_detailsX  {
  color: #2CA24C;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(11) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(11) .arrow {
  background-color: #2CA24C;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(14) .drug_detailsX  {
  color: #134130;
	border-left: 3px solid #134130;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(14) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(14) .arrow {
  background-color: #134130;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .drug_detailsX  {
  color: #538428;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .drug_progress div,
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .arrow {
  background-color: #538428;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(16) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(18) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(20) .drug_detailsX,
.pipeline_cont.pipeline-desk tr:nth-of-type(22) .drug_detailsX  {
border-left: 3px solid #15627A;
}


.some-colors {
	color: #104A75;
	color: #A37B21;
}
.some-colors-bkg {
	background-color: #104A75;
	background-color: #A37B21;
}
.some-colors-2 {
	color: #8E4F59;
}
.some-colors-2-bkg{
	background-color: #8E4F59;
}
.mobile-data-box {
	display: none;
}
@keyframes scaleIn {
  from {
      transform: scaleX(0);
  }

  to {
      transform: scaleX(1);
  }
}


.pipeline-mobile {
	display: none;
}
@media screen and (max-width: 1199px) {
	.myth,
	.entry-content .pipeline_cont .myth {
		font-size: 12px;
	}
	.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;
	}
	.drug_detailsXY,
	.entry-content .pipeline_cont .drug_detailsXY {
		font-size: 12px;
	}
	.entry-content .pipeline_cont .drug_detailsXY img {
		width: 100px;
		height: auto;
	}
	.column-1, .entry-content .pipeline_cont .column-1 {
    width: 13%;
	}



	.pipeline-mobile {
		display: table;
	}
	.pipeline-desk {
		display: none;
	}
	.pipeline_cont, .entry-content .pipeline_cont {
    margin-bottom: 44px;
	}
    .mydTitle, .entry-content .pipeline_cont .mydTitle {
        text-align: center;
    }
	.entry-content .pipeline_cont th {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 10px;
    border-width: 0;
	}
	.entry-content .pipeline_cont .mobile-chart-heading td {
    font-size: 10px;
		text-align: center;
		padding: 5px 0;
		border-top: none;
    border-bottom: none;
	}
	.entry-content .pipeline_cont td {
    height: auto;
	}
	.entry-content .pipeline_cont tr td:last-of-type {
    border-right: 0;
	}
	.pipeline_cont.pipeline-mobile .drug_info {
		padding-left: 0;
		padding-right: 0;
    padding-bottom: 6px;
    border-top: 2px solid;
	}
	.drug_info p {
		margin-bottom: 0;
	}
	.entry-content .pipeline_cont .drug_detailsX {
    font-size: 16px;
    font-weight: 600;
    border-left: 0;
    margin-bottom: 6px;
	}
	.entry-content .pipeline_cont tr:nth-last-of-type(2) .drug_detailsX {
    border-left: none;
	}
	.entry-content .pipeline_cont tr:nth-last-of-type(2) td {
    border-bottom-width: 0;
	}
	.entry-content .pipeline_cont tr:nth-last-of-type(2) td:last-of-type {
    border-right: none;
	}
	.pipeline_cont .drug_detailsX span {
    display: inline;
	}
	.entry-content .pipeline_cont .drug_detailsY {
    font-size: 14px;
		color: #1d242c;
		font-weight: 300;
		background-color: transparent;
	}
	.drug_detailsXY,
	.entry-content .pipeline_cont .drug_detailsXY {
		font-size: 14px;
	}
	.entry-content .pipeline_cont .drug_progress {
    border-top: none;
    padding-top: 6px;
	}
	.drug_progress:before {
    top: 6px;
    width: 100%;
	}
	.drug_progress:after {
		position: absolute;
		content: "";
		top:6px;
		left:0;
		width: 100%;
    height: 26px;
		background: repeating-linear-gradient(to right, white, white 2px, transparent 2px, transparent 20%);
		z-index: 1;
	}
	.pipeline_cont.pipeline-mobile .drug_progress div {
		/* border-right-width: 8px; */
		border-style: solid;
		box-sizing: content-box;
		padding-left: 2.5%;
	}
	.arrow {
		display: none;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(2) .drug_detailsX,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(4) .drug_detailsX,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(6) .drug_detailsX {
		color: #2CA24C;
	}

	.pipeline_cont.pipeline-mobile tr:nth-of-type(3) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(3) .arrow,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(5) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(5) .arrow,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(7) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(7) .arrow {
		color: #2CA24C;
		background-color: #2CA24C;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(10) .drug_detailsX {
		color: #247f39;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(11) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(11) .arrow {
		color: #247f39;
		background-color: #247f39;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(12) .drug_detailsX {
		color: #208471;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(13) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(13) .arrow {
		color: #208471;
		background-color: #208471;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(14) .drug_detailsX {
		color: #A37B21;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(15) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(15) .arrow {
		color: #A37B21;
		background-color: #A37B21;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(16) .drug_detailsX {
		color: #15627A;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(17) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(17) .arrow {
		color: #15627A;
		background-color: #15627A;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(18) .drug_detailsX {
		color: #15627A;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(19) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(19) .arrow {
		color: #15627A;
		background-color: #15627A;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(20) .drug_detailsX {
		color: #781437;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(21) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(21) .arrow {
		color: #781437;
		background-color: #781437;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(22) .drug_detailsX {
		color: #471d84;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(23) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(23) .arrow {
		color: #471d84;
		background-color: #471d84;
	}

  .pipeline_cont.pipeline-mobile tr:nth-of-type(3) .drug_detailsX,
  .pipeline_cont.pipeline-mobile tr:nth-of-type(5) .drug_detailsX,
  .pipeline_cont.pipeline-mobile tr:nth-of-type(7) .drug_detailsX {
    color: #005c90;
  }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(4) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(6) .drug_progress div,
	.pipeline_cont.pipeline-mobile tr:nth-of-type(8) .drug_progress div {
    background-color: #005c90;
  }

  .pipeline_cont.pipeline-mobile tr:nth-of-type(9) .drug_detailsX {
    color: #a6194a;
  }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(10) .drug_progress div {
    background-color: #a6194a;
  }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(11) .drug_detailsX {
        color: #2CA24C;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(12) .drug_progress div {
        background-color: #2CA24C;
    }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(15) .drug_detailsX {
        color: #134130;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(16) .drug_progress div {
        background-color: #134130;
    }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(17) .drug_detailsX {
        color: #538428;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(18) .drug_progress div {
        background-color: #538428;
    }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(19) .drug_detailsX {
        color: #15627A;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(20) .drug_progress div {
        background-color: #15627A;
    }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(21) .drug_detailsX {
        color: #781437;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(22) .drug_progress div {
        background-color: #781437;
    }

    .pipeline_cont.pipeline-mobile tr:nth-of-type(23) .drug_detailsX {
        color: #471d84;
    }
	.pipeline_cont.pipeline-mobile tr:nth-of-type(24) .drug_progress div {
        background-color: #471d84;
    }

	.mobile-data-box {
		display: block;
		margin-left: 24px;
	}
	.mobile-data-row {
    margin-bottom: 34px;
	}
	.table-data-header {
    font-size: 20px;
	}
	.table-data-header:before {
		top: 6px;
    left: -20px;
    width: 20px;
    height: 12px;
	}
	.table-data-close {
    display: none;
	}


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