.bg-border-premium-detail {
  width: 100%;
  border-radius: 0px 24px 24px 24px;
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
  position: relative;
  padding: 2px;
}

.bg-border-standard-detail {
  width: 100%;
  border-radius: 24px 0px 24px 24px;
  background: linear-gradient(to right, #00B2AB, #01B0AB, #03A7AC, #0799AD, #0A8FAE);
  position: relative;
  padding: 2px;
}

.frame-premium-detail {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 0px 24px 24px 24px;
}

.frame-standard-detail {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 24px 0px 24px 24px
}

.btn-select-premium {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-200);
  border-radius: 12px 12px 0px 0px;
  background: none;
  border: none;
  width: 50%;
  background: var(--color-gray-50);
}

.btn-select-premium:hover span {
  background: var(--gradients-premium, linear-gradient(90deg, #F0CF30 0%, #D08E2D 81%, #B4832C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-check:checked+.btn-select-premium {
  color: #ffffff;
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
}

.btn-select-standard {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-200);
  border-radius: 12px 12px 0px 0px;
  background: none;
  border: none;
  width: 50%;
  background: var(--color-gray-50);
}

.btn-select-standard:hover span {
  background: linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-check:checked+.btn-select-standard {
  color: #ffffff;
  background: linear-gradient(to right, #00B2AB, #01B0AB, #03A7AC, #0799AD, #0A8FAE);
}

.btn-check:checked+.btn-select-standard:hover span , .btn-check:checked+.btn-select-premium:hover span{
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img-card-report {
  min-height: 147px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.bg-border-premium-detail {
  width: 100%;
  border-radius: 0px 24px 24px 24px;
  background: linear-gradient(to right, #F0CF30, #D08E2D, #B4832C);
  position: relative;
  padding: 2px;
}

.bg-border-standard-detail {
  width: 100%;
  border-radius: 24px 0px 24px 24px;
  background: linear-gradient(to right, #00B2AB, #01B0AB, #03A7AC, #0799AD, #0A8FAE);
  position: relative;
  padding: 2px;
}

/* End report */


.dna-report-header-cover {
  overflow: hidden;
  background-color: #F7F9FB;
}

.dna-report-header-cover img {
  width: 100%;
  max-width: 700px;
  float: right;
}

.dna-report-header-cover .content-box {
  padding: 64px ;
  max-width: 900px;
}

.dna-report-header-cover .title span,h1 {
  font-size: 4rem;
  background: linear-gradient(90deg, #00B2AB 0%, #01B0AB 44%, #03A7AC 69%, #0799AD 90%, #0A8FAE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dna-report-header-cover .description {
  font-size: 3rem;
  color: var(--color-gray-500);
}

.dna-report-detail .title {
  font-size: 1rem;
}

.dna-report-detail h2 {
  line-height: 2.9rem;
}

.dna-report-detail .line1 {
  color: var(--color-primary-base);
  font-size: 1.125rem;
}

.report-detail .cover {
  max-height: 170px;
  overflow: hidden;
  border-radius: 12px;
}

.report-detail .cover img {
  width: 297px;
  aspect-ratio: 16 / 9;
}
.cover-detoxification img {
  border-radius: 12px;
}

.category-name {
  border-left: 3px var(--color-primary-base) solid;
  padding-left: 10px;
  margin-bottom: 12px;
  margin-left: 16px;
  color: var(--color-gray-500);
}

.report-detail .title {
  color: var(--color-gray-500);
  padding: 16px 16px 4px 16px;
}

.report-detail .description {
  font-size: 0.875rem;
  padding: 0px 16px;
  color: var(--color-gray-300);
}
.report-detail .selected-variants {
  font-size: 0.875rem;
  padding: 0px 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.report-detail .selected-variants a {
  display: flex;
  justify-content: space-between;
}
.report-detail .content-box {
  padding-bottom: 16px;
  height: 100%;
  position: relative;
}
.report-detail .content-box.has-variants {
  padding-bottom: 48px;
}
.report-detail:hover .content-box {
  background-color: var(--color-gray-50);
  border-radius: 12px;
}

a.link {
  color: var(--color-blue-info);
}

.header-product-pricing {
  font-size: 2rem;
}

@media (max-width: 1399.98px) {
  .report-detail .cover {
    max-height: 140px;
  }
  .report-detail .cover img {
    width: 252px;
  }
}

@media (max-width: 1199.98px) {
  .report-detail .cover {
    max-height: 118px;
  }
  .report-detail .cover img {
    width: 207px;
  }
}

@media (max-width: 991.98px) {
  .report-detail .cover {
    max-height: 116px;
  }
  .report-detail .cover img {
    width: 204px;
  }
  .dna-report-header-cover .title span,h1 {
    font-size: 2rem;
  }
  .dna-report-header-cover .description {
    font-size: 1.25rem;
  }
  .dna-report-header-cover .content-box {
    padding: 32px;

    /* margin-top: 70px; */
  }
  .header-product-pricing {
    font-size: 1.7rem;
  }
  .detoxification-title {
    text-align: center;
    padding-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .report-detail .description {
    display: none;
  }

  .report-detail .cover {
    max-height: 130px;
  }
  .report-detail .cover img {
    width: 228px;
  }
  .dna-report-detail .title {
   text-align: center;
  }
  .detoxification-container .report-detail .description{
    display: block !important;
  }
  .detoxification-container .report-detail .selected-variants {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 575.98px) {
  .dna-report-header-cover .title span,h1 {
    font-size: 2.125rem;
  }
  .dna-report-header-cover .content-box {
    padding: initial;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .dna-report-detail .title {
    font-size: 0.75rem;
  }

  .report-detail .cover img {
    width: calc((100vw / 2) - 42px);
  }
  .header-product-pricing {
    font-size: 1.5rem;
  }

  .report-detail .selected-variants {
    font-size: 0.875rem;
    padding: 0px;
    text-align: center;
  }
  .report-detail .selected-variants small {
    font-size: 10px;
    padding-top: 3px;
    text-align: left;
  }
  .report-detail .content-box.has-variants {
    padding-bottom: 34px;
  }
}