/****** Feeds ******/
.feed-item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 35px;
	padding-left: 40px;
	margin-left: 20px;
	border-left: 2px solid #DDD;
  }
  
  
  .feed-item:last-child {
	padding-bottom: 15px;
  }
  .feed-item .feed-subject {
	margin-bottom: 1.5em;
  }
  .feed-item .feed-subject a {
	font-weight: 600;
  }
  .feed-item .feed-content {
	padding-left: 25px;
  }
  
  .feed-item-notactive  .feed-subject a{ 
  color: #E1E1E1 !important;
  }
  
  .feed-item-notactive  .feed-actions,.feed-item-notactive  .feed-content li{ 
  color: #E1E1E1 !important;
  }
  
  
  
  .feed-item .feed-actions {
	padding: 10px 10px;
	margin-top: 2em;
	border-top: 1px dotted #ccc;
  }
  .feed-item .feed-actions:before,
  .feed-item .feed-actions:after {
	content: " ";
	/* 1 */
  
	display: table;
	/* 2 */
  
  }
  .feed-item .feed-actions:after {
	clear: both;
  }
  .feed-item .feed-actions a {
	font-size: 13px;
  }
  .feed-item .feed-actions a:hover {
	text-decoration: none;
  }
  .feed-item .feed-actions .pull-left {
	margin: 0 15px 0 0;
  }
  .feed-item .feed-actions .pull-right {
	margin: 0 0 0 15px;
  }
  .feed-item .feed-icon {
	position: absolute;
	top: 15px;
	left: -23px;
	width: 40px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	background-color: #f0ad4e;
	border: 3px solid #FFF;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  }
  
  .feed-item-active .feed-icon {
	background-color: #f0ad4e;
  }
  .feed-item-notactive .feed-icon {
	background-color: #888888;
  }
  
  .feed-item-idea .feed-icon {
	background-color: #f0ad4e;
  }
  .feed-item-image .feed-icon {
	background-color: #888888;
  }
  .feed-item-file .feed-icon {
	background-color: #e5412d;
  }
  .feed-item-bookmark .feed-icon {
	background-color: #555;
  }
  .feed-item-question .feed-icon {
	background-color: #428bca;
  }
  .ui-lightbox,
  .ui-lightbox-gallery a {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
  }
  
  
  ul.icons-list {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
  }
  ul.icons-list > li {
	position: relative;
	padding-left: 2.2em;
	margin-bottom: 1em;
	line-height: 1.65em;
  }
  ul.icons-list > li > .icon-li {
	position: absolute;
	top: .15em;
	left: 0;
	width: 1em;
	font-size: 1.25em;
	text-align: center;
  }
  ul.icons-list.text-sm {
	font-size: 11px;
  }
  ul.icons-list.text-md {
	font-size: 13px;
  }
  ul.icons-list.text-lg {
	font-size: 18px;
  }
  ul.icons-list.text-xl {
	font-size: 24px;
  }
  .list-group .list-group-item i {
	color: #e5412d;
  }
  .list-group .list-group-item.active {
	background-color: #e5412d;
	border-color: #e5412d;
  }
  .list-group .list-group-item.active i {
	color: #fff;
  }
  .list-group .list-group-item .list-group-chevron {
	float: right;
	margin-top: 5px;
	color: #bbb;
  }
  .list-group .list-group-item .badge {
	margin-top: 2px;
  }
  .list-group .list-group-item .list-group-chevron + .badge {
	margin-right: 10px;
  }
  
  .small{
	  font-size: 9px !important; padding-left: 5px;padding-right: 5px;
	  
  }

  .bs-example {
	font-family: sans-serif;
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 396px;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
	  .tt-suggestion p {
		margin: 0;
	}

	.oncotrial-entry {
		background:
			linear-gradient(180deg, #ffffff 0%, #ffffff 56%, #4f91a5 56%, #4f91a5 100%);
		color: #1f2f39;
		min-height: 100vh;
	}

	.oncotrial-entry__hero {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 3rem;
		justify-content: center;
		min-height: 100vh;
		padding: 4rem 1.5rem;
		text-align: center;
	}

	.oncotrial-entry__logo-lockup {
		align-items: center;
		display: flex;
		gap: 3.5rem;
		justify-content: center;
		width: min(720px, 100%);
	}

	.oncotrial-entry__brand img {
		display: block;
		height: auto;
		max-height: 150px;
		max-width: 250px;
		object-fit: contain;
	}

	.oncotrial-entry__support {
		color: #121212;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.08;
		text-align: left;
	}

	.oncotrial-entry__support span {
		display: block;
		font-size: 1.45rem;
		font-weight: 500;
		max-width: 290px;
	}

	.oncotrial-entry__support strong {
		display: block;
		font-size: 1.45rem;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 1.15rem;
	}

	.oncotrial-entry__support em {
		color: #b9b9b9;
		display: block;
		font-size: 1.25rem;
		font-style: normal;
	}

	.oncotrial-entry__regions {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(22, 48, 69, 0.1);
		border-radius: 8px;
		box-shadow: 0 20px 48px rgba(22, 48, 69, 0.12);
		padding: 1.35rem;
		width: min(760px, 100%);
	}

	.oncotrial-entry__regions p {
		color: #52636f;
		font-size: 0.9rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		margin: 0 0 1rem;
		text-transform: uppercase;
	}

	.oncotrial-entry__badges {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75rem;
		justify-content: center;
	}

	.oncotrial-entry-badge {
		align-items: center;
		background: #ffffff;
		border: 1px solid rgba(79, 145, 165, 0.28);
		border-radius: 999px;
		color: #173644;
		display: inline-flex;
		font-size: 1rem;
		font-weight: 700;
		gap: 0.65rem;
		min-height: 3rem;
		padding: 0.45rem 1.1rem 0.45rem 0.5rem;
		text-decoration: none;
		transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	}

	.oncotrial-entry-badge:hover {
		border-color: rgba(116, 178, 62, 0.8);
		box-shadow: 0 12px 26px rgba(22, 48, 69, 0.14);
		color: #173644;
		text-decoration: none;
		transform: translateY(-1px);
	}

	.oncotrial-entry-badge__mark {
		align-items: center;
		background: #b0163d;
		border-radius: 999px;
		color: #ffffff;
		display: inline-flex;
		font-size: 0.78rem;
		height: 2.1rem;
		justify-content: center;
		min-width: 2.1rem;
		padding: 0 0.45rem;
	}

	.oncotrial-entry-badge__logo {
		align-items: center;
		background: #ffffff;
		border: 1px solid rgba(22, 48, 69, 0.08);
		border-radius: 999px;
		display: inline-flex;
		height: 2.35rem;
		justify-content: center;
		overflow: hidden;
		width: 2.35rem;
	}

	.oncotrial-entry-badge__logo img {
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.oncotrial-region-heading {
		color: #283942;
		display: flex;
		flex-direction: column;
		font-family: Georgia, "Times New Roman", serif;
		justify-content: center;
		line-height: 1.05;
		margin-left: 2rem;
		margin-right: auto;
		min-width: 190px;
	}

	.oncotrial-region-heading span {
		color: #6c7d87;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}

	.oncotrial-region-heading strong {
		font-size: 1.45rem;
		font-weight: 500;
		letter-spacing: 0;
	}

.oncotrial-results-count {
	font-size: 0.9rem !important;
	padding-left: 0;
	padding-right: 0;
}

#result,
.oncotrial-results {
	width: 100%;
}

.oncotrial-search-card__body {
	width: 100%;
}

.oncotrial-card-list {
	display: grid;
	gap: 1rem;
}

.oncotrial-test-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(22, 48, 69, 0.08);
	padding: 1rem;
}

.oncotrial-test-card__header {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.oncotrial-test-card__header h3 {
	color: #163045;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.oncotrial-test-card p {
	color: #4c5d68;
	font-size: 0.95rem;
	line-height: 1.45;
	margin-bottom: 0.85rem;
	overflow-wrap: anywhere;
}

.oncotrial-test-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.85rem;
}

.oncotrial-test-card__hospitals {
	margin-bottom: 0.85rem;
}

.oncotrial-test-card__section-title {
	color: #6c7d87;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.oncotrial-test-card__action {
	align-items: center;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	width: 100%;
}

.oncotrial-results-table {
	border-collapse: collapse;
	table-layout: fixed;
}

.oncotrial-results-table th:first-child,
.oncotrial-results-table td:first-child {
	width: 22%;
}

.oncotrial-results-table th:nth-child(2),
.oncotrial-results-table td:nth-child(2) {
	width: 48%;
}

.oncotrial-results-table th:nth-child(3),
.oncotrial-results-table td:nth-child(3) {
	width: 24%;
}

.oncotrial-results-table th:last-child,
.oncotrial-results-table td:last-child {
	text-align: center;
	width: 6%;
}

.oncotrial-results-table td {
	max-width: 0;
	overflow-wrap: anywhere;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	vertical-align: top;
	word-break: break-word;
	white-space: normal;
}

.oncotrial-results-table__title,
.oncotrial-results-table__description,
.oncotrial-results-table__hospitals {
	display: block;
	min-width: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.oncotrial-results-table__description {
	color: #4c5d68;
	line-height: 1.35;
}

.oncotrial-results-table__description strong {
	color: #42484d;
	display: block;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.oncotrial-results-table__description span {
	display: block;
	max-width: 100%;
}

.oncotrial-results-table__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	margin-top: 0.35rem;
}

.oncotrial-results-table__tags br {
	display: none;
}

.oncotrial-results-table__hospitals {
	color: #526a78;
	font-size: 0.95rem;
	line-height: 1.45;
}

.oncotrial-results-table__hospitals .list-group,
.oncotrial-results-table__hospitals .oncotrial-hospital-list {
	margin: 0;
	max-width: 100%;
}

.oncotrial-results-table__hospitals .list-group-item,
.oncotrial-results-table__hospitals li {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	white-space: normal;
}

.oncotrial-region-card {
	background: #fff;
	border: 1px solid rgba(22, 48, 69, 0.12);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(22, 48, 69, 0.06);
	color: #163045;
	display: block;
	height: 100%;
	padding: 1rem;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.oncotrial-region-card:hover {
	border-color: rgba(25, 135, 84, 0.55);
	box-shadow: 0 10px 28px rgba(22, 48, 69, 0.12);
	color: #163045;
	text-decoration: none;
	transform: translateY(-1px);
}

.oncotrial-region-card__title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.oncotrial-region-card__desc {
	color: #4c5d68;
	display: block;
	font-size: 0.9rem;
	line-height: 1.45;
	margin-top: 0.5rem;
}

.oncotrial-hospital-list {
	gap: 0.35rem;
	margin: 0;
	padding: 0;
}

.oncotrial-hospital-list .list-group-item {
	border: 0;
	color: #4c5d68;
	font-size: 0.875rem;
	padding: 0;
	overflow-wrap: anywhere;
}

#filters .select2-container {
	max-width: 100%;
	width: 100% !important;
}

#filters .select2-selection--multiple {
	min-height: 40px;
}

#organs {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
}

#organs .image-checkbox-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

#organs .item_filter {
	height: 58px;
	max-width: 64px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.oncotrial-card-list {
		gap: 0.85rem;
	}

	.oncotrial-test-card {
		padding: 1rem;
	}

	.oncotrial-test-card__header {
		flex-direction: column;
		gap: 0.45rem;
	}
}

	@media (max-width: 767.98px) {
		.oncotrial-entry__logo-lockup {
			flex-direction: column;
			gap: 1.75rem;
		}

		.oncotrial-entry__brand img {
			max-height: 128px;
		}

		.oncotrial-entry__support {
			text-align: center;
		}

		.oncotrial-entry__support span,
		.oncotrial-entry__support strong {
			font-size: 1.2rem;
		}

		.oncotrial-region-heading {
			margin-left: 1rem;
			min-width: 0;
		}

		.oncotrial-region-heading strong {
			font-size: 1.05rem;
		}

		.oncotrial-search-card__body {
			padding-left: 0.75rem !important;
			padding-right: 0.75rem !important;
		}

		.oncotrial-results-count {
			margin-bottom: 0.85rem !important;
		}

		.oncotrial-test-card {
			border-radius: 7px;
			box-shadow: 0 6px 18px rgba(22, 48, 69, 0.08);
			padding: 0.9rem;
		}

		.oncotrial-test-card__header h3 {
			font-size: 0.98rem;
		}

		.oncotrial-test-card p,
		.oncotrial-hospital-list .list-group-item {
			font-size: 0.9rem;
		}

		#organs {
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}

		#organs .item_filter {
			height: 52px;
		}

	.oncotrial-test-card .badge {
		white-space: normal;
	}
}
  
