/*
New calc
*/
#txtin::placeholder {color: #785aff;opacity: 1; /* Firefox */}
#txtin:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #785aff;}
#txtin::-ms-input-placeholder { /* Microsoft Edge */color: #785aff;}
#loan_slider .ui-slider-handle, #receipt_slider .ui-slider-handle, #tdeposit_slider .ui-slider-handle {outline: 0;background: #fff;border-radius: 50%;top: -9.6px;height: 37px;width: 37px;cursor: pointer;}
#loan_slider.ui-slider-horizontal, #receipt_slider.ui-slider-horizontal, #tdeposit_slider.ui-slider-horizontal {height: 1.1em;border: none;background: #ccc;border-radius: 15px;}
.tonik-calc__type_slider {width: 50px;margin-right: 30px;}
.tonik-calc__type_slider label {outline: none;}
.tonik-calc__type_slider .vue-slider {height: 24px !important;}

/* TWD-140 changes start */
#block-quickloancalculator .tc-term,#block-quickloanstaglishcalculator .tc-term-new{width: 180px !important;}
/* TWD-140 changes End */
/*  calc css */
@media screen and (max-width: 767px) {
    .tonik-calc .tonik-calc__terms .tonik-calc__term.tc-term.tc-term-new {
        height: 100px;
        border-radius: 16px;
        margin: 3px;
    }
}