.loan-container[data-v-1ad5945d] {
    position: relative
}

.loan-title[data-v-1ad5945d] {
    margin-bottom: 20px
}

.loan-form[data-v-1ad5945d] {
    box-shadow: 0 4px 20px #4f539733
}

.loan-input[data-v-1ad5945d] {
    min-width: 180px;
    font-size: 24px
}

.loan-input[data-v-1ad5945d] .q-field__control {
    height: auto
}

.loan-input[data-v-1ad5945d] .q-field__native {
    padding-top: 40px
}

.custom-slider[data-v-1ad5945d] .q-slider__track,
.custom-slider[data-v-1ad5945d] .q-slider__thumb {
    background: transparent !important
}

.month-buttons[data-v-1ad5945d] .q-btn {
    width: 50px;
    line-height: 18px;
    padding: 4px 6px;
    border-radius: 14px
}

.custom-month-btn[data-v-1ad5945d] {
    color: #0f52ba
}

.custom-month-btn.selected-month[data-v-1ad5945d] {
    background-color: #0f52ba !important;
    color: #fff !important
}

.custom-month-btn[data-v-1ad5945d]:hover {
    background-color: #0f52ba1a
}

.custom-apply-btn[data-v-1ad5945d] {
    background-color: #0f52ba !important;
    color: #fff !important
}

.custom-apply-btn[data-v-1ad5945d]:hover {
    background-color: #0f52bacc !important
}

.custom-apply-btn[data-v-1ad5945d]:disabled {
    background-color: #0f52ba80 !important
}

.q-field__suffix {
    padding-top: 40px !important
}

.home-container[data-v-4c597e0e] {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 180px
}

.home-loan[data-v-4c597e0e] {
    max-width: 520px;
    margin: 0 auto
}

.home-supper[data-v-4c597e0e] {
    display: flex;
    gap: 16px
}

.home-title[data-v-4c597e0e] {
    display: flex;
    align-items: center;
    padding: 72px 0 24px;
    font-weight: 700;
    text-align: center
}

.why-fast-loan-item[data-v-4c597e0e] {
    white-space: wrap;
    max-width: 60vw
}

.how-it-works-item[data-v-4c597e0e] {
    position: relative
}

.how-it-works-item[data-v-4c597e0e]:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 16px;
    transform: translate(-50%);
    width: 2px;
    height: 100%;
    background-color: #ec1283;
    opacity: .3
}

.how-it-works-item[data-v-4c597e0e]:last-child:after {
    display: none
}

.how-it-works-item-number[data-v-4c597e0e] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 3px #ec12834d;
    border-radius: 50%;
    font-family: Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #ec1283;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    position: relative
}

.how-it-works-main[data-v-4c597e0e] {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px;
    background: #f5f5fa;
    box-shadow: 0 4px 20px #4f539733;
    border-radius: 30px
}

.how-it-works-item-content[data-v-4c597e0e] {
    position: relative;
    background: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    margin-left: 12px;
    margin-bottom: 24px
}

.how-it-works-item-content[data-v-4c597e0e]:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #fff
}

.pay-with-bill-ease-title[data-v-4c597e0e] {
    padding: 60px 0 24px
}

.pay-with-bill-ease-container[data-v-4c597e0e] {
    gap: 16px
}

.pay-with-bill-ease-container .merchant[data-v-4c597e0e] {
    padding: 16px
}

@media screen and (min-width: 1024px) {
    .why-fast-loan-item[data-v-4c597e0e] {
        flex: 1
    }
}

@media screen and (max-width: 640px) {
    .home-container[data-v-4c597e0e] {
        flex-direction: row;
        justify-content: space-evenly;
        padding-top: 54px;
        padding-bottom: 120px
    }

    .home-supper[data-v-4c597e0e] {
        flex-direction: column;
        gap: 8px
    }

    .home-title[data-v-4c597e0e] {
        flex-direction: column;
        align-items: flex-start;
        max-width: 300px;
        padding: 0;
        font-size: 28px
    }
}