/*last update : 04 February, 2022*/
.terTitle {
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    margin-top: 50px;
    margin-bottom: 50px;
}

.tabTERgap {
    padding-bottom: 30px;
}

/*.w142 {
    width: 142px;
}
*/
.mdTopGap {
    padding-top: 25px;
}

.dnTxt { 
    /*font-family: "nunitosemibold";*/
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
    color: #222222
}

    .dnTxt a {
        color: #0081E4
    }

.dnTxtHis {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #222222
}

.cusBut {
    height: 45px !important;
    min-width: 164px;
    margin-right: 12px !important;
}

@media only screen and (max-width: 1024px) {
    .terTitle {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .terTitle {
        margin-top: 0;
    }

    .mdTopGap {
        padding-top: 15px;
    }

    .performance-standard-report-box .col-fields .dflex-row .col50 {
        margin-bottom: 0;
    }

    .cusBut {
        min-width: auto;
    }

    .dnTxt {
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

.performance-standard-report-box {
    margin-bottom: 0;
}

    .performance-standard-report-box .floating-form .empty-val-input .select-selected::after {
        right: 3px;
    }

/* CMS : Total expense ratio*/
.disclosures-box-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .disclosures-box-main .mainTitle {
        margin-bottom: 4rem;
        /*font-family: "nunitosemibold";*/
        font-weight: 500;
        font-size: 2.4rem;
    }

    .disclosures-box-main .floating-form .empty-val-input .select-selected {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 10px;
    }

    .disclosures-box-main .performance-standard-report-box .mdTopGap ul {
        margin-bottom: 0;
    }

        .disclosures-box-main .performance-standard-report-box .mdTopGap ul li {
            font-size: 1.4rem;
            margin-bottom: 25px;
        }

            .disclosures-box-main .performance-standard-report-box .mdTopGap ul li a {
                display: flex;
                align-items: flex-start;
            }

                .disclosures-box-main .performance-standard-report-box .mdTopGap ul li a img {
                    display: block;
                    margin-right: 8px;
                }
.options li {
    margin-bottom:0px!important;
}
.disclosures-box-main .mdTopGap {
    min-height: 250px;
}

        .disclosures-box-main .mdTopGap .floating-form .custom-select .select-items {
            max-height: 200px;
            width: unset;
        }

@media only screen and (max-width: 1280px) {
    .disclosures-box-main {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

        .disclosures-box-main .mainTitle {
            margin-bottom: 2.5rem;
        }
}
.drop-wrapper {
    /*width: 370px;*/
    /*margin: 0px auto 0;*/
    box-sizing: border-box;
}
#ExpenseRatio .custom-datepicker {
     padding: 15px 0 5px!important; 
    width: 100%;
    border-radius: 4px;
    height: 55px;
}
.drop-wrapper .select-btn, .drop-wrapper li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.drop-wrapper .select-btn {
    height: 55px;
    padding: 0 20px;
    font-size: 14px;
    font-weight:500;
    background: #fff;
    border-radius: 7px;
    justify-content: space-between;
    background-color: #F1F2F6;
}

.drop-wrapper.active .select-btn .droparrow {
    transform: rotate(-180deg);
}

.drop-wrapper .content {
    display: none;
    padding: 10px;
    margin-top: 5px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.drop-wrapper.active .content {
    display: block;
}

.drop-wrapper .content .search {
    position: relative;
}

.drop-wrapper .search input {
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

    .drop-wrapper .search input:focus {
        padding-left: 42px;
        border: 2px solid #4285f4;
    }

.search input::placeholder {
    color: #bfbfbf;
}

.drop-wrapper .content .options {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-left: 0;
}

.drop-wrapper .options::-webkit-scrollbar {
    width: 7px;
}

.drop-wrapper .options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.drop-wrapper .options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

    .drop-wrapper .options::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
    }

.drop-wrapper .options li {
    height: 50px;
    padding: 0 13px;
    font-size: 16px;
}

    .drop-wrapper .options li:hover, li.selected {
        border-radius: 5px;
        background: #f2f2f2;
    }


.drop-wrapper .fndsearch {
    position: absolute;
    top: 32%;
    left: 4%;
}
.drop-wrapper .select-btn {
    font-size: 14px;
}

.drop-wrapper {
    position: relative;
}

    .drop-wrapper.active .content {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .drop-wrapper .content .options {
        max-height: 150px;
    }

.performance-standard-report-box .custom-datepicker .floating-form .empty-val-input input {
    font-size: 14px;
    padding-top: 10px;
}

.performance-standard-report-box .mdTopGap .col-md-3 {
    padding-left: 0;
}

@media screen and (max-width:767px) {
    .performance-standard-report-box .mdTopGap .col-md-3 {
        padding-left: 15px;
    }
}

.drop-wrapper .select-btn {
    position: relative;
    text-align: left;
}

    .drop-wrapper .select-btn .fndlabel {
        position: absolute;
    }



.selectactive-btn .fndlabel {
    position: absolute;
    top: 5px;
    color: #999;
}

.selectactive-btn .selected-fund {
    padding-top: 10px;
    color: #222222
}
.drop-wrapper {
width:100% !important;
margin:0 !important;
}
