body {
    font-family: 'Arial';
    font-style: normal;
}

.portfolio-heading {
    font-size: 26px;
    font-weight: 600;
}

.p-64 {
    padding: 64px;
}

.containerIcons {
    height: 32px;
    width: 32px;
}

.containerTitle-d {
    font-size: 32px;
    color: #007E87;
}
.custom-dropdown{
    color: #007E87 !important;

}


#topNavbar-d {
    background-color: #ffffff;
    border-radius: 16px;
    top: 16px;
    left: 64px;
    right: 64px;
    padding: 0px 32px;
    min-height: 84px;
    color: #007E87;
    box-shadow: 0 4px 6px rgba(33, 33, 33, 0.2);
}

.topNavbarIcons {
    width: 16px;
    height: 16px;
}

.nav-link-d {
    color: #007E87;
    text-decoration: none;

}

.nav-item-d img {
    filter: invert(21%) sepia(43%) saturate(6075%) hue-rotate(171deg) brightness(98%) contrast(101%);
}

#topContainer-d {

    background-color: #6E787F;
    padding-left: 64px;
    padding-right: 64px;
}

#logoContainer {
    padding-top: 385px;
}

#downloadButtonn {
    border: none;
    color: #3769FF;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(33, 33, 33, 0.2);

}

#fundHeader-d {
    font-size: 60px;
    padding-top: 10px;
    color: #ffffff;
}
.fund-headerpara-d{
    padding-top: 10px;
    color: #ffffff;
}
.download-fund-report-link{
    text-decoration: none;
    color: #007E87;
}
.video-container-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

#shareClassButton {
    background-size: 16px;
    border-color: #007E87;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    font-size: 14px;
    max-width: 400px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 10 5%22%3E%3Cpolygon points=%220,0 10,0 5,5%22 fill=%22gray%22/%3E%3C/svg%3E');
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#shareClassButton option {
    background-color: #FFFFFF;
    color: #161616;
}



#fundInvestDropdown {
    width: auto;
    background-image: url(/shared/icons/downarrow.svg);
    background-size: 16px;
}


.links-break {
    word-wrap: break-word;
}


#fundDetailsContainer {
    padding-left: 64px;
    padding-right: 64px;
}

.hypothetical-note {
    font-size: 16px;
    color: #212529;
    font-weight: 100;
    vertical-align: middle;
}

#fundCostDetails-d {
    background-color: #ECECEC;
    border-radius: 0px 0px 12px 12px;
    padding: 64px;
}

#fundCostTitle {
    color: #161616;
}

.classCostDetails {
    color: #161616;
    border-bottom: 3px solid #161616;
}

.classCostValue {
    font-size: 32px;
    color: #161616;
}

.classCostDescriprion {
    font-size: 14px;
    color: #8D8D8D;
}


#performanceTitle {
    color: #121619;
}
.fund-performance-heading{
    color: #007E87;
}
.bracket-note-text{
    font-size: 16px;
    color:#212529;
    font-weight: 100;
    vertical-align: middle;
}

#cumulativePerformanceContainer-d {
    background-color: #ECECEC;
}
.portfolio-para{
    color:#212121 !important;
}



/* Line Graph */

.line-chart-container {
    width: 100%;
    height: 350px;
    margin: auto;
    position: relative;
    margin-top: 15vw;
}

.popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    font-size: 12px;
    pointer-events: none;
}

.color-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.linebar-legends {
    position: absolute;
    top:-58%;
    right: 0;
    line-height: normal;
    font-size: 14px;
}

.circlebar-d {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
}

.bluebar-d {
    background-color: #5ed6c1;
}
.yellowbar-d{
    background-color: #F7F70C;

}
.greenbar-d {
    background-color: #00b7bd;
}
.lightgreenbar-d{
    background-color: #007e87;
}
.lightbluebar-d{
background-color: #4a545c;
}


#annualPerformanceContainer-d {
    background-color: #ECECEC;
}

.annualDescription {
    font-size: 14px;
    color: #212121;
    
}


#fundStatisticsContainer-d {
    background-color: #ECECEC;
}

.statisticsDescription {
    font-size: 14px;
    color: #6F6F6F;
}

