/*custom css for all pages*/


body{
	font-family: "Museo Sans";
	 font-size: 16px;
    line-height: 1.5;
}


.text-label-green{
	color:#198219;
}
.text-title-blue{
	color:#084F8B;
}


.button.cta.video, .button.cta.agm-link{
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: start;
    gap: var(--gap9);
    font-weight: bold;
    font-family: var(--font-family-heading);
    color: var(--color-brand-blue);
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    padding: 0;
    align-items: start;
}

.button.cta.video:before {
    content: ' ';
    width: var(--gap24);
    height: var(--gap24);
    flex-shrink: 0;
    flex-grow: 0;
    background: transparent url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fvideo-icon.png) center center / contain no-repeat;
}

.button.cta.agm-link:before {
    content: ' ';
    width: var(--gap24);
    height: var(--gap24);
    flex-shrink: 0;
    flex-grow: 0;
    background: transparent url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fagm-new-tab.png) center center / contain no-repeat;
}

.mb-50{
	margin-bottom:50px;
}
.mb-18{
	margin-bottom:18px;
}

.mb-32{
	margin-bottom:32px;
}

/*.pageTitle, .pageTitle h3{
	display:none;
}*/

a{
	color:#8ac646;
}


a:hover{
color:#204A8A;
}


.fi-btn{
	margin-top:18px;
}

 
.pe-more {
	display: none;
}


.ClsButton{
	font-family: "Museo Sans";
	background-color: #7AA845 !important;
    padding: 14.4px 36px 14.4px 36px !important;
    font-size: 14.4px !important;
    font-weight: 700 !important;
    line-height: 15.84px !important;
    color: #ffffff !important;
    border-style: none !important;
    border-radius: 28px 28px 28px 28px !important;
	width:auto !important;
	height:auto !important;
}

.ClsButton:hover{
background-color: #204A8A !important;
    color: #FFFFFF !important;
}

/*-===================================================
Factsheet css goes here
======================================================*/

.fact-sheet-btn a{
	font-size:18px;
	line-height:18px;
	color:#204a8a;
	font-weight:700;
	display:flex;
	align-items:center;
	outline:none;
	border:none;
	 
}
.fact-sheet-btn a:before{
	content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fdownload-icon.svg) no-repeat;
	background-size:contain;
	background-position:center center;
	width:27px;
	height:27px;
	margin-right:10px;
}



/*========================================================================
investor relation team - ir contact
========================================================================*/

.ir-contact-wrap p{
	font-family: "Museo Sans";
}
.irc-inner{
	background:#f5f5f2;
	padding:64px 50px;
	border-radius:18px;
	display:flex;
	flex-direction:column;
	align-items:strech;
}

.ir-cont-info-top{
	padding-bottom:28px;
	margin-bottom:28px;
	border-bottom:2px solid #b7b7b6;
 	flex:1;
}

.irc-name{
	font-family: "Museo Sans";
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
	font-weight:700;
	
}
 
 .irc-name-sub{
	 font-family: "Museo Sans";
	font-size:22px;
	line-height:22px;
	margin-bottom:15px;
	font-weight:700;
	color:#666;
 }
 
 .irc-em-tel p{
	  font-family: "Museo Sans";
	font-size:20px;
	line-height:24px;
	margin-bottom:5px;
 
	font-weight:600;
	color:#666;
 }
 
 .irc-sec [class*="col-"]{
	 margin-bottom:15px;
}


/*========================================================================
investor relation IR News alerts 
========================================================================*/

.pageTitle h3{
	font-family: var(--font-family-heading);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
	margin-bottom:18px;
}

.emailAlertContainer p, .unregister{
	margin-bottom:18px;
	font-family: var(--font-family-heading);
	
}

.unregister a{
	color:#204a8a;
}
.unregister a:hover{
	color:#7aa845;
}

.emailAlert .form-group{
	margin-bottom:10px;
}

.emailAlert .form-group:last-child{
	margin-bottom:18px;
	margin-top:18px;
}

 
.emailAlert .control-label{
	display: block;
    color: #204A8A;


    font-family: "Roboto", Sans-serif;
    font-size: 14.4px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
}

.form-control{
	
	font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #204A8A;
	padding: 12px 12px 12px 12px;
	border-radius:0;
}


.emailAlert .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0px);
    height: 300px !important;
    overflow-y: scroll !important;
}


.emailAlert .nice-select{
	width:100% !important;
		font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #204A8A;
	padding: 12px 12px 12px 12px;
	border-radius:0;
	height:46.8px;
}

.emailAlert .nice-select:hover, .emailAlert .nice-select.open, .emailAlert .nice-select:active, .emailAlert .nice-select:focus {
    border-color: #204A8A !important;
}


.emailAlert .nice-select .list {
    width: 100%;
    background-color: #fff;
    backdrop-filter: blur(18px) saturate(140%);
     border-radius: 0; 
    box-shadow: 0 20px 60px rgb(0 0 0 / 0.4);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 53% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
}
.emailAlert .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    min-width: 130px;
    color: #333 !important;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
	border-bottom:2px solid #eaeaea;
}
.emailAlert .nice-select .option:hover {
    background-color: #eaeaea;
    color: #333 !important;
}
.emailAlert .nice-select .option.selected {
    font-weight: 400;
    background-color: #eaeaea !important;
    color: #333 !important;
}


.cstm-btnNews, .btn-primary{
	font-family: "Museo Sans";
	background-color: #204A8A;
    padding: 14.4px 36px 14.4px 36px;
    font-size: 14.4px;
    font-weight: 700;
    line-height: 15.84px;
    color: #ffffff;
    border-style: none;
    border-radius: 28px 28px 28px 28px;
}
.cstm-btnNews:hover, .btn-primary:hover{
	font-family: "Museo Sans";
background-color: #7AA845;
    color: #FFFFFF;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
     border-color: #204A8A; 
    outline: 0;
     box-shadow: none; 
}

/*========================================================================
STOCK INFO SECTION CSS GOES HERE
========================================================================*/


/*===================================================
Price Ticker new design
=====================================================*/ 

 
.text-right{
	text-align:right;
}

.text-right img{
	display:inline-block;
}

#ctl00_cphContent_uPnlPrcTicker{
	float:left;
	width:100%;
 
}

.priceticker h3, .isc-wrap h3, .hsp-wrap h3{
	display:none;
}


.priceticker, .isc-wrap, .hsp-wrap, .ir-dd{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}


 
tr.top-no-border td, tr.top-no-border th {
	border-top:none !important;
}
/*.stockpriceinfo {
	margin-top:30px;
}*/
.priceticker .stockUpper {
		font-family: var(--font-family-heading);
letter-spacing: -0.01em;
	background-color: #e8e8e8;
	padding: 20px 20px 20px 20px;
}

.stockUpper .border-line{
	align-items:start;
}


