.stz-cit-cart-body-cal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stz-cit-cart-body-cal>div:nth-child(1) {
    width: 60%;
    height: 450px;
    line-height: 25px;
    border-bottom-right-radius: 10%;
    border-top-right-radius: 10%;
    border-right: 5px solid #e0e0e0;
}

.stz-cit-cart-body-cal>div:nth-child(2) {
    width: 40%;
    height: 450px;
    line-height: 25px;
    border-bottom-right-radius: 10%;
    border-top-right-radius: 10%;
    border-right: 5px solid #e0e0e0;
}

.stz-font-label {
    font-size: 1em;
}

.stz-cit-cart-body-cal>div {
    margin: 5px;
    box-shadow: inset -68px -35px 63px -25px rgba(126, 126, 126, 0.1);
    border-radius: 10%;
}

.cursor_pointer {
    cursor: pointer;
}

#stz-cit-btn-installments,
#stz-cit-btn-amounts,
#stz-cit-spinner-add-item-prepayment,
#stz-cit-btn-prepayments,
#stz-cit-spinner-add-item-profit,
#stz-cit-btn-profits {
    margin-top: 50px;
}

@media only screen and (max-width: 700px) {
    .stz-cit-cart-body-cal {
        flex-wrap: wrap;
    }

    .stz-font-label {
        font-size: 1em;
    }

    .stz-cit-cart-body-cal>div:nth-child(1),
    .stz-cit-cart-body-cal>div:nth-child(2) {
        width: 100% !important;
    }
}

.stz-cit-range {
    background: linear-gradient(to left, #e2e2ea 100%, #423089 0%);
    height: 10px;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 20px;
    margin: 20px 0;
    appearance: none;
    direction: ltr;

}

.stz-cit-box {
    border: 2px solid #e8e8e8;
    border-radius: 0.5rem;
}

.stz-cit-box [type=text] {
    border: 2px solid #fff !important;
}

.stz-cit-box [type=text]:hover {
    background-color: #fff !important;
}

.stz-cit-box span {
    margin-top: 2px;
}

.stz-cit-range [type=range] {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
}

.stz-cit-range [type=range]:focus {
    outline: none;
}

.stz-cit-range [type=range]::-webkit-slider-runnable-track {
    background: transparent;
}

.stz-cit-range [type=range]::-moz-range-track {
    background: transparent;
}


.stz-cit-range [type=range]::-ms-thumb {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    cursor: pointer;
    border: none;
}

.stz-cit-range [type=range]::-ms-fill-lower {
    background: #423089;
}

.stz-cit-range [type=range]::-ms-fill-upper {
    background: #e2e2ea;
}

.stz-cit-range [type=range]::-ms-track {
    color: transparent;
    border: 0 solid transparent;
    background: transparent;
}

.stz-cit-range [type=range]::-ms-tooltip {
    display: none;
}

.stz-cit-range {
    max-width: 80%;
}

@media (max-width: 1000px) {
    .stz-cit-range {
        max-width: 100%;
    }
}