/***********   START - ASX STYLES  ,***********/
ul, ol {
    font-family: 'Gotham',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight:400;
}
.discovery-returns-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	justify-content: space-between;
	overflow-y: auto;
	min-height:80vh;
}

.discovery-returns-list li.discovery-item{
	min-height:113px;
}

.discovery-returns-list .discovery-item--date {
    text-transform: capitalize !important;
}
#asx-discovery-mobile .discovery-returns-list {
	display:block;
	max-height: auto;
}

.discovery-item {
	background-color: #fff;
	border-radius: 10px;
    /*border: 1px solid #f0f0f0;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.29); */
	display: flex;
	/* margin-bottom: 48px; */
}
@media all and (max-width:1440px) {
	.discovery-item {
		/* margin-bottom:25px;	 */
}
}
/* @media (min-height: 719px) and (max-height:721px) and (min-width: 1279px) and (max-width:1281px) {
	.discovery-returns-list {
		row-gap: 8px;
	}.discovery-item--header 
	.discovery-item--company, 
	.discovery-item--header 
	.discovery-item--asx-code {
		font-size:15px;
	}
	.discovery-item--header,
	.discovery-item--details {
		padding:10px;
	}
} */
.discovery-item--header,
.discovery-item--details {
	flex: 1 0 50%;
	max-width: 50%;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.discovery-item--header {
	background-color: #f0f0f0;
	border-radius: 10px 0px 0px 10px;
}

.discovery-item--header .discovery-item--company,
.discovery-item--header .discovery-item--asx-code {
	font-size: 18px ;
	color: #323E48;
}

.discovery-item--header .discovery-item--company {
	font-weight: 400;
	font-family: 'Gotham',Helvetica,Arial,Lucida,sans-serif;	
}

.discovery-item--header .discovery-item--asx-code {
	font-family: "Goutam Light", Sans-serif;
}

.discovery-item--details .discovery-item--percent {
	padding-bottom: 0;
	position: relative;
}

.discovery-item--details .discovery-item--percent.increased {
	color: #1D7E00;
	font-size:19px;
	margin-bottom:4px;
}

.discovery-item--details .discovery-item--percent.decreased {
	color: #ff0000;
}

.discovery-item--details .discovery-item--percent-icon {
	width: 0;
	height: 0;
	position: relative;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	right: 2px;
}

.discovery-item--details .discovery-item--percent-icon.increased {
	border-bottom: 12px solid #1D7E00;
	top: -16px;
}


.discovery-item--details .discovery-item--percent-icon.decreased {
	border-top: 10px solid #ff0000;
	bottom: -14px;
}

.discovery-item--details .discovery-item--date {
	font-size: 13px;
	line-height: 1.2;
	font-family: 'Gotham Book',Helvetica,Arial,Lucida,sans-serif;
	color: #4D4D4D;
}

	/***********   END - ASX STYLES      ***********/
	/* #side-bar .discovery-item {
		margin-bottom:26px;
	} */
 
	#asx-discovery-mobile .discovery-item--header .discovery-item--company, #asx-discovery-mobile .discovery-item--header .discovery-item--asx-code {
		font-size:9px;
	}
	#asx-discovery-mobile .discovery-item--details .discovery-item--date {
		font-size:8px;
	}
	#asx-discovery-mobile .discovery-item  {
		margin-bottom:12px;
		width:49%;
		float:left;
	}
	#asx-discovery-mobile .discovery-item--header,
	#asx-discovery-mobile .discovery-item--details {
		padding:8px 5px;
	}
	#asx-discovery-mobile .discovery-item:nth-child(odd) {
		margin-right:5px;
	}

/***********   START - PERFORMANCE STYLES  ***********/

header.performance-header {
    display: flex;
    margin-bottom: 23px;
		padding: 0 20px;
}

header.performance-header > div {
    flex: 1 1 12.5%;
    max-width: 12.5%;
    text-align: center;
}

header.performance-header > div:nth-child(1) {
    flex: 1 1 13.5%;
    max-width: 13.5%;
}

header.performance-header > div:nth-child(3) {
    flex: 1 1 24%;
    max-width: 24%;
}

header.performance-header h3 {
    font-size: 13px;
	font-family: 'Gotham',Helvetica,Arial,Lucida,sans-serif;
    color: #c40d3c;
    font-weight: 700;
}

ul.performance-schedule-list {
	margin: 0;
	padding: 0 20px;
}