.priceticker .stockUpper h4 b {
	font-weight:600;
}
div#ctl00_cphContent_uPnlPrcTicker h4 {
	margin: 0;
	color:#8ac646;
	margin-bottom:15px;/*padding-top:14px;*/
}






.priceticker .stockUpper .stockvalue {
	color: #4c4c4c;
	font-size: 30px;
	line-height:30px;
	font-weight: 500;
	 
}
/*.stockUpper .stock-info-details {
	display: inline-block;
	text-align: center;
	width: 32.33%;
}*/

.stock-info-column{
	display:flex;
}
.stock-info-column .stock-info-details{
	flex:1;
	text-align:center;
}

.stockUpper .stock-info-details p:last-child {
	font-weight: 700;
	min-height: 11px;
	display: table;
	text-align: center;
	width: 100%;
}
.stockpriceinfo .stockdetails .stockPrice .pricevalue {
	padding-left:0px;
	font-weight:bold;
}
.stockpriceinfo .stockdetails .stockPrice span, .stockpriceinfo .stockdetails .stockPrice .pricevalue {
	display:block;
	text-align:center;
}


.sharepriceFooter .col-xs-6{
	width:50%;
}

.row.sharepriceFooter {
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 18px;
}


#divInsage, .sharepriceFooter p {
	margin-left:15px;
}
#divEforce {
	/*margin-right:15px;*/
	margin-right:0;
}
.sharepriceFooter .text-right {
	padding-right:15px;
}
.priceticker .stockUpper .priceDown:after {
	content: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2FchgDown.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}
.priceticker .stockUpper .priceUp:after {
	content: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2FchgUp.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}

.ht-iwu1, .ht-iwu2{
	padding-right:0 !important;
}


/********** End Price Ticker ***********/ 


/******** Interactive Stock Charts ***********/


.interactiveChartIcon .nav > li > a strong{
	font-weight:700 !important;
}

