@font-face {
    font-family: 'Lorin';
    src: url('../fonts/lorin/Lorin-Bold.eot');
    src: url('../fonts/lorin/Lorin-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lorin/Lorin-Bold.woff2') format('woff2'), url('../fonts/lorin/Lorin-Bold.woff') format('woff'), url('../fonts/lorin/Lorin-Bold.ttf') format('truetype'), url('../fonts/lorin/Lorin-Bold.svg#Lorin-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lorin';
    src: url('../fonts/lorin/Lorin-Light.eot');
    src: url('../fonts/lorin/Lorin-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/lorin/Lorin-Light.woff2') format('woff2'), url('../fonts/lorin/Lorin-Light.woff') format('woff'), url('../fonts/lorin/Lorin-Light.ttf') format('truetype'), url('../fonts/lorin/Lorin-Light.svg#Lorin-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lorin';
    src: url('../fonts/lorin/Lorin-Regular.eot');
    src: url('../fonts/Lorin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lorin/Lorin-Regular.woff2') format('woff2'), url('../fonts/lorin/Lorin-Regular.woff') format('woff'), url('../fonts/lorin/Lorin-Regular.ttf') format('truetype'), url('../fonts/lorin/Lorin-Regular.svg#Lorin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lorin';
    src: url('../fonts/lorin/Lorin-ExtraBold.eot');
    src: url('../fonts/lorin/Lorin-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/lorin/Lorin-ExtraBold.woff2') format('woff2'), url('../fonts/lorin/Lorin-ExtraBold.woff') format('woff'), url('../fonts/lorin/Lorin-ExtraBold.ttf') format('truetype'), url('../fonts/lorin/Lorin-ExtraBold.svg#Lorin-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
/*********************************new scheme -details**********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.scheme-main-wrapper {
    font-family: "lorin";
    margin-top:15px;
}
.tooltip__wrapper {
    position: relative;
}

    .tooltip__wrapper img {
        cursor: pointer;
    }

.tooltip__hoverInfo {
    display: none;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(5%, -50%);
    width: 350px;
    font-size: 14px;
    padding: 10px;
    line-height: 21px;
    color: #666666;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    text-align: justify;
    text-transform: none;
}

    .tooltip__hoverInfo::before {
        content: '';
        position: absolute;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
        border-left: 0;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

.tooltip__wrapper img:hover ~ .tooltip__hoverInfo {
    display: block;
}


    /*.scheme-main-wrapper .container {
        max-width: 1170px;
    }*/

    .scheme-main-wrapper .fund-main-content {
        background-color: #EDF7FF;
        border: 1px solid #E1E1E1;
        border-radius: 8px;
        padding: 12px;
        position: relative;
        z-index: 4;
        margin-bottom:30px;
    }

.fund-main-inner-content {
    border: 1px solid #1B873F1A;
    background: #F4FBF2;
}

.fnd-status {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .fnd-status label {
        border-radius: 4px;
        width: 118px;
        height: 27px;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
    }

.status-open-ended {
    border: 1px solid #D9D9D9;
    color: #666666;
    background-color: #F5F5F5;
}

.status-vh-risk {
    background: #F9E9EA;
    color: #C7222A
}

.scheme-main-wrapper h3 {
    font-size: 22px;
    line-height: 28.8px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.fund-left-main h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}

.fund-left-main {
    padding: 20px 15px;
}

    .fund-left-main p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #22222280;
        margin-bottom: 30px;
    }

.fund-right-main {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
}

.fund-right-main-top .inav {
    background-color: #F3F3F3;
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
}

.fund-right-main-top {
    background: #F4FBF2;
    border-radius: 8px;
}

    .fund-right-main-top .inav label {
        color: #000000;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .fund-right-main-top .inav span {
        color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        letter-spacing: -0.02em;
    }

.inavamt{
    color: #1B873F;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    border-radius: 0px 8px 8px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.fund-right-main-bottom {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

    .fund-right-main-bottom label {
        display: block;
        color: rgba(0, 0, 0, 60%);
        font-size: 12px;
        font-weight: 400;
        line-height: 15.72px;
    }

    .fund-right-main-bottom .label-title {
        margin-bottom: 5px;
    }

    .fund-right-main-bottom .label-val {
        border-left: 3px solid #d9d9d9;
        padding-left: 5px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        color:#000;
    }

.return-amt .label-val {
    color: #1B873F;
    /*min-width: 96px;
    max-width: 96px;*/
    display: none;
    margin-right:10px;
}

    .return-amt .label-val.value.up {
        display: block;
    }

.return-amt .since-dropdown {
    color: #0081e4;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fund-right-main-bottom .return-amt .custom-select .select-items {
    min-width: 95px;
}

.fund-right-main-bottom .custom-select .select-items div,
.custom-select .select-items .select-selected {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 10px;
}

.fund-badge-content ul {
    padding-left: 0;
    margin-bottom:0;
}

    .fund-badge-content ul li {
        display: table;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        border-radius: 6px;
        background: rgba(225, 225, 225, 0.4);
        padding: 10px;
        margin-bottom: 3px;
    }

        .fund-badge-content ul li span {
            font-weight: 800;
        }

.fund-main-bottom-content {
    background: rgba(244, 251, 242, 1);
    text-align: center;
    color: #1B873F;
    padding: 17px 0 12px;
    border-radius: 0 0 8px 8px;
    margin-top: -7px;
    margin-bottom: 30px;
    border: 1px solid rgba(27, 135, 63, 0.1);
}

    .fund-main-bottom-content p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .fund-main-bottom-content p img{
            width:20px;
            height:20px;
        }

        .fund-main-bottom-content p span {
            font-weight: 800;
        }

.fndmain-btn-group .btn {
    height: 50px;
    border-radius: 8px;
    font-family: "lorin";
}

.fndmain-btn-group .btn-inv-now {
    color: #ffffff;
    background-color: #0081e4;
}

    .fndmain-btn-group .btn-inv-now:hover {
        background-color: #ffffff;
        color: #0081e4;
    }

.fndmain-btn-group .btn-compare {
    background-color: #ffffff;
    color: #0081e4;
}

    .fndmain-btn-group .btn-compare:hover {
        color: #ffffff;
        background-color: #0081e4;
    }

.scheme-main-wrapper .tab-list {
    border: 1px solid #E1E1E1;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}

    .scheme-main-wrapper .tab-list ul {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        flex-wrap: wrap;
        list-style: none;
    }

        .scheme-main-wrapper .tab-list ul li a {
            font-size: 16px;
            font-weight: 700;
            line-height: 20.96px;
            border: 1px solid rgba(99, 99, 99, 0.15);
            color: #A7A7A7;
            padding: 8px 15px;
            background: #F8F8F8;
            border-radius: 6px;
        }

        .scheme-main-wrapper .tab-list ul li.active a {
            background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);
            color: #FFFFFF;
        }
        /*.scheme-main-wrapper .tab-list ul li a.active {
            background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);
            color: #FFFFFF;
        }*/
        .scheme-main-wrapper .tab-list ul li.active:hover a {
            background: #fff;
            color: #0081e4;
            border: 1px solid #0081e4;
        }
        /*.scheme-main-wrapper .tab-list ul li a:hover {
            background: #fff;
            color: #0081e4;
            border: 1px solid #0081e4;
        }*/
.scheme-border {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 20px 20px;
}

.historicl-nav {
    width: 80%;
}

.calculate-return {
    width: 100%;
}

.performance-wrapper h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28.8px;
}

.performance-wrapper h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 28.8px;
    margin-bottom: 15px;
}

.highlight-nav-blue {
    background: linear-gradient(90.08deg, #007EE7 -79.68%, rgba(110, 98, 228, 0.8) 150.99%);
    padding: 5px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .highlight-nav-blue .label-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
    }

    .highlight-nav-blue .label-val {
        font-size: 26px;
    }

.calculate-return .nav {
    gap: 15px;
}

.calculate-return .nav-link.active {
    border: 1px solid rgba(0, 129, 228, 0.8);
    background: rgba(0, 129, 228, 0.05);
    color: #0081e4;
    font-weight: 700 !important;
}

.calculate-return .nav-link {
    background: #F8F8F8;
    border: 1px solid rgba(99, 99, 99, 0.15);
    letter-spacing: 0.56px;
    height: 45px;
    padding: 0 25px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Lorin;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.96px;
}

.calculate-return-content .d-flex {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}

    .calculate-return-content .d-flex:last-child {
        border-bottom: 0 none;
    }

        .calculate-return-content .d-flex:last-child label {
            align-items: center;
            border: 0 none;
        }

    .calculate-return-content .d-flex label {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .calculate-return-content .d-flex input {
        background: rgba(237, 237, 237, 0.4);
        border: 1px solid rgba(217, 217, 217, 0.5);
        text-align: right;
        width: 129px;
        height: 36px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #0081e4;
        padding: 10px;
    }

.calculate-return-content .custom-select.since-dropdown {
    background: rgba(237, 237, 237, 0.4) !important;
    border: 1px solid rgba(217, 217, 217, 0.5) !important;
    text-align: right;
    width: 129px;
    height: 36px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #0081e4;
    padding: 9px;
}

    .calculate-return-content .custom-select.since-dropdown .select-selected {
        font-size: 12px;
        text-align: right;
        margin-right: 13px;
        margin-top: -2px;
    }

        .calculate-return-content .custom-select.since-dropdown .select-selected::after {
            right: 10px;
            top: 33%;
        }

        .calculate-return-content .custom-select.since-dropdown .select-selected.select-arrow-active::after {
            top: 47%;
        }

    .calculate-return-content .custom-select.since-dropdown .select-items {
        top: 108%;
    }

        .calculate-return-content .custom-select.since-dropdown .select-items div {
            font-size: 0.7rem !important;
            padding: 6px 16px;
            line-height: 8px;
            text-align: left;
        }

.invested-amt-content {
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}

.invested-amt-top {
    display: flex;
    justify-content: center;
    gap: 15%;
    padding: 20px;
}

.info {
    width: 12px;
    height: 12px;
}

.your-invested,
.youget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .youget img {
        margin-bottom: 10px;
    }

    .your-invested img {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .your-invested label {
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
    }

    .youget label {
        font-size: 24px;
        font-weight: 800;
        line-height: 28.8px;
    }

    .your-invested span,
    .youget span {
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }

    .youget input {
        width: 36px;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        color: #0081e4;
        padding: 5px;
        text-align: right;
        background: rgba(0, 129, 228, 0.05);
        border: 0 none;
    }

.invested-amt-bottom {
    background: rgba(237, 247, 255, 1);
    padding: 15px;
}

    .invested-amt-bottom ul {
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-bottom: 0;
    }

        .invested-amt-bottom ul li {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

            .invested-amt-bottom ul li:after {
                content: "";
                position: absolute;
                border-right: 1px solid rgba(144, 144, 144, 50%);
                height: 37px;
                right: 0;
            }

            .invested-amt-bottom ul li:last-child:after {
                display: none;
            }

            .invested-amt-bottom ul li .lbl-text {
                font-size: 12px;
                font-weight: 400;
                line-height: 15.72px;
                font-size: 12px;
                font-weight: 400;
                line-height: 15.72px;
                color: #909090;
            }

            .invested-amt-bottom ul li .lbl-val {
                font-size: 20px;
                font-weight: 700;
                color: #222;
            }

.calculate-return .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    min-height: 50px;
}

.cal-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(101, 101, 101, 70%);
    margin-bottom: 0;
    margin-top: 15px;
}

.historical-performance {
    margin-top: 30px;
    margin-bottom: 30px;
}

.scheme-main-wrapper .nav-link.active {
    border: 1px solid rgba(0, 129, 228, 0.8) !important;
    background: rgba(0, 129, 228, 0.05) !important;
    color: #0081e4 !important;
    font-weight: 700 !important;
}

.scheme-main-wrapper .nav-pills .nav-link {
    background: #F8F8F8;
    border: 1px solid rgba(99, 99, 99, 0.15);
    letter-spacing: 0.56px;
    height: 45px;
    padding: 0 25px;
    color: rgba(0, 0, 0, 0.6);
    font-family: Lorin;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.96px;
}

.scheme-main-wrapper .table {
    margin-bottom: 0;
}

    .scheme-main-wrapper .table thead {
        background: #EDF7FF;
    }

.scheme-main-wrapper thead th {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.34px;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 60%);
    padding: 15px;
    text-transform: uppercase;
}

.scheme-main-wrapper tbody th {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    padding: 15px;
}

.scheme-main-wrapper tbody td {
    /*font-size: 20px;*/
    font-size:1rem;
    font-weight: 700;
    line-height: 32px;
    padding: 15px;
}

.scheme-main-wrapper .table-border {
    border: 1px solid rgba(99, 99, 99, 0.15);
    border-radius: 6px !important;
    margin-bottom: 0;
    overflow: auto;
}

.notes-content {
    margin-top: 10px;
}

    .notes-content p {
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 5px;
        color: rgba(101, 101, 101, 70%);
    }

    .notes-content ul {
        padding-left: 1rem;
        margin-bottom:0;
    }

        .notes-content ul li {
            font-size: 10px;
            font-weight: 700;
            line-height: 18px;
            color: rgba(101, 101, 101, 70%);
            list-style: disc;
        }

.fund-overview {
    margin-bottom: 30px;
}

.overview{
    margin-bottom:20px;
}

.fund-overview p, .overview ul li{
    font-size: 13px;
    color: rgba(34, 34, 34, 0.6);
}

.fund-overview .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    background: rgb(248, 248, 248);
}

.faq-content .accordion-button:focus {
    z-index: 2;
}

.scheme-main-wrapper .accordion-button.collapsed {
    background: #ffffff;
}

.fund-overview .accordion-collapse.collapse.show {
    background: rgb(248, 248, 248);
}

    .fund-overview .accordion-collapse.collapse.show .accordion-body {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: rgba(34, 34, 34, 0.6);
    }

.risko-m-content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}


.risko-m-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: rgba(34, 34, 34, 0.6);
}

.risko-m-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

    .risko-m-content ul li {
        list-style: disc;
        color: rgba(34, 34, 34, 0.6);
        font-size: 14px;
    }

.risko-meter-section .riskometer-con h3 {
    color: #222;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom:5px;
}

.risko-meter-section .riskometer-con h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    min-height: 30px;
}

.risko-meter-section .riskometer-con #score-meter-1 {
    width: 185px;
    height: 90px;
    margin: 0 auto;
}