/* width */
ul.performance-schedule-list::-webkit-scrollbar {
width: 4px;
}

/* Track */
ul.performance-schedule-list::-webkit-scrollbar-track {
background: rgb(52 62 71 / 0.5); 
}

/* Handle */
ul.performance-schedule-list::-webkit-scrollbar-thumb {
background: #A83638; 
}

/* Handle on hover */
ul.performance-schedule-list::-webkit-scrollbar-thumb:hover {
background: #882c2e; 
}

.performance-schedule-list .performance-item {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    margin-bottom: 18px;
	min-height:111.7px;
}
.performance-schedule-list .performance-item.cs-performanceitem > div.performance-item--title:after,
.performance-schedule-list .performance-item.cs-performanceitem > div.performance-item--date:after,
.performance-schedule-list .performance-item.cs-performanceitem > div.performance-item--discovered:after,
.performance-schedule-list .performance-item.cs-performanceitem > div.performance-item--price:after{
    display: none !important;
    
}

@media all and (max-width:768px) {
	.performance-schedule-list .performance-item {

		min-height:117.6px;
	}
}

.performance-schedule-list .performance-item > div {
    flex: 1 1 12.5%;
    max-width: 12.5%;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
	line-height:26px;
    font-family: "Goutam Light", Sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
		position: relative;
	color:#000 !important;
}

.performance-schedule-list .performance-item > div:not(:first-child):not(:last-child):after {
		content: '';
		position: absolute;
		right: 0;
		height: 60%;
		background-color: #F0F0F0;
		width: 1px;
}

.performance-schedule-list .performance-item > div:nth-child(1) {
    background-color: #F0F0F0;
    border-radius: 10px 0px 0px 10px;
    flex: 1 1 13.5%;
    min-width: 15.5%;
    max-width: 15.5%;
		padding: 15px;
}
.performance-schedule-list .performance-item > div:nth-child(2) {
		flex: 1 1 24%;
		max-width: 24%;
}

.performance-item--percent {
	padding-bottom: 0;
	position: relative;
}

.performance-item--percent.increased {
	color: #1D7E00;
	font-family: 'Gotham',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	
}
/*20230603*/
.performance-item--percent {
    font-size: 16px;
}
.performance-item--percent.decreased {
	color: #ff0000;
}

