@import url("variable.css");

body {
    font-family: var(--font_Nunito_Sans_Regular);
    color: var(--gray);
    background: linear-gradient(var(--theme-bg-gradient));
}

    body.overflow-hidden {
        /* padding-right: 15px; */
    }

:focus {
    outline: none;
    box-shadow: none;
}
html {
    scroll-behavior: smooth;
}

a {
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
}

    a:hover {
        color: var(--primary-color);
    }

/* navbar-css start */
.custom-nav {
  z-index: 99;
    padding: 16px 0 0;
  transition: 0.3s all ease-in-out;
}

    .custom-nav .nav-item a:hover {
        color: var(--purple-900);
        text-shadow: 0px 0px var(--purple-900);
    }

    .custom-nav .nav-item a.active {
        color: var(--purple-900);
        text-shadow: 0px 0px var(--purple-900);
        font-weight: bold;
    }

    .custom-nav .search-btn {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

        .custom-nav .search-btn:hover {
            background-color: var(--purple-hover);
        }

            .custom-nav .search-btn:hover img {
  filter: invert(100%) sepia(0%) saturate(18%) hue-rotate(48deg)
    brightness(106%) contrast(103%);
            }

.top-header .vl-right {
    border-right: 1px solid #ffffff;
    white-space: nowrap;
}

.top-header .vl-right a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .top-header .vl-right:last-child {
        border-right: none;
    }

.search-box {
    position: absolute;
    width: 100%;
    left: 0;
    border: 0;
    background-color: var(--green-400);
    border-radius: 25px;
    padding: 4px 0;
    text-indent: 40px;
    visibility: hidden;
}

    .search-box::placeholder {
        font-style: italic;
        font-family: var(--font_Nunito_Sans_Light);
        text-indent: 40px;
    }

.search-btn {
    position: relative;
    z-index: 99;
}

.search.open .search-box {
    visibility: visible;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: 15px;
}
.search.open .search-box {
    width: calc(100% - 150px);
}

.search .close-icon {
    display: none;
}

.search.open .close-icon {
    display: block;
}
.search.open .search-icon {
    display: none;
}
.search.open .search-btn {
    right: 0;
}
.search.open .search-btn:hover{
    background: var(--green-400);
}
/*.custom-nav .search.open .search-btn:hover {
    background-color: transparent;
}*/

    .custom-nav .search.open .search-btn:hover img {
        filter: none;
    }

.navbar-nav.nav-hide {
    opacity: 0;
}

/* navbar-css end */

/* home slider start*/
.home_slider .swiper-slide {
    opacity: 0 !important;
}

    .home_slider .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
    }

.home_slider {
    width: 100%;
    max-width: 100%;
}

.right_tabs {
    position: absolute;
    right: 0;
    z-index: 9;
    width: calc(100% - 660px);
  transform: translate(30px, 90px);
}

    .right_tabs .swiper-wrapper {
        flex-direction: column;
        overflow: visible;
    }

    .right_tabs .swiper {
        overflow: visible;
    }

    .right_tabs .swiper-wrapper .swiper-slide .overview_tabbing p {
        color: var(--green-300);
        cursor: pointer;
    }

.right_tabs
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active:nth-child(1)
  p {
        color: var(--primary-color);
    }

.right_tabs
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active:nth-child(2)
  p {
        color: var(--purple);
    }

.right_tabs
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active:nth-child(3)
  p {
        color: var(--accent-color);
    }

.theme-boxes li {
    width: 180px;
    min-height: 85px;
    max-width: 100%;
    position: relative;
}

    .theme-boxes li a {
        width: 180px;
        border-color: var(--green-200) !important;
        max-width: 100%;
    }

.slider-section:after {
    content: "";
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0px;
    background: linear-gradient(var(--theme-bg-dark-gradient));
}

.theme-purple.theme-boxes li::before {
    background-color: var(--purple);
}

.theme-purple.theme-boxes li a:hover {
    color: var(--purple);
}

.theme-pink.theme-boxes li::before {
    background-color: var(--accent-color);
}

.theme-pink.theme-boxes li a:hover {
    color: var(--accent-color);
}
#persona0 .theme-boxes li a.active {
    color: var(--primary-color)
}
#persona1 .theme-boxes li a.active {
    color: var(--purple)
}
#persona2 .theme-boxes li a.active {
    color: var(--accent-color)
}
.safety-content ul li {
    border-color: var(--green-800) !important;
    line-height: 1;
}

.important-sticky {
    background-color: var(--green-800);
    z-index: 9;
}

.content-toggle {
    background-color: var(--green-800);
}

.important-short-content {
    left: 0;
    right: 0;
    z-index: 99;
    /* display: none; */
    transition: 0.3s all;
    height: 0;
}

    .important-short-content .container {
        background-color: var(--green-50);
    }

.inner-scroll-content {
    /* height: calc(100vh - 70px); */
    overflow: auto;
  border: 1px solid #6f6748;
    border-bottom: 0;
}

.short-content-visible {
    /* height: calc(100vh - 34px); */
    display: block;
    transition: 0.3s all;
}

/* home slider end*/

/* gaucher-diseases-section css start */
.gaucher-diseases-section {
    z-index: 5;
}

.fixed-slider.bottom-change {
    bottom: 0;
    transition: 0.3s all;
}

.gaucher-diseases-section .img-chart-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(var(--theme-bg-dark-gradient));
  height: calc(100% - 30px);
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gaucher-diseases-section .brief-about-gaucher h6 {
    line-height: 46px;
    font-size: 52px;
}

.gaucher-diseases-section .brief-about-gaucher .type-1-list p {
    font-size: 20px;
    line-height: 1;
}

.gaucher-diseases-section .brief-about-gaucher h6 b {
    font-size: 32px;
}

.gaucher-diseases-section .brief-about-gaucher h6 span {
    display: inline-block;
    line-height: 46px;
}

/* gaucher-diseases-section css end */

