﻿/****************FUNDLIST style.css*******************/
.fundlist_wrapper {
    margin: 60px 0;
}

    .fundlist_wrapper p {
        font-weight: 300;
        font-style: Light;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        text-align: center;
        color: #ffffff;
    }

.fundlist_details {
    margin-top: 45px;
}

    .fundlist_details .nav-search-content .form_search {
        width: 100%;
    }
        .fundlist_details .nav-search-content .form_search .btn, .fundlist_details .nav-search-content .form_search .btn:hover{
        background-color:transparent;
        border: 0 none;
        }
        .fundlist_details .nav-pills {
        gap: 10px;
        margin-bottom: 40px;
    }

    .fundlist_details .nav-link {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 60%);
        width: 150px;
        height: 40px;
        border: 0.5px solid #ffffff59;
        border-radius: 50px;
    }

        .fundlist_details .nav-link.active {
            color: #000000;
            background-color: #ffffff;
            font-family: Poppins;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            vertical-align: middle;
            text-transform: uppercase;
        }

.fundlist_wrapper .card-text {
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #fff;
    text-align: left;
}

.fundlist_details .tab-content .card {
    background: #ffffff0d;
    padding: 20px;
    border: 1px solid #ffffff33;
    border-radius: 16px;
    max-width: 360px;
}

.fundlist_details .tab-content .card-title a{
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
}
#offerdoc {
    position: absolute;
    top: 60px;
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 4px;
    list-style: none;
    padding: 0px;
    max-height: 300px;
    border-radius: 12px;
    overflow: auto;
    z-index: 1;
}
    #offerdoc li {
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
        border-radius: 8px;
    }

        #offerdoc li:hover {
            cursor: pointer;
        }

.form_search .filter_btn {
    display: none;
}

.nav-search-content .close-btn {
    display: none;
}

.nav-search-content .search-btn {
    display: block;
}

.nav-search-content.active .close-btn {
    display: block;
}

.nav-search-content.active .search-btn {
    display: none;
}
.fundlist_details .tab-content .card-body {
    padding: 0;
}

    .fundlist_details .tab-content .card-body ul {
        padding-left: 0;
        display: flex;
        gap: 10px;
        list-style: none;
        margin: 15px 0;
    }

.fund_nav {
    margin: 20px 0;
    background: #ffffff08;
    border: 0.5px solid #ffffff33;
    border-radius: 10px;
    padding: 15px 10px;
    gap: 5px;
    display: flex;
    justify-content: space-between;
}

.nav_heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .nav_heading label:first-child {
        font-weight: 500;
        font-style: SemiBold;
        font-size: 15px;
        line-height: 16px;
        letter-spacing: 0.4px;
        vertical-align: middle;
        text-transform: capitalize;
        color: #fff;
    }

    .nav_heading label:last-child {
        font-weight: 400;
        font-style: Medium;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 4%;
        vertical-align: middle;
        text-transform: capitalize;
        color: #ffffff99;
    }

.fundlist_details .tab-content .card .nav_val {
    font-weight: 300;
    font-style: Medium;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    display: flex;
}

    .fundlist_details .tab-content .card .nav_val SPAN {
        color: #2fd92f;
    }

.fundlist_details .tab-content .card-body ul li {
    background: #ffffff1a;
    border-radius: 40px;
    font-weight: 400;
    font-style: Medium;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    padding: 4px 10px;
    display: flex;
    gap: 3px;
}

.fundlist_details .tab-content .show.active {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fnd_btn_content {
    display: flex;
    gap: 10px;
}

    .fnd_btn_content .btn {
        height: 45px;
        padding: 0;
        min-width: 145px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn_view_details, .btn_view_details:hover, .btn_view_details:focus-visible{
    border: 0.5px solid #e6ad53;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #e6ad53;
    background: transparent;
}

.fnd_btn_content .btn_invest_now:hover, .fnd_btn_content .btn_invest_now:focus-visible {
    border: 0.5px solid #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background: #e6ad53;
}

.fnd_btn_content .btn_invest_now {
    background: #e6ad53;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
    width: auto;
}

.fundlist_details .tab-content .card-body ul li.rsk-2 {
    background: #93c3564d;
    display: inline-flex;
    gap: 3px;
    position: relative;
    cursor: pointer;
    width: 110px;
    justify-content: space-between;
}

.toggle-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    /* width: 70px;
        height: 34px; */
}

    .toggle-wrapper input {
        display: none;
    }

.toggle-switch {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    background-image: url("/Content/Images/SIF/horizon_layout.svg");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    border-radius: 34px;
    width: 120px;
    height: 60px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    padding: 4px;
    border: 1px solid #ffffff40;
}

    .toggle-switch img {
        /* width: 26px;
        height: 26px; */
        transition: 0.3s;
        pointer-events: none;
    }

.toggle-wrapper.active .toggle-switch {
    background-color: transparent;
    background-image: url("/Content/Images/SIF/vertical_layout.svg");
    background-repeat: no-repeat;
    background-position: 20% 50%;
    background-size: 18%;
}

    .toggle-wrapper.active .toggle-switch img {
        transform: translateX(60px);
    }

.fundlist_details .tab-content .hor_layout .card {
    width: 100%;
    max-width: 100%;
}

.fundlist_details .tab-content .hor_layout .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6%;
}