.risko-meter-section .risko-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
}

.risk-status {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    gap: 4px;
    align-items: center;
    display: flex;
    line-height: 18px;
    justify-content: center;
}

    .risk-status span {
        font-weight: 600 !important;
        display: block;
        margin: 0px 0 0px !important;
        font-size: 14px;
        line-height: 16px;
        text-transform: lowercase;
        color: #000 !important;
    }

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer {
    margin: 20px auto 10px;
    width: 300px;
}

    .scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text {
        position: relative;
        font-size: 10px;
    }

.scheme-main-wrapper .risko-meter-section .riskometer .rm-text .mhigh-p {
    margin-left: -185px;
    right: 0;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con.riskometer-detail .riskometer .rm-text .mlow {
    left: 15px;
    top: 10px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .v-high-p {
    right: -12px;
    margin-top: 67px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .high-p {
    right: 29px;
    margin-top: 24px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .mod {
    margin-top: -13px;
    margin-left: 55px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .mlow {
    left: 25px;
    margin-top: 5px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con .riskometer .rm-text .r-low {
    left: 11px;
    margin-top: 65px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con p span {
    color: #28ac18;
    /* font-family: "nunitosemibold"; */
    font-weight: 500;
    display: block;
    margin: 5px 0 10px;
}

.scheme-main-wrapper .risko-meter-section .riskometer-con p {
    margin-bottom: 5px;
}

.risko-meter-section #score-meter-1 #scorer-1-inner-div-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
    /* background-color: #36bc3afa; */
    background-color: #08A04B;
    transform-origin: bottom center;
    transform: rotate( -155deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-3 {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 4;
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 421px; */
    /* border-top-right-radius: 360px; */
    background-color: #F70D1A;
    transform-origin: bottom center;
    transform: rotate( 156deg);
    z-index: 0;
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-4 {
    position: absolute;
    left: -41px;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 88px solid transparent;
    /* border-bottom: 122px solid #A3CD3B; */
    border-bottom: 122px solid #7FFF00;
    transform: rotate( 150deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-5 {
    position: absolute;
    left: 34px;
    top: -17px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 54px solid transparent;
    /* border-bottom: 130px solid #ffd700; */
    border-bottom: 130px solid #FFFF33;
    transform: rotate(169deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-6 {
    position: absolute;
    left: 46px;
    top: -60px;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 90px solid transparent;
    /* border-bottom: 156px solid #eb8508; */
    border-bottom: 156px solid #C68E17;
    transform: rotate(-152deg);
}

.scheme-main-wrapper .risko-meter-section #score-meter-1 #scorer-1-inner-div-8 {
    position: absolute;
    left: 94px;
    top: -36px;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 59px solid transparent;
    /* border-bottom: 158px solid orange; */
    border-bottom: 158px solid #FF8C00;
    transform: rotate(238deg);
}

.scheme-main-wrapper .risko-meter-section .riskometer-con {
    font-size: 10px;
    line-height: 16px;
    color: #666;
    margin: 0px 0 10px 0;
    background: #F8F8F8;
    padding: 10px 10px;
    border-radius: 8px;
}

.scheme-main-wrapper .risko-meter-section .scorer-1-tick {
    top: 5px;
}

.scheme-main-wrapper .risko-meter-section #scorer-1-inner-div-7 {
    top: 75%;
}

.fund-insight-content {
    margin-bottom: 30px;
}

    .fund-insight-content ul {
        padding-left: 0;
    }

        .fund-insight-content ul li {
            background-color: #EDF7FF;
            font-size: 16px;
            font-weight: 400;
            line-height: 32px;
            border: 1px solid #C1E4FF;
            margin-bottom: 10px;
            border-radius: 4px;
            padding: 10px 15px;
            display: flex;
            gap: 15px;
            align-items: center;
        }

.fnd-mgr-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 15px 0;
}
    .fnd-mgr-heading img {
        border-radius: 100%;
        width: 50px;
        height: 50px;
    }
.fnd-mgr-profile {
    display: flex;
    flex-direction: column;
}

    .fnd-mgr-profile .lbl-name {
        font-size: 17px;
        font-weight: 700;
        line-height: 24px;
    }

    .fnd-mgr-profile .lbl-since {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }

.fnd-mg-middle {
    padding: 15px;
    margin-bottom: 70px;
}

    .fnd-mg-middle p {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: rgba(0, 0, 0, 40%);
    }

    .fnd-mg-middle a {
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-decoration: none;
    }

.fnd-mgr-bottom {
    padding: 15px;
    background: #EDF7FF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:0 0 8px 8px;
}

    .fnd-mgr-bottom p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

        .fnd-mgr-bottom p a {
            position: relative;
            display: inline-flex;
            align-items: center;
        }

            .fnd-mgr-bottom p a::after {
                content: "";
                position: absolute;
                background-image: url(../images/link_arrow.svg);
                background-size: 100% 100%;
                background-position: top right;
                background-repeat: no-repeat;
                width: 14px;
                height: 14px;
                right: -20px;
            }

.fund-manager-box {
    padding: 0px;
    position: relative;
    max-width:367px;
}

.quantitative-data-wrapper,
.direct-redemption-content,
.fund-managers-wrapper,
.exitload-content,
.portfolio-composition,
.doc-content,
.fund-exposure {
    margin-bottom: 30px;
}

.quantitative-detail-box {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    margin-bottom: 10px;
}
    .quantitative-detail-box:last-child{
        margin-bottom:0;
    }

    .quantitative-heading {
        background: #EDF7FF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        font-size: 18px;
        border-radius: 8px;
    }

.lbl-title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    letter-spacing: 10%;
    color: rgba(0, 0, 0, 60%);
    text-transform: uppercase;
}

.lbl-date {
    font-size: 16px;
    font-weight: bold;
}

.quantitative-con-row {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.quantitative-con {
    display: flex;
    font-size: 18px;
    flex-direction: column;
    line-height: 30px;
    font-weight: bold;
    color: #000;
}

    .quantitative-con span {
        font-size: 12px;
        line-height: 20px;
        display: flex;
        color: rgba(101, 101, 101, 70%);
    }

.quantitative-con-row:nth-child(even) {
    background-color: #F8F8F8;
}

.quantitative-con-row:nth-child(odd) {
    background-color: #ffffff;
}

.track-diff-table {
    margin: 0 auto 15px;
    border-radius: 8px;
    max-width: 96%;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}

    .track-diff-table .table {
        border-radius: 8px;
    }

    .track-diff-table .table-striped tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

        .track-diff-table .table-striped tbody tr:nth-of-type(odd) td {
            --bs-table-accent-bg: #ffffff;
        }

    .track-diff-table .table tr:nth-child(even) {
        background-color: #f8f8f8;
    }

    .track-diff-table .table tbody td:last-child {
        border-left: 1px solid #DEE0E3;
    }

.direct-redemption-content .d-flex {
    justify-content: space-between;
}
.direct-redemption-content .notes-content ul li,
.direct-redemption-content .notes-content p, .exitload-content .notes-content ul li, .exitload-content .notes-content p{
    font-size: 12px;
    color: #222;
}

.btn-unavailable {
    color: #C7222A;
    background-color: rgba(199, 34, 42, 10%);
    width: 155px;
    height: 45px;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 700;
}

    .btn-unavailable:hover {
        color: #C7222A;
        background-color: rgba(199, 34, 42, 10%);
    }

.portfolio-composition .d-flex {
    justify-content: space-between;
}

.portfolio-composition .portfolio-total-box .d-flex {
    justify-content: space-between;
    border-right: 1px solid #C1E4FF;
    padding-right: 10px;
    padding-left:10px;
    width:100%;
}

    .portfolio-composition .portfolio-total-box .d-flex:last-child {
        border-right: 0 none;
        padding-right: 0;
    }

.portfolio-composition .d-flex .dropdown-toggle {
    display: flex;
    background: #0081e4;
    width: 244px;
    height: 44px;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    border: 0 none;
}

.portfolio-composition .nav-pills {
    gap: 15px;
}

.portfolio-composition .tab-pane .tbl-wrapper {
    overflow: auto;
    height: 370px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 1px solid #E1E1E1;
}

.portfolio-composition .tab-pane .table {
    position: relative;
}

.portfolio-composition .tbl-wrapper .table thead {
    position: sticky;
    top: 0;
}

.portfolio-composition .tbl-wrapper .table tr td {
    border-left: 1px solid #DEE0E3;
}

    .portfolio-composition .tbl-wrapper .table tr td:first-child {
        border-left: 0 none;
    }
/* width */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar-track {
    background: #E1E1E1;
    border-radius: 2px;
}
/* Handle */

.portfolio-composition .tbl-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 50%);
    border-radius: 2px;
}

.portfolio-composition .dropdown-menu.show {
    width: 100%;
}

    .portfolio-composition .dropdown-menu.show li a {
        font-size: 14px;
    }

.portfolio-total-box {
    border: 1px solid #C1E4FF;
    background: #EDF7FF;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
}

    .portfolio-total-box .lbl-val {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 5px;
    }

    .portfolio-total-box .lbl-title {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: rgba(0, 0, 0, 60%);
        text-transform:capitalize;
    }

    .portfolio-total-box .d-flex {
        flex-direction: column;
    }

.scheme-main-wrapper .accordion-button {
    /*font-size: 20px;*/
    font-size:16px;
    line-height: 38px;
    position: relative;
}

    .scheme-main-wrapper .accordion-button:not(.collapsed)::after {
        background-image: url("../images/minus-icon.svg");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
    }

    .scheme-main-wrapper .accordion-button::after {
        background-image: url("../images/plus-icon.svg");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        position: absolute;
        right: 12px;
    }

.faq-content .accordion-item:nth-child(odd) .accordion-button {
    background-color: #ffffff;
}

.faq-content .accordion-item:nth-child(even) .accordion-button {
    background-color: #F8F8F8;
}

.faq-content .accordion-item .accordion-body {
    font-size: 14px;
}

.doc-content .d-flex {
    justify-content: space-between;
    margin-bottom: 5px;
}

.doc-content .table thead {
    background-color: transparent;
}

.doc-content .table tbody td {
    padding: 10px 0;
}

    .doc-content .table tbody td:last-child {
        text-align: right;
    }

.doc-content .table thead th {
    padding: 10px 0;
    font-size: 17px;
    line-height: 32px;
    color: #000000;
}

.doc-content .table thead tr {
    border-bottom: 1px solid #808080;
}

.doc-content .table tbody tr,
.doc-content .table tbody td {
    border-bottom: 0 none;
}

    .doc-content .table tbody td a {
        border-bottom: 1px solid #0081e4;
    }

.doc-content .btn-downloadall {
    color: #0081e4;
    border: 1px solid #0081e4;
    background-color: #ffffff;
    width: 140px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.doc-content .btn-downloadall:hover {
        background-color: #0081e4;
        color: #ffffff;
        border: 1px solid #0081e4;
    }

.doc-content .table tbody td a.doc-dn {
    background-image: url("../images/dn-arrow.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 16px;
    text-decoration: none;
    border: 0 none;
}

.doc-type {
    color: rgba(0, 0, 0, 60%) !important;
}
.doc-size {
    color: rgba(0, 0, 0, 60%) !important;
}

.fund-exposure .d-flex {
    justify-content: space-between;
}

.fund-exposure .nav {
    gap: 15px;
}

.fund-exposure .d-flex span {
    font-size: 13px;
    color: #666666;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 700px;
    /*margin: 35% auto;*/
    margin:2% auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.high-data-content tr:nth-child(even) {
    background: #f8f8f8;
}

.high-data-content tr:nth-child(odd) {
    background: #ffffff;
}

/*.issuers-tab .d-flex {
    border: 1px solid #E1E1E1;
    background: #f2f2f2;
    border-radius: 8px;
}*/

.tab-content .tab-pane .d-flex {
    border: 1px solid #E1E1E1;
    background: #f2f2f2;
    border-radius: 8px;
}


.high-fig-content {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .high-fig-content rect.highcharts-background {
        fill: transparent;
    }

.high-data-content {
    width: 70%;
}

    .high-data-content .table {
        background-color: #ffffff;
    }
        .high-data-content .table th {
            background: #EDF7FF;
        }
.high-data-content .table tbody tr td:first-child {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

        .high-data-content .table tbody tr td {
            border-right: 1px solid #DEE0E3;
        }

            .high-data-content .table tbody tr td:last-child {
                border-right: 0 none;
            }

            .high-data-content .table tbody tr td:first-child span {
                width: 30px;
                min-width: 30px;
                height: 30px;
                border-radius: 100%;
            }

    .high-data-content .green {
        background-color: #5DD4B3;
    }

    .high-data-content .orange {
        background-color: #FFA200;
    }

    .high-data-content .dkpink {
        background-color: #EE8093;
    }

    .high-data-content .yellow {
        background-color: #FCDF51;
    }

    .high-data-content .pnk {
        background-color: #FFB6B8;
    }

    .high-data-content .blu {
        background-color: #6E62E4;
    }

    .high-data-content .skyblu {
        background-color: #9BB7FF;
    }

    .high-data-content .gray {
        background-color: #AAAAAA;
    }

#historic {
    height: 400px;
    margin:20px auto;
}

    #historic .highcharts-input-group {
        display: none;
    }

.highcharts-range-selector-group {
    display: none;
    transform: translate(25%, 95%);
}

.highcharts-button {
    width: 100px;
}

.highcharts-scrollbar {
    display: none;
}

/*.highcharts-range-selector-buttons .highcharts-label,
.highcharts-axis.highcharts-xaxis,
.highcharts-axis-labels.highcharts-yaxis-labels,
.highcharts-axis-labels.highcharts-xaxis-labels {
    display: none;
}*/

.highcharts-button text {
    font-size: 1.2em !important;
}

.historic_nav_list {
    display: flex;
    justify-content: space-between;
    max-width:500px;
    margin:0 auto;
}

    .historic_nav_list li {
        width: 75px;
        height: 40px;
        background-color: #F8F8F8;
        border-radius: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2.5px;
    }
        .historic_nav_list li:hover{
            cursor:pointer;
        }
        .historic_nav_list li.active {
            background-color: #F2F8FD;
            color: #0081e4;
            border: 1px solid #0081e4;
        }

.fund-manager-box .con-holder--manager-desc {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .fund-manager-box .con-holder--manager-desc.show-more {
        -webkit-line-clamp: initial;
    }

.fund-manager-box #linkReadMore {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

    .fund-manager-box #linkReadMore::after {
        content: "";
        position: absolute;
        background-image: url("../images/link_arrow.svg");
        background-size: 100% 100%;
        background-position: top right;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        right: -20px;
    }

.risko-m-content p span {
    display: block;
    color: #C7222A;
    font-weight: bold;
}

.faq-content button.accordion-button {
    padding: 10px 25px;
}

.scheme-main-wrapper .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.scheme-main-wrapper .tooltip-hoverInfo {
    min-width: 165px;
    color: #000;
    font-size: 12px;
    left: -80px;
}

.fund-main-content .top-contact-area {
    width: auto
}

    .fund-main-content .top-contact-area ul {
        padding-left: 0;
        list-style: none;
    }

    .fund-main-content .top-contact-area .social-tooltip {
        /*width: 117px;*/
        width: 83px;
        background-color: #fff;
        color: #666;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        background-color: rgba(255, 255, 255, 0.92);
        /*min-width: 131px;*/
        min-width: 89px;
        right: -18px;
        top: 45px;
        display: none;
    }

        .fund-main-content .top-contact-area .social-tooltip a {
            display: inline-block;
            margin: 0 9px;
        }

            .fund-main-content .top-contact-area .social-tooltip a i {
                font-size: 22px;
            }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-facebook {
                    color: #3463a2;
                }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-twitter {
                    color: #5ea9dd;
                }

                .fund-main-content .top-contact-area .social-tooltip a i.fa-envelope {
                    color: #e06050;
                }

    .fund-main-content .top-contact-area .social-tooltip-hover:hover {
        position: relative;
    }

        .fund-main-content .top-contact-area .social-tooltip-hover:hover .social-tooltip {
            display: flex;
        }

    .fund-main-content .top-contact-area .social-tooltip::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 30px;
        border: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
    }

.tooltip-hoverInfo {
    display: none;
    min-width: 150px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 27px;
    left: 0px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
    z-index: 2;
}

    .tooltip-hoverInfo::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 46%;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent rgb(255, 255, 255);
        border-image: initial;
    }

    .tooltip-hoverInfo::after {
        content: "";
        width: 100%;
        position: absolute;
        top: -9px;
        left: 0px;
        border-top: 10px solid transparent;
    }

    .tooltip-hoverInfo .tt-text {
        font-size: 1.2rem;
        color: rgb(102, 102, 102);
    }

.tooltip-icon .tooltip-hoverInfo {
    left: -80px;
}

.tooltip-icon {
    cursor: pointer;
    align-items: center;
    display: inline-flex;
}

    .tooltip-icon:hover + .tooltip-hoverInfo,
    .tooltip-icon:hover > .tooltip-hoverInfo {
        display: block !important;
    }

.custom-select {
    position: relative;
}

    .custom-select select {
        display: none;
    }

    .custom-select .select-selected {
        background-color: transparent;
        cursor: pointer;
    }

        .custom-select .select-selected::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 33%;
            width: 6px;
            height: 6px;
            border-width: 0px 1px 1px 0px;
            border-right-style: solid;
            border-bottom-style: solid;
            border-color: transparent rgb(0, 129, 228) rgb(0, 129, 228) transparent;
            border-image: initial;
            border-left-style: initial;
            border-top-style: initial;
            transform: rotate(45deg);
        }

        .custom-select .select-selected.select-arrow-active::after {
            top: 45%;
            transform: rotate(222deg);
        }

    .custom-select .select-items {
        position: absolute;
        top: 160%;
        left: 0px;
        right: 0px;
        z-index: 9;
        width: 100%;
        border-radius: 6px;
        backdrop-filter: blur(3px);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
        background-color: rgba(255, 255, 255, 0.92);
    }

        .custom-select .select-items div,
        .custom-select .select-items .select-selected {
            word-break: break-word;
            padding: 8px 16px;
            border: 1px solid transparent;
            cursor: pointer;
            user-select: none;
            font-size: 1.6rem;
            font-weight: normal;
            color: rgb(102, 102, 102);
        }

            .custom-select .select-items div:hover,
            .custom-select .select-items .same-as-selected {
                background-color: rgba(0, 0, 0, 0.1);
            }

    .custom-select .select-hide {
        display: none;
    }

.scheme-main-wrapper .tab-pane {
    padding: 0;
    margin-top: 0;
    height: auto;
}

#indexConstDate {
    background: #0081e4;
    color: #fff !important;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    padding-left: 37px;
    background-image: url(/images/icon_calander.svg);
    background-repeat: no-repeat;
    background-position: 5% center;
    cursor: pointer;
    width:180px;
}

    #indexConstDate:focus-visible {
        outline: 0;
    }

.disabled-datepicker:hover {
    cursor: not-allowed !important;
}

.navbar-nav .btn.invst-now--btn{
    color:#fff;
}
    .navbar-nav .btn.invst-now--btn:hover {
        color: #fff;
        background-color: #005efd;
    }

.index-const-div .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color:#fafafa;
}
path.highcharts-axis-line, path.highcharts-tick {
    stroke: #e1e1e1;
}
span.dt-column-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.invest_now_box {
    border-radius: 6px;
    padding: 15px;
    max-width: 360px;
    box-shadow: 0px 4px 24px 0px #00000012;
    background: #fff;
    position: absolute;
    top: 50px;
    display:none;
    z-index:4;
}
    .invest_now_box::before {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0px 10px;
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        transform: rotate(180deg);
        top: -10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .invest_now_box .input-group {
        margin-bottom: 10px;
    }
    .invest_now_box .form-control {
        border: 1px solid rgba(144, 144, 144, 0.52);
        border-radius: 6px !important;
        font-size: 13px;
        color: rgba(0, 0, 0, 40%);

    }
    .invest_now_box .checkboxOffering .note{
        font-size: 11px !important;
        text-align: left;
        margin-top: 10px;
    }
    .invest_now_box .checkboxOffering label:nth-child(2) {
        text-align: left;
        display: flex;
        font-size: 11px;
        align-items: flex-start;
        gap: 8px;
        margin-top: 5px;
    }
    .invest_now_box .fndmain-btn-group .btn {
        height: auto;
    }
    .invest_now_box .btn-container {
        display: flex;
        gap: 10px;
    }
        .invest_now_box .btn-container .btn {
            width: 100%;
            border: 1px solid #0081e4;
            background-color: #0081e4;
            color: #fff;
            font-size: 13px;
            line-height: 16px;
            font-weight: 400;
            border-radius: 6px;
            height: 34px;
        }
            .invest_now_box .btn-container .btn:hover {
                border: 1px solid #0081e4;
                background-color: #FFF;
                color: #0081e4;
            }
            .invest_now_box .btn-container .btnclose {
                width: 100%;
                border: 1px solid #0081e4;
                background-color: #FFF;
                color: #0081e4;
            }
                .invest_now_box .btn-container .btnclose:hover {
                    border: 1px solid #0081e4;
                    background-color: #0081e4;
                    color: #fff;
                }

                .invest_now_box .checkbox.opf-checkbox {
                    margin: 10px 0;
                }

label.lblnote {
    font-size: 11px;
    text-align: left;
}
.lbldisclaimer {
    font-size: 11px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-top: 5px;
}
.fndmain-btn-group .btn{
    height:auto;
}

/*********************************new scheme -details**********************************/
/*********indicative-nav**********/
/*.indicative-nav-wrapper {
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    padding: 25px;
}
    .indicative-nav-wrapper .tbl-wrapper {
        overflow: auto;
        height: 370px;
        overflow-y: auto;
        margin-bottom: 20px;
        border: 1px solid #E1E1E1;
        border-radius:10px;
    }

        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar {
            width: 3px;
        }
        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar-track {
            background: #E1E1E1;
            border-radius: 2px;
        }

        .indicative-nav-wrapper .tbl-wrapper::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 50%);
            border-radius: 2px;
        }

    .indicative-nav-wrapper h3 {
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #000000;
        text-align: center;
        margin-bottom: 30px;
        text-align: center;
    }

    .indicative-nav-wrapper .tbl-wrapper th {
        font-size: 16px;
        vertical-align: middle;
        text-transform: initial;
        padding:17px 20px;
    }

    .indicative-nav-wrapper .tbl-wrapper .table thead{
        position:sticky;
        top:-1px;
    }
    .indicative-nav-wrapper .tbl-wrapper th:not(:first-child), .indicative-nav-wrapper .tbl-wrapper td:not(:first-child) {
        text-align: center;
    }
        .indicative-nav-wrapper .tbl-wrapper th span {
            font-style: italic;
            font-size: 10px;
            display: block;
            text-align: center;
            letter-spacing: normal;
            text-transform:capitalize;
        }
    .indicative-nav-wrapper .tbl-wrapper td {
        font-size: 1rem;
        font-weight:400;
        line-height:normal;
        border: 1px solid #DEE0E3;
    }
        .indicative-nav-wrapper .tbl-wrapper tr td:first-child{
            border-left:0 none;
        }
    .indicative-nav-wrapper .tbl-wrapper tr td:last-child {
        border-right:0 none;
    }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(2) {
            width: 195px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(3) {
            width: 220px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(4) {
            width: 228px;
        }
        .indicative-nav-wrapper .tbl-wrapper td:nth-child(5) {
            width: 135px;
        }
        .indicative-nav-wrapper .tbl-wrapper td a{
        font-size: 14px;
        color:#0081e4;
    }
    .indicative-nav-wrapper .tbl-wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg:#f8f8f8;
    }

    @media screen and (max-width:767px) {
        .indicative-nav-wrapper .tbl-wrapper td, .indicative-nav-wrapper .tbl-wrapper th{
            font-size: 14px;
        }
        }
*/
#unit-creation-tbl_wrapper .row.mt-2 {
    margin-top: 0 !important;
}

.success-modal .modal-header{
    border-bottom:0;
}
.success-modal .modal-body {
    flex-direction: column;
    display: flex;
    text-align: center;
}
    .success-modal .modal-body img {
        width: 240px;
        margin: 0 auto 20px;
    }

.mgrimg{
    background-image:url("../Images/mgruser.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size:100% auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
   }
    @media only screen and (max-width: 1024px) {
        .tab-list ul {
        justify-content: left;
        gap: 10px;
    }

        .tab-list ul li {
            margin-bottom: 10px;
            display: inline-block;
        }

            .tab-list ul li a {
                display: inline-block;
            }

    .performance-wrapper .d-flex.gap-5 {
        flex-direction: column;
    }

    .highcharts-figure,
    .highcharts-data-table table {
        min-width: 100%;
        margin: 0 auto;
    }

    .high-fig-content {
        width: 35%;
    }

    .fund-mgr-content {
        flex-wrap: wrap;
    }

    .portfolio-total-box .lbl-val,
    .portfolio-total-box .lbl-title {
        font-size: 16PX;
    }

    .fund-manager-box {
        width: 48%;
    }

    .fund-right-main-bottom .label-val {
        font-size: 17px;
    }

    .fund-left-main {
        padding: 20px 5px;
    }

    .fund-overview .risko-meter-section .riskometer-con .riskometer .rm-text {
        font-size: 9px;
    }
    /* .fund-overview .risko-meter-section .riskometer-con .riskometer {
                width: 285px;
            } */
    .fund-overview .risko-meter-section .riskometer-con {
        padding-left: 0;
    }
    /* .fund-overview .risko-meter-section .riskometer-con #score-meter-1 {
                width: 166px;
                height: 80px;
            } */
    .fund-overview .scheme-risko-content .col-md-4:first-child {
        width: 100%;
    }

    .fund-overview .scheme-risko-content .col-md-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .btn.invst-now--btn {
        color: #fff;
    }
    .scheme-main-wrapper{
        margin-top:0px;
    }
    .scheme-main-wrapper .container{
        padding-left:15px;
        padding-right:15px;
    }
    .scheme-border {
        padding: 10px;
        margin-bottom: 15px;
    }
    .historicl-nav{
        width:100%;
    }
    .scheme-main-wrapper .nav-pills .nav-link {
        padding: 0 13px;
        font-size: 14px;
    }
    .navbar > .container{
        padding: 0 10px;
    }
    .fund-main-content .top-contact-area ul{
        margin-top:0 !important;
    }
    .fund-right-main-bottom .col-12 {
        margin-bottom: 15px;
    }
    .risko-m-content p{
        font-size:12px;
    }
    .tab-list ul {
        justify-content: center !important;
        gap: 5px;
        text-align: center;
    }

        .tab-list ul li {
            margin-bottom: 0;
        }

            .tab-list ul li a {
                display: inline-block;
                width: 100%;
                padding: 5px !important;
                font-size: 13px !important;
            }

    .fund-mgr-content {
        flex-direction: column;
    }

    .issuers-tab .d-flex {
        flex-direction: column;
    }

    .high-data-content {
        width: 100%;
        overflow: auto;
    }

    .portfolio-total-box .lbl-val,
    .portfolio-total-box .lbl-title {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 22px;
    }

    .portfolio-composition .portfolio-total-box .d-flex {
        padding-right: 5px;
        padding-left: 5px;
        border-right: 0 none;
    }

    .portfolio-composition .portfolio-total-box {
        flex-direction: column;
    }

    .high-fig-content {
        width: auto;
    }

    .inavamt {
        padding: 15px 20px;
    }

    .return-amt .custom-select .select-selected::after {
        right: -10px;
    }

    .invested-amt-bottom ul {
        flex-direction: column;
        align-items: center;
    }

        .invested-amt-bottom ul li {
            width: 100%;
            margin-bottom: 10px;
        }

            .invested-amt-bottom ul li .lbl-val {
                font-size: 16px;
            }

            .invested-amt-bottom ul li:after {
                display: none;
            }

    .scheme-main-wrapper h3 {
        font-size: 16px !important;
        line-height: 30px;
    }

    .lbl-title {
        font-size: 14px;
    }

    .lbl-date {
        font-size: 12px;
    }

    .quantitative-con {
        font-size: 15px;
    }

    .portfolio-composition .d-flex {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .scheme-main-wrapper tbody td,
    .scheme-main-wrapper tbody th {
        font-size: 14px;
        line-height: 24px;
    }

    .btn-unavailable {
        width: 140px;
        height: 40px;
        font-size: 16px;
        line-height: 28px;
    }

    .highlight-nav-blue .label-text span {
        display: block;
    }

    .historic_nav_list {
        padding-left: 0;
        margin-top: 0px;
        position: relative;
    }

        .historic_nav_list li {
            width: 50px;
            height: 35px;
            font-size: 14px;
            line-height: 22px;
        }

    .scheme-main-wrapper .nav-link {
        height: 35px;
        padding: 0 15px;
        font-size: 13px;
    }

    .fund-main-bottom-content p {
        font-size: 13px;
    }

    .highlight-nav-blue .label-text {
        font-size: 14px;
        line-height: 22px;
    }

    .highlight-nav-blue .label-val {
        font-size: 20px;
    }

    .btn-downloadall {
        width: auto;
        height: auto;
        font-size: 14px;
    }

    .doc-content .table thead th {
        font-size: 14px;
        line-height: 24px;
        vertical-align: top;
    }

    .doc-content .table tbody td a.doc-dn {
        background-size: 14px 14px;
        padding-left: 20px;
        font-size: 14px;
    }

    .doc-content .table tbody td {
        padding-right: 5px;
    }

    .scheme-main-wrapper .accordion-button {
        font-size: 16px;
        line-height: 24px;
    }

    .scheme-main-wrapper thead th {
        vertical-align: top;
    }

    .fund-manager-box {
        width: 100%;
    }

    .fund-overview .scheme-risko-content .col-md-4 {
        width: 100% !important;
    }

    .risko-meter-section .riskometer-con .riskometer {
        width: 300px !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .fund-overview .risko-meter-section .riskometer-con .riskometer .v-high-p {
        width: 50px;
        line-height: 13px;
        right: -12px !important;
        margin-top: 60px !important;
    }

    .fund-overview .risko-meter-section .riskometer-con .riskometer .mhigh-p {
        margin-left: 171px;
        margin-top: -9px;
    }

    .fund-overview .risko-meter-section .riskometer-con .riskometer .rm-text .high-p {
        right: 20px;
    }

    .calculate-return-content .d-flex label {
        font-size: 13px;
    }

    .scheme-main-wrapper .tab-list {
        padding: 10px
    }

    .fund-right-main-bottom .mb-5 {
        margin-bottom: 10px !important;
    }
    .faq-content button.accordion-button {
        padding: 10px 31px 10px 10px;
    }
    .scheme-main-wrapper .accordion-button:not(.collapsed)::after{
        right:12px;
    }
    .scheme-main-wrapper .accordion-button::after{
        right:5px;
    }
}