/* video-section css start */
.video-section .video-main .video-link {
    position: absolute;
    bottom: 15%;
    right: 0;
    background-color: var(--accent-color);
    padding: 17px;
    transition: all 0.3s linear;
    z-index: 1;
}

.video-section .play-btn-icon{

        transition: all 0.3s linear;
    }
    /*.video-section .video-main .video-link:hover,.video-section .play-btn-icon:hover {
        background-color: var(--accent-hover);

    }*/

.video-section .video-main .video-link:active,.video-section .play-btn-icon:active {
  background-color: var(--accent-selected);
  transition: all 0.3s linear;
}

/* video-section css end */

/* sign-symptoms-section css start */
.common-symptoms-section .speak-comon {
    border: 1px solid #cac4b6;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.common-symptoms-section .speak-cont {
    text-transform: uppercase;
}

.common-symptoms-section .symptom-patient-img {
    text-align: center;
}

/* sign-symptoms-section css end */

/* diagnosis-disease-section css start */
.chart-img-p-div{
    max-width: 730px;
    margin: 0 auto;
    align-items: center;
    padding: 0 25px;
}
.chart-img-p-div div:first-child{
    width:40%;
}
.chart-img-p-div div:last-child{
    width:60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.chart-img-p-div div:last-child img:nth-child(2){
    margin-right:-65px;
}
.chart-img-p-div div:last-child img:nth-child(3){
    margin-right:-25px;
}
.diagnosis-disease-section .disease-monitoring-section {
    z-index: 9;
}

.diagnosis-disease-section .disease-monitoring-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(var(--theme-bg-dark-gradient));
  height: 280px;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 20%;
}
/* .yt_thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.yt_video{
    display: none;
}
/* diagnosis-disease-section css end */

/* fixed-slider css start */
.fixed-slider {
    /*bottom: 48px;*/
    bottom: 104px;
    z-index: 99;
    transition: 0.3s all;
}

    .fixed-slider .theme-boxes li::before {
        display: none;
    }

    .fixed-slider .theme-boxes li a {
        width: 100%;
    }

    .fixed-slider .theme-boxes li {
        width: 150px;
        min-height: 72px;
    }

    .fixed-slider .w-150 {
        width: 150px;
    }

    .fixed-slider .swiper-button-next:hover::after,
    .fixed-slider .swiper-button-prev:hover::after {
        color: var(--purple-hover);
        transition: all 0.3s linear;
    }

    .fixed-slider .swiper-button-next:after,
    .fixed-slider .swiper-button-prev:after {
        transition: all 0.3s linear;
    }

    .fixed-slider .swiper-slide {
        padding-top: 30px;
    }

        .fixed-slider #persona2.swiper-slide .w-150 {
            width: 182px;
            text-align: end;
        }

        .fixed-slider #persona2.swiper-slide .theme-boxes li {
            width: 186px;
        }

    .fixed-slider .swiper-wrapper {
        height: auto;
    }

    .fixed-slider .patient-img {
        position: relative;
        top: 1px;
    }

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 10px;
}

.fixed-slider::after {
    content: "";
    position: absolute;
    background-image: url(../images/fixed-slider-shadow.png);
    width: 960px;
    height: 15px;
    top: calc(100% - 101px);
    background-repeat: no-repeat;
    /* background-position-x: 420px; */
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.fixed-slider::before {
    content: "";
    position: absolute;
    background: linear-gradient(var(--theme-bg-dark-gradient));
    width: 100%;
    height: calc(100% - 65px);
    bottom: 0;
}

.fixed-slider .theme-boxes li::after {
    display: none;
}

/* fixed-slider css end */



/* sign-symptoms-section css start */
.sign-symptoms-section {
    position: relative;
    z-index: 9;
}

.sign-symptoms-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(var(--theme-bg-dark-gradient));
  height: 85%;
  width: 100%;
  z-index: -1;
  top: 6%;
}

/* sign-symptoms-section css end */


/* howvpriv-work-section css start */
.how-vpriv-works-section .ask-dr {
    border-bottom: 2px solid var(--primary-color);
}

.how-vpriv-works-section .card-main {
    border: 1px solid rgba(68, 54, 13, 0.12) !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    flex: 1;
}

    .how-vpriv-works-section .card-main .card-body::after {
        position: absolute;
        content: "";
        background-image: url(../images/card-bottom-shadow.svg);
        width: 100%;
        height: 21px;
        background-repeat: no-repeat;
        right: 0;
        top: 99%;
        background-size: cover;
    }

    .how-vpriv-works-section .card-main .card-img {
        top: -20px;
    }

.how-vpriv-works-section .bg-custom-dark {
    position: relative;
}

    .how-vpriv-works-section .bg-custom-dark::after {
        position: absolute;
        content: "";
        background: linear-gradient(var(--theme-bg-dark-gradient));
    }

.how-vpriv-works-section .arrows {
    position: relative;
}

.how-vpriv-works-section .num-1 {
    height: 32px;
    width: 32px;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: -5%;
    background: white;
    left: 15px;
}

/* howvpriv-work-section css end */





/* who-is-vpriv-for-section css start */
.who-is-vpriv-for-section .who-is-vpriv-main {
    z-index: 9;
}

    .who-is-vpriv-for-section .who-is-vpriv-main::before {
        position: absolute;
        content: "";
        background: linear-gradient(var(--theme-bg-dark-gradient));
        min-height: 378px;
        width: 100%;
        left: 0;
        z-index: -1;
        top: 0%;
        height: 100%;
    }

.vpriv-patient-population-section .pregnant-patients .box-border {
    border: 1px solid rgba(68, 54, 13, 0.12);
    border-radius: 25px;
}

/* who-is-vpriv-for-section css end */

/* table-section css start */
.table-section table {
  border: 1px solid rgba(68, 54, 13, 0.12);
    border-collapse: collapse;
  border-spacing: 0;
}

.table-section table td {
  border-left: 1px solid rgba(68, 54, 13, 0.12);
  border-bottom: 1px solid rgba(68, 54, 13, 0.12);
}