#statisticsDropdown {
    background-color: #393939;
    color: #FFFFFF;
    width: auto;
    background-size: 16px;
}

#statisticsDropdown option {
    background-color: #FFFFFF;
    color: #161616;
}

.fundStatisticstable {
    font-size: 26px;
}


#fundInvestContainer {
    background-color: #6E787F;
}


/* Bar graph */
.bar-graph-section {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 600px;
    padding-top: 20px;
}

#chart-container {
    width: 100%;
    height: 600px;
    margin-left: 50px;
}

.bar-graph-note {
    color: #8D8D8D;
}

.deskstopbarContainer {
    display: block;
}

.mobilebarContainer {
    display: none;
}


.para-list-d {
    display: block;
     font-size: 16px;
     color:#212529;
     font-weight: 100;
     margin-top: 15px;
}

.para-list-d-mobile {
    display: none;
    font-size: 16px;
    color:#212529;
    font-weight: 100;
    margin-top: 15px;

}

.resourcelink,
.insightLinks {
    color: #007D79;
}


.text-white p {
    color: #000;
}

.text-white li {
    color: #000;

}

#additionalInfoContainer {
    background-color: #E6E6E6;
}



#footer {
    margin-top: 64px;
    background-color: #DDEAFF;
}
.footerpara{
    color: #007E87;;
}


@media (max-width: 1199.98px) {
    #topNavbar-d {
        left: 20px;
        right: 20px;
        padding: 0px 22px;
    }


    #fundHeader-d {
        font-size: 54px;
    }

}


@media (max-width: 991.98px) {
    #topNavbar-d {
        left: 64px;
        right: 64px;
        padding: 22px 32px;
    }



    #logoContainer {
        padding-top: 300px;
    }

    .para-list-d {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-d-mobile {
        display: block;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    #footerInvest,
    #footerLoop {
        border-radius: 1rem !important;
        margin: 0px;
        margin-top: 20px;
    }

    #footerContainer {
        padding: 10px !important;
    }

    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}
    


@media (max-width: 767.98px) {


    #logoContainer {
        padding-top: 280px;
    }

    #fundHeader-d {
        font-size: 45px;
    }

    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .para-list-d {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-d-mobile {
        display: block;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    #shareClassButton{
        font-size: 12px;
        margin-bottom: 5px;
    }

    #shareClassButton option {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .deskstopbarContainer {
        display: none;
    }

    .mobilebarContainer {
        display: block;
    }
    #chart-section{
        margin-top: 250px;
    }

    #myChart {
        margin-top: 100px;
    }
    .video-container{
        margin-left: 0px;
    }
    .portfolio-bar{
        padding-left: 30px;
    }
    /* .line-chart-container {
       
        margin-top: 25vw;
    } */
    .linebar-legends{
       margin-top: -120px;
    }
    .port-b {
        margin-left: -45px;
    }
}


@media (max-width: 575.98px) {
    .containerIcons {
        height: 20px;
        width: 20px;
    }
    .video-container{
        margin-left: 0px;
    }
    .containerTitle-d {
        font-size: 25px;
    }


    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    #topNavbar-d {
        left: 0px;
        right: 0px;
        top: 0px;
        border-radius: 0px;
        padding: 22px 0px;

    }


    #topContainer-d {
        padding-left: 44px;
        padding-right: 44px;
    }

    #logoContainer {
        padding-top: 170px;
    }

    #hextoneLogo {
        padding-bottom: 15px;
    }

    #fundHeader-d {
        font-size: 35px;
    }


    .para-list-d {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-d-mobile {
        display: block;
    }


    #fundDetailsContainer {
        padding-left: 44px;
        padding-right: 44px;
    }

    #fundCostDetails-d {
        padding: 44px;
    }

    #fundCostDetails-d {
        padding: 44px;
    }


    #cumulativePerformanceContainer-d {
        padding: 44px;
    }



    #annualPerformanceContainer-d {
        padding: 44px;
    }



    #fundStatisticsContainer-d {
        padding: 44px;
    }

    .fundStatisticstable {
        font-size: 16px;
    }



    #fundInvestContainer {
        padding: 44px;
    }

    #footer {
        border-radius: 0 !important;
    }

}