.fundlist_details .tab-content .hor_layout .fund_nav {
    margin: 0;
    flex-direction: column;
    padding: 0;
    border: 0;
    background: transparent;
}

.fundlist_details .tab-content .hor_layout .nav_heading {
    flex-direction: row;
    background: transparent;
    margin-bottom: 10px;
}

    .fundlist_details .tab-content .hor_layout .nav_heading label:first-child {
        font-size: 16px;
    }

    .fundlist_details .tab-content .hor_layout .nav_heading label:last-child {
        font-size: 13px;
    }

.fundlist_details .tab-content .hor_layout .nav_val {
    font-size: 22px;
}

.fnd_text-cont {
    max-width: 430px;
}

.fundlist_details .tab-content .risko_content {
    background: #fff;
    min-height: 187px;
    padding: 6px 20px 0;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 128px;
    opacity: 0;
    visibility: hidden;
}

    .fundlist_details .tab-content .risko_content::before {
        content: "";
        border-top: 10px solid transparent;
        border-right: 8px solid TRANSPARENT;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        position: absolute;
        top: -19px;
        right: 0;
        width: auto;
        right: 50px;
    }

    .fundlist_details .tab-content .risko_content h4 {
        font-size: 16px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 500;
    }

.fundlist_details .tab-content .risk_band_content {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.fundlist_details .tab-content .l-risk {
    position: absolute;
    left: 0px;
    top: -25px;
    font-size: 9px;
    color: #000;
    font-weight: 400;
}

.fundlist_details .tab-content .h-risk {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 9px;
    color: #000;
    top: -25px;
    font-weight: 400;
}

.fundlist_details .tab-content .risk-level {
    position: absolute;
    left: 0px;
    font-size: 9px;
    color: #000;
    font-weight: 500;
    bottom: -28px;
}

.fundlist_details .tab-content .risko_content {
    background: #fff;
    display: block;
    min-height: 117px;
    padding: 6px 10px 0;
    border-radius: 10px;
    min-width:250px;
}

    .fundlist_details .tab-content .risko_content h4 {
        font-size: 13px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 500;
    }

.fundlist_details .tab-content .risko_top_cont {
    min-height: 30px;
}

.fundlist_details .tab-content .risko_content p {
    font-size: 12px !important;
    color: #000 !important;
}

.fundlist_details .tab-content .card-body .risk_band_content ul li {
    width: 42px;
    height: 32px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.5px solid #6a603b;
    padding: 2px;
}

    .fundlist_details .tab-content .card-body .risk_band_content ul li:first-child {
        background-color: #27a858;
    }

    .fundlist_details
    .tab-content
    .card-body
    .risk_band_content
    ul
    li:nth-child(2) {
        background-color: #93c356;
    }

    .fundlist_details .tab-content .card-body .risk_band_content ul li.active span {
        border: 0.1px solid #ff0000;
        height: 40px;
        width: 56px;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .fundlist_details
        .tab-content
        .card-body
        .risk_band_content
        ul
        li.active
        span::after {
            position: absolute;
            content: "";
            background-image: url("/Content/Images/SIF/arrow_icon_sif.png");
            width: 10px;
            bottom: -30px;
            height: 22px;
            z-index: 9;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }

    .fundlist_details
    .tab-content
    .card-body
    .risk_band_content
    ul
    li:nth-child(3) {
        background-color: #ffe258;
    }

    .fundlist_details
    .tab-content
    .card-body
    .risk_band_content
    ul
    li:nth-child(4) {
        background-color: #dd6e37;
    }

    .fundlist_details
    .tab-content
    .card-body
    .risk_band_content
    ul
    li:nth-child(5) {
        background-color: #7d2420;
    }

.rsk-2:hover .risko_content {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 30px;
    right: 0;
}

.form_search .filter_btn {
    display: none;
}

.filter-wrapper{
    display:none;
}

.fundlist_details .tab-content .card .nav_val span.rupee-icon {
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
}
/***************fundlist media*************************/
@media only screen and (max-width: 1200px) {
    .fundlist_details .tab-content .hor_layout .nav_val {
        font-size: 20px;
    }

    .fundlist_details .tab-content .hor_layout .card-body {
        gap: 4%;
    }
}

@media only screen and (max-width: 991px) {
    .fundlist_details .tab-content .card-title {
        font-size: 20px;
        line-height: 29px;
    }

    .fundlist_details .tab-content .card-body ul li {
        font-size: 9px;
        line-height: 14px;
    }

    .fundlist_details .tab-content .card-body ul {
        gap: 4px;
    }

    .fundlist_wrapper .card-text {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .nav_heading label:first-child {
        font-size: 12px;
        line-height: 16px;
    }

    .nav_heading label:last-child {
        font-size: 10px;
        line-height: 16px;
    }

    .fundlist_details .tab-content .card .nav_val {
        font-size: 14px;
        line-height: 20px;
    }

    .fundlist_details .tab-content .card-body ul {
        flex-wrap: wrap;
    }

    .fnd_text-cont {
        max-width: 250px;
    }

    .fnd_btn_content {
        gap: 2px;
    }

        .fnd_btn_content .btn {
            font-size: 12px;
            height: 40px;
            min-width: 113px;
        }

    .fundlist_details .tab-content .hor_layout .card-body {
        gap: 4%;
    }
    .fundlist_details .tab-content .card-body ul {
        flex-wrap: wrap;
        gap: 4px;
    }

    .fnd_text-cont {
        max-width: 100%;
    }
 
}

@media only screen and (max-width: 767px) {
    /**************fundlist*****************/

    .form_search .filter_btn {
        display: block;
        position: relative;
        background-image: url("/Content/Images/SIF/filter_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 18px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        padding: 15px 20px;
        background-color: transparent;
        border: 0 none;
    }

        .form_search .filter_btn::before {
            position: absolute;
            border-left: 1px solid rgba(255, 255, 255, 30%);
            content: "";
            left: -6px;
            height: 29px;
            width: 1px;
            top: 17px;
        }

    .form_search .search_btn {
        display: none;
    }

    .filter_list.active {
        opacity: 1;
        bottom: -30px;
    }

    .filter_list {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 4;
        margin-bottom: 0;
        opacity: 0;
        bottom: -100%;
        transition: bottom 0.4s ease;
        -webkit-transition: bottom 0.4s ease;
        -moz-transition: bottom 0.4s ease;
        -ms-transition: bottom 0.4s ease;
        -o-transition: bottom 0.4s ease;
        padding: 40px 15px 20px;
        background-image: url("/Content/Images/CampaignSIF/notch_img.png") !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        background-color: transparent !important;
    }

    .fundlist_details .toggle-wrapper {
        display: none;
    }

    .fundlist_details .nav.nav-pills {
        display: none;
    }

    .filter_list h3 {
        text-align: center;
        padding-bottom: 15px;
    }

    .filter_list ul {
        list-style: none;
        padding-left: 0;
        padding-bottom: 14px;
    }

        .filter_list ul li {
            margin-bottom: 10px;
            gap: 10px;
            display: flex;
            align-items: center;
        }

            .filter_list ul li .form-check-input {
                margin-top: 0;
            }

            .filter_list ul li label {
                display: inline-block;
                font-weight: 500;
                font-style: Medium;
                font-size: 16px;
                line-height: 18px;
                letter-spacing: 0px;
            }

    .filter_list .form-check-input:checked[type="checkbox"] {
        background-color: #e6ad53;
        border: 0 none;
        background-repeat: no-repeat;
        background-position: 65% 55%;
        background-size: 100% 100%;
    }
    
    .nav-search-content .btn.search_btn .search-btn {
        display: none !important;
    }

    .nav-search-content .btn.search_btn {
        display: none;
    }

    .nav-search-content.active .btn.search_btn {
        display: block;
    }

    .nav-search-content.active .close-btn {
        display: block !important;
        padding-right: 0;
        background-color: transparent;
    }

    .fnd_btn_content .btn {
        width: 100%;
    }
    .filter-wrapper{
        display:block;
    }
 
}

@media only screen and (max-width: 567px) {
    .fundlist_details .tab-content .card {
        width: 100%;
        max-width: 100%;
    }
}