.interactiveChartIcon .nav > li > a {
	padding:0px;
}
.interactiveChartIcon {
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom:18px;
}
.interactiveChartIcon .nav-tabs {
		font-family: var(--font-family-heading);
	border-bottom: 0px solid #ddd;
	margin-right:20px;
	border-radius:0;
	letter-spacing:-0.01em;
}
.interactiveChartIcon .nav-tabs > li {
 transition: all .2s ease-in-out;
}
.interactiveChartIcon .nav-tabs > li > a {
	margin:0 1px;
	background:#e6e6e6;
	padding:8px 6px !important;
	border-radius:0;
	display:inline-block;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a {
/*margin:0px !important;*/
}
.interactiveChartIcon .nav-tabs > li > a:hover {
	color: #ffffff;
	cursor:pointer;
	background-color: #204A8A;;
	transform: scale(1.2);
	margin:0 6px;
	border-radius:0;
 transition: all .2s ease-in-out;
}
.interactiveChartIcon .nav-tabs > li.active > a, .interactiveChartIcon .nav-tabs > li.active > a:hover, .interactiveChartIcon .nav-tabs > li.active > a:focus {
	color: #ffffff;
	cursor: pointer;
	background-color:  #204A8A;;
	transform: scale(1.18);
	margin:0 6px;
	border-radius:0;
}
.iconLine {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fline-chart.png) no-repeat center center;
	padding:14px;
}
.iconLine:hover {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fline-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconLine {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fline-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fcandle-chart.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick:hover {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fcandle-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconCandleStick {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fcandle-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconOHLC {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fohlc-chart.png) no-repeat center center;
	padding:14px;
}
.iconOHLC:hover {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconOHLC {
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2Fcmn%2Fimages%2Finteractive-stock-chart%2Fohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
.interactiveChartIcon .durationChart .nav-tabs {
/*border:1px solid #ccc;*/
	/*margin:0px;*/
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;
	color:#333;
	cursor:pointer;
	background:#e6e6e6;
	margin:0 1px !important;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a:hover {
	background: #204A8A;;
	font-weight:normal;
	/*padding:8px 3px;*/
	transform: scale(1.2);
	margin: 0 6px !important;
	border-radius: 0;
 transition: all .2s ease-in-out;
	color:#fff;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li.active > a {
	background:none;
	font-weight:normal;
	padding:8px 3px;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a span, .interactiveChartIcon .durationChart .nav > li > a span {
	margin:0px;
	padding:0px;
}
.interactiveChartIcon .durationChart .nav-tabs > li.active > a, .interactiveChartIcon .durationChart .nav-tabs > li.active > a:hover, .interactiveChartIcon .durationChart .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #204A8A;;
	transform: none;
	transform: scale(1.18);
	margin: 0 6px !important;
	border:none;
}
.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {
	background:#fff;
	/*border:1px solid #e6e6e6;*/
	color:#333;
	margin-right:0px;
	margin-bottom:0px;
	cursor:default;
	padding:7px;
	display:block;
}
.tab-content .highcharts-title img {
	vertical-align:middle;
}
.right-cntrls {
	font-family: var(--font-family-heading);
letter-spacing: -0.01em;
	background-color:#8ac646;
	float: left;
	width: 100%;
	margin-bottom:15px;
	color:#fff;

}
.right-cntrls ul.right-tabs {
	margin: 0px;
	padding: 0px;
}
ul.right-tabs input {
	margin: -1px 0px 0px 04px;
	vertical-align: middle;
}
.right-cntrls .right-tabs li {
	list-style: none !important;
	display: inline !important;
	/* margin-right: 15px !important;*/
    font-weight:600;
	width:20%;
	padding: 15px 0;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
}
.right-cntrls .right-tabs li:last-child{
	border-right:none;
}

.right-cntrls .right-tabs li b {
	font-weight:700;
}
/******* END Interactive Stock Charts *******/

/*************** Price & Volume ************/

.fade.in {
    opacity: 1;
}



.priceVolumeTable, #ctl00_cphContent_fvStkInfo table, #ctl00_cphContent_txtHighPrcLabel, #ctl00_cphContent_txtLowPrcLabel, #ctl00_cphContent_txtHighVolLabel, #ctl00_cphContent_txtLowVolLabel{
	font-family: var(--font-family-heading);
letter-spacing: -0.01em;
	font-size:14px;
	font-weight:600;
}

.stockChartContainer {
	padding-top: 10px;
}
.priceVolume {
	margin: 0 0 10px 1px;
	
}
.priceVolume .nav-tabs {
	border-bottom:none;
}
.priceVolume .nav-tabs > li {
	float: left;
	margin-bottom: 0px;
	border-bottom:none;
}
.priceVolume .nav-tabs > li > a {
	font-family: var(--font-family-heading);
	margin-right: 2px;
	border-radius: 0px 0px 0 0;
	/*	background:#dedede;*/
	background:none;
	font-weight:700;
	color:#999999;
	padding: 3px 0;
	margin-left:15px;
	margin-right:15px;
	cursor:pointer !important;
	letter-spacing: -0.01em;
}
.priceVolume .nav-tabs > li > a:first-child {
	margin-left:0 !important;
}
.nav-tabs > li > a {
	border:none;
}
.priceVolume .nav-tabs > li > a:hover {
	color:#8ac646 !important;
	cursor: default;
	border-bottom:2px solid #8ac646;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:500;
}
.priceVolume .nav-tabs > li.active > a, .priceVolume .nav-tabs > li.active > a:focus {
	color:#8ac646 !important;
	cursor: default;
	border-bottom:2px solid #8ac646;
	border-top:none;
	border-left:none;
	border-right:none;
	/*background-color: #8ac646;*/
	/*border: 1px solid #eee;

	border-bottom-color: transparent;*/
	font-weight:500;
}
.priceVolume .nav-tabs > li.active > a:hover {
	color:#8ac646 !important;
	cursor: default;
	border-bottom:2px solid #8ac646;
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:500;
}
.priceVolumeSelection a {
	margin-right:12px;
}
.priceVolumeTable thead {
	background:#888;
	color:#fff;
}

.priceVolumeTable thead tr td:first-child, .priceVolumeTable tbody tr td:first-child, .priceVolumeTable thead tr th:first-child, .priceVolumeTable tbody tr th:first-child{
	text-align:left !important;
	/*max-width:0; */ 
	
}

.priceVolumeTable thead tr td, .priceVolumeTable tbody tr td, .priceVolumeTable thead tr th, .priceVolumeTable tbody tr th {
	text-align:center !important;
	  
	
}

 
.tableHeader {
	/*background: #888 !important;*/
	/*background:  #204A8A; !important;*/
	background: linear-gradient(90deg, var(--color-brand-blue), var(--color-brand-green)) !important;
	color: #fff;
	font-weight:500;
}
tr.totalFigure {
	font-weight:500;
}
.priceVolumeSelection {
	text-align: center;
	display: table;
	width: 100%;
	margin-top: 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #f5f5f5;
	padding:25px;/*	border-bottom: 2px solid #8ac646;*/
}
.priceVolumeSelection .cal-container {
	width: 100%;
	text-align: center;
	margin: 6px 0px 15px 0px;
}
.priceVolumeSelection .cal-container .form-group{
	display:flex;
	width:100%;
	margin-bottom:10px;
}

.priceVolumeSelection .cal-container [class*='col-sm'] {
 display:inline-flex;
float:none;
vertical-align:middle;
justify-content:center;
}
.priceVolumeSelection .cal-container .input-group, .priceVolumeSelection .cal-container input {
	width:100% !important;
}
.priceVolumeSelection .cal-container .date-to {
}

#ctl00_cphContent_btnExport, #ctl00_cphContent_btnExportMonthly{
	float:right;
	margin-bottom:15px;
	text-transform:uppercase;
}

.priceVolumeSelection .cal-container .selectpicker{
	margin-right:3px;
	    border: 1px solid #204a8a;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #8ac646 !important;
    color: #ffffff !important;
}


.cal-container input{
	
	font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #204A8A;
	padding: 12px 12px 12px 12px;
	border-radius:0;
}

.priceVolumeSelection span{
	font-family: var(--font-family-heading);
	font-weight:700;
	letter-spacing: -0.01em;
	
}
.priceVolumeSelection span a{
	color:#8ac646;
}
.priceVolumeSelection span a.active{
	color:#204A8A;
}

/*====================
hide prod / open bmw
=======================*/
/*.btn-sec-cont{
	margin-left:-15px;
	margin-right:-15px;
}*/


/**************END Price & Volume**********************/











/* =========================================================
   IR 30 Largest Shareholders Table
   ========================================================= */
   
   .mob-note {
    display: none;
}
   
.ir-top-thirty-wrap #ctl00_cphContent_lbYear{
	display:flex;
	align-items:center;
	margin-top:36px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	 
}
   

.ir-shareholders-table-wrap {
  width: 100%;
}

.ir-shareholders-table th:nth-child(1),
.ir-shareholders-table td:nth-child(1) {
  width: 56px;
  text-align: center;
}

.ir-shareholders-table th:nth-child(2),
.ir-shareholders-table td:nth-child(2) {
  width: auto;
  text-align: left;
}

.ir-shareholders-table th:nth-child(4),
.ir-shareholders-table td:nth-child(4) {
  width: 15%;
  text-align: center;	
  white-space: nowrap;
}

.ir-shareholders-table th:nth-child(3),
.ir-shareholders-table td:nth-child(3) {
  width: 20%;
  text-align: center;		
  white-space: nowrap;
}

.ir-shareholders-table th:nth-child(5),

.ir-shareholders-table td:nth-child(5) {
  width: 15%;
  text-align: center;	
  white-space: nowrap;
}

.ir-shareholders-table td:nth-child(3),
.ir-shareholders-table td:nth-child(4) {
  text-align: center;
}

.ir-shareholders-table td {
  vertical-align: top;
}

@media (max-width: 900px) {
  .ir-shareholders-table {
    min-width: 760px;
  }

  .ir-shareholders-table-wrap {
    overflow-x: auto;
  }
}




.prospectus-table td:first-child{
  width: 450px !important;
}




/*=====================================================================
AGM
======================================================================*/

/*.ir-agm-wrap .section-heading{
	padding-left:calc(clamp(18px, 4vw, 36px) * 2);
}*/

/* Section styling */
.investment-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.investment-bg-wrapper {
  height: 100%;
  width: 100%;
  
  /*max-width: 1320px;*/
  max-width: 100%;
 /* padding: var(--gap48);*/
  padding: var(--gap72);
  background-image: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fagm-bg.png");
  background-size: cover;
  background-position:center center;;
  display: flex;
  position:relative;
}


.agm-right-sec{
	display:flex;
	flex-direction:column;
	gap: var(--gap18);
	margin-left:auto;
	max-width:600px;
}

.investment-card {
  background-color: #f7f4f1;
  padding: var(--gap24);
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: var(--gap9);
  /*border-radius: var(--gap12);*/
  border-radius:calc(clamp(18px, 4vw, 36px) / 3)
    calc(clamp(18px, 4vw, 36px) / 1)
    calc(clamp(18px, 4vw, 36px) / 3)
    calc(clamp(18px, 4vw, 36px) / 1);
}

.investment-card h2 {
  margin: 0;
}
 
.agm-title-left{
	 
/*  padding: var(--gap24);*/
 /* max-width: 480px;*/
 max-width: 573px
  width: 100%;
 display: flex;
  flex-direction: column;
  gap: var(--gap18);
 
}

.agm-ltitle{
	display:flex;
	flex-direction:column;
	font-size:1rem;
	line-height:1.2;
	color:#fff;
	text-transform:uppercase;
	gap:20px 10px;
	text-shadow: 0px -1px 2px rgba(0,0,0, 0.9),
    			0px -2px 0px rgba(0,0,0, 0.9),
    			0px -3px 4px rgba(0,0,0, 0.9);
}
.agm-ltitle span{
	font-family: "Bw Modelica";
	display:flex;
	font-size:40px;
	line-height:40px;
}
.agm-ltitle sup{
	text-transform:lowercase;
	font-size:16px;
	top:12px;

}
.agm-ltitle div{
	display:flex;
	gap:10px;
	
}



.ir-agm-wrap .investment-card a, .agm-archive a{
	border-top:1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius:0 !important;
	padding:10px 22px 0 22px !important;
	color:#000 !important;
	font-weight:normal !important;
}

.agm-docs-title, .agm-archive-title{
	font-family: "Museo Sans";
	font-size:1rem;
	/*font-weight:normal !important;*/
	font-weight:900;
	color:#204a8a;
}
.agm-title-date{
	font-size:24px;
	line-height:24px;
	/*padding-left:15px;*/
	color:#fff;
	text-shadow: 0px -1px 2px rgba(0,0,0, 0.9),
    			0px -2px 0px rgba(0,0,0, 0.9),
    			0px -3px 4px rgba(0,0,0, 0.9);
	 
}
.darc-title{
	font-size:1rem;
	line-height:1.5;
	color:#084F8B;
	display:flex;
	align-items:center;
	height:42px;
}

.agm-big-title{
	position:absolute;
	left:67px;
	top:427px;
	
	
}

.agm-big-title h2{
	font-family: 'Univers LT Std';
	font-size: 181px;
	font-weight:normal;
	letter-spacing: 8px;
	color:#fff;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}


 

/*================================================================
Annual Reports 
=====================================================================*/
.ar-pdf-icon{
	display:flex;
	align-items:center;
}

.ar-pdf-icon:before{
		content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fpdf-icon.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:18px;
	height:18px;
	margin-right:10px;
	 
}

.ir-audited-download-icon:before{
		content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fdownload-icon.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:18px;
	height:18px;
	 
}

.ar-iar-icon:before{
		content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fhtml-icon.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:18px;
	height:18px;
	margin-right:10px;
	 
}

.ir-audited-view-icon:before{
		content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fview-icon.png) no-repeat;
	background-size:cover;
	background-position:center center;
	width:18px;
	height:18px;
	 
}

/*prospectus*/


.prospectus-section-bg {
    background-image: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fprspcts-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/* =========================================================
   Investment calculator
========================================================= */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.mb10 {
    margin-bottom: 10px;
}
.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	margin: 0;
	margin-top:-15px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.toggle .toggleta {
	font-weight: 500;
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none;
}
.toggle .toggleta i.toggle-open {
	display: block;
}
.toggle .togglec {
	display: block;
	position: relative;
	border:1px solid #e5e5e5;
	padding: 15px;
	background:#f5f5f1;
	margin-top:15px;
	 
}
.hidden {
	display:none;
}

 


.form-group .form-control {
/*text-align:right;*/	
}
.form-group label.form-control {
	border:none;
	border-bottom:1px solid #ebebeb;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.form-inline .form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.edit-transaction .togglet {
	font-size:12px;
	margin-top:-6px;
}
.calculator label {
	font-family: "Museo Sans";
	font-weight:normal!important;
	line-height:35px;
}
 
.calculator .calculate-value .form-control {
	color:#666!important;
	border-bottom:1px solid #204A8A;
}

.calculator .form-control{
	
font-family: "Museo Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
	border-bottom:1px solid #204A8A;
    background-color:transparent;
	padding: 12px 12px 12px 12px;
	border-radius:0;
	border-width:0 0 1px 0 !important;
}


.calculator-edit {
	text-align:right;
}
.text-bold {
	font-weight:bold;
}
.togglec .form-group input {
	border-bottom:1px solid #204A8A !important;
	background:transparent;
}
.form-inline .form-control {
	border:0px solid #ccc !important;
}
.inputbox {
/*	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fcorner.png) right bottom no-repeat !important;*/
}
#calResult .form-control {
	border:0px solid #ccc !important;
}


#calResult h3 {
	padding-top:18px !important;
	padding-bottom:18px !important;
	border-bottom:1px solid #eee !important;
	border-top:1px solid #eee !important;
	 
}
 
/*.calculator {
	 
	min-height:1550px;
	 
}*/
.dvProfit{
	padding:30px;
	border:1px solid #eee;
	background:#f5f5f1 !important;
}

#calResult{
	margin-top:18px;
	padding:30px;
	
}



/*================================================================
Quarterly results and corporate presentations custom fixes, 
=====================================================================*/
/*.ir-quarter-item_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
 
 
}*/


/*new css for new qr style*/

/* ===== CARD BASE ===== */
/*.ir-quarter-card {
  flex: 1;
  transition: flex 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}*/


.qr-sec-bg{
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-sec-bg.jpg) no-repeat;
	background-position:center top;
	background-size:cover;
	padding:0 30px;
	min-height:100vh;
	height:100%;
	
}

