/* Report pages typography stabilization:
   - Ensures rem sizing matches Wolmart base (10px = 1rem).
   - Prevents mobile text auto-sizing from inflating fonts.
   - Adds Typekit family name fallback ("proxima-nova"). */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "proxima-nova", Proxima-Nova, Arial, sans-serif;
}

.smr-report-content img {
  max-width: 100%;
  height: auto;
}

.smr-report-content img,
.smr-report-content figure,
.smr-report-content picture {
  display: block;
}

.smr-report-content img {
  margin: 0.6rem auto;
}

.smr-report-content .image_resized {
  max-width: 100% !important;
  height: auto !important;
}

.smr-report-page .tab-content p {
  font-size: 1.5rem;
}

.smr-report-page .note-editable {
  font-size: 2rem;
}

.smr-report-page table li,
.smr-report-page .tab-pane li {
  list-style-type: disc;
}

.smr-report-page .tab-content > .tab-pane > span {
  font-size: 13pt;
}

.smr-report-page .report-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 100;
  background: rgba(15, 53, 87, 0.88);
  color: #fff;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.smr-report-page .report-sticky-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.smr-report-page .report-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
}

.smr-report-page .report-sticky-meta {
  min-width: 0;
  flex: 1;
}

.smr-report-page .report-sticky-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smr-report-page .report-sticky-id {
  font-size: 11px;
  color: #cfe0f0;
}

.smr-report-page .report-sticky-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  margin-left: auto;
  flex-shrink: 0;
}

.smr-report-page .report-sticky-actions .btn {
  padding: 0.6rem 1.35rem;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .smr-report-page .report-sticky-actions {
    gap: 6px;
  }
  .smr-report-page .report-sticky-title {
    font-size: 13px;
  }
  .smr-report-page .report-sticky-actions .btn {
    padding: 0.55rem 1.1rem;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .smr-report-page .report-sticky-bar {
    display: block;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    border-radius: 0 0 12px 12px;
    transform: translateY(-6px);
  }

  .smr-report-page .report-sticky-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  }

  .smr-report-page .report-sticky-title {
    font-size: 13px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .smr-report-page .report-sticky-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .smr-report-page .report-sticky-actions .btn {
    flex: 1 1 0;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

}

/* Improve render performance for long, below-the-fold sections. */
.smr-cv-auto {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

.smr-report-quickfacts.product-widget {
  display: block;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  background: #fff;
  padding: 2rem;
}

.smr-report-quickfacts .product-details {
  padding: 0;
  width: 100%;
  max-width: none;
}

.smr-report-quickfacts__title {
  margin: 0 0 0.8rem;
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 700;
  color: #004b85;
}

.smr-report-quickfacts__dl {
  margin: 0;
}

.smr-report-quickfacts__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.smr-report-quickfacts__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.smr-report-quickfacts__item:last-child {
  padding-bottom: 0;
}

.smr-report-quickfacts__item dt,
.smr-report-quickfacts__item dd {
  margin: 0;
  min-width: 0;
}

.smr-report-quickfacts__item dt {
  flex: 0 0 auto;
  font-size: 1.3rem;
  font-weight: 600;
  color: #384657;
  white-space: nowrap;
}

.smr-report-quickfacts__item dd {
  flex: 1 1 auto;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d0f12;
  text-align: right;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 420px) {
  .smr-report-quickfacts.product-widget {
    padding: 10px;
  }
}

.test1 {
  display: block;
  position: relative;
  font-size: 1.6rem;
  padding-top: 12px;
  font-weight: 600;
  color: #004b85;
  letter-spacing: 0;
  border-radius: 0;
  border: 0;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
}
/* newly added css on 25/7/24 button on report_details*/
.btn-blue-custom {
  align-items: center;
  background-color: #004b85;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;

  overflow: hidden;
   padding: 3px 10px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.btn-blue-custom:hover,
.btn-blue-custom:focus { 
  background-color: #ACCB32;
  color: #ffffff;
}

.btn-blue-custom:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.btn-blue-custom:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.btn-green-custom {
  align-items: center;
  background-color: #ACCB32;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
 
  overflow: hidden;
  padding: 3px 10px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.btn-green-custom:hover,
.btn-green-custom:focus { 
  background-color: #1b4f9b;
  color: #ffffff;
}

.btn-green-custom:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.btn-green-custom:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}
.test2 {
  display: block;
  position: relative;
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: 600;
  color: #fff;
}
/* end of newly added css on 25/7/24 */

/*.test1inq {*/
/*  display:block;*/
/*  position: relative;*/
/*  font-size: 1.6rem;*/
/*  padding-top: 12px;*/
/*  font-weight: 500;*/
/*  color: #2279bc;*/
/*  letter-spacing: 0;*/
/*  border-radius: 0;*/
/*  border: 0;*/
/*  transition: border 0.3s, color 0.3s, background-color 0.3s;*/
/*}*/
a:hover {
  color: #42a4e8;
}
.product_tab_spe {
  margin-left: -186px;
  margin-top: -8px;
}

@media (max-width: 768px) {
  .custom-hide-mobile-opt {
    display: none;
  }
  .custom-hide-desktop-new {
    display: none;
  }
}

@media (min-width: 768px) {
  .custom-buy-button-on-mobile {
    display: none;
  }
  .custom-price-table-new {
    display: none;
  }
  #table-of-content-report {
    padding-left: 9.6rem;
  }
}

@media (max-width: 490px) {
  .nav-custom-tab-mobile {
    min-width: 200px;
  }
}

@media (max-width: 415px) {
  .nav-custom-tab-mobile {
    min-width: 170px;
  }
}

@media (max-width: 383px) {
  .nav-custom-tab-mobile {
    min-width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .product_tab_spe {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .product_tab_spe {
    margin-left: 0px;
    margin-top: 0px;
  }
}

	.rdSampleBtn {
		background-color: #106494;
		border-radius: 6px;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-family: 'ProximaNova', sans-serif;
		font-weight: normal;
		padding: 2.5px 24px;
		text-align: center;
	}



	.rdSampleBtn:hover {
		background-color: #1588cb;
		color: #ffffff;
	}




	.rdInquireBtn {
		background-color: #106494;
		border-radius: 6px;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-family: 'ProximaNova', sans-serif;
		font-weight: normal;
		padding: 2.5px 24px;
		text-align: center;
	}



	.rdInquireBtn:hover {
		background-color: #1588cb;
		color: #ffffff;
	}
