/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .thirdparty-data-latest-data {
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  background-color: #f9f9f9;
  border: 1px solid #d7d9d9;
  border-radius: 6px;
  transition: transform 0.5s ease;
  margin: 10px 0;
  width: 100%;
  overflow: auto;
}

.thirdparty-data-latest-data-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 4px solid #1a1717;
  margin-top: 10px;
  margin-bottom: 10px;
}

div > table > tbody > tr:nth-child(odd) {
  background-color: #f3f3f3;
}

div > table > tbody > tr:nth-child(even) {
  background-color: #ffffff;
}

div > table > thead > tr > th, 
div > table > tbody > tr > td {
  font-size: 16px;
}

div > table > thead > tr > th:nth-child(n+2) {
  text-align: right;
  font-size: 12px;  
  letter-spacing: normal;
  width: 100px;
}
  .indexIncrease {
    color: #037b4b;
  }
  .indexDecrease {
    color: #d60a22;
  }

#content > div > div > table > tbody > tr:nth-child(n+1) > td:nth-child(1) {
  text-align: left; /* table item LHS */
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  max-width: 140px;
}

div > table > tbody > tr:nth-child(n+1) > td:nth-child(n+2) {
  text-align: right; /* table item RHS */
  letter-spacing: normal;
}

.td-hkab_title {
	margin: 10px 0;
	font-size: 24px;
	letter-spacing: normal;
	color: #555555;
}

/* Responsive Styles */
@media (max-width: 600px) {
  .td-hkab_title {
    font-size: 1em; /* Smaller font size for small screens */
  }

  .thirdparty-data-latest-data table tr th,
  .thirdparty-data-latest-data table tr td {
    font-size: 0.8em; /* Smaller text for table cells */
  }
}

.btnAnchor {
  min-width: 80px;
  width: 15%;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 2px #bfbfbf;
  border: 0;
  border-bottom: 4px solid #4b4b4b;
  border-radius: 4px;
  font-size: 16px;
  color: #555555;
  padding: 5px 5px;
  
  transition: all 0.3s ease;
}

.btnAnchor:hover {
  border-bottom: 4px solid #ff5733 !important;
}

.activeButton{
  border-bottom: 4px solid #ff5733 !important;
}

.btnLink {
  display: inline-block; /* Behave like a button */
  min-width: 80px;
  width: 15%;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 2px #bfbfbf;
  border: 0; /* Remove any default border */
  border-bottom: 4px solid #4b4b4b;
  border-radius: 4px;
  font-size: 16px;
  color: #555555;
  padding: 5px 5px; /* Match padding of the button */
  margin: 0; /* Reset default margins */
  text-align: center; /* Center the text */
  text-decoration: none; /* Remove underline */
  line-height: 1.5; /* Match button line height */
  transition: all 0.3s ease;
  cursor: pointer; /* Pointer cursor */
}

.btnLink:hover {
  border-bottom: 4px solid #ff5733 !important;
}

.credit_mf_tool {
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 300 !important;
  letter-spacing: normal;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}

.credit_mf_tool_lhs {
  align-self: flex-start;
  text-align: left;
}

.credit_mf_tool_rhs {
  align-self: flex-end;
  text-align: right;
  line-height: 1.6;
}

.credit_mf_tool_rhs img {
  vertical-align: baseline !important; /* Align the image vertically with the text */
  margin-left: 5px; /* Add spacing between text and image */
  max-height: 20px; /* Set the image height */
}

.credit_mf_tool_rhs .source-label {
  display: inline-block; /* Keep the label and image on the same line */
  margin-bottom: 5px; /* Add spacing below the source row */
}