.ir-quarter-card .ir-quarter-item_content{
	border-bottom:none;
}


.ir-quarter-grid {
  display: flex;
  width: 100%;
}


/* BASE */
.ir-quarter-card {
  flex: 1;
  min-width: 80px; /* important */
  transition: flex 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  cursor:pointer;
  position:relative;
/*  min-height:670px;*/
min-height:auto;
   
}

.ir-quarter-card:has(.ir-quarter-icons-collapsed span:nth-child(6)) {
     min-height:670px;
}

.ir-quarter-card:hover{
	background:#e6f5fe;
	opacity:1;
}

/* ACTIVE MUCH BIGGER */
.ir-quarter-card.active {
  flex: 5;
  background:#e6f5fe;
    cursor:auto;
}

/* COLLAPSED CENTER */
.ir-quarter-card:not(.active) {
  justify-content: center;
  align-items: center;
  text-align: center;
   opacity:0.9;

}
.ir-quarter-card:not(.active):hover{
	 background:#e6f5fe;
	 opacity:1;
}

.qrinactive{
	 pointer-events: none;
    cursor: not-allowed;
	opacity:0.5 !important;
}
.qrinactive .ir-quarter-icons-collapsed .plus_icon::before{
	content:'coming soon';
	font-size:16px;
	font-weight:bold;
	color:#333;
	background:none;
	width:150px;
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
	text-transform:capitalize;
}


/* ===== TOP TITLE ===== */

/* HIDE title when OPEN */
.ir-quarter-card.active .text-center {
  display: none;
}

/* SHOW title when CLOSED */
.ir-quarter-card:not(.active) .text-center {
  display: block;
}

/* ===== COLLAPSED ICONS ===== */
.ir-quarter-icons-collapsed {
  display: none;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}


.ir-quarter-card .ir-quarter-item_icon:last-child{
	position:absolute;
	bottom:40px;
}



/* SHOW when CLOSED */
.ir-quarter-card:not(.active) .ir-quarter-icons-collapsed {
  display: flex;
}

/* HIDE when OPEN */
.ir-quarter-card.active .ir-quarter-icons-collapsed {
  display: none;
}

