@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

* {
  font-family: "Helvetica", "Roboto", "Arial", "PingFang TC", "PingFang SC",
    "Source Han Sans TC", "Droid Sans", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”",
    "Microsoft YaHei", "Hiragino Sans GB", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  min-width: 0;
  min-height: 0;
}

body * {
  font-family: "Lato", "Helvetica", "Roboto", "Arial", "Noto Sans CJK TC",
    "Noto Sans TC", "PingFang TC", "PingFang SC", "Source Han Sans TC",
    "Droid Sans", "Microsoft JhengHei", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft YaHei",
    "Hiragino Sans GB", "sans-serif";
}

:root {
  /* Primary Colors */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-lightgrey: #f7f7f7;

  /* theme */
  --color-brand: #30556b;
  --color-footerBg: #2f3030;

  /* typography */
  --logo-text-size: 16px;
  --font-size-h1: 64px;
  --font-size-h2: 18px;
  --font-size-h3: 18px;
  --fa-style-family: "Font Awesome 6";
}

* {
  box-sizing: border-box;
}

body {
  font-size: 0.88rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--color-brand);
}

a,
a:active,
a:focus,
a:hover {
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  color: var(--color-brand);
}

a:hover {
  transition: all 0.2s ease-in-out;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

sub,
sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

ul,
ol {
  list-style: none;
}
/* adding new code */
.highlight-ul li ul.newUl li {
  list-style-type: circle;
}
/* Ending new code */
#page {
  min-height: calc(100vh - 32px);
  position: relative;
}

/* Typography */
.logo-text,
.logo-text a {
  color: var(--color-brand);
  font-weight: 700;
  line-height: 1;
  margin-block: 10px;
}

h1 {
  font-size: var(--font-size-h1);
  color: var(--color-globalText);
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: var(--color-globalText);
}

h3 {
  color: var(--color-brand);
  font-size: var(--font-size-h3);
  margin: 0 0 10px;
  font-weight: 700 !important;
}

em {
  font-style: italic;
}

h4 {
  font-size: 1rem;
  line-height: 24px;
  color: var(--color-globalText);
  font-weight: 400;
  margin-bottom: 10px;
}

/* Layouts */
.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

/* Helpers */
.pull-right {
  float: right !important;
}

.px-15 {
  padding-inline: 15px;
}

.px-0 {
  padding-inline: 0;
}

.mx-auto {
  margin-inline: auto;
}

.bg-lightGrey {
  background-color: var(--color-lightgrey);
}

/*  */
.container {
  max-width: 100%;
  width: 100%;
}

.row {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.col-12 {
  width: 100%;
  position: relative;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-3 {
  width: 25%;
}

.col-xs-6 {
  width: 100%;
}

/* Header */
header {
  min-height: 64px;
  padding: 0 !important;
}

.header-container {
  position: relative;
  min-height: 64px;
  justify-content: space-between;
  padding: 0.8rem 0px;
  /* 
  max-width: 1267px; */
  margin: 0 auto;
}

.contact-info {
  display: flex;

  justify-content: flex-end;
}

.right-container {
  text-align: right;
}

a.contact-link,
.header-container {
  align-items: flex-end;
  display: flex;
  align-items: center;
}

.contact-info {
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.88rem;
  margin: 0 0 13px 0;
  padding: 0 1rem;
  height: 45px;
}
.contact-info strong {
  font-weight: 500;
}
a.contact-link {
  align-items: center;
  font-weight: 300;
  /* margin-right: 5px; */
  letter-spacing: 0.5px;
}
#main-navigation a {
  cursor: pointer;
  display: inline;
  letter-spacing: 0.5px;
  font-size: var(--logo-text-size);
  padding: 0.43rem;
  margin: 0px 0.25rem;
}

#main-navigation a:last-child {
  margin: 0;
  padding-right: 0;
}

/* header component */
/* banner */
.banner .banner-img {
  background: url("../images/banner-21318.jpg") center center / cover no-repeat;
  height: 371px;
  min-width: 100vw;
}

.banner-index .banner-img {
  background: url("../images/page-feversocial-20221026-0ff009c3-0515-44ab-8959-ede21804c188.jpg")
    center center / cover no-repeat;
}

.banner-hbv .banner-img {
  background: url("../images/df76640e6950d413db1442ce.jpg") center center /
    cover no-repeat;
}

/* Adding new code */
.banner-hdv .banner-img {
  background: url("../images/18b7f80bd146960a193b7551(1).jpg") center center /
    cover no-repeat;
}
.hbv-page .banner-hdv .banner-img {
  height: 386.84px;
}
/* Ending new code */

.banner-hcv .banner-img,
.hcv-internal-l1 .banner-img {
  background: url("../images/3c14dcbb17fb18bd135d927f.jpg") center center /
    cover no-repeat;
}

.banner-news .banner-img {
  background: url("../images/page-feversocial-20221024-89ac12df-bc69-4939-9386-010b1b680ba7.jpg")
    center center / cover no-repeat;
  /* Adding new code */
  height: 310px;
  /* Ending new code */
}
/* adding new code */
.banner.banner-new-ht .banner-img {
  height: 310px;
}
/* Ending new code */

.banner-audio-video .banner-img {
  background: url("../images/page-feversocial-20211122-88d61400-966d-4703-9f95-92f63b75ce67.jpg")
    center center / cover no-repeat;
}

.hep-b-banner .banner-img {
  background: url("../images/page-feversocial-20211213-74bda078-ffb7-40cc-ad36-497743f13aa2.jpg")
    center center / cover no-repeat;
}

.banner-activity .banner-img {
  background: url("../images/81843a60e45a8e1bbc0de648.jpg") center center /
    cover no-repeat;
}

.banner-index h1 {
  font-size: 2.25rem;
  max-width: 585px;
  text-align: center;
  line-height: 1.3;
  padding: 0 10px;
}
h1 {
  margin: 18px 0;
  font-size: var(--font-size-h1);
  line-height: 1.2;
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
}

.banner-title {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  bottom: 0;
}

/* banner ends */

/* footer */

.footer a,
.footer-text {
  font-size: 0.88rem;
  margin: 0;
  font-weight: 300;
}

.footer a:active,
.footer a:focus,
.footer a:hover {
  color: inherit;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-brand);
  padding: 0 1rem;
  color: var(--color-white);
}

.footer-column {
  flex: 1 1 100%;
  margin: 18px 0;
  text-align: center;
}

.footer-logo img {
  max-width: 120px;
}

.footer-links {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.footer-link {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
}

.footer-copy {
  font-size: 14px;
}

/* footer ends */
/* home card */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 10px 0;
}
.height-b-310 .banner .banner-img,
.hbv-page .banner-img,
.audio-video-p .banner-img {
  height: 310px;
}
.content-card {
  flex: 1 1 calc(50% - 16px);
  max-width: calc(50% - 8px);
}

.card-link {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 22vh;
  text-decoration: none;
}

.card-overlay {
  background: rgba(199, 52, 66, 0.6);
  padding: 12px;
}

.card-text-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22vh;
  padding: 12px;
  border: 1px solid var(--color-white);
}

.card-text {
  text-align: center;
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
}

/* ends */
/* scroll to top */
div#scrolltop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 199;
  visibility: visible;
  opacity: 0.8;
  transition: opacity 0.5s linear;
}

/* ends */

/* foot top section */
#disclaimer-section {
  background-color: rgb(240, 242, 245);
  padding: 10px 16px 0 16px;
}

.disclaimer-content p {
  margin: 0;
  line-height: 1.2;
  padding: 0 0 15px 0;
  font-weight: 300;
}

.bottomLogo {
  padding: 64px 0;
}

/* ends */

/*  */
.update-section {
  background: #f0f2f5;
  padding-bottom: 80px;
}
.hbv-page .update-section {
  margin-top: -1px;
}
.update-box {
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.26);
  padding: 0 2rem 0.1rem 2rem;
  margin-bottom: 2rem;
}
/* Adding new code */
.update-box.newUpdatebox {
  margin-bottom: 1rem;
}
/* Ending new code */
ol.update-list li {
  font-size: 1.12rem;
  margin: 9px;
  font-weight: 300;
  color: rgb(23, 53, 94);
}

.update-header .issue-date {
  color: #b8312f;
  font-size: 1.12rem;
  font-weight: 500;
  padding-top: 2rem;
  margin: 0;
}
.update-title {
  color: #17355e;
  padding: 8px 0 10px 0;
  font-size: 2.25rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 8px;
}

.divider {
  border: none;
  height: 1px;
  background: #d6d6d6;
  margin-bottom: 45px;
}

.update-list {
  list-style: decimal;
  padding-left: 8.5rem;
  font-size: 1.12rem;
}

.read-more {
  text-align: right;
  margin: 18px 0 40px 0;
}

.read-more-button {
  display: inline-block;
  background-color: rgb(184, 49, 47);
  margin: 8px;
  border: 1px solid transparent;
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
  font-weight: 300;
}
.update-box .read-more-button:hover,
.update-box .read-more-button:focus {
  color: #fff;
  font-weight: 300;
}
#journal-list {
  padding: 2rem;
  text-align: center;
}
#journal-list .section-title {
  color: #203662;
  font-weight: 500;
  font-size: 2.25rem !important;
  background: none;
  font-family: "Noto Sans TC";
}

.issue-list {
  display: flex;
  row-gap: 1.8rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.issue-item {
  background-color: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 12px;
  /* min-height: 145px; */
  padding: 1.5rem;
  transition: box-shadow 0.3s ease;
  width: 48.8%;
}
.issue-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.issue-info {
  color: #17355e;
}

.issue-number {
  font-weight: 500;
  margin: 10px 0;
}
.no-circle {
  border-radius: 0 !important;
}
.issue-title {
  color: #17355e;
  font-size: 1.5rem !important;
  font-weight: 500;
  line-height: 1.3;
  margin: 5px 0;
}
/* Adding new code */
.journal-sec .issue-container .issue-item p.issue-title {
  letter-spacing: 0.5px;
}
/* Ending new code */
.issue-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.multiple .profile-entry strong {
  font-weight: 500;
  font-size: 1.12em;
}
.coming-soon .issue-title {
  color: #ccc;
}

/*  */

.mobile-hamburger,
.close-menu,
.mobile-contact,
.nav-arrow {
  display: none;
}

/* profile */
.profile-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  align-items: center;
}

.profile-image {
  flex: 0 0 12.6%;
  justify-content: left;
}

.profile-img {
  max-width: 100%;
  height: auto;
}

.profile-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.profile-text {
  padding: 0 0.5rem;
  color: #17355e;
  width: 100%;
}

.profile-name {
  display: inline-block;
  gap: 0.2rem;
  font-size: 1.125em;
  color: #17355e;
  font-weight: 500;
  margin: 10px;
  line-height: 1.2;
}
.profile-flex strong,
.profile-flex span {
  display: inline-block !important;
  vertical-align: top;
}

