


.multipleRangeLabel:nth-child(1) {
    position: absolute;
    left: 0
}

.multipleRangeLabel:nth-child(2) {
    position: absolute;
    left: calc(10% - 12px)
}

.multipleRangeLabel:nth-child(3) {
    position: absolute;
    left: calc(25% - 12px)
}

.multipleRangeLabel:nth-child(4) {
    position: absolute;
    left: calc(50% - 12px)
}

.multipleRangeLabel:nth-child(5) {
    position: absolute;
    left: calc(75% - 12px)
}
.multipleRangeLabel:nth-child(6) {
    position: absolute;
    left: calc(100% - 30px)
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(1) {
    position: absolute;
    left: 0
}
.balance-intertest-range .labelMultipleRange:nth-child(1){
      position: absolute;
    left: 0
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(2) {
    position: absolute;
        left: calc(16% - 12px);
}

.balance-intertest-range .labelMultipleRange:nth-child(2) {
    position: absolute;
    left: calc(16% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(3) {
    position: absolute;
    left: calc(32% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(3) {
    position: absolute;
       left: calc(32% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(4) {
    position: absolute;
       left: calc(49% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(4) {
    position: absolute;
    left: calc(49% - 12px);
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(5) {
    position: absolute;
           left: calc(66% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(5) {
    position: absolute;
    left: calc(66% - 12px);
}

.emi-percentage-splitvalues .labelMultipleRange:nth-child(6) {
    position: absolute;
    left: calc(83% - 12px);
}
.emi-percentage-splitvalues .labelMultipleRange:nth-child(7) {
    position: absolute;
    right: 0px;
}
.balance-intertest-range .labelMultipleRange:nth-child(6) {
    position: absolute;
    left: calc(83% - 12px);
}
.balance-intertest-range .labelMultipleRange:nth-child(7) {
    position: absolute;
    right: 0px
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(1){
        position: absolute;
        left: 0px;
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(2){
        position: absolute;
           left: calc(16% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(3){
      position: absolute;
          left: calc(32% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(4){
    position: absolute;
       left: calc(49% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(5){
    position: absolute;
  left: calc(66% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(6){
    position: absolute;
 left: calc(83% - 12px);
}
.eligibility-percentage-splitvalues .labelMultipleRange:nth-child(7){
      right: 0;
    position: absolute;
}

.pieChart-white-box {
    /* box-shadow: 0px 0px 10px #0F63AC1A; */
    border-radius: 5px;
    height: 100%
}
.ChartMiddleText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-20%);
    text-align: center
}
 .chart-label-list{
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 4px;
      }
      .chart-label-list .label-box{
          width: 15px;
          height: 15px;
          display: inline-block;
        
      }
      .chart-label-1 .label-box{
          background: #FFC300;
      }
      .chart-label-2 .label-box{
          background: #235B93;
      }
      .chart-label-text{
          font-size: 13px;
      }

      .field-top-input-group{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .field-name{
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
      }
      .field-input-text{
      background: transparent;
      border: 1px solid #fff;
      border-radius: 3px;
      outline: none;
      color: #fff;
      text-align: end;
      padding: 1px 5px;
      }
      .field-input-text.amount-input{
           width: 130px;
      }
      .field-value-symbol{
        color: #FFC300;
      }
      .field-value-symbol.rupee-symbol{
        font-size: 21px;
      }

      .period-range-list,.eligibile-amt-period-range-list {
        display: flex;
        column-gap: 8px;
        align-items: center;
        margin: 16px 0;
        overflow-x: auto;
        margin: 12px 0 0 0;
            scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: space-between;
      }
      .period-range-list span,.eligibile-amt-period-range-list span{
        background-color: #f5f5f5;
        border-radius: 1000px;
        font-size: 12px;
        font-weight: 400;
        padding: 6px 12px;
        cursor: pointer;
        min-width: max-content;
        color: #7d8287;
      }
      .percentage-input{
        width: 70px;
      }
.posi-ab-inside-symbol{
    position: absolute;
    top: 2px;
    right: 4px;
}
.txt-e-pr{text-align:left !important;padding-right:19px}
      .month-input{
        width: 58px;
      }
      .range-valuestext {
        color:#f5f5f5 ;
      }
       .emi-month-range-values label:nth-child(1){
        left: 0px;
       }
       .emi-month-range-values label:nth-child(2){
            left: calc(14% - 12px);
       }
       .emi-month-range-values label:nth-child(3){
            left: calc(30% - 12px);
       }
       .emi-month-range-values label:nth-child(4){
            left: calc(47% - 12px);
       }
   .emi-month-range-values label:nth-child(5){
            left: calc(64% - 12px);
       }
            .emi-month-range-values label:nth-child(6){
           left: calc(80% - 12px);
       }
        .emi-month-range-values label:nth-child(7){
            right:0px;
       }
        .emi-month-range-values label{
          position: absolute;
          font-size: 14px;
        }
        .period-range-list .tenure-btn:hover ,.eligibile-amt-period-range-list .eltenure-btn:hover{
          background: linear-gradient(174deg, #0C366F 95% 0%, #2350A7 42.5%);
          color: #fff;
        } 
        /* #emiChart{
              max-width: 230px;
           max-height: 230px;
               margin-left: auto;
               margin-right: auto;
        }
         */
        
      .progress,.progress2 {
        background: linear-gradient(to right, #FFC300 0%, #FFC300 40%, #f2f2f0  40%, #f2f2f0  100%);
        border: none;
        border-radius: 8px;
        height: 5px;
        width: 100%;
        outline: none;
        transition: background 450ms ease-in;
        -webkit-appearance: none;
        position:relative;
        appearance: none;
        overflow: visible;
      }

      .progress::-webkit-slider-thumb,.progress2::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -webkit-appearance: none;
        cursor: ew-resize;
        background: #fff;
        border:4px solid #FFC300;
        appearance: none;
      }
      .progress2{
        background: linear-gradient(to right, #FFC300 0%, #FFC300 40%, #f2f2f0  40%, #f2f2f0  100%);
      }
      .chartmid-label-text{
        font-size: 15px;
      }
      .ChartEmiText{
        font-size: 16px;
        font-family: 'Figtree-Bold';
      }
      .ChartMiddleText{
        top: 57%;
      }
      
      .eligibility-values p{
         font-family: 'Figtree-Medium';
         font-size: 18px;
         margin-bottom: 2px;
      }
      .eligibility-values span{
        font-size: 16.5px;
        font-family: 'Figtree-Bold';
         margin-bottom: 2px;
      }
 .emiloanamt-value:hover, .balance-newloanamt-value:hover,.emi-interest-split-value:hover,.emi-tenuremonth-split-value:hover,.elgi-interest-split-value:hover,.elgi-tenuremonth-split-value:hover,.bal-interest-split-value:hover,.bal-newinterest-split-value:hover{
   color: #ffc108;
    font-family: 'Figtree-Medium';
    cursor: pointer;
}
 .progress.emptystyle{
background: #f2f2f0 !important;
}
   /* .progress.emptystyle::-webkit-slider-thumb,.progress2.emptystyle::-webkit-slider-thumb {
      display:none;
} */
.add-media-fs .form-select-input {font-size: 15px;
    margin: 3px 0;
    height: 30px;}

      @media (max-width:390px){
.add-media-fs .field-name { font-size: 14px;}
.add-media-fs .form-select-input {width: 130px; font-size: 15px;
        margin: 4.5px 0;
        height: 28px;}
}
      @media (max-width:512px){
            .emi-percentage-splitvalues label,.emi-month-range-values label{
                    font-size: 12px;
            }
            .period-range-list span,.eligibile-amt-period-range-list span{
                  font-size: 11px;
                  font-weight: 400;
                  padding: 4px 10px;
            }
            .calculator-range-inputs-div{
              padding-left: 22px;
              padding-right: 22px;
            }
      }
    @media (min-width:992px) and (max-width:1054px){
      .calculator-range-inputs-div{
        padding-left: 22px;
        padding-right: 22px;
      }
       .emi-percentage-splitvalues label,.emi-month-range-values label{
                    font-size: 12px;
            }
            .period-range-list span,.eligibile-amt-period-range-list span{
                  font-size: 11px;
                  font-weight: 400;
                  padding: 4px 10px;
            }
    }
    .form-select-input{
          width: 156px;
    background: transparent;
    color: #fff;
    border-color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    outline: none;
    }
    .form-select-input option{
      color: #000;
    }
    .modal-backdrop.show {
    opacity: .9;
    }
    .balancechartbox{
    min-width: 229px;
    max-width: 229px;
      margin-left: auto;
      margin-right: auto;
    }

@media (min-width:992px) and (max-width:1250px){
    .emi-percentage-splitvalues .labelMultipleRange{
       font-size: 14px;
    }
    .eligibility-percentage-splitvalues .labelMultipleRange{
        font-size: 14px;
    }
    .period-range-list span, .eligibile-amt-period-range-list span{
            padding: 4px 9px;
            font-size: 11px;
    }
}
    @media screen and (max-width: 991px) {
        .ctaParagraphWidth {
            width: 100%;
        }
    }
    @media (max-width:512px){
        .eligibility-percentage-splitvalues .labelMultipleRange,.multipleRangeLabel,.balance-intertest-range .labelMultipleRange{
            font-size: 12px;
        }
    }





    