/* ===== CONTENT LIST ===== */

/* CLOSED STATE (no animation at all) */
.ir-quarter-item_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;

  transform: none;
  transition: none; /* critical */
}

/* OPEN STATE (only animate when becoming active) */
.ir-quarter-card.active .ir-quarter-item_content {
  opacity: 1;
  max-height: 550px;

  transition:
    opacity 0.3s ease,
    max-height 0.35s ease;

  transition-delay: 0.01s;
  
}

.ir-quarter-card:not(.active) .ir-quarter-item_content {
  display: none;
}

.ir-quarter-item_content > .text-left{
	text-align:center;
}

/* ===== LIST STYLE ===== */
.ir-quarter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ir-quarter-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  padding: 12px 0;
  margin-bottom: 10px;    
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* remove extra gap on last item */
.ir-quarter-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.ir-quarter-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ir-quarter-text p {
  margin: 0;
}

.ir-quarter-text a {
  margin-top: 6px;
}

/* ICON INSIDE LIST */
.ir-quarter-list .ir-quarter-item_icon {
  margin-right: 10px;
}








/* ===== ANIMATION ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.qr_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-img.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
 
}


.pt_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fpt-img.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
 
}
.pr_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fpr-img.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
 
}

.rv_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Frv-img.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
 
}

.ba_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fba-img.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
 
}


.plus_icon::before{
	  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-plus-icon.png") no-repeat center / contain;
/*  -webkit-mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;
  mask: url("https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fqr-icon.png") no-repeat center / contain;*/
}




.ir-qr-corp-present-wrap select{
	margin-top:30px;
}

/*================================================================
Bursa annoucements inner page css starts here 
=====================================================================*/
.ir-ba-inner-wrap .z-tabs > .z-container > .z-content > .z-content-inner{
	background: #FEFEFE;
background: linear-gradient(180deg, rgba(254, 254, 254, 1) 5%, rgba(246, 247, 247, 1) 70%, rgba(237, 238, 238, 1) 100%);
}

.ir-ba-inner-wrap .z-tabs.horizontal.top > ul > li:first-child{
	margin-left:15px;
}

.ir-ba-inner-wrap .z-tabs.horizontal.top > ul > li > a {
    top: 1px;
    border-width: 1px 1px 1px 1px;
}

.ir-ba-inner-wrap .z-tabs.horizontal.z-shadows > ul > li > a {
   /* box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, .1);*/
    margin-right: 5px;
    padding: 14px 35px;
    border-radius: 10px 10px 0 0;
}

.ir-ba-inner-wrap .z-tabs.silver > ul > li.z-active > a {
    filter: none;
    background: #198219;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	color:#fff;
	font-weight:normal;
}


.bursa-inner-page{
	float:left;
	width:100%;
}


.ba-top-sec{
	float:left;
	width:100%;
	margin-bottom:45px;
}
.search-bar-sec{
	float:left;
	width:50%;
	text-align:left;
	
}
.search-bar{
	float:left;
	width:70%;
	margin-right:2%;
}

.search-button{
	float:left;
	width:28%;
	display:flex;
}

.search-bar input{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #8d8d8d;
	text-align:right;
	 
}

.search-button a{
	color:#8d8d8d;
	border:1px solid #8d8d8d;
	border-radius:30px;
	padding:10px 30px;
}


.s-icon{
	background-image: url('https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fsearch-icon.png'); /* Replace with your icon path */
    background-repeat: no-repeat;
    background-position: right center; /* Position the icon */
    background-size: 16px; /* Adjust size as needed */
    padding: 12px 40px 12px 0; /* Add left padding for the icon */
  
}

.search-drop-down-sec{
	float:right;
	width:30%;
	background:#ccc;
	height:30px;
	text-align:right;
 
	
}

.search-cate{
	 display:inline-block;
	width:40%;
	height:30px;
	background:#ff0;
	margin-right:15px;
}
.searach-year{
 display:inline-block;
	width:40%;
	height:30px;
	background:#ff0;
}

.ba-inner{
	max-width:100%;
	width:100%;
	background-color:transparent;
}


.ba-item-sec{
float: left;
    width: 100%;
    /* margin-bottom: 18px; */
    border-top: 1px solid #e1e2e3;
    padding-top: 10px;
    padding-bottom: 10px;
 
	
}

/*.ba-item-date{
	display:flex;
	width:100%;
	font-size:18px;
	font-weight:500;
	color:#198219;
	text-transform:capitalize;
	
}
.ba-item-date:before{
	content:'';
	display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fbursa-link-icon.png) center center no-repeat;
	 
	width:37px;
	height:37px;
   
	margin-right:8px;
	position:relative;
	top:7px;
	
}

.ba-item-link{
	width:100%;
	display:block;
	padding-left:var(--gap24);
	margin-left:24px;
	margin-top:-13px;
}

.ba-item-link a{
	color:#333;
	font-weight:500;
}*/

.ba-item-date{
	font-family: "Museo Sans";
	display:flex;
	width:100%;
	font-size:18px;
	font-weight:500;
	color:#198219;
	text-transform:capitalize;
	position: relative;
    left: 45px;
    
	
}
.ba-item-link{
	width:100%;
	display:block;
	 
 
}
.ba-item-link a{
	font-family: "Museo Sans";
	color:#333;
	font-weight:500;
	    position: relative;
    left:45px;
}

 .ba-item-link a::before{
    content: "";
     
   width:37px;
	height:37px;
    display:inline-flex;
	background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fbursa-link-icon.png) center center no-repeat;
    background-size: contain;
   position: absolute;
    left: -45px;
    top: -21px;
 
}

#ctl00_cphContent_subNews .pull-right a {
    display: inline-block;
}

#ctl00_cphContent_subNews .subscribe-link {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.subscribe-link span:before {
    content: "\f105";
    display: block;
    position: absolute;
    left: -17px;
    font-family: FontAwesome;
    top: -3px;
    background-color: transparent;
    font-size: 25px;
    line-height: 30px;
}

body:has(.annewdesign-sec){
    background: transparent !important;
}

.annewdesign-sec{
	float:left;
	width:100%;
	background-color:transparent;
}

.filters-sec{
	display:flex;
	flex:1;
	align-items:center;
	margin-bottom:18px;
 
}

.annewdesign-sec .filters-sec p .h3{
	color:#084F8B !important
}



.filters-sec .nice-select{
	font-family: "Museo Sans";
	font-size:15px !important;
	background:#f8f8f8;
	width:100%;
	color:#a7a9ac;
}

.filters-sec .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0px);
	min-height:inherit;
    max-height: 400px !important;
    overflow-y: scroll !important;
}



.filters-sec .categoryby .nice-select{
	 /* width: 240px !important; */  /* fixed width */
	 
	 width: 100% !important;  
  white-space: nowrap;
  text-overflow: ellipsis;
	 
	 
 
}
.cat-2 .nice-select span.current{
	   /*width:195px !important;*/
	   width:95%;
	  overflow:hidden;
	  display:block;
}
 