.profile-name span,
.profile-name strong {
  font-weight: 500;
}

.profile-row.multiple .profile-info {
  flex: 1;
}

.profile-logos {
  display: flex;
  gap: 0.2rem;
  padding-right: 1.25rem;
  flex: 0 0 auto;
}

.profile-logo {
  width: 69.19px;
  height: auto;
  object-fit: contain;
}

.profile-info {
  color: #17355e;
  font-size: 1.125em;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.profile-entry.secondary,
.lt-blue {
  color: #669aba;
}

.profile-img,
.profile-logo {
  border-radius: 100rem;
}

.update-section .container {
  padding: 0 1rem;
}

.update-section-1 .container {
  padding: 0 1.5rem;
}

.update-section-1 {
  background-color: var(--color-white);
  padding: 80px 0px 0 0;
}

/* breadcrumb */
#breadcrumb-section {
  background-color: #f5f5f5;
}

.breadcrumb-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.breadcrumb-list a {
  font-size: var(--logo-text-size);
  color: #111111;
  font-weight: 300;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #111111;
  font-size: 19px;
  font-weight: 300;
}

nav.breadcrumb-nav {
  /* max-width: 1267px; */
  padding: 20px;
  margin: 0 auto;
  width: 83.33%;
}
/* ends */
.hbv-page main,
.hbv-page .update-section {
  padding-top: 20px;
  background-color: rgb(27, 70, 122);
  padding-bottom: 0;
}

#guidelines-section {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  text-align: center;
}

.guideline-subtitle {
  margin: 0;
  color: #fff;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  padding: 9px;
}

/* Adding new code */
.hbv-page .update-section .container #guidelines-section .guideline-subtitle {
  font-weight: 500 !important;
}
/* Ending new code */

.section-divider {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-bottom: 20px;
}
#disclaimer-section.blue-bg {
  background-color: rgb(48, 85, 107);
  color: rgb(255, 255, 255);
  margin-bottom: -1px;
}

#guideline-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 15px;
  margin: 0 0.5rem 0 0.5rem;
  padding-bottom: 33px;
  align-items: flex-start;
  /* width: 100%; */
  justify-content: flex-start;
}

.guideline-card {
  background: #fff;
  padding: 25px 20px 15px;
  border: 6px solid rgb(41, 100, 160);
  border-radius: 15px 35px;
  width: calc(33.33% - 34px);
}

/* Adding new code */
.update-section.hdv-sec #guideline-cards {
  gap: 48px;
}
.update-section.hdv-sec .guideline-card {
  width: calc(33.33% - 32px);
}
/* Ending new code */

/* Adding new code */

.hbv-page .guideline-card.mar-bottom {
  margin-bottom: 43px;
}

/* Ending new code */

.guideline-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #1e1e1e;
  font-weight: 500;
  word-wrap: break-word;
}

/* Adding new code */
.hbv-page .update-section .container .guideline-card .guideline-title {
  letter-spacing: 0.5px;
}
/* ending new code */

.guideline-date {
  font-size: 14px;
  color: #9e9e9e;
  margin-bottom: 10px;
}

.guideline-divider {
  background: #e0e0e0;
  height: 1px;
  margin-bottom: 15px;
}

.guideline-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.published-date {
  color: rgb(158, 158, 158);
  font-weight: 500 !important;
  font-size: 14px;
}
.published-date strong {
  font-weight: 500 !important;
}
.read-more-btn {
  background-color: #396cf0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 1px;
}

.read-more a:hover,
.read-more-btn:hover {
  color: rgb(255, 255, 255);
}

#guidelines-section.long-term-space {
  margin-top: 85px;
}

/* terms of use */

#terms-of-use {
  padding: 20px 20px 40px 20px;
  color: rgb(51, 51, 51);
  font-weight: 300;
}

h1.terms-section-title {
  text-align: center;
  margin-bottom: 30px;
  margin: 18px 0;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 300;
  color: rgb(51, 51, 51);
}

h3.terms-section-subtitle {
  margin-top: 40px;
  margin: 60px 0 18px 0;
  font-size: 1.75rem;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  font-weight: 300 !important;
}

.cookie-statement h3 {
  font-size: 1.5rem;
}

#terms-of-use p {
  margin: 16px 0;
  margin: 18px 0;
  font-size: 1.12rem;
  line-height: 1.5;
}

#terms-of-use a.link {
  color: #4a90e2;
  font-weight: 300;
}

.footer-contact-info {
  margin-top: 30px;
}

.footer-contact-info h4 {
  margin-bottom: 10px;
}

.footer-contact-info p {
  margin: 5px 0;
}

.privacy-statement ul {
  margin: 18px 0;
  font-size: 1.12rem;
  line-height: 1.5;
  list-style: disc;
}

.privacy-statement ul li {
  padding-bottom: 15px;
}

.bottom-space {
  padding-bottom: 50px;
}

.left-space {
  padding-left: 20px;
}

/* news slider */
.news-section-title {
  margin: 18px 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  color: rgb(51, 51, 51);
}

.news-divider {
  border: none;
  height: 1px;
  margin-bottom: 35px;
  background: rgb(118 118 118);
}

.news .update-section .container {
  padding: 0;
}

