﻿.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.jss791 {
    color: red;
    font-size: 12px;
}

.shkc-mlc {
    padding: 100px 0;
    background-color: #EE1C25;
}

.shkc-mlc-inner {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 1470px;
}

.shkc-mlc-title {
    margin-bottom: 70px;
}

.shkc-mlc-title h5 {
    font-size: 29px;
    color: white;
    font-weight: bolder;
}

.shkc-mlc-title h6 {
    font-size: 27px;
    color: white;
    font-weight: normal;
}

.shkc-pm-select-box {
    display: none;
}

.shkc-pm-select-box.active {
    display: block;
}

.shkc-loan-range {
    margin-top: 5px;
    width: 100%;
}

input[type="range"] {
    -webkit-appearance: none;
    /* For Safari */
    width: 100%;
    height: 4px;
    background: rgb(165, 165, 165);
    /* Track color */
    border-radius: 0;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* For Safari */
    appearance: none;
    /* For other browsers */
    background: transparent linear-gradient(1deg, #DC1718 0%, #7F0D0E 100%) 0% 0% no-repeat padding-box;
    ;
    /* Thumb color */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

#InputRateDiv,
#InputYearDiv {
    font-size: 16px;
}