.filters-sec > .row{
	width:100%;
	flex:1;
}

.search-reset .row{
	width:auto;
	flex-wrap:nowrap;
}

.annewdesign-sec label{
	font-family: "Museo Sans";
	font-size:15px;
	line-height:15px;
}
.cat-1, .filt-1{
	display:flex;
	align-items:center;
	justify-content:left;
 }

.fsearch, .freset{
	width:auto;
}
 


#ctl00_cphContent_subNews > .float-end{
	position: relative;
    top: -44px;
    left: -44px;
}
#ctl00_cphContent_lblStock{
	display:flex;
	align-items:center;
}


#ctl00_cphContent_ulpagin{
	margin-top:20px;
	margin-bottom:20px;
}
.pagination{
	gap:5px;
}

.page-link{
	color: #000 !important;
    background: #f4f4f4 !important;
}


 .page-link:hover{
	 color:#8ac646 !important;
}
.active>.page-link, .page-link.active {
	background:#f4f4f4;
	color:#198219 !important;
	border-color:#666666 !important;
	
}

.page-link:focus{
	box-shadow:none !important;
}

#ctl00_cphContent_A2, #ctl00_cphContent_A1{
	font-size:0;
	padding:12px;
}

#ctl00_cphContent_A1:after{
	content: '';
    display: inline-flex;
    background: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fpagination-prev.png) no-repeat;
    background-size: cover;
    width: 9px;
    height: 12px;
    background-position: center center;
    align-items: center;
}


#ctl00_cphContent_A2:after{
	content: '';
    display: inline-flex;
    background: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fpagination-next.png) no-repeat;
    background-size: cover;
    width: 9px;
    height: 12px;
    background-position: center center;
    align-items: center;
}




#ctl00_cphContent_tbNoNews tr td{
	text-align:center;
}

 /*==============================================================================================
 TERMS OF USE 
 ================================================================================================*/

/*********** IR Privacy Policy *************/

 

.terms{
	font-family: Verdana;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.terms h4 {
	margin-top: 14px;
	border-bottom: 1px solid #262626;
	display: inline-block;
	letter-spacing:0px;
	padding-bottom:1px;
	color:#333;
	margin-bottom:0px;
	font-weight:700;
}
.terms h5 {
	margin-top: 22px;
	margin-bottom: 10px;
	font-size:16px;
	font-weight:700;
	text-decoration: underline;
	color:#333;
}
.terms ul {
	list-style-type: none;
	padding-left: 5px;
}
.terms li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	text-align: justify;
}
.terms li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f0a9";
	color: #8ac646;
	font-size:17px;
}
.terms a {
	color:#8ac646;
	text-decoration:underline;
}
.terms a:hover {
	color:#204A8A;
	text-decoration: underline;
	cursor:pointer;
}
/*********** End IR Privacy Policy *************/






 .priceVolumeTable{
	 table-layout:fixed !important;
 }
 
  .clsMsgBoxDesign img{
	 
  }
 
 .clsMsgBoxDesign img:before{
	 content:'';
	 background:url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Finfo.png) no-repeat;
	 background-position:center center;
	 background-size:cover;
	 display:inline-block;
	 width:35px !important;
	 height:35px !important;
	 margin-bottom:15px;
 
	 
 }
 
 
 .ir-dividend-heading-row h4{
	 margin-top:6px;
 }
 
 
 
 
 
 /*ir home bursa cal sec fix*/
 
 .ba-ic-sec{
	 align-items:stretch;
 }
 
 .hbursa, .hic{
	 flex:1;
 }
 
 
 
 /*ir contact adjust*/ 
 
 .irt-sec{
 }
 
 .irt-title{
 }
 .irt-content{
	 padding-top:35px;
 }
 
 
 
 
 
 

 
 


/*================================================================================================
MEDIA QUERIES STARTS HERE
=================================================================================================*/

 
 



@media (min-width:1200px){
	.ir-financial-wrap iframe{
	padding-right:2px;
	
	
}
.search-reset .row{
	width:auto;
	flex-wrap:nowrap;
}

.fsearch, .freset {
    width: auto;
}
.cat-1, .filt-1{
	width:auto;
	justify-content: left;
	
}

.investment-bg-wrapper{
	/*min-height:560px;*/
 
}


.agm-big-title {
    position: absolute;
    left: 67px;
    top: 306px;
}

.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 128px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}
 



}

@media (min-width:1380px){
	.investment-bg-wrapper{
	/*min-height:660px;*/
}

.agm-big-title {
    position: absolute;
    left: 67px;
    top: 275px;
}

.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 175px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}


	
}


@media (min-width:1760px){
	
.investment-bg-wrapper{
	/*min-height:770px;*/
}

.agm-ltitle{
	font-size:1.5rem;
}

.agm-ltitle span {
    font-family: "Bw Modelica";
    display: flex;
    font-size: 50px;
    line-height: 50px;
}

	
}



 


@media (min-width:741px) and (max-width:947px){
	
.stockpriceinfo{
	width:100%;
}
.stockpriceinfo .pull-left, .stockpriceinfo .pull-right{
	width:100%;
	text-align:left !important;
	float:left;
}
	
}


@media (min-width: 992px) and (max-width: 1199px) { 


.agm-big-title {
    position: absolute;
    left: 67px;
    top: 290px;
}

.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}
 


}



@media (max-width:992px){
	 
.cat-1, .filt-1{
	display: flex;
    align-items: center;
	justify-content:left;
	margin-bottom:15px;
     
}

.search-reset .row{
	width:auto;
	flex-wrap:nowrap;
}

.search-reset{
	width:100%;
}
.fsearch, .freset{
	width:auto;
	text-align:left;
}
 
 .categoryby, .filterby-yr-mnt{
		 width:50%;
		 margin-bottom:20px;
	 } 



.agm-big-title {
    position: absolute;
    left: 67px;
    top: 290px;
}
 
.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 95px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}
 
 
 	 
	 
 
}
 
 
 @media (max-width: 768px){
	  .categoryby, .filterby-yr-mnt{
		 width:50%;
		 margin-bottom:20px;
	 }
	 
	 
	  .ir-quarter-grid {
    flex-direction: column;
    height: auto;
  }

  .ir-quarter-card {
    flex: unset;
    width: 100%;
    min-width: 100%;
    padding: 16px;
    border-radius: 12px;
	min-height:auto;
  }

  /* remove horizontal expand effect */
  .ir-quarter-card.active {
    flex: unset;
    transform: none;
  }

 
/*  .ir-quarter-card .text-center {
    display: block !important;
  }
*/
  /* hide collapsed icon stack (not needed in mobile) */
  .ir-quarter-icons-collapsed {
    display: none !important;
  }
  
   /* show upcoming this is from plus icon */
.qrinactive .ir-quarter-icons-collapsed{
	display:block !important;
}  


.qrinactive .ir-quarter-item_icon:last-child{
	width:100%;
	position:unset;
}


.qrinactive .ir-quarter-icons-collapsed .plus_icon::before {
    content: 'coming soon';
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: none;
    width: auto;
    height: auto;
 
    left: 50%;
   top: 70%;
    transform: translateX(-50%);
    text-transform: capitalize;
   
}
   /* END show upcoming this is from plus icon */



  /* accordion behavior */
  .ir-quarter-item_content {
    display: none;
    margin-top: 10px;
  }

  .ir-quarter-card.active .ir-quarter-item_content {
    display: block;
    animation: fadeIn 0.3s ease;
  }

  /* spacing for list */
  .ir-quarter-list li {
    padding: 12px 0;
  }
	 
.ba-ic-sec{
	flex-wrap:wrap;
}

.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 72px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}



	
	 
 }
 
 @media (min-width: 768px) and (max-width:880px){
	 
	 .agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 75px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}
	 
	 
 }
 
 