.carousel-wrapper h3 {
  /* Adding new code */
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400 !important;
  margin: 0px 0px 10px;
  white-space: pre-wrap;
  border: 1px solid transparent;
  box-sizing: border-box;
  max-height: 80px;
  font-size: 20px;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  user-select: none;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.news .update-section-1 {
  padding: 0;
}

.slick-initialized .slick-slide {
  background: #767676;
  margin: 0 10px;
  padding: 15px 40px 15px 15px;
  transition: background-color 1.2s ease;
  position: relative;
  min-height: 320px;
  margin: 0 10px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.slick-slide p {
  overflow: hidden;
  font-weight: 300;
  margin: 0px 0px 10px;
  border: 1px solid transparent;
  max-height: 130px;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  /* Adding new code */
  display: -webkit-box;
}

.line-clamp-1 {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  user-select: none;
  transition: letter-spacing 1s;
  font-weight: 300;
  transition: letter-spacing 1s;
}

.slick-slide:hover .line-clamp-1 {
  letter-spacing: 1px;
}

.slick-initialized .slick-slide:hover {
  background: #2f2f2f;
}

.slick-slide {
  box-shadow: 0px 1px 5px 2px rgba(121, 121, 121, 0.3);
}

.slick-slide:first-child {
  margin-left: 0;
}

.slick-slide:last-child {
  margin-right: 0;
}

.slide-btn {
  padding-top: 25px;
}

.carousel-wrapper .slick-dots li.slick-active {
  width: 40px;
  cursor: auto;
  background-color: #404040;
}

.carousel-wrapper .slick-dots li button,
.carousel-wrapper .slick-dots li {
  padding: 0;
  margin: 0;
}

.carousel-wrapper .slick-dots {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.no-slick-dot .slick-dots {
  display: none;
}

.carousel-wrapper .slick-dots li {
  width: 10px;
  height: 4px;
  float: left;
  margin-right: 4px;
  background-color: #9b9b9b;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease width;
}

.carousel-wrapper .slick-dots li button:before {
  content: none;
}

.carousel-wrapper .slick-dots li:last-child {
  margin-right: 0;
}

.carousel-wrapper .slick-prev:before,
.carousel-wrapper .slick-next:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.carousel-wrapper .slick-prev,
.carousel-wrapper .slick-next {
  left: 0;
  top: 105%;
  z-index: 1;
}

.carousel-wrapper .slick-next {
  right: 0;
  left: 97%;
}

.carousel-wrapper .content h3,
.carousel-wrapper .content p {
  z-index: 9999;
  position: relative;
}

.slide-btn {
  z-index: 9999;
  position: absolute;
  bottom: 15px;
}

.carousel-wrapper .slick-next:before {
  transform: rotate(180deg);
}

.img-c {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/113.jpg) center center / cover no-repeat
    rgb(236, 236, 236);
  transition: -webkit-transform 1s, transform 1s;
}
/* Adding new code */
.img-c.july-2025-1 {
  background: url(../images/76.jpg) center center / cover no-repeat;
}
.img-c.july-2025-2 {
  background: url(../images/phpLoHg2q.jpg) center center / cover no-repeat;
}
.img-c.july-2025-3 {
  background: url(../images/1024x768_wmkn_0_C20250720000113.jpg) center center /
    cover no-repeat;
}
.img-c.july-2025-4 {
  background: url(../images/5114986_1.jpg) center center / cover no-repeat;
}
.img-c.july-2025-5 {
  background: url(../images/175922116172153_P32667548.jpg) center center / cover
    no-repeat;
}
.img-c.sept-2024-new {
  background: url(../images/a3abee81-2964-489b-bd44-b51d63b821f11718878684.jpg)
    center center / cover no-repeat;
}
/* Ending new code */

.img-c.march-2025 {
  background: url(../images/1741845553722396363.jpg) center center / cover
    no-repeat;
}

.img-c.feb-2025-1 {
  background: url(../images/1740104993897087810.jpg) center center / cover
    no-repeat;
}

.img-c.feb-2025-2 {
  background: url(../images/175247013356841_P31527911.jpg) center center / cover
    no-repeat;
}

.img-c.feb-2025-3 {
  background: url(../images/175187030113070_P31441404.jpg) center center / cover
    no-repeat;
}

.img-c.jan-2025-1 {
  background: url(../images/Pharma-2-Bluejay-shutterstock_1994999621.jpg) center
    center / cover no-repeat;
}

.img-c.dec-2024-1 {
  background: url(../images/92.jpg) center center / cover no-repeat;
}

.img-c.dec-2024-2 {
  background: url(../images/1024x768_wmky_0_C20241212000083.jpg) center center /
    cover no-repeat;
}

.img-c.dec-2024-3 {
  background: url(../images/175247013337318_P31079247.jpg) center center / cover
    no-repeat;
}

.img-c.dec-2024-4 {
  background: url(../images/1733124230058436306.jpg) center center / cover
    no-repeat;
}

.img-c.nov-2024-1 {
  background: url(../images/44dd166957a63815b0070139b25b5459_l.jpg) center
    center / cover no-repeat;
}

.img-c.oct-2024-1 {
  background: url(../images/M_precision_biosciences.jpg) center center / cover
    no-repeat;
}

.img-c.oct-2024-2 {
  background: url(../images/4832336_1.jpg) center center / cover no-repeat;
}

.img-c.oct-2024-3 {
  background: url(../images/2024_10_16_1749312.jpeg) center center / cover
    no-repeat;
}

.img-c.oct-2024-4 {
  background: url(../images/shutterstock_1335808664.jpg) center center / cover
    no-repeat;
}

.img-c.sept-2024-1 {
  background: url(../images/4810638_1.jpg) center center / cover no-repeat;
}

.img-c.sept-2024-2 {
  background: url(../images/shutterstock_2331856239.jpg) center center / cover
    no-repeat;
}

.img-c.sept-2024-3 {
  background: url(../images/shutterstock_2402378573-scaled.jpg) center center /
    cover no-repeat;
}

.img-c.aug-2024-1 {
  background: url(../images/175324947592197_P30323686.jpg) center center / cover
    no-repeat;
}

.img-c.aug-2024-2 {
  background: url(../images/20240822-031126_U29291_M980951_c733.jpg) center
    center / cover no-repeat;
}

.img-c.aug-2024-3 {
  background: url(../images/4772021_1.jpg) center center / cover no-repeat;
}

.img-c.aug-2024-4 {
  background: url(../images/liver-abc.jpg) center center / cover no-repeat;
}

.img-c.aug-2024-5 {
  background: url(../images/e7802068.jpg) center center / cover no-repeat;
}

.img-c.aug-2024-6 {
  background: url(../images/liver-disease-image.jpg) center center / cover
    no-repeat;
}

.img-c.aug-2024-7 {
  background: url(../images/99.jpg) center center / cover no-repeat;
}

.img-c.jul-2024-1 {
  background: url(../images/a2dacc57fa62d792183a8346e0dd582f_l.jpg) center
    center / cover no-repeat;
}

.img-c.jul-2024-2 {
  background: url(../images/UDN_BABY.png) center center / cover no-repeat;
}

.img-c.jul-2024-3 {
  background: url(../images/175324965360376_P30146565.jpg) center center / cover
    no-repeat;
}

.img-c.jul-2024-4 {
  background: url(../images/UDN_BABY.png) center center / cover no-repeat;
}

.img-c.jul-2024-5 {
  background: url(../images/php8AdMbz.jpg) center center / cover no-repeat;
}

.img-c.jul-2024-6 {
  background: url(../images/shutterstock_2119234661-1.jpg) center center / cover
    no-repeat;
}

.img-c.jun-2024-1 {
  background: url(../images/lg-1d1f0228949ec939a6fd9795ef75b718.jpg) center
    center / cover no-repeat;
}

.img-c.jun-2024-2 {
  background: url(../images/pic_fb.jpg) center center / cover no-repeat;
}

.img-c.jun-2024-3 {
  background: url(../images/0816__liver.jpg) center center / cover no-repeat;
}

.img-c.jun-2024-4 {
  background: url(../images/1719456825.1348.png) center center / cover no-repeat;
}

.img-c.jun-2024-5 {
  background: url(../images/1024x768_wmkn_0_C20240622000050.jpg) center center /
    cover no-repeat;
}

.img-c.jun-2024-6 {
  background: url(../images/175324989730897_P29855306.jpg) center center / cover
    no-repeat;
}

.img-c.jun-2024-7 {
  background: url(../images/shutterstock_2302117763.jpg) center center / cover
    no-repeat;
}

.img-c.jun-2024-8 {
  background: url(../images/GSK-shutterstock_2019465617.jpg) center center /
    cover no-repeat;
}

.img-c.jun-2024-9 {
  background: url(../images/shutterstock_2327782841.jpg) center center / cover
    no-repeat;
}

.img-c.jun-2024-10 {
  background: url(../images/1024x768_wmky_0_C20240604000101.jpg) center center /
    cover no-repeat;
}

.img-c.may-2024-1 {
  background: url(../images/4689540_1.jpg) center center / cover no-repeat;
}

.img-c.may-2024-2 {
  background: url(../images/phpgi5bE5.jpg) center center / cover no-repeat;
}

.img-c.may-2024-3 {
  background: url(../images/phpP9g7ME.jpg) center center / cover no-repeat;
}

.img-c.may-2024-4 {
  background: url(../images/phpXR3GMA.jpg) center center / cover no-repeat;
}

.img-c.may-2024-5 {
  background: url(../images/1f199115e46d19f2cbe5aaf7d0ad5509_l.jpg) center
    center / cover no-repeat;
}

.img-c.may-2024-6 {
  background: url(../images/175310455479709_P29578552.png) center center / cover
    no-repeat;
}

.img-c.apr-2024-1 {
  background: url(../images/pic_fb.jpg) center center / cover no-repeat;
}

.img-c.apr-2024-2 {
  background: url(../images/phpmCNTqd.jpg) center center / cover no-repeat;
}

.img-c.apr-2024-3 {
  background: url(../images/id14222335-675003-700x359.jpg) center center / cover
    no-repeat;
}

.img-c.apr-2024-4 {
  background: url(../images/175310455474878_P29570150.jpg) center center / cover
    no-repeat;
}

.img-c.march-2024-1 {
  background: url(../images/4623664_2.jpg) center center / cover no-repeat;
}

.img-c.march-2024-2 {
  background: url(../images/1708056660.9652.png) center center / cover no-repeat;
}

.img-p {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
  transition: -webkit-transform 1s, transform 1s;
  z-index: 0;
}

.caption-right {
  margin: 10px 0;
  font-size: 0.88rem;
  line-height: 1.2;
  text-align: right;
  font-weight: 300;
}

.carousel-container {
  padding-top: 30px;
}
/* Adding new code */
.news .update-section-1 .carousel-container:first-child {
  padding-top: 0px;
}
/* Ending new code */
.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 1s;
}

.slide:hover .img-c {
  transform: scale(1.3);
}

.slide:hover .img-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel-wrapper .slick-track {
  display: flex !important;
  align-items: stretch;
}

.carousel-wrapper {
  max-width: 100%;
}

/* ends */
/* audio video page */

#interview-section {
  position: relative;
  min-height: 480px;
  background: url(https://picture-original.fevercdn.com/page-feversocial-20221026-ced5aae3-80a6-454b-85e0-cc8709bc12a5.png)
    no-repeat;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.26);
  color: #fff;
  /* margin-bottom: 31%; */
  /* Adding new code */
  margin-bottom: 36%;
  /* ending new comment */
}
#interview-section.last-interview {
  /* margin-bottom: 29%; */
  /* Adding new code */
  margin-bottom: 38%;
  /* ending new code */
}
#interviewee-info img {
  width: 100px;
}

#interviewee-info.img-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#interview-section .overlay-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 12px 12px;
  pointer-events: none;
}

.interview-main {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
}

#interview-content .date {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 1.12rem;
  font-weight: 500;
}

#interview-content {
  padding: 0 2rem;
}

#interview-content h3.title {
  margin: 18px 0;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 400 !important;
  color: #fff;
}

#divider {
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  margin: 18px 0;
}

#interviewee-info {
  display: flex;
  align-items: flex-start;
  font-size: 1.35rem !important;
  flex-direction: column;
  padding-bottom: 30px;
}
#interviewee-info h3 {
  font-size: 1.35rem;
}
#interviewee-info h3,
#interviewee-info p {
  color: #fff;
  /* font-weight: 400 !important; */
  /* Adding new code */
  font-weight: 500 !important;
  /* Ending new code */
  margin-bottom: 0;
}

#interviewee-info p {
  margin-top: 4px;
  font-weight: bold;
}
#interviewee-info p span,
#interviewee-info h3 span {
  font-size: 1.12rem;
}
#video-wrapper {
  max-width: 514px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0 2rem;
}

#video-wrapper iframe {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.26);
  border-radius: 1rem;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  /* height: auto; */
}

.audio-video-p .update-box {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

h2.bottom-title {
  color: rgb(32, 54, 98);
  font-family: Impact, Charcoal, sans-serif;
  font-size: 2.25rem !important;
  text-align: center;
  font-weight: 500;
}
.audio-video-p .update-section {
  padding-bottom: 45px;
}
.audio-video-p .update-section {
  padding-top: 70px;
}

/* ends */
/* hepatitis b internal */

.faq-label {
  background: #3170cc;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.25rem;
  top: -1.2rem;
  position: absolute;
  left: 0;
  right: 0;
}

.faq-title {
  color: #fff;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600 !important;
  padding-top: 50px;
  padding: 0 2rem;
}

.faq-title span {
  font-weight: 400;
}

ul.faq-list ul li {
  list-style: circle;
  margin-left: 0;
  margin-bottom: 0;
}

ul.faq-list ul li ul li {
  list-style: disc;
}

.faq-inline-image {
  margin: 1rem 0;
  text-align: center;
}

ul.faq-list li {
  margin-bottom: 25px;
}

.faq-references span {
  word-wrap: break-word;
}

.red-txt {
  font-weight: 600;
  color: rgb(197, 31, 63);
}

.faq-caption {
  margin-top: 80px !important;
}

.faq-caption,
.faq-references {
  color: #555;
  letter-spacing: 0.5px;
  margin: 10px 0;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 300;
}

.hbv-internal .update-section .container {
  padding: 60px 0 0 0;
}

.hbv-internal .update-box-1 {
  padding: 0;
  position: relative;
}

.faq-content {
  border-radius: 1rem;
  padding: 2rem 1rem;
  background: rgb(255, 255, 255);
  box-shadow: 0 3px 12px #00000042;
  color: rgb(51, 51, 51);
  letter-spacing: 0.5px;
  line-height: 1.85;
  font-size: 16px;
  margin-top: -2rem;
  z-index: 1;
  position: relative;
}

ul.faq-list {
  list-style: disc;
}

#taf-faq-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin: 2rem;
}

.faq-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: rgb(41, 105, 176);
  position: relative;
  margin: 17px;
  flex: 1 1 21%;
  min-width: 200px;
}

.faq-image-wrapper {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  margin: 10px 0;
  position: absolute;
  left: -19px;
}

.faq-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-text {
  flex-grow: 1;
  font-weight: 400;
  margin: 10px 0;
  font-size: 0.88rem;
  line-height: 1.2;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}

/* ends */
/* activity */
#calendar-section {
  background: #38769c;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
}

.event-calender {
  background: #38769c;
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 50px;
}

.activity .section-divider {
  margin-bottom: 10px;
}

.main-calender {
  margin-bottom: 30px;
  display: inline-block;
}

.calendar-box {
  display: flex;
  align-items: center;
  background: #0b3166;
  padding: 1rem;
  border-radius: 1rem;
  flex: 1 1 22%;
  text-align: left;
  margin: 8px;
}

.calendar-box img.icon {
  width: 11px;
}

.calendar-box img.arrow {
  width: 29px;
  margin-left: auto;
}

.calendar-text {
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin: 0 10px;
}

.calendar-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/*  */

.inner-calender-activity a {
  border-radius: 17px;
  background-color: #f8f9fa;
  padding: 1rem;
  /* width: 48.7%; */
  /* Adding new code */
  width: 100%;
  box-sizing: border-box; /* Ensures padding doesn't affect width */
  /* Ending new code */
  background-color: rgb(10, 49, 102);
  padding: 32px;
  position: relative;
}