.btnCat_sidebar {
  width: 110px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 2px #bfbfbf;
  border: 0;
  border-bottom: 4px solid #4b4b4b;
  border-radius: 4px;
  color: #555555;
  padding: 5px 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.activeButton_sidebar {
  border-bottom: 4px solid #293896 !important;
} 

#mfTool_sidebar > div > div > table > tbody > tr:nth-child(odd) {
  background-color: #f3f3f3;
}
#mfTool_sidebar > div > div > table > tbody > tr:nth-child(even) {
  background-color: #ffffff;
}
#mfTool_sidebar > div > div > table > thead > tr > th:nth-child(n+2) {
  text-align: right;
  font-size: 12px;
  letter-spacing: normal;
  width: 95px;
}
.indexIncrease {
  color: #037b4b;
}
.indexDecrease {
  color: #d60a22;
}
#mfTool_sidebar > div > div > table > tbody > tr:nth-child(n+1) > td:nth-child(odd) {
  text-align: left; /* table item LHS */
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  max-width: 140px;
}
#mfTool_sidebar > div > div > table > tbody > tr:nth-child(n+1) > td:nth-child(n+2) {
  text-align: right; /* table item RHS */
  letter-spacing: normal;
}
p.seeMore {
  text-align: right !important;
  margin-bottom: 5px !important;
}
p.seeMore > a {
  font-size: 14px;
  color: #353535 !important;
  font-weight: 500;
}
.toolHidden_sidebar {
  display: none !important;
}

.btnMeasure {
  border: 0;
  background-color: transparent;
}

.btnMeasure.active {
  color: #293896;
}

.increase-decrease-buttons {
  font-size: 16px;
	padding-bottom: 15px;
}

.fund-widget-text {
  white-space: nowrap;        
  overflow: hidden;           
  text-overflow: ellipsis;    
  max-width: 150px;          
  display: block;             
}

.popupContent {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  width: 98%;
  font-size: 14px;
  margin: 0 auto;
}

.disclaimer {
  width: 100%;
}

#disclaimerButton a {
  cursor: pointer;
  text-decoration: underline;
  color: #353535;
}

div.grid_mf_tool {
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  background-color: #f9f9f9;
  border: 1px solid #d7d9d9;
  border-radius: 6px;
  transition: transform 0.5s ease;
  margin: 5px 0;
  width: 100%;
  overflow: auto;
}

th, td {
  border: 1px solid #ccc;
  padding: 4px !important;
  text-align: left;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}
th {
  background-color: #4b4b4b;
  color: #fff;
}



/* .ppi-list-table > thead > tr > th {
  text-align: center !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  color: #fff !important;
  background-color: #f4271c !important;
  border-radius: 60px !important;
} */

/* #ppi {
  display: flex;
  flex-direction: row;
}

.propertyIndex_mainColcontainer1 {
  min-width: 320px;
  align-items: flex-end;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  column-gap: 5%;
  border: 1px solid #e7e7e7;
  padding: 15px;
  background-color: #fbfbfb;
}

.propertyIndex_mainCol1 {
  width: 22%;
}

.propertyIndex_zoneTxt1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #ff8217;
  border-radius: 60px;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.propertyIndex_compare {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5px;
  margin: 0 auto;
}

.propertyIndex_compare > p {
  margin: 0;
}

.propertyIndex_indexCol {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
}

.propertyIndex_title2_row {
  display: flex;
  justify-content: space-between;
  width: 120px;
  margin: 0 auto;
}
.propertyIndex_title2_row .mobileHidden {
  display: block;
}

.propertyIndex_contentList2 {
  width: 30%;
} */