.table-section table td:first-child {
  border-left: 0;
}

.table-section table tr:last-child td {
  border-bottom: 0;
}

.table-section table {
  border-radius: 10px;
    border-collapse: separate;
}
.table-section .table > :not(caption) > * > * {
  padding: 5px 10px;
}

/* table-section css end */







.dwnload-btn {
    background-color: var(--purple-900);
}



.box-border {
    border: 1px solid rgba(68, 54, 13, 0.12);
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}


.play-btn-icon {
    background-color: var(--accent-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 72px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.support-programs-section sup, .how-to-take-vpriv-section sup{
    top: -0.25em;
}
/* clinical studies */
.clinical-studies-section .common-box {
    /* border: 1px solid rgba(68,54,13,0.12); */
    border-radius: 10px;
}
.graph-wrapper {
    height: 300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.mean-chart, .mean-chart-reponsive {
  width: calc(100% - 120px);
}
.graph-div {
    display: flex;
    justify-content: space-around;
    height: 50%;
  position: relative;
  z-index: 1;
}

.graph-div-positive {
    align-items: flex-end;
  border-bottom: 2px dashed #5d4e62;
}

.graph-div-positive div {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.graph-div-negative div {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mean-chart-div div {
    width: calc(100% / 5);
    position: relative;
    transition: all ease 1s;
    height: 0;
}

.mean-chart-div .graph-div-2value {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: space-around;
    width: calc(100% / 4.6);
}

.graph-div-2value div {
    width: calc(100% / 2.1);
    height: 0px;
}

.graph-div-negative .graph-div-2value {
    align-items: flex-start;
}

.ticks {
    width: 100%;
    position: relative;
    height: 50%;
    z-index: 0;
    top: -100%;
}

.ticks div {
    height: 50%;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(123, 114, 96, 0.2);
}
.ticks.ticks-left div:first-child::before {
  content: "";
  top: 0;
  left: 0;
  width: calc(100% + 60px);
  height: 15px;
  background-position: bottom center;
  background-image: url("../images/graph-top-shadow.png");
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  position: absolute;
  transform: translate(-30px, -100%);
}
.ticks.ticks-right div:last-child::before {
  content: "";
  top: 14px;
  left: 0;
  width: calc(100% + 60px);
  height: 15px;
  background-position: top center;
  background-image: url("../images/graph-bottom-shadow.png");
  background-repeat: no-repeat;
  z-index: 10;
  background-size: contain;
  position: absolute;
  transform: translate(-30px, -100%);
}
.ticks.ticks-left div:last-child {
    border-top: 0;
}

.ticks.ticks-right div:first-child {
    border-top: 0;
}

.ticks div p {
    position: absolute;
    top: -15px;
    margin: 0px;
    font-size: var(--font-20);
    text-align: right;
  color: #5d4e62;
    font-family: var(--font_Bebas_Neue);
}

.ticks-left div p {
    right: calc(100% + 15px);
}

.ticks-right div p {
    left: calc(100% + 15px);
}

.graph-value {
    position: absolute;
    left: 50%;
    /* transform: translate(-50%,0); */
    /* bottom: calc(100% + 15px); */
    margin: 0px;
    height: 55px;
    width: 55px;
    background: white;
    border-radius: 100%;
    line-height: 55px;
    font-size: var(--font-24);
    letter-spacing: -0.7px;
    font-family: var(--font_Bebas_Neue);
    border: 1px solid;
}

.graph-div-positive .graph-value {
    top: 0;
    transform: translate(-50%, -50%);
}

.graph-div-negative .graph-value {
    bottom: 0;
    transform: translate(-50%, 50%);
}

/* .graph-value::after {
    content: " ";
    width: 1px;
    height: 20px;
    border-left: 0.5px dashed;
    top: 100%;
    position: absolute;
    left: 50%;
} */

.graph-label {
    position: absolute;
    margin: 0px;
    width: 100%;
  color: #5d4e62;
    font-family: var(--font_Nunito_Sans_Regular);
    font-size: var(--font-16);
}

.graph-div-positive .graph-label {
    top: calc(100% + 12px);
}

.graph-div-negative .graph-label {
    top: calc(100% + 40px);
}

.graph-left-label {
    position: absolute;
    right: calc(100% + 35px);
    top: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-100%);
    width: 100%;
    max-width: 110px;
}

.graph-left-label img {
    margin-bottom: 8px;
    margin-right: 10px;
}

.graph-left-label p {
  color: #5d4e63;
    font-size: var(--font-12);
    /* transform: rotate(
-90deg) translate(-50%, -300%); */
    text-align: right;
    margin: 0px;
    font-weight: bold;
    font-family: var(--font_Nunito_Sans_Regular);
}

.graph-right-label {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    left: calc(100% + 35px);
    width: 100%;
    max-width: 100px;
}
.graph-right-label p {
    right: 0px;
    /* transform: rotate( 90deg) translate(50%, -400%); */
    margin: 0px;
    text-align: left;
  color: #5d4e63;
    font-size: var(--font-12);
    font-weight: bold;
    font-family: var(--font_Nunito_Sans_Regular);
}


.down-arrow {
    margin-top: 8px;
    margin-left: 10px;
}


.subset-graph {
    position: relative;
  border-bottom: 1px solid #5d4e62;
}

.subset-graph::after {
    content: "";
    height: calc(100% + 15px);
    width: 1px;
  background: #5d4e62;
    position: absolute;
    left: 50%;
    top: 0px;
}

.bar-hor-positive {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 70px;
    box-shadow: 0px 3px 6px #00000080;
    position: relative;
    width: 0px;
    transition: all ease 1s;
}

.bar-hor-negative {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 70px;
    box-shadow: 0px 3px 6px #00000080;
    position: relative;
    width: 0px;
    transition: all ease 1s;
}

.bar-ticks p {
    width: 32px;
    text-align: center;
    margin: 0px;
    margin-top: 14px;
    position: relative;
}

.bar-ticks .tick-none::after {
    content: none;
}

.bar-ticks p::after {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 15px;
    left: 52%;
    width: 1px;
  background: #5d4e62;
}

.bar-ticks p:first-child::after {
    left: 0;
}

.bar-ticks p:last-child::after {
    left: 100%;
}


.arrow-graph {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    top: -20px;
    border-radius: 100%;
    background: white;
    box-shadow: 0px 3px 6px #0000004d;
    font-size: var(--font-25);
}

.postive-graph-arrow {
    left: calc(100% - 27px);
}

.negative-graph-arrow {
    right: calc(100% - 27px);
}

.extra-label {
    position: absolute;
    width: 100%;
    bottom:0;
    right:0;
    max-width: 200px;
}

.last-value::before {
    content: "*";
    bottom: 55%;
    left: 80%;
    font-size: 16px;
    line-height: 12px;
    position: absolute;
}

.highcharts-credits {
    display: none;
}

/* .tabs {
    transition: all ease 0.3s;
} */
.yAxis-responsive-title {
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    fill: #333333;
}

.search-results,
.search-results1 {
    overflow: auto;
}

.patient-story-img {
    height: auto;
}
.clinical-studies-section .common-link {
    padding: 10px 40px;
    border-radius: 5px;
  }

.endpoint-header::after{
    width: 50px;
    height: 2px;
    border-radius: 20px;
    background: var(--gray);
    content: "";
    position: absolute;
    left: 0px;
    top: calc(100% + 5px);
}
.clinical-studies-section .common-box .top-border {
  border: 1px solid rgba(68, 54, 13, 0.12);
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
  }
.clinical-studies-section .common-box .card-title {
    position: relative;
  }
.clinical-studies-section .common-box .card-title::after {
    position: absolute;
    content: "";
    background-image: url(../images/topshadow.png);
    height: 100%;
    width: calc(100% + 80px);
    background-repeat: no-repeat;
    background-size: contain;
    left: -40px;
    bottom: 0;
    background-position: bottom;
  }
.clinical-studies-section .common-box .card-body {
  margin: 25px 0;
  border-left: 1px solid rgba(68, 54, 13, 0.12);
  border-right: 1px solid rgba(68, 54, 13, 0.12);
  }
.clinical-studies-section .common-box .card-body .common-link {
  margin: 15px 0 5px;
  }
.clinical-studies-section .common-box .card-body .border-right {
  border-right: 1px solid rgba(68, 54, 13, 0.12);
  }
.clinical-studies-section .common-box .card-body .border-left {
  border-left: 1px solid rgba(68, 54, 13, 0.12);
  }
.clinical-studies-section .common-box .card-footer {
  border: 1px solid rgba(68, 54, 13, 0.12);
    border-radius: 0 0 10px 10px;
    border-top: 0;
    position: relative;
  padding: 20px 0;
  }
.clinical-studies-section .common-box .card-footer::before {
      position: absolute;
      content: "";
      background-image: url(../images/bottomshadow.png);
      height: 19px;
      width: calc(100% + 80px);
      background-repeat: no-repeat;
      background-size: contain;
      left: -40px;
      top: 0;
  }
.clinical-studies-section .sqaure-box-border {
  border: 1px solid rgba(68, 54, 13, 0.12);
    border-radius: 10px;
  }
  .clinical-studies-section .common-box .card-body {
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.border-connect {
    position: relative;
  }
.border-connect::before {
    position: absolute;
  content: "";
    /* background-image: url("../images/study-1-border.svg"); */
    background-repeat: no-repeat;
    /* width: 25px;
    height: 100%;
    background-position: center;
    background-size: contain;
    left: -7%;
    top: 50%;
    transform: translateY(-50%); */
    width: 45px;
    height: 100%;
    background-position: center;
    background-size: contain;
    left: -16%;
    top: 45%;
    transform: translateY(-45%);
  }
.w-48 {
    width: 48%;
    flex: 0 0 auto;
  }
.w-42 {
    width: 42%;
    flex: 0 0 auto;
  }
.study4-section-title {
    margin-left: 55px;
  }
.border-connect.study-1-border::before {
    background-image: url(../images/study-2-border.svg);
  }
.border-connect.study-2-border::before {
    background-image: url(../images/study-2-border-2.svg);
  }
.border-connect.study-4-border::before {
    background-image: url(../images/study-4-border.svg);
    left: unset;
    right: -17%;
  }
.border-connect.study-3-border p:first-child:after {
    background-image: url(../images/study-3-border.png);
    width: 180px;
    height: 54px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;  
    position: absolute;
  }
.border-connect.study-4-2-border p:first-child:after {
    background-image: url(../images/study-4-newToVpriv.svg);
    width: 9px;
    height: 37px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 4px);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
.study-4-2-border .pink-border {
    position: relative;
  }
.study-4-2-border .pink-border::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 100%;
    background-color: var(--accent-color);
    bottom: 0;
    left: 0;
    border-radius: 0 0 15px 15px;
  }
.study-4-2-border .green-border {
    position: relative;
    margin-top: 27px;
  }
.study-4-2-border .green-border::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 100%;
    background-color: var(--green);
    bottom: 0;
    left: 0;
    border-radius: 0 0 15px 15px;
  }
  
.clinical-studies-section .bg-dark-gradient {
   z-index: 1;
  }
.clinical-studies-section .bg-dark-gradient::before {
    position: absolute;
    content: "";
    background: linear-gradient(var(--theme-bg-dark-gradient));
    width: 100%;
    height: calc(100% - 60px);
    z-index: -10;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
/* clinical studies */

.form-control {
    border-color: var(--gray);
}

.unsubscribe_form input.input-validation-error,
.unsubscribe_form .input-validation-error .form-select,
.captcha-invalid > div {
    border: 1px solid #dc3545 !important;
}

/* Home page slider animation */
.ring-bits {
    width: 572px;
    position: absolute;
  top: 0px;
    left: 141px;
    display: none;
  padding-top: 3rem;
}

.small-bits {
    height: auto;
    position: absolute;
    left: 0;
    height: auto;
    display: none;
}

#leftBubbleBit {
    width: 70px;
  top: 120px;
    left: 25px;
}

#tabBitOne {
    width: 50px;
    top: 57px;
    display: none;
}

#tabBitTwo {
    width: 50px;
    top: 57px;
    left: -15px;
    display: none;
}

.ring-bits img,
.small-bits img {
    position: absolute;
    width: 100%;
    display: none;
}

.ring-bits img.show,
.small-bits img.show {
    display: block;
}


/* stayupdate-form css start */
.stayupdate-form .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.stayupdate-form a.dropdown-toggle:hover {
    border: 1px solid;
}
.stayupdate-form .resize-none {
    resize: none;
}
.stayupdate-form .select-arrow {
    background-image: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.stayupdate-form input.input-validation-error,
.stayupdate-form select.input-validation-error,
.captcha-invalid > div {
    border: 1px solid #dc3545 !important;
}
/* stayupdate-form css end */

/* downloadable-resources */
.downloadDetail {
    padding: 0 36px;
}
/* downloadable-resources */

/* .swiper-slide-duplicate .ring-bits{
    display: none;
} */
/* faq */
.accordion-item{
    border-bottom: 1px solid rgba(68, 54, 13, 0.12);
}
.accordion-header{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    cursor: pointer;
    line-height: 24px;
}
.accordion-header img{
    margin-left: 10px;
    align-self: flex-start;
}
.accordion-header.collapsed:hover {
  background: linear-gradient(0deg, #cfcdc1, #cfcdc1),
    linear-gradient(0deg, #d0c9b8, #d0c9b8);
}
.accordion-header:hover{
    background: transparent;
}
.accordion-header.collapsed .tabPlus{
    display: block;
}
.accordion-header .tabPlus{
    display: none;
}
.accordion-header.collapsed .tabMinus{
    display: none;
}
.accordion-header .tabMinus{
    display: block;
}
.accordion-body{
    padding-bottom: 20px;
}

.slider-acc-content li {
  /* display: none; */
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}
.swiper-slide-thumb-active .slider-acc-content li {
  /* display: block; */
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.4s all;
}

.isi-overlay {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
/* modal-box css start */
.modal-main .modal-dialog{
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}
.modal-main .modal-content{
    border-color: #6F6748;
    border-end-start-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-main .btn-close{
    position: absolute;
    right: 25px;
    top: -8px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
    height: 26px;
    width: 26px;
    border: 1px solid #6F6748;
}
.modal-main .custom-btn{
    max-width: 168px;
    width: 100%;
}
.modal-main .border-btn{
    border: 1px solid;
}
.modal-main .btn-blue{
    border: 1px solid var(--primary-color);
    color: #ffffff;
}
.modal-main .btn-blue:hover{
    color: var(--primary-color);
}
.modal-main .btn-pink{
    border: 1px solid var(--accent-color);
    color: #ffffff;
}
.modal-main .btn-pink:hover{
    color: var(--accent-color);
}
.modal-main .border-btn:hover{
    background-color: var(--green-900);
    border-color: var(--green-900);
    color: #ffffff;
}
.modal-main .popupshadow{
    transform: translate(-50px , 94%);
    width: calc(100% + 100px);
}

#personaRing3 {
  transform: rotate(-15deg);
  left: 42px;
}
.sitemap hr{
    border-color: #CFCDC1;
    opacity: 1;
}
.sitemap ul li::marker{
    color: var(--primary-color);
}
body.x.modal-open {
  overflow-y: auto !important;
}

.highcharts-background{
  fill: transparent;
}
.highcharts-axis-line{
  stroke: #695e3c80;
}

.highcharts-legend-item .highcharts-graph, .highcharts-legend-item .highcharts-point{
  display: none;
}
.highcharts-legend-item text{
  text-transform: uppercase;
}
.highchartText{
    width: 85%;
    margin-left: auto;
}
.highchartText sup{
    font-size: 0.6em;
}
.highcharts-yaxis-labels{
  font-family: "Bebas-Neue";
}
.table-section th.header2 {
  font-size: 20px;
  line-height: 1;
}
.dashLine{
  padding-left: 20px;
  position: relative;
}
.dashLine::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 5px;
  border-radius: 10px;
  left: 0;
  top: 10px;
  background-color: inherit;
}
.dashLine.dashLinepurple::before{
  background-color: var(--purple);
}
.dashLine.dashLinegreen::before{
  background-color: var(--green);
}
.dashLine.dashLineblue::before{
  background-color: var(--primary-color);
}
.dashLine.dashLinepink::before{
  background-color: var(--accent-color);
}
#LongTermChart, #LongTermExtChart, #switchStudychart{
  position: relative;
}
#LongTermChart::before, #LongTermExtChart::before, #switchStudychart::before, .bone-study-graph:before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-position: center;
  background-image: url("../images/graph-top-shadow.png");
  background-repeat: no-repeat;
  z-index: 9;
  background-size: contain;
    position: absolute;
}
#LongTermChart::after, #LongTermExtChart::after, #switchStudychart::after, .bone-study-graph:after{
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-position: center;
  background-image: url("../images/graph-bottom-shadow.png");
  background-repeat: no-repeat;
  z-index: 9;
    position: absolute;
    background-size: contain;
}
.real-world-bone-study .border-connect .sqaure-box-border{
    padding: 0 15px;
}
.search-result {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.search-result .searchList{
    margin-bottom: 2px;
}
.search-result-list{
    max-height: 300px;
    overflow-y: auto;
}
.highcharts-text-outline{
    stroke: none;
    fill: none;
}
.person_img img {

   height: auto;
  
   display: none;
  
   width: 100%;
  
   height: auto;
  
}
  
.person_img img.show {
  
display: block;
  
}
.txt_blue {
    color: #18839d;
}
.want_connect_support img {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
.connect_box {
    border-top-left-radius: 38px;
    border-bottom-right-radius: 38px;
    position: absolute;
    top: 30px;
    right: 40px;
}
.connect_box p.text_gray {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
}
.connect_box:before, .connect_box:after{
     content: " ";
    background-image: url(../images/half_circle.svg);
    position: absolute;
    background-size: 55px;
    width: 55px;
    height: 57px;
}
.connect_box:before {
    left: -13px;
    top: -13px;
}
.connect_box:after {
    right: -13px;
    bottom: -13px;
    transform: rotate(180deg);

}

.header-social-icons p a {
    background-color: var(--green-400);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.real-world-bone-study .study1-section:before {
    height: calc(100% + 50px);
}
.real-world-bone-study .border-connect::before {
    background-image: url(../images/study-1-border.svg);
}

.bone-study-diagram {
    height: 37rem;
    padding: 1rem 0rem 2rem;
}

    .bone-study .chart-header {
        font-family: var(--font_Bebas_Neue);
        text-align: center;
    }

    .bone-study .ticks-num div {
        height: 40%;
        border-top: none;
    }

    .bone-study .ticks-num {
        height: 50%;
        top: -100%;
    }

    .bone-study .graph-wrapper {
        height: 330px;
        margin-top: 30px;
        width: 88%;
    }

    .bone-study .graph-div.graph-div-positive {
        height: 100%;
        border-left: 1px solid #6F6748;
        justify-content: center;
        border-bottom: 1px solid #6F6748;
    }

    .bone-study #boneStudyChart2 .graph-div.graph-div-positive {
        border-left: none;
    }

    .bone-study .graph-div.graph-div-positive .graph-div-2value {
        flex-direction: column;
        justify-content: end;
        width: calc(100% / 4);
    }
.chart-axis {
    position: absolute;
    color: var(--accent-color);
    font-size: 1.4rem;
    line-height: 1.6;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0.7rem;
}
    .bone-study .chart-axis-left {
        margin-left: -4rem;
        left: 0;
        transform: translate(0, 220%) rotateZ(180deg);
    }
.graph-div.graph-item-headers {
    text-align: center;
    height: max-content;
}
.chart-axis p {
    writing-mode: vertical-lr;
    transform: rotate(0.1deg);
    margin: 0;
    font-size: 16px;
    font-family: var(--font_Nunito_Sans_Bold);
    color: #575756;
}

.bone-study .graph-div-2value div {
    width: 100%;
}

#boneStudyChart2 {
    border-left: 1px dashed #DEDEDE;
  
}
/*#boneStudyChart .highcharts-series.highcharts-series-0 rect.highcharts-point, #boneStudyChart2 .highcharts-series.highcharts-series-0 rect.highcharts-point {
    clip-path: rect(0 100% 100% 0 round 10px 10px 0 0 );
}
#boneStudyChart2 .highcharts-series-1 .highcharts-label, #boneStudyChart2 .highcharts-series-1 .highcharts-label text, #boneStudyChart2 .highcharts-series-1 .highcharts-label tspan {
    background-color: red;
    padding: 4px 8px;
    fill: #0C93D0 !important;
    font-size: 14px !important;
}*/
#dashpinkId1, #dashpinkId2, #dashpinkId3 {
    background: repeating-linear-gradient( 45deg, #e6007e, #e6007e 2px, transparent 1px, transparent 6px );
}

#dashblueId1, #dashblueId2, #dashblueId3 {
    background: repeating-linear-gradient( 45deg, #0c93d0, #0c93d0 2px, transparent 1px, transparent 6px );
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div[id^='pinkId'] {
    border: 2px solid #E92076;
    border-bottom: 0;
    padding-top: 12px;
    font-size: 14px;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div[id*='dashpinkId'] {
    border: 2px solid #E92076;
    border-top: 0;
    border-radius: 0;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div[id^='blueId'] {
    border: 2px solid #0093D0;
    border-bottom: 0;
    padding-top: 12px;
    font-size: 14px;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div[id*='dashblueId'] {
    border: 2px solid #0093D0;
    border-top: 0;
    border-radius: 0;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div {
    font-size: 0;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value:nth-child(-n+3) {
    margin: 0 20px;
}

.bone-study section {
    width: 50%;
    height: 500px;
}

.bone-study .graph-label {
    font-size: 12px;
    font-family: var(--font_Nunito_Sans_Bold);
    line-height: 16px;
}

.bone-study #boneStudyChart2 .graph-div.graph-div-positive:before {
    content: " ";
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: -80px;
    z-index: -1;
    border-bottom: 1px solid #6F6748;
}

.bone-study .graph-div.graph-div-positive .graph-div-2value div span {
    background-color: #ffffff;
    padding: 2px 6px;
    margin-top: 8px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
}

.bone-study .legend-point {
    align-items: center;
    width: auto;
    position: relative;
    gap: 10px;
    justify-content: center;
}

.bone-study .pediatric-chart--header {
    font-size: 20px;
}
.bone-study .legend-row {
    gap: 40px;
}

.bone-study .legend-point .point {
    width: 22px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #575756;
}

    .bone-study .legend-point .point.fill {
        background-color: #575756;
    }

.bone-study .chart-legend {
    padding: 10px 26px;
}

.bone-study .legend-point p {
    font-size: 14px;
    color: #575756;
}
.bone-study .ticks-num div p {
    font-size: 14px;
    font-family: var(--font_Bebas_Neue);
}
.bone-study .legend-point .point.stack {
    background: repeating-linear-gradient( 45deg, #707070, #707070 2px, transparent 1px, transparent 6px );
}

.bone-study .legend-point:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #707070;
    right: -20px;
}

.bone-study .graph-div.graph-item-headers {
    margin-bottom: 2rem;
}
.bone-study .ticks.ticks-left div:first-child::before {
    background: none;
}


.patient-life-btn {
    border: 1px solid #44360D24;
    border-radius: 8px;
    padding: 7px 6px 4px;
    color: #008ACB;
}

.patient-life-btn a.header4 {
    font-size: var(--font-17);
}
.patient-life-btn.active{
    background-color: #008ACB;
    border: 1px solid #008ACB;
     color: #ffffff !important;
}


.patient-slider .slick-slide {
    color: #FFF;
    height: 230px;
    margin: 0;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.patient-slider .slick-slide, .patient-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.75, 0.75);
    transition: all 0.4s ease-in-out;
}
.patient-slider .slick-center, .patient-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
}
.patient-slider .slick-next:before, .patient-slider .slick-prev:before {
    content: none;
}
.patient-slide-img {
    border: 1px solid #44360D24;
    border-radius: 8px;
    margin: 0 10px;
    overflow: hidden;
    width: calc(100% - 20px);
}
.patient-slide-img img {
    margin: -5px auto 0;
    /*width: calc(100% + 20px);*/
    width: 100%;
    object-fit: cover;
    text-align: center;
}
.patient-slide.slick-slide.slick-current.slick-active.slick-center .patient-slide-btn .patient-life-btn {
    background-color: #008ACB;
    color: #ffffff;
}


.patient_ambassadors_dots {
    position: absolute;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.roxanne-sec.ambassador-img img{
    left: 35px;
    position: relative;
    z-index: 1;
}
.wayne-sec.ambassador-img img{
    right: 55px;
    position: relative;
    z-index: 2;
}
.ambassador-img {
    cursor: pointer;
    position: relative;
}
.ambassador-img img{
    transition: opacity 0.3s ease-in-out;
}
.laura-sec.ambassador-img img {
    z-index: 3;
    position: relative;
}
.patient-name a {
    color: #AB9E7F;
    font-family: var(--font_Bebas_Neue);
    font-weight: 400;
    font-size: 50px;
    line-height: 71px;
    transition: color 0.5s ease-in-out;
}
.patient-name.roxanne-name, .patient-name.wayne-name {
    left: -20px;
    position: relative;
}
.patient-name-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.highlight, .patient-name a:hover {
    color: #008ACB !important;
}
.ambassador-img img.faded {
    opacity: 0.4;
    z-index: 0 !important;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}
.ambassador-img:before {
    content: "";
    background-image: url(/Content/images/patient_bottom_shadow.png);
    width: 100%;
    bottom: -12px;
    height: 20px;
    z-index: 4;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.roxanne-sec.ambassador-img::before {
    background-size: contain;
    width: calc(100% + 30px);
    left: 10px;
}
.wayne-sec.ambassador-img::before {
    left: -40px;
    width: calc(100% + 30px);
}
.ambassador-section:has(.faded) .patient_ambassadors_dots {
    z-index: 0;
}
.roxanne-sec.ambassador-img:hover {
    z-index: 4;
}
.toc_box {
    background: #AA9E7C1A;
    border: 1px solid #44360D24;
    border-radius: 16px;
    padding: 16px;
}
.toc_box p {
    border-bottom: 1px solid #44360D24;
}
.toc_box a {
    color: rgb(87, 87, 86 , 0.60);
    transition: 0.3s all;
}
.toc_box a:hover {
    color: var(--primary-color);
}
.patient-ambassador-sec .study1-section:before {
    height: calc(100% + 90px);
}
.story-btn {
    background: #AA9E7C1A;
    border: 1px solid #44360D24;
    padding: 9px 10px 7px;
    border-radius: 8px;
    font-size: var(--font-18);
    line-height: 24px;
    display: flex;
    align-items : center;
    justify-content: space-between;
}
.story_top_arrow img {
    transform: rotate(180deg);
}
.story_right_arrow img {
    transform: rotate(-90deg);
}







.patient-story-audio .video-container {
    background: rgba(173, 216, 230, 0.5);
    cursor: pointer;
    height: 260px;
    transition: background 0.3s ease-in-out;
}

.patient-story-audio.ambassador-wayne .video-container {
    background: rgba(195, 214, 0, 0.26);
}

.patient-story-audio.ambassador-laura .video-container {
    background: url(../images/video-overlay.svg);
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    background-size: cover;
    background-color: #F2F2EB;
    border: 1px solid #BAB5A6 !important;
}
.patient-story-audio.ambassador-laura .video-container .overlay-content {
    backdrop-filter: blur(4px);
    border-radius: 8px;
}
.patient-story-audio .video-element {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 8px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.patient-story-audio .hidden-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.patient-story-audio .audio_range {
    flex-grow: 1;
    height: 3px;
    background: rgba(173, 216, 230, 0.5);
    border-radius: 4px;
    position: relative;
    width: calc(100% - 350px);
    margin-right: 50px;
}

.patient-story-audio .progress-bar {
    height: 100%;
    background: #0c93d0;
    width: 0%;
    position: absolute;
    border-radius: 4px;
    overflow: unset;
}

.patient-story-audio .time-display {
    position: absolute;
    right: -50px;
    top: -10px;
    font-weight: bold;
    font-size: 15px;
    color: #D63976 ;
}

.patient-story-audio .chapter-marker {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #e4f6ff;
    border-radius:50%;
    margin-top: -6px;
    opacity: 1;
    cursor: pointer;
    /* animation: pulse 1.2s infinite; */
    opacity: 1;
}


.patient-story-audio.ambassador-wayne .chapter-marker {
    background: #E92076;
}

.patient-story-audio.ambassador-wayne .chapter-marker:hover {
    background: var(--yellow-200);
}

.patient-story-audio.ambassador-laura .chapter-marker {    
    background: rgba(233, 32, 118, 0.3);
}
.patient-story-audio.ambassador-laura .chapter-marker.active-marker {
    background: #D63976;
}



.patient-story-audio .chapter-marker:hover::after {
    content: attr(data-title);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: none !important;
    animation: none !important;
    font-size: 18px;
    padding: 0;
    font-family: var(--font-SourceSansPro-Regular);
    background: none;
    color: #707070;
}

.patient-story-audio .chapter-marker.show-r::before {
    content: '';
    position: absolute;
    animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
    background-color: #0c93d0;
    opacity: 0.65;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.patient-story-audio .chapter-marker.show-w::before {
    content: '';
    position: absolute;
    animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
    background-color: #C3D600;
    opacity: 0.65;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.patient-story-audio .chapter-marker.show-l::before {
    content: '';
    position: absolute;
    /*animation: ping 2s cubic-bezier(0,0,.2,1) infinite;*/
    background-color: #E92076;
    opacity: 0.65;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.patient-story-audio .chapter-marker.active-marker.show-l::before {
    content: '';
    position: absolute;
    animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
    background-color: #E92076;
    opacity: 0.65;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


@keyframes ping {
    75%,to {
        transform: scale(2.3);
        opacity: 0
    }
}

.patient-story-title {
    margin-left: 0;
    padding: 1.2rem 2.5rem 2.8rem;
    width: 23rem;
    height: 7.5rem;
    color: var(--bs-white);
    border-radius: 1rem;
    font-family: var(--font-Exo2-SemiBold);
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: -2.4rem;
    z-index: -1;
    text-align: center;
}

.patient-story-audio #externalPlayPause.play-icon {
    width: 25px;
    height: 25px;
}

.ambassador-wayne .audio_range {
    background-color: rgba(195, 214, 0, 0.3);
}

.patient-story-audio.ambassador-wayne .progress-bar {
    background: #C3D600;
}

.ambassador-laura .audio_range {
    background-color: rgba(233, 32, 118, 0.3);
}

.patient-story-audio.ambassador-laura .progress-bar {
    background: #E92076;
}
/*div#videoOverlay:has(.hidden-overlay):hover .overlay-content {
    opacity: 1;
    visibility: visible;
    background: rgba(173, 216, 230, 0.5);

}*/
.chapter-points {
    right: 0;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #BAB5A6 !important;
    background-color: #E2DED5;
    height: 100%;
}
.chapter-points span {
        font-size: 15px;
    font-weight: 500;
}
.chapter-points span.text-primary{
    color: #D63976 !important;
}
.chapter-points .chapter-item {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #6F67484D;
}
.play-pause-icon img {
    width: 35px;
    height: 35px;
    margin-left: 6px;
}
.play-pause-icon {
    background: #D6397633;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.audio-sec {
    border: 1px solid #BAB5A6;
    padding: 15px;
    margin-bottom: -5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.patient-story-audio.ambassador-laura .progress-bar:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #D63976;
    z-index: 999;
    border-radius: 20px;
    right: -10px;
}
.patient-story-audio .shadow-img {
    bottom: -21px;
}

.newVprivAmbassadors.modal-main .modal-dialog {
    max-width: 600px;
}
.newVprivAmbassadors .main-title::before {
    left: auto;
    right: -40px;
    transform: translateY(-50%) rotate(179.08deg);
}
.newVprivAmbassadors .main-title::after {
    left: -60px;
    right: auto;
    transform: translateY(-50%) rotate(173.51deg);
}
.newVprivAmbassadors h1.modal-title.main-title.header1 {
    color: #AB9E7F;
    padding: 0 20px;
    line-height: 30px;
}

.newVprivAmbassadors h1.modal-title.main-title.header1 span {
    color: #44360D;
    margin-left: 20px;
}
.newVprivAmbassadors.modal-main .modal-dialog .modal-body h2 {
    font-size: 20px;
    color: #008ACB;
    font-weight: 700;
}
div#popup_overlay.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.newVprivAmbassadors.show {
    display: block;
}
.viewPrescribeInfoModal .modal-dialog.modal-dialog-centered {
    max-width: 890px;
}
.viewPrescribeInfoModal h1.modal-title.main-title.header1 {
    color: var(--accent-color);
}
.viewPrescribeInfoModal .main-title::before, .viewPrescribeInfoModal .main-title::after {
    display: none;
}
.viewPrescribeInfoModal a.custom-btn {
    max-width: fit-content;
}
.back_intro {
    color: #61533F;
}
.back_intro img {
    transform: rotate(90deg);
}
.newVprivAmbassadors .modal-header a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.newVprivAmbassadors .modal-header a h1{
     text-align: left;
}
/*
.show .watch-video-box:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #00000080;
    position: absolute;
    margin: auto;
    inset: 0;
    border-radius: 30px;
    z-index: 2;
}
.watch-video-box{
    position: relative;
}
.show .watch-video-box:after {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #ffffff;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    left: 5px;
    z-index: 3;
}
.video-box.show:before {
    
    z-index: 99999;
    background-size: contain;
    inset: 0;
    cursor: pointer;
    text-align: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    background-color: #ffffff;
    z-index: 1;
}
.video-laura.show:before {
    background-image: url(../../Content/images/laura-video-thumbnails.png);
}
.video-roxanne.show:before {
    background-image: url(../../Content/images/roxanne-video-thumbnails.png);
}
.video-wayne.show:before {
    background-image: url(../../Content/images/wayne-video-thumbnails.png);
}*/


.watch-video-box.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: auto;
    cursor: pointer;
    border: 1px solid #D3D0C4;
}

.watch-video-box.video-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/play-icon.svg') center center no-repeat;
    background-size: 60px 60px;
    z-index: 2;
    pointer-events: none;
}

.watch-video-box.video-wrapper img,
.watch-video-box.video-wrapper iframe,
.show .watch-box.video-wrapper .video-iframe {
    width: 100%;
    display: block;
}

.watch-video-box.video-wrapper iframe,
.watch-video-box.video-wrapper .video-iframe {
    display: none;
}

.watch-video-box.video-wrapper.playing::before,
.watch-video-box.video-wrapper.playing img {
    display: none;
}

.watch-video-box.video-wrapper.playing iframe,
.watch-video-box.video-wrapper.playing .video-iframe {
    display: block;
}