.inner-calender-activity a:hover #event-name {
  text-decoration: underline;
}

#event-item:focus {
  outline: 3px solid #007bff;
}

#event-dates {
  border-radius: 17px 0 17px 0;
  padding: 0.5rem 1rem;
  display: inline-flex;

  font-weight: bold;

  color: #fff;

  padding: 12px;
  position: absolute;
  left: 0;
  justify-content: space-evenly;
  top: 0;

  line-height: 36px;
  min-width: 105px;
  background-color: rgb(255, 120, 0);
}

.p-13 {
  font-size: 13px;
  line-height: 1;
}

.p-40 {
  font-size: 40px;
  line-height: 1;
}

.p-9 {
  font-size: 9px;
  line-height: 1;
}

.p-24 {
  font-size: 24px;
  line-height: 1;
}

.date-range-left,
.date-range-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.d-ash {
  font-size: 12px;
  font-weight: bold;
}

#event-dates .date-range {
  display: flex;
  gap: 0.5rem;
}

#event-info {
  margin: 74px 0 1rem 0;
}

#event-category {
  color: #888;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.7);
}

#event-name {
  color: rgb(255, 255, 255);
  margin: 0 0 20px;
}

#event-time,
#event-location {
  color: #fff;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 4px 16px 4px 7px;
  display: inline-block;
  flex-direction: row;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 5px;
  font-size: 13px;
  white-space: nowrap;
  /* width: 100%; */
  /* Adding new code */
  width: auto;
  max-width: 100%;
  /* Ending new code */
  height: 100%;
}

#event-location-time svg {
  fill: #fff;
}

#event-location-time span {
  margin-left: 10px;
}

#event-button {
  padding: 0.5rem 1rem;
  border-radius: 12px;

  background-color: rgb(231, 241, 255);
  font-size: 13px;

  border-radius: 5px;
  width: 100%;
  border: 0;
}

#event-button:hover,
.pagination-button:hover {
  background-color: rgb(208, 217, 230);
}

/* ends */
.events-calendar-title {
  color: rgb(231, 241, 255);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.calendar-title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  /* margin: 25px 0; */
  /* Adding new code */
  margin: 10px 0;
  /* Ending new code */
}

.inner-calender-activity {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;

  gap: 20px;
}

#events-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 0 0;
}

.pagination-button {
  border-radius: 4px;
  border: 2px solid rgba(17, 17, 17, 0.1);
  font-weight: bold;
  font-size: 14px;
  background-color: rgb(231, 241, 255);
  color: rgb(17, 17, 17);
  min-width: 134px;
  padding: 6px 10px;
}

.previous-event .inner-calender-activity a {
  background-color: #27617e;
}

.pagination-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}

.button-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  vertical-align: middle;
}

.button-label {
  white-space: nowrap;
}

input#daterange,
#venueDropdownBtn {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 99px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgb(231, 241, 255);
  overflow: hidden;
  transition: 0.2s ease all;
  text-transform: uppercase;
  font-size: 13px;
  height: 37px;
  background: transparent;
  border: 1px solid rgba(231, 241, 255, 0.12);
  width: 99px;
  /* Adding new code */
  border-color: rgba(231, 241, 255, 0.3);
  background-color: rgb(17, 17, 17);
  border-radius: 8px;
  /* Ending new code */
}

input#daterange:hover,
#venueDropdownBtn:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

.date-1,
.custom-dropdown {
  position: relative;
  margin-right: 5px;
}

.date-1 svg,
.custom-dropdown svg {
  position: absolute;
  /* top: 13px; */
  /* Adding new code */
  top: 10px;
  /* Ending new code */
  right: 10px;
  color: #fff;
}

ul#venueDropdownList {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px 0;
  width: 200px;
  max-height: 300px;
  overflow-y: auto;
  transition: 0.2s ease all;
  position: absolute;
  z-index: 1;
}

ul#venueDropdownList li {
  font-size: 15px;
  line-height: 20px;
  color: #111;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul#venueDropdownList li a {
  color: #111;
  font-weight: 500;
  font-family: Arial;
}

.faq-text {
  flex-grow: 1;
  font-weight: 400;
  margin: 10px 0;
  font-size: 0.88rem;
  line-height: 1.2;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}

.faq-text:hover {
  color: rgb(41, 105, 176);
}

.hbv-internal-l1 .update-box {
  border-radius: 0;
  padding: 0;
}

/* hbv layout 2 */
.p-hero {
  margin-bottom: 1rem !important;
  text-decoration: underline;
  margin-top: 0;
  font-size: 1.17em;
}

.p-right {
  padding-bottom: 10px;
  text-align: right;
}

ul.highlight-ul-bullet {
  padding-left: 15px;
  margin-top: 20px;
}

.hbv-internal-l1 .update-section {
  padding-bottom: 1px;
}

.hbv-internal-l1 .breadcrumb-separator,
.hbv-internal-l1 .breadcrumb-list a {
  color: #17355e;
}

sub {
  bottom: -7px;
}

.blue-radius,
.red-radius {
  display: block;
  background: #10345c;
  border-radius: 100rem;
  padding: 3px 15px;
  color: #fff;
  font-size: 1.6em;
  font-style: italic;
  width: auto;
  font-weight: 600;
  width: 18%;
  text-align: center;
}

.red-radius {
  background: #b61a3b;
}
.bull-ul .red-txt,
.fw-500 .red-txt {
  color: #b61a3b;
  font-weight: 500;
}

ul.highlight-ul-bullet li {
  list-style-type: circle;
}

.right-txt-l1 {
  margin: 10px 0;
  font-size: 0.93rem;
  line-height: 1.2;
  color: #000;
  text-align: right;
  padding: 10px 10px 10px 0;
}

.hero {
  position: relative;
  background: linear-gradient(90deg, rgba(202, 48, 60, 1), rgba(37, 54, 95, 1));
  color: white;
  padding: 1.5rem !important;
}

.hero p {
  margin-bottom: 0;
}

.logo {
  width: 125px;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  opacity: 0.5;
}

.section-title {
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(
    90deg,
    rgba(202, 48, 60, 1) 0%,
    rgba(37, 54, 95, 1) 100%
  );
  padding: 0.25rem 1rem;
  padding-right: 2rem;
  z-index: 1;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

#study-summary,
#results,
#clinical-outcomes {
  margin-top: 16px;
}

#key-points {
  display: flex;
  background: rgba(213, 89, 99, 0.1);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 2rem;
  position: relative;
}

.highlight-ul li {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.12rem !important;

  list-style-type: disc;
  color: #000;
}

#key-points .highlight-ul li {
  list-style-type: square;
}

#study-summary .image-center {
  padding: 0 20px;
}

.highlight-ul {
  padding-right: 20px;
}

.highlight-ul li::marker {
  color: #cb313c;
  letter-spacing: 0.5px;
  padding-left: 1rem;
}

.hbv-internal-l1 .update-section > .container {
  padding-top: 15px;
}

.highlight-sticky {
  color: #fff;
  margin: 0;
  position: absolute;
  top: -1rem;
  left: 2rem;
  display: inline-block;
  transform: skew(-30deg);
  background: linear-gradient(
    90deg,
    rgba(202, 48, 60, 1) 0%,
    rgba(37, 54, 95, 1) 100%
  );
  padding: 0.55rem 2rem;
  z-index: 2;
}

.highlight-sticky h4 {
  margin: 0;
  transform: skew(30deg);
  font-size: 1.5rem !important;
}

.highlight-box ul {
  padding-left: 1rem;
  color: #000;
  margin-top: 1.4rem;
}

.highlight-box {
  width: 83.8%;
}

.subsection {
  margin-top: 2rem;
}

.conclusion .highlight-sticky {
  background: linear-gradient(90deg, #ca303c, #25365f);
  color: #fff;
  text-align: center;
  position: relative;
  width: 96%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.55rem 2rem;
  margin-top: 15px;
}

.reference {
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: #000;
}

.image-center {
  text-align: center;
  margin: 1rem 0;
  padding: 5px;
  background: #fff;
  margin: 0 auto auto;
}

.image-center img {
  margin: 0 auto;
}

.link-button {
  display: inline-block;
  background: #faeaeb;
  color: #0e0404;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.12rem;
  margin-top: 10px;
}

.hbv-internal-l1 h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
}

.image-center {
  padding: 0 20px;
}

.image-center img {
  width: 100%;
}

.highlight-ul li strong {
  font-weight: 500 !important;
}

.hbv-internal-l1 #references {
  border-top: 3px solid #ca303c;
  margin: 25px;
  padding: 0;
  font-weight: 300 !important;
  padding: 0 10px;
}

#key-points .image-center {
  padding: 5px;
}

#key-points .image-center img {
  max-width: 115px;
}

.hbv-internal-l1 .caption-right {
  margin-right: 35px;
  color: #000;
  padding-bottom: 30px;
}

.hero h3 {
  color: #fff;
  font-size: 1.75rem;
  padding-top: 30px;
  font-weight: 500 !important;
}

/* new css */
.banner-hdv-internal .banner-img {
  background: url("../images/18b7f80bd146960a193b7551.jpg") center center /
    cover no-repeat;
}

.hdv-internal-l1 .hero {
  background: linear-gradient(90deg, #29365c 0%, #3171b3 100%);
}

.hdv-internal-l1 .highlight-sticky {
  background: linear-gradient(90deg, #29365c 0%, #3171b3 100%);
}

.hdv-internal-l1 .section-title {
  background: linear-gradient(90deg, #29365c 0%, #3171b3 100%);
}

.p-h3 {
  font-size: 1.36em;
  padding-bottom: 5px;
  margin: 0;
}

.highlight-ul-bullet span {
  color: rgb(47, 103, 165);
}

.hep-c-banner .banner-img {
  background: url("../images/page-feversocial-2022120-8a41da53-a84e-4452-a8be-1c777f8ddbae.jpg")
    center center / cover no-repeat;
}

#key-points1 {
  position: relative;
  padding-top: 1rem;
}

#key-points-title1 {
  position: absolute;
  top: 0;
  left: 1rem;
  margin: 0;
  padding: 0.7rem 1.25rem;
  background: #b8312f;
  border-radius: 100rem;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

#key-points-content1 {
  padding: 2rem 1rem 1rem;
  border-radius: 1rem;
  background: rgba(184, 49, 47, 0.2);
  position: relative;
  /* changed from static to relative for better structure */
}

#key-points-list1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

#key-points-list1 li {
  margin-bottom: 1rem;
  list-style-type: disc;
  margin-left: 40px;
}