@media (max-width: 767px){
	.stock-reports-wrap {
    display: flex;
    align-items: center;
    gap: var(--gap48);
    flex-wrap: wrap;
    justify-content: center;
}

.ir-financial-wrap iframe{
	padding-right:2px;
	
}

.ir-ar-wrap .flex-row{
	flex-wrap:wrap;
}

 .categoryby, .filterby-yr-mnt{
		 width:50%;
	 }

	.annewdesign-sec .nice-select .option {
	text-align:left;
	 white-space:normal;
	 overflow-wrap: break-word;
	
}
 .priceVolumeTable{
	 table-layout:auto !important;
 }
 
 .priceVolumeTable thead tr td, .priceVolumeTable tbody tr td, .priceVolumeTable thead tr th, .priceVolumeTable tbody tr th {
	text-align:right !important;
	  
	
}

.investment-bg-wrapper{
	flex-wrap:wrap;
	 
}


.agm-big-title {
    position: unset;
   display:flex;
   width:100%;
   justify-content:center;
}
.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 100px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}




.ba-ic-sec{
	flex-wrap:wrap;
}

.hbursa, .hic {
    flex: 0 0 100%;
   
}
 
.ir-quarter-card:has(.ir-quarter-icons-collapsed span:nth-child(6)) {
    min-height: auto;
} 

.prospectus-section-bg{
	flex-wrap:wrap;
	justify-content:center;
}
 
     .pad-inline-72 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
 
 
.hero-stats.stock-stats .stat-group .stat {
    padding: 0 var(--gap18);
    text-align: center;
    align-items: center;
    gap: var(--gap6);
} 
 
.stock-reports-wrap .stock-col{
	justify-content: center;
    flex-basis: 100%;
}



.stock--mobile .reports-media-top img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateX(0px);
}

 


.stock--mobile .reports-media-bottom {
    margin-inline: auto;
     transform: translateX(10px); 
}


.reports-content{
	 
	text-align:center;
	justify-content:center;
	align-items:center;
}

.reports-content .button-group, .reports-content a {
 
	align-items:center;
}

.stock-reports-wrap .reports-col{
	 
    flex-basis: 100%;
	
}


.ar-archive img{
	margin-left:-18%;
}

.stock-info-column{
	margin-top:20px;
}
.stockvalue{
	margin-bottom:20px;
}

.stockpriceinfo{
	display:flex;
	gap:40px;
}


/*bursa z-tabs memmu and select box layer android mobile fix*/

  #tabbed-nav.open-menu iframe {
  pointer-events: none;
} 

#tabbed-nav.iframe-block iframe {
  pointer-events: none;
}


.z-tabs.mobile > ul.z-tabs-desktop, .z-tabs.mobile {
        z-index: 9999 !important;
    }
 


.z-content-inner #klccreitIframe, .z-content-inner #klccpIframe{
	position:relative;
	z-index:1 !important;
}


	
}   

@media (max-width:640px){
	    .hero-stats.stock-stats .stat-group {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }
	
.stock-widget .button.cta.pop{
	gap: var(--gap18);
}
	
.stock-widget .button.cta.pop:before {
    content: ' ';
    width: 20px;
    height:20px;
    flex-shrink: 0;
    flex-grow: 0;
    background: transparent url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Ficon-new-tab.svg) center center / contain no-repeat;
}	
	
	
}





