@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}


/* range slider css start here */
.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    background: rgba(36, 101, 161, 0.2);
    position: relative;
}

.rangeslider--horizontal {
    height: 4px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider__fill {
    background: #39B54A;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
    height: 6px;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: #fff;
    border: 3px solid #39B54A;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

.slider_max_min {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.slider_max_min span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #64748B;
}

.__slider label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1E2A3B;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rangedigit strong {
    color: #27364B;
}

.rangedigit {
    font-size: 18px;
    color: #27364B;

}

.has-error .help-block {
    display: block;
    font-size: 12px;
    color: red;
}

.genderWrapper .help-block {
    display: none;
}

/* range slider css end here */


.tenureSliderWrapper .form-control,
.ROISliderWrapper .form-control,
.loanAmountSliderWrapper .form-control
{
    height: 40px;
}


.investment-type .form-control{
    height: 45px;
}


.rupeSign {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
}

.precentSign {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}
.yearSign {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 14px;
}
.monthSign {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 14px;
}

.monthSign1
{
    position: absolute;
    right: 0px !important;
    top: 0px !important;
}

.tenureSliderWrapper .ui-selectmenu-button, 
.tenureSliderWrapper  .ui-selectmenu-button:hover, 
.tenureSliderWrapper  .ui-selectmenu-button:focus, 
.tenureSliderWrapper  .ui-selectmenu-button:active{
    height: 40px;
}
#slider_min_label,
#slider_max_label{
    display: flex;
    align-items: center;
}
.minFrequenciesCount,
.maxFrequenciesCount{
    padding-right: 5px;
}
#loanAmoutVal {
    padding-left: 20px;
}

.interest-rate-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; /* Adjust as needed */
}

.interest-rate-container label {
    flex-grow: 1;
    height: 40px; /* Match the height of the input */
    display: flex;
    align-items: center; /* Vertically center the text */
    margin-bottom: 0; /* Remove any default margin */
}

.interest-rate-container .input-wrapper {
    position: relative;
    display: inline-block;
}

.interest-rate-container .form-control {
    width: 60px; /* Adjust as needed */
    padding-right: 20px; /* Make room for the percentage sign */
    background-color: #f0f0f0;
    color: #666;
    border: 1px solid #ccc;
    cursor: not-allowed;
    text-align: right;
}

.interest-rate-container .percentSign {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.canvasjs-chart-credit {
    display: none !important;
}



#myDonutChart {
    width: 100px;
    height: 100px;
}
.accordion{
    border: 1px solid #E2E8F0;
}
.tableWrapper{
    border-radius: 5px;
    background-color: #fff;
}
table thead {
    height: 50px;
    background-color: #E2E8F0;
}
table tbody td {
    text-align: left;
    padding-left: 10px;
    height: 50px;
    border-bottom: 1px solid #eee;
    color: #475569;
    font-size: 14px;
}
table th {
    padding-left: 10px;
    text-align: left;
    color: #1E2A3B;
    font-weight: 500;
    font-size: 14px;
}
table{
    min-width: 400px;
}
@media screen and (max-width:576px) {
    table td,
    table th{
        font-size: 12px;
    }
    .tableWrapper{
        overflow-x: scroll;
        width: 100%;
    }
    .rangedigit{
        max-width: 50%;
        margin-left: 15px;
    }
    .tenureSliderWrapper .__slider label{
        display: block !important;
    }
    #tenureAmoutVal{
        margin-top: 10px;
    }
    .monthSign{
        top: 42px;
    }
    .monthSign1
    {
        position: absolute;
        right: 0px !important;
        top: 33px !important;
    }
}

.tableWrapper th {
    font-size: 16px;
    font-weight: 600;
}
.emiError{
    font-size: 12px;
    color: red;
    font-weight: 400;
    line-height: 12px;
}

.accordionContent  ul {
    margin-left: 20px;
}
.accordionContent   p{
    color: #64748B;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 1.25rem;
    padding-top: 0px;
}
.accordionContent   ul li {
    list-style: disc;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #666666;
}