/* .hcv-internal-l2 #faq-section {
  background-image: url(../images/page-feversocial-2022516-ded80bac-95e7-4de0-9e07-ce21b64bad80.jpg);
  background-size: 123%;
  border-radius: 1rem;
  background-repeat: no-repeat;
} */
.hcv-internal-l2 h3 {
  font-size: 2.25rem;
  font-weight: 500 !important;
  z-index: 1;
  position: relative;
  margin: 18px 0;
  padding: 0 2rem;
}

.hcv-internal-l2 .p-right {
  font-size: 0.88rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0 35px 0 20px;
  z-index: 1;
  position: relative;
  padding-bottom: 1rem;
  margin: 10px 0;
}

.hcv-internal-l2 ul.faq-list li {
  margin: 18px 0;
  font-size: 1.12rem;
  line-height: 1.5;
  font-weight: 500;
}

.hcv-internal-l2 li a.link {
  color: #4a90e2;
  cursor: pointer;
}

.hcv-internal-l2 .right-txt-l1 {
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.hcv-internal-l2 .faq-inline-image {
  margin: 0;
}

.hcv-internal-l2 .update-box-1 {
  padding: 0 1rem;
}

.hcv-internal-l2 .faq-content h3 {
  padding: 0.5rem 1rem 0rem 0.8rem;
  font-size: 1.5rem !important;
  color: rgb(184, 49, 47);
  font-weight: 500 !important;
  line-height: 1.3;
}

.hcv-internal-l2 .right-txt-l1.font-112 {
  font-size: 1.12rem;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

.hcv-internal-l2 .faq-caption {
  margin-top: 40px !important;
}

.hcv-internal-l2 .back-22503 .faq-header {
  background: url(../images/page-feversocial-20221026-a2c1ca7e-1912-4103-b7f2-eae38b0987f9.jpg)
    no-repeat center;
}

.hcv-internal-l2 .back-23077 .faq-header {
  background: url(../images/page-feversocial-20221026-9fe1684a-65ed-4341-9e21-f58eb88ac04f.jpg)
    no-repeat right;
  background-size: cover;
}

.hcv-internal-l2 .back-22498 .faq-header {
  background: url(../images/page-feversocial-2022310-cbbe6c1b-d680-4efd-980f-a3e44445cf62.jpg)
    center;
  background-size: cover;
  background-position-x: 25%;
}

.hcv-internal-l2 .back-22380 .faq-header {
  background: url(../images/page-feversocial-202232-4cb2e8dd-5a6a-4847-b059-611d8433d2f9.jpg)
    no-repeat center;
}

.hcv-internal-l1 .hero {
  background: linear-gradient(90deg, #d21522 0%, #f38990 100%);
}

.hcv-internal-l1 .logo {
  opacity: 0.25;
}

.hcv-internal-l1 .highlight-sticky {
  background: #d21522;
}

.hcv-internal-l1 .section-title {
  background: linear-gradient(90deg, #d21522 0%, #f38990 100%);
}

.hcv-internal-l1 .highlight-ul li a,
.hcv-internal-l1 .reference p strong {
  font-weight: 600;
  color: #000;
}
/* Adding new code */
.hcv-internal-l1 .reference.newref p strong {
  font-weight: 500;
}
/* Ending new code */
.hcv-internal-l1 .conclusion .highlight-sticky {
  background: linear-gradient(90deg, #d21522 0%, #f38990 100%);
}

ul.highlight-ul-square {
  padding-left: 19px;
  margin-top: 20px;
  list-style-type: square;
}

ul.highlight-ul-square li {
  list-style-type: square;
}

ul.highlight-ul-number,
ul.highlight-ul-number li {
  list-style-type: number;
}

ul.highlight-ul-number {
  padding-left: 17px;
  padding-top: 20px;
}

ul.highlight-ul-number li span,
ul.highlight-ul-number li::marker {
  font-weight: 600;
  color: #000;
}

#error-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}

.error-image {
  max-width: 300px;
}

.error-message {
  font-size: 1.5rem;
  color: #b3b3b3;
  margin-top: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}

.faq-header-overlay {
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 50%) 0%,
    rgba(0, 0, 0, 0) 100% 100%
  );
  border-radius: 0 0 12px 12px;
  width: 100%;
  top: 0;
  bottom: 0;
}

.hcv-internal-l2 .back-22498 .faq-header .faq-header-overlay {
  background: linear-gradient(0deg, #1d5861, rgba(0, 0, 0, 0) 100%);
}

.hcv-internal-l2 .faq-header,
.hbv-internal .faq-header {
  position: relative;
  background: url(../images/page-feversocial-2022516-ded80bac-95e7-4de0-9e07-ce21b64bad80.jpg)
    no-repeat center left;
  border-radius: 1rem;
  background-size: cover;
  padding: 2rem 0;
}

.back-hbv .faq-header {
  position: relative;
  background: url(../images/page-feversocial-20211213-b265e785-84bf-46e3-a7a5-9ce511978f96.jpg)
    no-repeat center;
  border-radius: 1rem;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 45px;
}

.back-hbv strong {
  font-weight: 500;
}

/*covid-19 pandemic */
.fw-500 {
  font-weight: 500 !important;
}

.content-bg {
  width: inherit;
  height: inherit;
  opacity: 1;
  background: url("../images/page-feversocial-202165-ec6506b6-eb03-4a10-9c22-e2f547f9eb03.png")
    center center / cover no-repeat;
  transition: -webkit-filter 0.5s ease-out, filter 0.5s ease-out,
    opacity 0.5s ease-out;
  filter: blur(0rem);
}

.section-container,
.w-83 .container-main {
  margin: 0 auto;
  width: 83.3333%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
  min-height: 64px;
}
.banner-container,
.container-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.left-image {
  padding: 16px 0 80px 32px;
  background: url("../images/page-feversocial-2021527-3a28c813-96ce-463a-8f83-09e75e01710a.png")
    no-repeat left top;
  background-size: contain;
  position: relative;
}

.left-image-container,
.right-heading,
.left-image-alt,
.right-list-conternt,
.custom-table {
  width: 100%;
}

.left-image h3 span {
  color: #fff;
  font-size: 28px !important;

  text-decoration: underline;
}
.right-heading h2,
.right-heading h4 {
  color: #fff;
  text-align: right;
  background: none;
  margin-block: 1.125rem;
}

.right-heading h2 {
  display: block;
  padding: 0;
  clip-path: none;
  line-height: 1.15em;
  font-size: 2.25rem !important;
}

.right-heading h4 {
  margin-top: 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  margin: 18px 0;
}

.content-bg-alt.visible,
.journals-internal-l3-36052 .journals-l3-29402 .content-bg-alt.visible {
  width: inherit;
  height: inherit;
  opacity: 1;
  background: url("../images/page-feversocial-2021523-1729fc42-95b3-46d5-a7f9-0dec47bd5b17.jpg")
    center center / cover no-repeat;
  transition: -webkit-filter 0.5s ease-out, filter 0.5s ease-out,
    opacity 0.5s ease-out;
  filter: blur(0px);
}
.last-sec .content-bg-alt {
  background: url("../images/page-feversocial-2021629-530b3411-d2eb-4830-be49-a2ebf8840f21.jpg")
    center center / cover no-repeat !important;
}
.left-image-alt img {
  max-width: 100%;
  width: 22.8125rem;
  object-fit: fill;
  vertical-align: top;
  animation: auto ease 0s 1 normal none running none;
  height: auto !important;
}

.right-list-conternt .list-content-inner ul,
body .journals-internal-l3-36052 .list-content-inner ul.square-ul {
  padding-left: 40px;
  margin: 16px 4px;
}

.list-content-inner {
  background: linear-gradient(
    90deg,
    rgb(255 234 236 / 70%) 0%,
    rgb(255 255 255 / 50%) 100%
  );
  z-index: 5;
  position: relative;
  margin-top: 2rem;
  width: 100%;
}

.list-content-inner ul,
.journals-internal-l3-36052 .list-content-inner ul.square-ul {
  list-style-type: square;
  padding-left: 0;
  margin: 0;
}
.bull-ul {
  list-style-type: disc;
  padding-top: 20px;
  margin: 0;
}
.list-content-inner ul li,
.bull-ul li {
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
  line-height: 1.7;
}
.bull-ul li ul {
  list-style-type: circle;
  padding-bottom: 20px;
}
.custom-td {
  width: 100%;
  background: url("../images/page-feversocial-2021522-8aa62114-8b03-4425-b62e-4c4366f584bf.png")
    no-repeat left bottom;
}
.section-subtitle {
  padding: 18px 0;
  padding-left: 45px;
  font-size: 2em !important;
  line-height: 0.85em;
}
.section-subtitle span {
  font-size: 1.75rem !important;
  color: rgb(184, 49, 47) !important;
}
.section-subtitle span strong {
  font-weight: 500;
  line-height: 1.75rem;
}

.mt-40 {
  padding-top: 2rem;
}
.mt-50 {
  padding-top: 4rem;
}
.ml-20 {
  margin-left: 20px;
}

.pb-36 {
  padding-bottom: 2rem;
}

.p-15 {
  padding: 15px;
}

.m-block-10 {
  margin-block: 10px;
}

.m-block-20 {
  margin-block: 20px;
}

.p-block-lg {
  padding: 18px 46px;
}
.text-block-content p {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  letter-spacing: 0.0437rem;
  overflow-wrap: break-word;
  font-weight: 400;
  z-index: 1;
  position: relative;
  display: inline-block;
}

.text-block-content .link,
.right-image-box .link {
  color: #2c82c9;
  font-size: 1.12rem;
  word-break: break-word;
}
.text-block-content ol {
  list-style-type: decimal;
  color: #cb313c;
  font-size: 20px;
  margin: 0;
}
.text-block-content ol li h4 {
  margin-bottom: 0.65rem;
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
}

.text-block-content ol li {
  line-height: 1.7;
}

.text-block-content ol li p {
  margin-block: 0 18px;
}

.text-block-content ol li ul li {
  color: #333333;
  list-style-type: square;
  letter-spacing: 0.5px;
}
.border-white {
  position: absolute;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  top: -8px;
  bottom: 0;
  left: -10px;
  right: 0;
  clear: both;
  z-index: 0;
}

.list-wrapper {
  padding: 32px 16px;
}

.list-wrapper ol {
  font-size: 1.25rem;
  counter-reset: list;
  color: rgb(51, 51, 51);
}

.list-wrapper ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 8px;
}

.list-wrapper ol li:before {
  counter-increment: list;
  content: "(" counter(list, decimal) ") ";
  position: absolute;
  left: -1.5625rem;
  color: #cb313c;
  font-weight: 700;
  margin-right: 0.5rem;
}

.right-heading.inner-banner-heading h2 {
  font-size: 2.25rem !important;
  line-height: 1.1 !important;
  text-align: left;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.text-black {
  color: #000;
  line-height: 1.2;
  display: inline-block;
}
.left-content-block {
  padding: 1rem 1rem 1rem 1.625rem;
}

.right-image-box {
  padding: 1rem;
}

.right-image-box img {
  width: 150px;
  align-self: center;
  margin: 0 auto;
}

.bottom-bg {
  background: url("../images/page-feversocial-2021524-0e165454-dd28-4b89-bbfb-7fed62ae6032.jpg")
    center center / cover no-repeat;
}

.ref-l3-19292 .content-bg-alt.visible {
  background: url("../images/page-feversocial-2021524-0e165454-dd28-4b89-bbfb-7fed62ae6032.jpg")
    center center / cover no-repeat !important;
}
.article-summary-bg {
  background-color: rgb(202, 48, 60);
  padding: 0 1rem;
}
.text-white {
  color: #fff;
}

.text-grey {
  color: #30556b;
}

.footer-note {
  background-color: #f0f2f5;
}

.caption,
.caption1 {
  font-size: 0.88rem !important;
  line-height: 1.2;
}

.p-inline-16 {
  padding-inline: 16px;
}

.red-banner {
  position: relative;
  background-color: rgb(204, 47, 61);
  z-index: 999999;
}
.red-back {
  background-color: rgb(204, 47, 61);
}
.red-back .red-p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0.5rem;
  margin: 0;
}

.main-banner.visible {
  width: inherit;
  height: inherit;
  opacity: 1;
  background: url("../images/page-feversocial-2021526-32506b20-a227-4e41-b68f-12dac0d130ec.jpg")
    center center / cover no-repeat;
  transition: -webkit-filter 0.5s ease-out, filter 0.5s ease-out,
    opacity 0.5s ease-out;
  filter: blur(0px);
}

.left-container {
  background: url("../images/page-feversocial-2021526-c503f49a-716d-44d0-b4c2-c36e0ef6b546.png")
    left top no-repeat;
  background-size: contain;
  top: -4em;
  z-index: 999999;
  display: flex;
  position: relative;
}
.right-container-main p.heading {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) -1px -1px, rgb(255, 255, 255) 1px 1px,
    rgb(255, 255, 255) 1px -1px, rgb(255, 255, 255) -1px 1px;
  color: rgb(206, 51, 69);
  margin: 0;
  position: relative;

  right: 0;
}

.right-content-box .sub-heading {
  display: inline-block;
  font-size: 2rem;
  text-shadow: rgb(206, 51, 69) -1px -1px, rgb(206, 51, 69) 1px 1px,
    rgb(206, 51, 69) 1px -1px, rgb(206, 51, 69) -1px 1px;
  color: rgb(255, 255, 255);
  line-height: normal;
  letter-spacing: 0.5px;

  position: relative;
  margin-block: 18px 48px;
}

.bottom-img {
  max-width: 100%;
  width: 180px;
  object-fit: fill;
  vertical-align: top;
  animation: auto ease 0s 1 normal none running none;
  height: auto !important;
  position: relative;
  margin: 0 0 55px 40px;
  display: inline-block;
}

.right-content-box .heading {
  font-size: 5rem;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) -1px -1px, rgb(255, 255, 255) 1px 1px,
    rgb(255, 255, 255) 1px -1px, rgb(255, 255, 255) -1px 1px;
  color: rgb(206, 51, 69);
  line-height: 1.7;
  margin: 18px 0;
}
.right-content-box .sub-heading {
  display: inline-block;
  font-size: 2rem;
  text-shadow: rgb(206, 51, 69) -1px -1px, rgb(206, 51, 69) 1px 1px,
    rgb(206, 51, 69) 1px -1px, rgb(206, 51, 69) -1px 1px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.7;
  position: relative;
  top: -29px;
}
.text-block-content .link span {
  color: rgb(44, 130, 201);
  font-weight: 300;
}

.sub-heading-text {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin-right: -7px;
}
.empty-border {
  height: 3px;
  border: 1px solid #ce3345;
  background: #fff;
  margin-top: -11px;
}
.b-500 {
  font-weight: 500;
}
.sub-heading-letter-p {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin: 0 -6px;
}
.text-content-p {
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  line-height: normal;
}

.text-content-p-x {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 8px;
}
.fw-500 span,
.text-content-p-x span {
  color: #000;
}

.banner-left .section-title {
  text-align: left;
}

.fw-500 .text-white {
  color: #fff;
  font-weight: 400;
}
.caption.text-right.p-block-lg {
  text-align: right;
  color: rgb(51, 51, 51);
  font-weight: 300;
  padding: 25px 0;
  margin-bottom: 0;
}
.left-image-box {
  width: 12.5%;
}
.right-content-box {
  width: 87.5%;
}
.content-main1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
.content-main {
  position: relative;
}
.main-banner-p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.main-banner-p-sub {
  min-width: 100vw;
  height: inherit;
}
.content-main2 p {
  height: 3rem;
  margin: 18px 0;
  display: inline-block;
}
.bottom-gilead-logo {
  display: inline-block;
  margin: 0;
}
.text-content-l {
  width: 20%;
}
.text-content-r {
  width: 80%;
}
.text-content {
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.left-image-container .left-image h3.fw-500 {
  font-size: 3rem;
  line-height: 1.3rem;
  margin: 18px 0;
  font-weight: 300 !important;
}
.left-image-container .left-image h3.fw-500 strong {
  line-height: 1.3;
  font-size: 3rem;
}
.border-pad {
  padding: 15px;
  display: flex;
}
.l-r-padding .container-main {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.banner-left {
  text-align: left;
}
.image-wrapper-left {
  text-align: left !important;
}
.ref-l3 {
  margin-top: 50px;
}
.ref-l3 .content-bg-alt,
body .journals-internal-l3-36052 .ref-l3.journals-l3-28028 .content-bg-alt {
  background: url(../images/page-feversocial-2021524-0e165454-dd28-4b89-bbfb-7fed62ae6032.jpg)
    center center / cover no-repeat;
}
.hbv-internal .ref-l3 .content-bg-alt,
.back-70c7 .content-bg-alt {
  background: url(../images/page-feversocial-2023520-3a2a8984-422a-4559-bdc5-7fa393ea70c7.jpg)
    center center / cover no-repeat;
}

.ref-p p {
  font-size: 1.12rem;
  font-weight: 300;
}
.sup-55 {
  font-size: 55%;
  top: -0.7em;
}
.main-banner,
.content-bg-alt,
.journals-internal-l3-36052 .journals-l3-29402 .content-bg-alt {
  width: inherit;
  height: inherit;
  opacity: 0;
  transition: -webkit-filter 0.5s ease-out, filter 0.5s ease-out,
    opacity 0.5s ease-out;
  filter: blur(10px);
}
.w-83 .ul-li-image,
.list-content-inner-full,
.list-content-inner-full-21888 .left-content-block {
  width: 100%;
}
.empty-ul {
  list-style: none;
}
.text-block-content .link,
.right-image-box .link,
.bull-ul .link {
  color: #4a90e2;
}
.two-men-img .left-image-alt {
  display: flex;
  flex-wrap: wrap;
}
.main-name {
  width: 100%;
  display: flex;
  text-align: center;
  color: rgb(51, 51, 51);
  justify-content: space-evenly;
}
.main-name span.inner-title {
  font-size: 1.5rem;
  color: rgb(51, 51, 51);
}
.main-name span.inner {
  font-size: 1.12rem;
}
.two-men-img .left-image-alt,
.two-men-img .right-list-conternt {
  width: 50%;
}
.two-men-img .left-image-alt img {
  width: 30.8125rem;
}
.two-men-img .sub-name:first-child {
  width: 20%;
}
.two-men-img .sub-name {
  width: 40%;
}
.big-content-bg .content-bg {
  background: url("../images/page-feversocial-202214-13e2c955-b20b-42cd-b2e0-57304838a175.png")
    center center / cover no-repeat;
}
.big-image {
  background: url(../images/page-feversocial-202214-13e2c955-b20b-42cd-b2e0-57304838a175.png)
    center center / cover no-repeat;
}

/* today */

.background-gradient {
  background: linear-gradient(
    -45deg,
    rgb(245, 200, 197) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 2rem;
  padding: 4rem 0 2rem 0;
}
.fr-background {
  padding: 0;
  overflow: hidden;
}

/* .image-background {
  background-size: cover;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
} */

.fr-table-default {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.section-title-a {
  text-align: center;
  display: inline-block;
  margin: 0;
}

.center-text {
  text-align: center;
}

.highlight-color {
  color: rgb(184, 49, 47);
  margin: 18px 0;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 1rem;
}
.bold {
  font-weight: bold;
}

.disc-list {
  list-style-type: disc;
  font-size: 20px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 1rem 3rem;
  text-align: center;
}

.text-left {
  text-align: left;
}

.white-gradient-bg {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

.pure-g {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.pure-u-1 {
  width: 100%;
}

.pure-u-md-8-24 {
  width: 33.33%;
}

.relative {
  position: relative;
  display: inline-block;
}

.profile-img {
  width: 332px;
}
.name-label {
  position: absolute;
  bottom: 0;
  background: #a2232e;
  border-radius: 0 1rem 0 0;
  color: white;
  padding: 1rem;
  margin: 18px 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.inline {
  display: inline-block;
  margin: 0;
  font-size: 1.75rem !important;
  line-height: 1.3;
  color: #fff;
  font-weight: 500 !important;
  padding: 0;
}
.name-label .inner-title {
  font-size: 1.5rem;
  margin: 0;
  display: inline-block;
}
.video-frame {
  margin-top: 1rem;
  max-width: 100%;
  height: auto;
}

.announcement-box {
  border: 2px solid #cb313c;
  padding: 0;
  padding-top: 10px;
}

.announcement-header {
  background: rgba(203, 49, 60, 0.7);
  padding: 2px 6px;
}

.large-heading {
  font-size: 2em;
  line-height: 0.85em;
  margin-left: 40px;
}

.white-text {
  color: #fff;
  padding: 0;
  margin: 18px 0 18px 40px;
  font-weight: 500 !important;
  line-height: 1;
}

.main-list {
  list-style-type: disc;
  font-size: 20px;
  padding-left: 2rem;
  color: rgb(51, 51, 51);
  font-weight: 500;
}

.sub-list {
  list-style-type: circle;
  padding-left: 2rem;
}

.text-left {
  text-align: left;
  color: rgb(51, 51, 51);
}
.announcement-sec {
  padding-bottom: 55px;
}
h3.section-subtitle-a,
h3.section-subtitle-a a {
  font-size: 1.75rem;
  font-weight: 500 !important;
  color: rgb(51, 51, 51);
}

body .section-title-a a.link span {
  color: rgb(218, 93, 91);
  font-size: 2.25rem !important;
  font-weight: 500;
}
body .section-title-a .inner-title a {
  font-size: 1.5rem;
  line-height: 1.3;
  color: rgb(51, 51, 51);
  font-weight: 500;
}
.section-title-a div,
.section-title-a h3,
.section-title-a h4 {
  display: inline-block;
}
.section-21053 {
  text-align: center;
  padding: 80px 0;
}
.section-21053 .section-title-a-b {
  display: inline-grid;
}
.divider-a {
  height: 2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -90deg,
    rgb(255 255 255 / 0%) 0%,
    rgba(203, 81, 83, 1) 30%,
    rgba(203, 81, 83, 1) 50%,
    rgba(203, 81, 83, 0) 100%
  );
}

.red-img .content-bg-alt {
  background: url("../images/page-feversocial-202165-ec6506b6-eb03-4a10-9c22-e2f547f9eb03.png")
    center center / cover no-repeat;
}
.content-bg-alt.f90.visible {
  background: url("../images/page-feversocial-2023520-6eae6faf-9ed2-468a-b656-6a7c15895f90.jpg")
    center center / cover no-repeat !important;
}
.orange-background {
  background-color: rgb(255, 225, 223);
}
.padd-80 {
  padding-bottom: 80px;
}

ul.tabular-ul {
  list-style-type: cjk-decimal !important;
}
.ul-red-circle span {
  background: #cb313c;
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  font-size: 1rem;
  padding: 5px 10px;
  /* margin-right: 30px; */
  margin-left: -55px;
}
.ul-red-circle {
  margin: 10px 0 10px 40px;
  padding-left: 55px;
}
.p-right {
  font-size: 0.88rem !important;
  color: rgb(255, 255, 255);
}
.hbv-internal .list-content-inner ul ::marker {
  color: #cb313c;
}

.text-block-content ul ::marker {
  color: #cb313c;
}
.custom-img-td img {
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 65px;
  max-width: 67px;
}
.custom-img-td .section-subtitle {
  padding-left: 120px;
}
.image-section {
  position: relative;
  background: rgb(230 230 230 / 50%);
  border-radius: 0 30px 0 30px;
  padding: 1rem;
}
.image-wrapper {
  padding-bottom: 20px;
  text-align: center;
}
.image-wrapper img {
  margin: 0 auto;
}
.image-container p.inner {
  font-size: 20px;
  padding: 0.5rem 1rem;
  color: rgb(192, 51, 59);
  text-align: center;
  margin-top: 0;
  display: block;
  font-weight: 500;
}
.image-container .image-caption {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-bottom: 20px;
}
.block-title {
  background: linear-gradient(
    90deg,
    rgba(193, 52, 50, 1) 0%,
    rgba(221, 89, 110, 1) 100%
  );
  border-radius: 0 100rem 100rem 0;
  padding: 0.5rem;
  display: inline-flex;
  margin-bottom: 1rem;
  margin-left: -1rem;
  padding-right: 1rem;
}
.block-title h4.inner-title {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
}
.block-title.blue-title-text {
  background: linear-gradient(90deg, #39537b 0%, #587ea7 100%);
}
.journals-internal-l3-36052 .banner-container {
  align-items: center;
}
.journals-internal-l3-36052 .mt-50 {
  padding-top: 2rem;
}
.journals-internal-l3-36052 .block-title {
  position: relative;
}
.journals-internal-l3-36052 .block-title img {
  position: absolute;
  top: -16px;
  width: 49px;
}
.journals-internal-l3-36052 .block-title h4.inner-title {
  padding: 0 0.5rem 0 1.95rem;
  font-weight: 500;
  line-height: 1.3;
}
.journals-internal-l3-36052 .left-content-block {
  padding: 0;
}
/* .journals-internal-l3-36052 {
  padding: 15px;
} */
.journals-internal-l3-36052 .divider {
  margin: 0 0.5rem;
  background: none;
}

.journals-internal-l3-36052 .list-content-inner ul {
  list-style-type: disc;
  padding-left: 40px;
  padding-bottom: 20px;
}
.journals-internal-l3-36052 .list-content-inner ul li {
  padding-bottom: 10px;
}
.journals-internal-l3-36052 .caption1 {
  padding-bottom: 20px;
  display: block;
}
.empty-section .content-bg {
  background: url("../images/page-feversocial-20221215-d2bba21e-d963-47a3-a66c-12339e155111.jpg")
    center center / cover no-repeat;
}
.one-sec-banner .right-heading {
  width: 100%;
}
.one-sec-banner .right-heading h2 {
  margin: 2.5rem 0;
}
.journals-internal-l3-36052 .ref-l3 {
  padding-top: 50px;
  margin: 0;
}
.journals-internal-l3-36052 .ref-p .caption {
  padding-bottom: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.journals-internal-l3-36052 .ref-l3 .content-bg-alt.visible {
  background: url("../images/page-feversocial-2021525-e0a11221-ccbd-482e-ae77-ac4240884583.jpg")
    center center / cover no-repeat;
}
.journals-internal-l3-36052 .list-content-inner ul li ul {
  list-style-type: none;
  padding-left: 0;
}
.journals-internal-l3-36052 .list-content-inner ul li ul li img,
.no-bull-img ul li img {
  display: inline-flex;
  width: 17px;
  margin-right: 8px;
}
p.right-txt.caption1 {
  text-align: right;
  padding-bottom: 0;
  width: 100%;
}
.journals-l3-29402 .list-content-inner {
  background: none;
  width: 100%;
}
p.blue-p {
  color: #39537b;
  font-weight: 500;
}
p.red-p {
  color: #cb313c;
  font-weight: 500;
}

.text-block-content .red-ul li::marker {
  color: #8c0022;
}

.text-block-content .blue-ul li::marker {
  color: #587ea7;
}
.grey-back .image-caption {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(250 250 250) 10%,
    rgb(250 250 250) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
.sub-box {
  width: 47%;
}
.main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-title-span div.caption span {
  margin: 0px;
  margin-top: 0.5rem;
  display: flex;
  justify-content: end;
  display: inline-block;
  padding: 0.55rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 2rem 0rem 4rem 0;
  background: rgb(161, 18, 56);
  background: linear-gradient(
    90deg,
    rgba(161, 18, 56, 1) 60%,
    rgba(161, 18, 56, 0) 100%
  );
  margin-bottom: -13px;
  width: auto;
  text-align: left;
}
.block-title-span div.caption {
  text-align: right;
}
.research-image {
  display: inline-block;
}
.bull-ul.bull-ul-border {
  list-style-type: square;
  font-size: 20px;
  color: #cb313c;
  border-top: 4px solid #cb313c;
  border-bottom: 4px solid #cb313c;
  padding: 20px;
  margin-top: 25px;
  padding-left: 40px;
}
.bull-ul.bull-ul-border li {
  color: #cb313c;
  font-weight: 500;
  font-size: 1.5rem;
}
.journals-internal-l3-36052.journals-internal-l3-24923
  .block-title
  h4.inner-title {
  padding: 0 0.5rem 0.02rem;
}
.list-content-inner-full-21888-1 {
  width: 100%;
}
.list-content-inner-full-21888-1 ol li {
  list-style-type: number;
}
.hbv-internal .list-content-inner-full-21888-1 ol ::marker {
  color: rgb(51, 51, 51);
}
.list-content-inner-full-21888-1 .list-wrapper ol li:before {
  content: none;
}
.red-box .inner-title {
  display: inline-block;
  background: #cb313c;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 1rem 1rem 0 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}
.red-box .bull-ul-border {
  margin-top: 0;
}
.brown-box .inner-title {
  background-color: #8c0022;
}
.brown-box .bull-ul.bull-ul-border {
  list-style-type: square;
  font-size: 20px;
  border-top: 4px solid #8c0022;
  border-bottom: 4px solid #8c0022;
  padding: 20px;
  padding-left: 40px;
}
.brown-box .bull-ul.bull-ul-border li {
  color: rgb(51, 51, 51);
}
.research-img-height {
  max-height: 72px;
  margin-bottom: 30px;
}
.journals-internal-l3-36052 .list-content-inner .p-0 ul,
.journals-internal-l3-36052 .list-content-inner .p-0 {
  padding-bottom: 0;
}
.p-0 + .caption1 {
  padding-left: 35px;
  margin: 0;
}
.red-ul-1 span {
  color: #cb313c;
}
.no-bull-img ul li {
  list-style-type: none;
}
.no-bull-img ul {
  padding-left: 5px;
}
.ul-red-circle .no-back {
  background: none;
  color: #cb313c;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 !important;
  padding-left: 20px;
}
.text-block-content p.d-blue {
  display: inline-block;
  font-size: 20px;
  background: #2e4467;
  border-radius: 100rem;
  padding: 4px 12px;
  color: #fff;
}
/* 24128 */

.info-box-24148 {
  position: relative;
  background: #f8d5cd;
  border-radius: 1rem 2rem 0 2rem;
  margin: 1rem 0;
  padding: 1rem;
  overflow: hidden;
}

.info-box-24148 .info-image {
  position: absolute;
  top: 0;
  left: 0;
}

.info-box-24148 .info-image img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
.info-box-24148 .info-content {
  position: relative;
  z-index: 2;
  display: flex;
}
.info-box-24148 .section {
  margin-bottom: 1rem;
}

.info-box-24148 .title {
  font-size: 20px;
  font-weight: 700;
  color: #9b232d;
  margin-bottom: 10px;
}
.list-content-inner .info-box-24148 .info-list {
  list-style-type: disc;
  font-size: 18px;
  padding-left: 2.2em;
  padding-bottom: 0;
}
.info-content-inner-1 {
  width: 16.66%;
  min-height: 80px;
}
.info-content-inner-2 {
  width: 83.33%;
  padding-top: 20px;
}
.list-content-inner .info-box-24148 ul ::marker {
  color: rgb(51, 51, 51);
}
.blue-info-box-24148 {
  background: #ced5ec;
}
.info-box-24148.blue-info-box-24148 .title {
  color: #163041;
}
.list-content-inner .info-box-24148 ul li {
  padding-bottom: 0;
}
.c-card-main .c-card {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 33.33%;
}
.c-card-main .image {
  width: 20%;
}

.c-card-main .image img {
  max-width: 100%;
  height: auto;
}

.c-card-main .content {
  width: 80%;
  padding-left: 1rem;
}

.c-card-main ul {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin: 0.5rem 0 0 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
}
.c-card-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.c-card-main p {
  margin: 0;
  margin-top: 10px !important;
}
.c-card-main ul li {
  font-size: 20px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
  letter-spacing: 0.0437rem;

  font-weight: 400;
}
.c-card-main ul ::marker {
  color: rgb(51, 51, 51);
}
.red-card-container {
  display: flex;

  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 1rem 0;
}
.red-card-inner {
  background-color: #cb313c;
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  color: #fff;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
}
.stat-container {
  margin: 0.5rem;
}

.stat-box {
  padding: 0.5rem;
  border-radius: 100rem;
  background: #fff;
  box-shadow: 1px 2px 0 #0000001f;
}

.stat-title {
  color: #cb313c;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.stat-image {
  width: 140px;
  padding: 0 8px;
}
.stat-strong {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-left: 0.5rem;
}
.stat-number {
  font-weight: bold;
  font-size: 2.25rem;
}
.stat-description {
  color: #39537b;
  margin-left: 0.25rem;
  font-weight: 500;
}
.right-img-sec {
  position: relative;
}
.globe-img {
  position: absolute;
  right: 14px;
  top: 30px;
  text-align: right;
  margin: 0 auto;
}
.globe-img img {
  margin: 0 auto;
  width: 28.1%;
  text-align: right;
  margin-right: 0;
}
.c-card-main.c-card-main-center .c-card {
  width: 25%;
  flex-direction: column;
  margin-top: 18px;
}
.c-card-main.c-card-main-center .image {
  width: 100px;
}

.c-card-main.c-card-main-center .content {
  text-align: center;
  padding-top: 10px;
  font-size: 1.12rem;
  width: 100%;
  padding-left: 0;
}
.c-card-main.c-card-main-center p.red-txt {
  color: rgb(203, 49, 60);
  font-size: 1.5rem;
}
.c-card-main.c-card-main-center ul li {
  line-height: 1.5;
  color: rgb(51, 51, 51);
  letter-spacing: 0.0437rem;
  font-weight: 400;
  font-size: 1.12rem;
  text-align: left;
}
.c-card-main.c-card-main-center .ul-div {
  display: flex;
  justify-content: space-evenly;
}
.text-block-content .bull-ul-border-p {
  color: #cb313c;
  border-top: 4px solid #cb313c;
  border-bottom: 4px solid #cb313c;
  padding: 20px;
  margin-top: 65px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
}
.main-contain {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-contain .left-contain,
.main-img-ul img {
  width: 8.33%;
}
.main-img-ul img {
  height: 100%;
}
.main-contain .right-contain,
.main-img-ul ul {
  width: 91.666%;
}
.ordered-li ::marker {
  color: rgb(51, 51, 51) !important;
}
.grid-container {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
.grid-item {
  min-width: 200px;
  flex: 1 1 calc(33.333% - 1rem);
  display: flex;
}

.info-box {
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 100rem;
  background: #fff;
  box-shadow: 1px 2px 0 #0000001f;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-title {
  color: #cb313c;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.info-label {
  font-weight: bold;
}

.info-icon {
  height: 46px;
  margin-left: 0.5rem;
}
.c-card-main-parent .c-card-main .c-card {
  width: 50%;
}
.c-card-main-parent {
  display: flex;
  flex-wrap: wrap;
}
.c-card-main-parent .c-card-main:first-child {
  width: 33.33%;
}
/* .c-card-main-parent .c-card-main .image {
  width: 100%;
} */
.c-card-main-parent .c-card-main {
  width: 66.66%;
}
.c-card-main-parent .c-card-main .image {
  width: 16.66%;
}
.c-card-main-parent .content {
  width: 83.3333%;
}
.c-card-main-parent .c-card-main:first-child .image {
  width: 100%;
}
.bull-ul-border-p.left {
  text-align: left;
  padding: 20px 0;
}

.globe-img img.small-img {
  width: 32%;
}
.image-caption.left p {
  text-align: left;
}
.main-img-ul {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
}
.right-img {
  display: block;
  margin-left: auto;
  width: 8.333%;
  margin-bottom: -27px;
}
.c-card-main-parent ul li {
  text-align: left;
}
.block-title .title-text sup.caption {
  color: #fff !important;
  font-weight: 500;
}
.text-block-content .grey-p {
  background: linear-gradient(
    90deg,
    rgb(230 230 230 / 50%) 60%,
    rgba(230, 230, 230, 0) 100%
  );
  padding: 10px 0 10px 30px;
  font-size: 0.88rem;
  line-height: 1.2;
  width: 52%;
  border-radius: 100rem 0 0 100rem;
  text-align: left;
  /* line-height: 1; */
  font-weight: 300;
}
.text-block-content .grey-div {
  text-align: right;
}
.left-img-right-cont {
  padding: 0;
  align-items: center;
}
.right-image-box1 {
  width: 10%;
  margin: 32px 0;
}
.right-cont {
  padding-bottom: 30px !important;
  width: 90%;
}

/* my fix */

.event-calender ul#venueDropdownList li {
  font-family: Arial;
}

.inner-calender-activity a:nth-child(1) {
  margin-right: 50%;
}

/* .inner-calender-activity a:nth-child(4) {
  margin-right: 50%;
} */
/* Adding new code */
.inner-calender-activity a:nth-child(4) {
  margin-right: 0px !important;
}
/* Ending new code */

/* .inner-calender-activity a:nth-child(n + 20) {
  background-color: rgba(17, 17, 17, 0.2);
} */
/* Adding new code */
.inner-calender-activity a:nth-child(n + 11) {
  background-color: rgba(17, 17, 17, 0.2);
}
/* Ending new code */

.inner-calender-activity > div {
  margin-right: 70%;
}

.inner-calender-activity h3 {
  margin: 0px !important;
  color: white !important;
  border: none !important;
}

@media (max-width: 611px) {
  .inner-calender-activity a:nth-child(1),
  .inner-calender-activity a:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .first-card {
    flex: 1 1 100%;
  }
}

/* my fix */

.event-calender ul#venueDropdownList li {
  font-family: Arial;
}

.inner-calender-activity a:nth-child(1) {
  margin-right: 50%;
}

.inner-calender-activity a:nth-child(4) {
  margin-right: 50%;
}

.inner-calender-activity a:nth-child(n + 20) {
  background-color: rgba(17, 17, 17, 0.2);
}

.inner-calender-activity > div {
  margin-right: 70%;
}

.inner-calender-activity h3 {
  margin: 0px !important;
  color: white !important;
  border: none !important;
}

@media (max-width: 611px) {
  .inner-calender-activity a:nth-child(1),
  .inner-calender-activity a:nth-child(4) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .first-card {
    flex: 1 1 100%;
  }
}
/* Adding new code */
/* for calender part */
body .daterangepicker {
  background: rgb(17, 17, 17) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
}
body .daterangepicker .drp-calendar.right .calendar-table {
  background: rgb(17, 17, 17) !important;
  border: none !important;
}
body .daterangepicker .drp-calendar.left .calendar-table {
  background: rgb(17, 17, 17) !important;
  border: none !important;
}
body .daterangepicker td.off,
body .daterangepicker td.off.in-range,
body .daterangepicker td.off.start-date,
body .daterangepicker td.off.end-date {
  background: rgb(17, 17, 17) !important;
}
.daterangepicker td.in-range {
  background-color: transparent !important;
}
/* For buttons inside calender */
button.cancelBtn.btn.btn-sm.btn-default {
  display: none !important;
}
.daterangepicker .drp-selected {
  display: none !important;
}
.daterangepicker .drp-buttons {
  border-top: 1px solid rgba(231, 241, 255, 0.1) !important;
}
.daterangepicker .drp-buttons .btn {
  background-color: rgb(10, 49, 102) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  padding: 8px 16px !important;
}
.daterangepicker .calendar-table thead tr th.month {
  color: rgb(231, 241, 255) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}
.daterangepicker .calendar-table thead tr th {
  font-size: 13px !important;
  line-height: 16px;
  color: rgba(231, 241, 255, 0.5) !important;
  font-weight: 500 !important;
}
.daterangepicker .calendar-table td {
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  opacity: 0 !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: rgb(231, 241, 255) !important;
}
body .daterangepicker td.active,
body .daterangepicker td.active:hover {
  /* background-color: transparent !important; */
  background: rgb(10, 49, 102) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 50% !important;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}
input#daterange:focus,
#venueDropdownBtn:focus {
  border-color: rgb(231, 241, 255) !important;
  background-color: rgb(21, 21, 22) !important;
}
input#daterange:focus-visible,
#venueDropdownBtn:focus-visible {
  border-color: none !important;
  background-color: rgb(21, 21, 22) !important;
}
input#daterange:active,
#venueDropdownBtn:active {
  border-color: rgb(231, 241, 255) !important;
  background-color: rgb(21, 21, 22) !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid rgba(231, 241, 255, 0.5) !important;
  border-width: 0 1px 1px 0 !important;
  /* fill: rgba(231, 241, 255, 0.5) !important; */
}
/* Venue tab */
ul#venueDropdownList {
  background: rgb(17, 17, 17) !important;
  outline: none !important;
  border: none !important;
  width: 294px;
  padding: 16px 0 !important;
  border-radius: 20px;
}
#venueDropdownList input[type="checkbox"] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  border-color: rgba(231, 241, 255, 0.3) !important;
  background-color: rgb(17, 17, 17) !important;
  width: 20px !important;
  height: 20px !important;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  /* flex-shrink: 0; */
  border-radius: 6px;
  /* display: flex;
  align-items: center;
  justify-content: center;
  
  transition: border-color 0.2s, background-color 0.2s; */
}
#venueDropdownList li.venue-option label input[type="checkbox"] {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-wrap: balance;
  color: rgb(231, 241, 255);
  margin-top: 2px;
  flex-shrink: 0;
  position: relative;
}
ul#venueDropdownList li {
  padding: 0px 16px;
  text-align: right !important;
}
.event-calender ul#venueDropdownList li {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
ul#venueDropdownList li#venueShowMore {
  color: rgb(10, 49, 102) !important;
  border-bottom: 1px solid rgba(231, 241, 255, 0.1) !important;
  padding-bottom: 16px !important;
  text-align: left !important;
}
button#venueApplyBtn {
  background-color: rgb(10, 49, 102);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-left: auto;
  width: 73px !important;
}
#venueDropdownList li.venue-option label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}
.event-calender ul#venueDropdownList li#venueShowLess {
  text-align: right !important;
}
/* forclick functionaly for down arrow */
.date-1 svg,
.custom-dropdown svg {
  pointer-events: none !important;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: rgba(231, 241, 255, 0.05) !important;
}
/* check box inside venue tab */
/* When checkbox is checked */
#venueDropdownList input[type="checkbox"]:checked {
  background-color: rgb(
    10,
    49,
    102
  ) !important; /* highlight color when selected */
  border-color: rgb(10, 49, 102) !important;
}

/* Add the ✓ (or arrow) symbol */
#venueDropdownList input[type="checkbox"]:checked::after {
  content: "✓"; /* ← change this if you want another icon */
  color: white !important;
  font-size: 14px !important;
  position: absolute !important;
  top: 1px !important;
  left: 4px !important;
  font-weight: bold !important;
}
@media (max-width: 767px) {
  ul#venueDropdownList {
    width: auto !important;
  }
}
