@charset "utf-8";
/* CSS Document */

.data-table  {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}



.afs-table table thead th:first-child{
	text-align:left;
}


.flex-column {
    flex-direction: column;
}
.flex-align-center {
    align-items: center !important;
}



.button.cta.pop, .button.cta.expand, .button.cta.more, .button.cta.back {
    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;
     
}

.button.cta.pop::before {
    content: "";
    display: inline-block;
    width: var(--gap24);
    height: var(--gap24);
    flex: 0 0 var(--gap24);
    flex-shrink: 0;
    background: transparent url(../images/icon-new-tab.svg) center center / contain no-repeat;
}

.fi-btn a{
	text-align:center;
	margin-top:18px;
	margin-bottom:18px;
	justify-content:center;
	
}

.divider.fh-divider {
    height: 0;
    background: none;
    border-top: 1px solid var(--color-brand-gray);
}

.divider {
    height: 1px;
    background-color: var(--color-brand-light-gray);
    width: 100%;
}

/*========================================================================
Analyst coverage
========================================================================*/

.ir-analyst-coverage td{
	font-family:var(--font-family-heading);
	font-size:1rem;
	font-weight:bold;
	   color: var(--color-text);
    border-bottom: 1px solid var(--color-brand-light-gray);
    overflow-wrap: anywhere;
}

.ir-analyst-coverage th:first-child {
    width: 5%;
}

.ir-analyst-coverage td:first-child {
    color: var(--color-text);
    font-weight: bold;
    white-space: nowrap;
}



/*========================================================================
foriegnshareholdings
========================================================================*/

.data-table--fsh{
	box-shadow:none;
}

.data-table--fsh th {
    font-family: var(--font-family-heading);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    border-bottom: 1px solid rgb(255 255 255 / 0.25);
}


.data-table--fsh th, .data-table--fsh td {
    text-align: center;
    padding: 1.5rem 1.2rem;
	font-size:1rem;
	font-weight:bold;
	
}

.data-table--fsh th:first-child, .data-table--fsh td:first-child{
	text-align:left;
}

.data-table--fsh td:first-child{
	  color: var(--color-text);
}


.data-table--fsh{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border:none;
	border-bottom:1px solid #dddddd;
	
}




/*========================================================================
Shareholding structure
========================================================================*/

.ss-inner{
	background:#f5f5f2;
	padding:64px 50px;
	border-radius:18px;
}

.ss-data{
	display:flex;
	flex-direction:column;
	text-align:left;
	 
}
.ss-sub-title{
	 font-family: "Museo Sans";
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#333;
	
}
.ss-title{
	 font-family: "Museo Sans";
	font-size:24px;
	line-height:24px;
	font-weight:700;
	color:#7aa845;
}

.ss-data{
	border-top:2px solid #b7b7b6;
	padding:30px 0;
	
}
.ss-inner .ss-data:first-child{
	border-top:none;
}

.shs-sec [class="col"]{
}

/*========================================================================
investor relation team - ir contact
========================================================================*/


.irc-inner{
	background:#f5f5f2;
	padding:64px 50px;
	border-radius:18px;
}

.ir-cont-info-top{
	padding-bottom:28px;
	margin-bottom:28px;
	border-bottom:2px solid #b7b7b6;
}

.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;
}
 
 
 /*=========================================================================================================
 financials tabs just fonts size and content corner here
 ============================================================================================================*/
 
 .z-tabs.horizontal.top > ul > li > a{
	 font-size:24px;
	 line-height:24px;
 }
 
.z-tabs > .z-container > .z-content{
	border-top-right-radius:10px;
}


.z-tabs > .z-container{
	border-top-right-radius:20px !important;
}

.fi-wrap{
	margin-bottom:20px;
}


.mob-note{
	display:none;
}



@media (max-width: 1024px) {
    .ir-analyst-coverage {
        min-width: 980px;
    }
	
.data-table--fsh{
	 min-width: 980px;
}



	
}

@media (max-width: 900px) {
  .data-table--fsh {
    min-width: 760px;
  }
.ir-analyst-coverage{
	min-width: 760px;
}
 .block:has(.data-table) {
        overflow-x: auto;
    }
}



@media (max-width: 576px) {

.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(../images/phone-rotate.png) no-repeat;
        background-size: cover;
}
	
.shs-sec [class*="col-"]{
	margin-bottom:30px;
}
.fi-wrap .z-tabs{
	padding-right:10px;
}

.z-tabs.mobile > ul.z-tabs-desktop{
	width:97%;
}
.z-tabs.mobile > ul.z-tabs-nav{
	background:#fff;
}

  .block:has(.data-table--fsh) {
        overflow-x: auto;
    }
	
/*.data-table--fsh{
	min-width:700px;
}*/




 .data-table--fsh td:first-child{
	background: linear-gradient(90deg, var(--color-brand-blue), var(--color-brand-green));
	color:#fff;
	 
}
.data-table--fsh td:first-child::before{
	color:#fff;
}
 
  
    .data-table--fsh {
        width: 100%;
		min-width:unset !important;
    }

    /* each row becomes a card */
    
    .data-table--fsh tr {
        display: block;
        margin-bottom: 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    /* remove table structure */
   
    .data-table--fsh thead {
        display: none;
    }

    /* key-value layout */
    
    .data-table--fsh td {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

    /* label (left side) */
    
    .data-table--fsh td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
        flex: 1;
		text-align:left;
    }

    /* value (right side) */
    
    .data-table--fsh td {
        flex: 1;
        text-align: right;
        overflow-wrap: anywhere;
    }
	
.nice-select.open .list, .nice-select .list {
	left:-35px !important;
	
}

.ir-audited-table td:first-child{
	width:100%;
}
	
.ir-audited-tablewrap .ir-audited-download-cell {
        display: none;
    }
	
}

/* Landscape phones */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ir-analyst-coverage{ 
	table-layout: fixed;
        min-width: unset;
        width: 100%;
	}
	.ir-analyst-coverage td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
	
}