@media (max-width:576px){
	
.pad-inline-72{
	padding-left:15px !important;
	padding-right:15px !important;
	
}
	
.home-rcard{
	margin-top:15px;
}
	
	.ir-financial-wrap iframe{
	padding-right:2px;
	
}

.ir-quarter-item_icon::before{
	width:73%;
}

.interactiveChartIcon .durationChart .nav-tabs {
        margin-top: 20px;
        width: 100%;
        border-left: 0px;
        border-right: 0px;
    }
	
	.right-cntrls {
    font-family: var(--font-family-heading);
    letter-spacing: -0.01em;
    background-color: #8ac646;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}


.right-cntrls .right-tabs li {
    list-style: none !important;
    display: inline !important;
    /* margin-right: 15px !important; */
    font-weight: 600;
    width: 100%;
    padding: 15px 26px;
    float: left;
    text-align: left;
    border-bottom: 1px solid #fff;
}
.right-cntrls .right-tabs li b {
    font-weight: 700;
    width: 78%;
    display: inline-block;
}
.right-cntrls .right-tabs li:last-child {
    border-bottom: none;
}

.iraccordion-title {
    font-size: 28px;
    line-height: 34px;
	
}

.priceVolumeSelection .cal-container .date-to {
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:10px;
}

.cal-container .monthYearSelection{
	margin-bottom:10px;
}

    .block:has(.ir-shareholders-table), .block:has(.data-table--fsh) {
        overflow-x: auto;
    }
	
.ir-shareholders-table, .data-table--fsh{
	min-width:700px;
}



 



.ir-top-thirty-wrap .flex-align-center{
	align-items: normal !important;
}

.ir-ar-wrap .flex-row{
	flex-wrap:wrap;
}

.ar-archive img{
	margin-left:-18%;
}


.irc-name{
	font-size:20px;
	line-height:20px;
}
.irc-name-sub{
	font-size:18px;
	line-height:18px;
}

.irc-em-tel p{
	font-size:16px;
	line-height:16px;
}


.categoryby .form-group .row, .filterby-yr-mnt .form-group .row{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.cat-1, .cat-2, .filt-1, .fyear-1, .fmonth-1{
	flex:0 0 100%;
	/*margin-bottom:20px;*/
 
}

.search-reset .row{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
.fsearch, .freset{
	flex:1;
}

.fsearch {
	text-align:right;

}
.categoryby, .filterby-yr-mnt{
		 width:inherit;
	 }


.ir-agm-wrap .flex-55 {
    flex: 0 1 100% !important;
}
	.annewdesign-sec .nice-select .option {
	text-align:left;
	 white-space:normal;
	 overflow-wrap: break-word;
	
}

.nice-select.open .list, .nice-select .list {
/*	left:-35px !important;*/
	
}

/*removing download td and make other td full-width*/

.ar-table{
	table-layout:fixed;
	width:100%;
}

.ar-table .ir-audited-download-cell{
	display:none;
}
.ar-table .ir-audited-table td:has(.ir-audited-row){
	width:100%;
}

.prospectus-table .ir-audited-download-cell{
	display:none;
}


/*.agm-right-sec .investment-card{
	margin-bottom:90px;
}*/

.investment-bg-wrapper {
    height: 100%;
    width: 100%;
  /*  min-height: 506px;*/
    
 
    max-width: 100%;
    /* padding: var(--gap48); */
    padding: var(--gap72);
    background-image: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fagm-bg-mob.png);
    background-size: cover;
    background-position: center center;
    display: flex;
}


  
	.agm-big-title h2 {
        font-family: 'Univers LT Std';
        font-size: 100px;
        font-weight: normal;
        letter-spacing: 8px;
        color: #fff;
        text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
    }





/*.pd-fix-mob{
	padding-left:15px !important;
	padding-right:15px !important;
	
	}*/
	
	    .mob-note {
        display: block;
        color: #F00;
    }
	
.mob-note:before {
        content: "";
        position: relative;
        display: block;
        width: 59px;
        height: 62px;
        top: 0;
        margin: 15px 0 5px;
        background: url(https://cd.orikami.dev/klccp_wp/wp-content/themes/klccp/insage-proxy.php?asset=%2FIR%2FKLCC%2Fimages%2Fphone-rotate.png) no-repeat;
        background-size: cover;
    }
	
	


.ba-item-link a{
	float:left;
	width:86%;
 }
	
#ctl00_cphContent_A2, #ctl00_cphContent_A1{
	font-size:0;
	padding:10px;
}


.stock-reports-wrap .stock-col{
	width:100%;
}




.stock-info-column{
	display:flex;
	padding:0;
}

.stock-info-column .stock-info-details{
	flex:1;
	align-items:center;
}
	
.z-tabs.mobile > ul.z-tabs-desktop, .z-tabs.mobile, .z-tabs.mobile > ul.z-tabs-desktop > li.z-last{
	z-index:1001 !important;
}
 

 

.cat-1, .filt-1{
	display: flex;
    align-items: center;
	justify-content:left;
	margin-bottom:0;
     
}

#calResult .row-cols-2>* {
    flex: 0 0 auto;
    width: 100%;
}




}

@media (max-width:480px){
	    .cat-1, .cat-2, .filt-1{
			flex:none;
        flex: 0 0 100%;
    }
	.cat-2{
		/*margin-bottom:15px;*/
	}
	
.annewdesign-sec .nice-select .option {
	text-align:left;
	 white-space:normal;
	 overflow-wrap: break-word;
	
}


.priceVolumeSelection .btn-sec-cont .btn-primary{
	margin-bottom:15px;
}


.iraccordion-content {
    padding: 35px 10px 0px 10px;
}


.cal-container .monthYearSelection .nice-select{
	font-size:14px;
	min-width:auto;
}

.cal-container .monthYearSelection .nice-select .option{
	min-width:auto;
}



.stockChartContainer .priceVolumeTable tbody tr td:first-child{
	width:150px;
}

.priceVolumeSelection{
	padding:15px;
}



.priceVolumeTable .tableHeader th{
	height:66px;
}


.priceticker{
	padding:0;
}

 
 
 
.pagination{
	flex-wrap:wrap;
}

.nice-select .option{
	min-width:auto !important;
}

.z-tabs.mobile > ul.z-tabs-desktop, .z-tabs.mobile{
	z-index:99999 !important;
}
.z-tabs.mobile > ul.z-tabs-desktop > li.z-last{
	z-index:9999 !important;
}


 
	.agm-big-title h2 {
        font-family: 'Univers LT Std';
        font-size:80px;
        font-weight: normal;
        letter-spacing: 8px;
        color: #fff;
        text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
    }



 
	
}
 
@media (max-width:414px){
	    .search-reset {
        width: 100%;
		text-align:center;
    }
	    .fsearch, .freset {
			align-items:center;
			text-align:center;
         
    }
	
	.filters-sec .row {
    width: 100%;
    gap:20px;
}

 .fyear-1, .fmonth-1{
	flex:1;
 
}

	.annewdesign-sec .nice-select .option {
	text-align:left;
	 white-space:normal;
	 overflow-wrap: break-word;
	
}

.priceVolume .nav-tabs > li > a:first-child, .priceVolume .nav-tabs > li.Adjusted a{
    margin-left: 0 !important;
}


.highcharts-input-group{
	transform: translate(4px, 44px) !important;
	transform: translateX(-21px);
}
.highcharts-label-box{
	width:85px !important;
}
 .highcharts-input-group text{
	 font-size:9px !important;
	 transform: translateX(-18px);
 }
 
 
.agm-title-date{
	font-size:19px;
	line-height:24px;
 }
 
 .z-tabs.mobile > ul.z-tabs-desktop, .z-tabs.mobile, .z-tabs.mobile > ul.z-tabs-desktop > li.z-last{
	z-index:9999 !important;
}
 
 .z-content-inner #klccreitIframe, .z-content-inner #klccpIframe{
	position:relative;
	z-index:0 !important;
}

 
	.agm-big-title h2 {
        font-family: 'Univers LT Std';
        font-size:60px;
        font-weight: normal;
        letter-spacing: 8px;
        color: #fff;
        text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
    }

 
 
 
}


@media (max-width:348px){
    .stockpriceinfo .pull-left, .stockpriceinfo .pull-right {
        /*width: 100%;*/
		width: 50%;
        text-align: left !important;
        float: left;
    }
	
.priceVolume .nav-tabs > li > a:first-child, .priceVolume .nav-tabs > li.Adjusted a{
    margin-left: 0 !important;
}

.priceVolumeSelection a {
    margin-right: 10px;
}


.cal-container .monthYearSelection .nice-select{
	font-size:12px;
	min-width:auto;
}

.cal-container .monthYearSelection .nice-select .option{
	min-width:auto;
}


.stockUpper .stock-info-details {
  
   
    font-size: 14px;
}

.z-tabs.mobile > ul.z-tabs-desktop, .z-tabs.mobile{
	z-index:9999 !important;
}

.z-tabs.mobile > ul.z-tabs-desktop > li.z-last{
	z-index:9999 !important;
}

 

}


@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
	.stock-reports-wrap{
		flex-wrap:wrap;
		justify-content: center;
	}
	
	.agm-big-title h2 {
    font-family: 'Univers LT Std';
    font-size: 72px;
    font-weight: normal;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.9), 0px -2px 0px rgba(0, 0, 0, 0.9), 0px -3px 4px rgba(0, 0, 0, 0.9);
}
    
}