.performance-item--percent-icon {
	width: 0;
	height: 0;
	position: relative;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	right: 2px;
}
/*
.performance-item--percent-icon.increased {
	border-bottom: 10px solid #1D7E00;
	top: -12px;
}


.performance-item--percent-icon.decreased {
	border-top: 10px solid #ff0000;
	bottom: -14px;
}*/
.performance-item--percent-icon {
    width: 0;
    height: 0;
    position: relative;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 2px;
}
.performance-item--percent-icon.increased {
    border-bottom: 11px solid #1D7E00;
    top: -14px;
}
.performance-item--percent-icon.decreased {
    border-top: 11px solid #ff0000;
    bottom: -14px;
}
.performance-item--company {
	font-family: 'Gotham',Helvetica,Arial,Lucida,sans-serif;
	padding-bottom: 0;
	font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

@media (max-width: 800px) {
	.performance-header-item--title,
	.performance-header-item--date,
	.performance-header-item--discovered,
	.performance-header-item--price,
	.performance-header-item--current,
	.performance-header-item--peak,
	.performance-item--title,
	.performance-item--date,
	.performance-item--discovered,
	.performance-item--price,
	.performance-item--current,
	.performance-item--peak {
			display: none !important;
	}

	.performance-header-item--code,
	.performance-header-item--dropdown,
	.performance-item--code,
	.performance-item--title.selected,
	.performance-item--date.selected,
	.performance-item--discovered.selected,
	.performance-item--price.selected,
	.performance-item--current.selected,
	.performance-item--peak.selected {
			display: flex !important;
			flex: 1 1 50% !important;
			max-width: 50% !important;
			justify-content: center;
			align-items: center;
	}

	.performance-item--company {
			margin-top: 10px;
	}
	
	.performance-header-item--code,
	.performance-header-item--dropdown select {
			color: #c40d3c;
			max-width: 100%;
			font-size: 13px;
	}
	.performance-header-item--dropdown select {
 	font-weight: 400;
    font-family: 'Gotham';
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px 2px 2px 5px;
	}
p.performance-item--asx-code {
    font-size: 13px;
    font-family: 'Goutam Light';
    line-height: 28px;
}

	.performance-header-item--code h3 {
			padding-bottom: 0 !important;
	}

	.performance-header-item--code br {
			display: none;
	}

	.performance-schedule-list .performance-item > div:not(:first-child):not(:last-child):after {
			display: none !important;
	}
}

@media (min-width: 801px) {
	.performance-header-item--dropdown {
			display: none;
	}
}

	/***********   END - PERFORMANCE STYLES      ***********/
	@media  screen and (max-height: 1050px)  {
		@media  screen and (max-width: 1680px)  {
			.aside {
				width:340px !important;
			}
			.aside button {
				margin-left:-61px !important;
			}
			.aside.close {
				right: -340px !important;
			}
			.homehead-inner h1,
			.homehead-inner h2 {
			font-size:40px !important;
			}
		}
	 }
		@media  screen and (max-width: 1200px)  {
				.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code{
	font-size:12px !important
}
		}

	@media  screen and (max-height: 900px)  {
		@media  screen and (max-width: 1440px)  {
			.aside {
				width:290px !important;
			}
			.aside.close {
				right: -290px !important;
			}
			.aside button {
				margin-left:-56px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 13px;
			}
			.discovery-item--details .discovery-item--date {
				font-size:12px;
			}
		}
	 }
	 @media  screen and (max-height: 870px)  {
		@media  screen and (max-width: 1680px)  {
			.aside {
				width:280px !important;
			}
			.aside.close {
				right: -280px !important;
			}
			.aside button {
				margin-left:-55px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 13px;
			}
			.discovery-item--details .discovery-item--date {
				font-size:12px;
			}
			.discovery-returns-list {
				row-gap:14px;
			}
			.homehead-inner h1,
			.homehead-inner h2 {
			font-size:40px !important;
			}
		}	
	}
	 @media  screen and (max-height: 864px)  {
		@media  screen and  (max-width: 1536px)  {
			.aside {
				width:272px !important;
			}
			.aside.close {
				right: -272px !important;
			}
			button.handlebar {
    background-color: #0000 !important;
}
			.aside button {
				margin-left:-27px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 13px;
			}
			.discovery-item--details .discovery-item--date {
				font-size:12px;
			}
			.discovery-returns-list {
				row-gap:14px;
			}
			
		}
	 }
	@media  screen and (max-height: 800px)  {
		@media  screen and (max-width: 1280px)  {
			.aside {
				width:259px !important;
			}
			.aside.close {
				right: -259px !important;
			}
			.aside button {
				margin-left:-53px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 12px !important;
			}
			.discovery-item--details .discovery-item--date {
				font-size:9px;
			}
			.discovery-returns-list {
				row-gap:14px !important;
			}
			.discovery-item--details .discovery-item--percent.increased {
				font-size:12px;
			}
			.discovery-item--header, .discovery-item--details {
				padding:11px;
			}
		}
	 }
	@media  screen and (max-height: 720px)  {
		@media  screen and (max-width: 1280px)  {
			.aside {
				width:233px !important;
			}
			.aside.close {
				right: -233px !important;
			}
			.aside button {
				margin-left:-52px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 12px;
			}
			.discovery-item--details .discovery-item--date {
				font-size:9px;
			}
			.discovery-returns-list {
				row-gap:18px;
			}
			.discovery-item--details .discovery-item--percent.increased {
				font-size:12px;
			}
			.discovery-item--header, .discovery-item--details {
				padding:11px;
			}
			.sidejoin, .sidelogin {
				width:84px !important;
			}
		}
	 }
	
	 @media  screen and (max-height: 768px)  {
		@media  screen and (max-width: 1366px)  {
			.aside {
				width:249px !important;
			}
			.aside.close {
				right: -249px !important;
			}
			.aside button {
				margin-left:-52px !important;
			}
			.discovery-item--header .discovery-item--company, .discovery-item--header .discovery-item--asx-code {
				font-size: 12px;
			}
			.discovery-item--details .discovery-item--date {
				font-size:9px;
			}
			.discovery-returns-list {
				row-gap:18px;
			}
			.discovery-item--details .discovery-item--percent.increased {
				font-size:12px;
			}
			.discovery-item--header, .discovery-item--details {
				padding:11px;
			}
			.sidejoin, .sidelogin {
				width:84px !important;
			}
		}
	 }