.btn_submenu {
    max-width: 120px;
	width: 19%;
	background-color: #f9f9f9;
    box-shadow: 0px 0px 2px #bfbfbf;
	border: 0;
    border-bottom: 4px solid #4b4b4b;
    border-radius: 4px;
	font-size: 16px;
    color: #555555;
    padding: 5px 5px;
    margin-bottom: 5px;
}
.activeButton, button.btn_submenu:hover {
    border-bottom: 4px solid #FF0000 !important;
	font-weight: bold;
}
h1.article__title.article__title--single {
    
}
h2 {
	margin-top: 0;
}
.propertIndex_topic {
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.propertyIndex_contentBox {
	font-family: Roboto-Regular, "Microsoft JhengHei Fix", "Microsoft JhengHei", "PingFang HK", "PingFang TC", sans-serif;
	font-weight: 400;
	max-width: 1175px;
	padding: 20px 20px;
	letter-spacing: normal;
    border-radius: 4px;
    border: 1px solid #d7d9d9;
    background-color: #f9f9f9;
    box-shadow: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
	column-gap: 10px;
	box-shadow: 0px 0px 5px #e7e7e7;
}
.propertyIndex_contentList1, .propertyIndex_contentList2, .propertyIndex_contentList3 {
    margin-bottom: 12px;
    border-radius: 4px;
}
.propertyIndex_overflow {
    width: 100%;
	overflow: auto;
}
.propertyIndex_mainColcontainer1, .propertyIndex_mainColcontainer2, .propertyIndex_mainColcontainer3 {
    border-radius: 4px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-around;
	box-sizing: border-box;
	column-gap: 10px;
	border: 1px solid #e7e7e7;
    padding: 15px 10px;
    background-color: #fbfbfb;
	align-items: flex-end;
	min-height: 0;
}
.propertyIndex_mainCol1, .propertyIndex_mainCol2, .propertyIndex_mainCol3 {
	display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 20px;
}
.propertyIndex_mainCol1 {
	width: 22%;
}
.propertyIndex_mainCol2 {
	width: 100%;
    max-width: 120px;
}
.propertyIndex_mainCol3 {
	width: 100%;
}
.propertyIndex_mainCol1:first-child {
	text-align: left;
    width: 8%;
    min-width: 40px;
}
.propertyIndex_zoneTxt1,.propertyIndex_zoneTxt2 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
    border-radius: 12px;
}
.propertyIndex_zoneTxt1 {
	width: 100%;
	max-width: 120px;
	background-color: #ff8217;
	align-self: center;
}
.propertyIndex_zoneTxt2 {
	background-color: #0090f7;
}
.propertyIndex_title2 {
    font-size: 0.75rem;
    margin-top: 8px;
    color: rgb(51, 51, 51);
}
.propertyIndex_labelText:last-child {
    margin-top: 8px;
}
.propertyIndex_indexCol {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.propertyIndex_title2_row {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.propertyIndex_title2_row .mobileHidden {
    display: none;
}
.propertyIndex_text {
  font-size: 0.75rem;
  line-height: 20px;
  margin-top: 8px;
}
.propertyIndex_textDec {
    font-size: 0.75rem;
    line-height: 20px;
    margin-top: 8px;
    color: rgb(255, 67, 67);
}
.propertyIndex_textInc {
    font-size: 0.75rem;
    line-height: 20px;
    margin-top: 8px;
    color: rgb(0, 147, 66);
}
.propertyIndex_valueMobileShow:last-child {
    margin-top: 8px;
}
.fnPGhx .mobileHidden {
    display: none;
}
.propertyIndex_mainCol:nth-child(5)::before {
    display: none;
}
.propertyIndex_label1 .propertyIndex_labelText:first-child {
    display: none;
}
#pt-cv-view-juhaz6b9 .pt-cv-title:not(.pt-cv-titlesm) a, #pt-cv-view-37nea7pn .pt-cv-title:not(.pt-cv-titlesm) a {
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.propertyIndex_credit {
	display: flex;
    flex-direction: row;
    row-gap: 5px;
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 600 !important;
    text-align: right;
    line-height: 1.4em;
    letter-spacing: normal;
    margin-top: 5px;
	padding: 0 5px;
    justify-content: space-between;
}
.propertyIndex_credit_lhs {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    row-gap: 5px;
}
.propertyIndex_credit_rhs {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
}
.creditLogo_midland {
	width: 90px;
}
.creditLogo_mreferral {
	width: 110px;
}
@media (min-width: 60em) {
    .propertyIndex_contentBox {
		flex-direction: row;
        padding: 20px 15px;
        border-radius: 4px;
		margin-bottom: 20px;
    }
	.propertyIndex_contentList1 {
		width: 58%;
	}
	.propertyIndex_contentList2 {
		width: 28%;
	}
	.propertyIndex_contentList3 {
		width: 14%;
		min-width: 150px;
	}
	.propertyIndex_contentList1, .propertyIndex_contentList2, .propertyIndex_contentList3 {
        padding: 0px;
        border: 0px;
        box-shadow: none;
		
    }
	.propertyIndex_mainColcontainer1, .propertyIndex_mainColcontainer2, .propertyIndex_mainColcontainer3 {
		align-items: flex-start;
		min-height: 175px;
}
    .propertyIndex_contentList1 .propertyIndex_mainCol1:first-child, .propertyIndex_contentList2 .propertyIndex_mainCol1:first-child, .propertyIndex_contentList3 .propertyIndex_mainCol1:first-child {
        display: none;
    }
    .propertyIndex_zoneTxt1, .propertyIndex_zoneTxt2 {
        font-size: 14px;
        line-height: 24px;
    }
    .propertyIndex_labelText {
        color: rgb(108, 108, 108);
        font-size: 1rem;
        font-weight: 600;
        line-height: 22px;
    }
    .propertyIndex_title2 {
        font-size: 0.875rem;
        line-height: 20px;
        color: rgb(108, 108, 108);
        margin-right: 4px;
        margin-top: 0px;
    }
	.propertyIndex_mainCol {
        min-width: 180px;
        padding: 0px 19px;
        width: 18%;
    }
	.propertyIndex_mainCol:nth-child(2) {
        padding-left: 0px;
    }
	.propertyIndex_indexCol {
        margin-top: 4px;
        justify-content: space-evenly;
    }
	.propertyIndex_compare {
        margin-top: 5px;
    }
	.propertyIndex_title2_row {
        -webkit-box-pack: start;
        justify-content: space-between;
		width: 90%;
        max-width: 110px;
        margin: 0 auto;
    }
	.propertyIndex_title2_row .mobileHidden {
        display: block;
    }
	.propertyIndex_title2 {
        font-size: 0.875rem;
        line-height: 20px;
        color: rgb(108, 108, 108);
        margin-right: 4px;
        margin-top: 0px;
    }
  .propertyIndex_text {
        margin-top: 0px;
  }
	.propertyIndex_textDec {
        margin-top: 0px;
    }
	.propertyIndex_textInc {
        margin-top: 0px;
    }
    .propertyIndex_valueMobileShow {
        display: none;
        color: #252525;
        font-size: 1.25rem;
		font-weight: 600;
        line-height: 24px;
    }
	.fnPGhx .mobileHidden {
        display: block;
    }
	.propertyIndex_valueText {
        color: #252525;
        font-size: 1.625rem;
		font-weight: 600;
        line-height: 30px;
        margin-top: 4px !important;
    }
	.propertyIndex_mainCol::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 95px;
        background-color: rgb(229, 229, 229);
        right: 0px;
        top: 30%;
    }
	.propertyIndex_mainCol1:nth-child(5) {
        padding-right: 0px;
    }
	.propertyIndex_label1 .propertyIndex_labelText:first-child {
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.btn_submenu {
		width: 31%;
		max-width: unset;
		font-size: 14px;
	}
	.propertyIndex_mainColcontainer1, .propertyIndex_mainColcontainer2 {
	min-width: 300px;
}
}	
@media only screen and (min-width: 240px) {
	.propertyIndex_labelText {
        font-size: 15px;
    }
  .propertyIndex_text {
      font-size: 0.9375rem;
  }
	.propertyIndex_textDec {
        font-size: 0.9375rem;
    }
	.propertyIndex_textInc {
        font-size: 0.9375rem;
    }
	.propertyIndex_valueMobileShow {
        font-size: 13px;	
        color: #252525;
		font-weight: 600;
        line-height: 24px;
    }
	.propertyIndex_valueText {
        font-size: 16px;
		font-weight: 600;
    }
}