﻿body.loaded {
    .user-swap, q{display:none;}

        
        .fund-list-main .col-1
{
    display:flex;
}
    .fund-list-main .col-2
{
    width: 77%;
}
.fund-list-wrap h3 {
    color: var(--blue);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
}
.fund-list-wrap i{display:none}
.fund-list-wrap ul {
    display: flex;
}
    .fund-list-wrap ul li {
        width: 22%;
      
    }
        .fund-list-wrap ul li label {
            padding: 0px 10px 7px 0;
            font-size: .82em;
            color: var(--gry3);
            font-weight: 500;
        }
        .fund-list-wrap ul li p {
            color: var(--gry4);
            font-size: 1.1em;
            font-weight: 500;
        }
.amc-logo {
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 1px solid #dff4fa;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    .amc-logo img {
        width: 85%;
        max-height: 90%;
    }
.fund-list-wrap > li {
    padding-left: 100px;
    position: relative;
    box-shadow: 0 4px 15px 0 rgba(114, 140, 145, 0.1);
    border-bottom: 1px solid #f5f5f5;
    /*display: block;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 4px 15px 0 rgba(114, 140, 145, 0.1);
    padding: 20px 25px 25px 25px;*/
}
.fund-list-wrap ul li:last-child {
    display: flex;
    justify-content: end;
    width: 105px;
}
.fund-list-wrap > li li{margin-bottom:0;}
.fund-list-wrap ul li:last-child a {
    border: solid 1px var(--green2);
    color: var(--green2);
    font-weight: 500;
    padding: 12px;
    border-radius: 3px;
    text-decoration: none !important;
    display: inline-block;
}
.fund-cat-name span:first-child::after {display:none;}
.fund-list-wrap > li > p {
    display: inline-block;
    margin-top: 5px;
    width: auto;
    margin-left: -7px;
}

    .fund-list-wrap > li > p > span {
        background-color: var(--greenLight3);
        padding: 2px 7px; color: var(--green2);
    border-radius: 2px;
    font-size: .8em;
    line-height:100%;
    }
.fund-list-wrap > li > p > span:first-child {
    margin-right: 10px;
    position: relative;
}
        /*.fund-list-wrap > li > p > span:first-child::after {
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="green" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>') no-repeat;
            content: ' ';
            width: 5px;
            height: 12px;
            right: -17px;
            position: absolute;
            top: 2px;
        }*/
.fund-rating {
    background: url('/Content/images/star_disabled.svg');
    height: 13px;
    width: 90px;
    
}
    .fund-rating span {
        background: url('/Content/images/img_star.svg') no-repeat;
        height: 12px;
        width: 14.5px;
        display: inline-block;
    }
.no-rating {
    color: #aaa !important;
}
.filter-box{margin-top:30px;}
.filter-wrap h2, .filter-wrap h3 {
    color: #6b7483;
}
.filter-wrap h2 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.1em;
}
.filter-wrap h3 {
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 10px;
}
.filter-param-wrap {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
}
.form-check {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
    .form-check div {
        color: var(--gry3);
        line-height: 110%;
        max-width: 95%;
        font-size: .95em;
    }
.form-check-input {
    margin-top: 0px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
    .form-check-input:checked[type="checkbox"] {
        background-image: url(/Content/images/checked_icon.svg);
        background-size: 9px;
    }
    .form-check-input:checked {
        background-color: var(--green2);
        border: solid 1px var(--green2);
        box-shadow: 0px;
    }
.sort-wrap {
    display: flex;
    justify-content: end;
    margin: 10px 0 25px 0;
}
    .sort-wrap a {
        position: relative;
        color: var(--gry2);
        border-right: 1px solid #e4eef6;
        padding-left: 20px;
        padding-right: 40px;
    }
    .sort-wrap .dropdownArrow {
        position: absolute;
        background: url(/content/images/dropdownArrow.svg) no-repeat center;
        width: 9px;
        height: 5px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
