﻿.loan-calc-wrapper {
    max-width: 500px;
    max-height:900px;
    height:100%;
    width: 100%;
    background: white;
    border-radius: 24px;
    padding:  32px;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 5px;
    background: #ccc;
}

    .range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 30px;
        height: 30px;
        background-color: #6935D3;
        border-radius: 50%;
        border: none;
        transition: .2s ease-in-out;
    }

.loan-term-wrapper{
    margin-bottom:1.25rem;
}

.loan-amount-wrapper {
    margin-bottom: 2rem;
}
.value2 {
    font-size: 1.5rem;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.loan-amount-wrapper h4  {
    font-size: 1.5rem;
    color: #000;
    font-style: normal;
    
    line-height: 150%;
}

.result-wrapper h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.result-wrapper a {
    color:#6935D3;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.result-wrapper button {
    max-width: 404px;
    border-radius: 31.993px;
    background: #6935D3;
    
    width: 100%;
    margin-top:50px;
    padding: 12px 48px;
}


@media (max-width: 920px) {

    .loan-wrapper{
        margin:auto;
       
    }
    .loan-calc-wrapper {
        max-width: 400px;
        
        margin: 0;
        width: 100%;
        color: black;
        background: white;
        border-radius: 24px;
        padding: 27.056px 17.316px;
    }



    .result-wrapper button {
        margin-top: 0.8rem;
    }

  
       

        .loan-calc-wrapper button {
            margin-top: 0.8rem;
            font-size: 8px;
            font-family: Inter !important;
            padding: 10px 24px;
        }
    .loan-wrapper h4 {
        font-size: 12.987px;
    }
    .result-wrapper h5 {
        font-size: 8.658px;
    }
    .result-wrapper a {
        font-size: 10.823px;
    }
    .range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
       
    }

    .loan-calc-wrapper button {
        margin-top: 0.8rem;
        font-size: 8px;
        font-family: Inter !important;
        padding: 6.494px 25.974px;
    }
}