﻿p {
    margin-bottom: 0px;
}

.position-relative {
    position: relative;
}

body {
    margin: 0px;
}

.pl-8px {
    padding-left: 8px;
}

.pr-8px {
    padding-right: 8px;
}

.pt-15px {
    padding-top: 15px;
}

.wrapper {
    max-width: 1000px;
    margin: auto;
}

.dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9.65px;
    height: 9.65px;
    border-radius: 50px;
    z-index: 5;
    pointer-events: none;
}

.start-dot {
    left: 0px;
    background: #014a8f;
}

.end-dot {
    right: 0px;
    background: #fff;
    border: 2px solid #b8b7bd;
    z-index: 2;
}

.text-12 {
    font-size: 12px;
}

.text-10 {
    font-size: 10px;
}

.text-blue {
    color: #014a8f;
}

.radio-label-wrap {
    display: flex;
    align-items: center;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

input[type="radio"]:checked {
    content: url('../images/radio-checked.svg');
}

input[type="radio"] {
    height: 18.32px;
    width: 18.32px;
    min-height: 18.32px;
    min-width: 18.32px;
    margin: 0px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}
/* --- common css --- */

/* Other */
.main-body {
    margin-top: 14px;
}

.range-box {
    padding: 18px 16px;
    background-color: #e1f3fd;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px #00000029;
    min-height: 270px;
}

    .range-box.first {
        padding-bottom: 40px;
    }

/* Range custom css */
input[type="range"] {
    accent-color: #014a8f;
    position: relative;
    z-index: 2;
    /* background: #014a8f; */
    /* -webkit-appearance: none; */
    /* border-radius: 4px; */
}

    input[type="range"]:active,
    input[type="range"]:focus,
    input[type="range"]:focus-visible {
        /* background: #014a8f; */
        /* z-index: 9; */
        outline: none;
    }

        input[type="range"]:focus::-moz-range-thumb {
            border: 1px solid #014a8f !important;
            outline: 3px solid #014a8f !important;
            outline-offset: 0.125rem;
            background: #014a8f !important;
            background-color: #014a8f !important;
            color: #014a8f !important;
            z-index: 9;
        }

    input[type="range"]::-webkit-slider-runnable-track {
        height: 2.53px;
        /* -webkit-appearance: none; */
        /* color: #b8b7bd; */
        margin-top: -1px;
        z-index: 0;
        /* background: #014a8f !important; */
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        /* transform: translateY(-10px); */
        transform: translateY(-6.5px);
        width: 22.28px;
        height: 22.28px;
        border-radius: 50px;
        cursor: ew-resize;
        background: #014a8f !important;
        background-color: #014a8f !important;
        /* background-color: rgb(255, 120, 0) !important; */
        color: #014a8f !important;
        z-index: 999;
        overflow: visible;
    }

    input[type="range"]:focus::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: #014a8f !important;
        background-color: #014a8f !important;
        color: #014a8f !important;
    }

.range {
    position: relative;
    margin-top: 40px;
}

.range-RI {
    position: relative;
    margin-top: 30px;
}

.days-90 {
    left: 50%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.days-45 {
    left: 25%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.days-10 {
    left: 5.78%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.days-20 {
    left: 11.56%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.days-30 {
    left: 17.34%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.days-60 {
    left: 34.68%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.years-5 {
    left: 52.63%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.years-1 {
    left: 10.52%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.years-0_75 {
    left: 7.89%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.years-2 {
    left: 21.05%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.years-3 {
    left: 31.57%;
    background: #014a8f;
    transform: translate(-50%, -50%);
}

.range-start-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #014a8f;
    margin-top: 7.84px;
    margin-bottom: 40px; 
}

.range-start-end-RI {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #014a8f;
    margin-top: 7.84px;
    margin-bottom: 20px;
}


    .range-start-end.second {
        margin-bottom: 0px;
    }

.dep-amt-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.text-label {
    color: #014a8f;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 6px;
}

.range-box .cnt-box {
    background: #ffffff;
    border: 1px solid #bddaea;
    min-width: 180px;
    padding: 6px 10px;
    text-align: right;
    font-size: 30px;
    color: #555555;
    border-radius: 10px;
    width: fit-content;
    margin-left: 9.5px;
    margin-bottom: 3px;
}

.great-success {
    display: flex;
    align-items: center;
}

    .great-success span {
        padding-bottom: 0px;
        padding-left: 9.45px;
    }

.radio-label {
    font-size: 16px;
    line-height: 22px;
    color: #014a8f;
    margin: 0px;
    padding-left: 6px;
    cursor: pointer;
}

.dep-amt-wrap.date {
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 16px;
}

    .dep-amt-wrap.date .cnt-box {
        min-width: 65px;
        text-align: center;
    }

.date-cnt-wrap {
    display: flex;
    align-items: flex-end;
}

.payment {
    border: 1px solid #014a8d;
    box-shadow: 0px 3px 6px 0px #00000029;
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

    .payment [class*="col-"] {
        padding: 0px;
    }

    .payment .col-xs-12.first,
    .payment .col-xs-12.second {
        border-right: 1px solid #014a8d;
    }

    .payment .box {
        padding: 15px 16px;
        display: flex;
        align-items: center;
        min-height: 90px;
    }

.calculate-return {
    background: #008f00;
    border-radius: 16.2898px;
    color: #fff;
}

    .calculate-return:hover,
    .calculate-return:focus,
    .calculate-return:focus-visible,
    .calculate-return:active {
        color: #fff;
        outline: none;
    }

.dep-amt-wrap.date.only-days {
    justify-content: flex-end;
}

@media (min-width: 100px) and (max-width: 750px) {
    .pr-8px {
        padding: 8px 16px;
    }

    .pl-8px {
        padding: 8px 16px;
    }

    .payment .col-xs-12.first,
    .payment .col-xs-12.second {
        border-right: none;
        border-bottom: 1px solid #014a8d;
    }

    .range-box .cnt-box {
        font-size: 20px;
        min-width: 120px;
    }

    .dep-amt-wrap.date .cnt-box {
        min-width: 45px;
    }

    .text-label {
        font-size: 15px;
    }
    
}

.sliderInputBox {
    border: 0;
    background: transparent;
    width: 100% !important;
}

.sliderInputBox_Dates{
    border:0;
    background:transparent;
    width:65px;
    min-width:65px;
    max-width:fit-content;
}

@media only screen and (max-width:480px) {
    .dep-amt-wrap {
        display: inline-block;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .range-box .cnt-box {
        background: #ffffff;
        border: 1px solid #bddaea;
        min-width: 180px;
        padding: 6px 10px;
        text-align: right;
        font-size: 30px;
        color: #555555;
        border-radius: 10px;
        width: fit-content;
        margin-left: 0px;
        margin-bottom: 3px;
    }

    .date-cnt-wrap {
        display: inline-block;
        align-items: flex-end;
    }

    .dep-amt-wrap.date .cnt-box {
        min-width: 100% !important;
    }

    .sliderInputBox_Dates {
        border: 0;
        background: transparent;
        width: 100% !important;
        min-width: 65px;
        max-width: 100% !important;
    }
     
}
 