#termsPrivacyPopup {
    z-index: 2000;

    #scroller {
        overflow-y: auto;
        overflow-x: hidden;
        height: 340px
    }

    .modal-content {
        max-width: 59.375rem;
        margin: 1.75rem auto;
        height: 600px;
        padding: 0;
        border: 1px solid #fff;

        .popupContent {
            text-align: left;
        }
    }

    #popup-new-main-heading {
        width: 100%;
        background: var(--sf-primary-color);
        padding: 1.5625rem 1.875rem 1.5625rem;
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: normal;
        text-align: center;
    }

    h2 {
        text-align: center;
        color: #000;
        font-size: 1rem;
        font-family: 'Fira Sans', 'Fira Sans Fallback', sans-serif;
    }

    .termsPrivacyContent {
        width: 100%;
        padding: 3.125rem 1.875rem 3.125rem 3.125rem;
        height: 100%
    }

    .paraTxt {
        line-height: 1.5;
        margin-bottom: 0px;
        text-align: left;
    }

    .card {
        padding: 1.5625rem 0;
    }

    .card .card-header {
        background: none;
        border: 0;
        padding: 0;
    }

    .card .card-body p {
        text-align: left;
        margin: 0;
    }

    .card .card-header button {
        background-color: transparent;
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        padding: 0;
        border: none;
    }

    .card .card-body ul {
        padding: 0 0 1.25rem 1.25rem;
        list-style-type: circle;

        li {
            text-align: left;
            font-size: 1rem;
            line-height: 1.25rem;
            list-style: circle;
            font-weight: 400;
            padding: 0px;
            margin-bottom: 15px;
        }
    }

    .termsConditionPopContent ol {
        list-style-type: circle;

        li {
            text-align: left;
        }

    }

    .termsConditionPopContent .upperRomanStyle {
        list-style-type: upper-roman;
    }

    .termsConditionPopContent p {
        text-align: left;
    }

    .modal-footer {
        display: flex;
        gap: 1.25rem;
        justify-content: center;
        margin-top: .9375rem;

        .whiteButton a,
        .blackButton a {
            text-decoration: none;
            padding: .6875rem .75rem .5625rem .75rem;
            display: inline-block;
            font-size: 1rem;
            font-weight: 400;
            transition: 0.5s;
            text-transform: uppercase;
        }
    }

    .sub-heading {
        font-size: 1.25rem;
        font-size: 700;
    }
}

#scroller::-webkit-scrollbar {
    width: .625rem;
    height: 5px !important;
}

#scroller::-webkit-scrollbar-track {
    background: #fff !important;

}

#scroller::-webkit-scrollbar-thumb {
    background: rgba(171, 171, 171, 0.75);
    border-radius: 1rem;
    height: 10px !important;
}

.popup-multi-language-container {
    .dropdown-container {
        display: flex;
        justify-content: center;
        align-items: center;

        select {
            font-size: 16px;
            color: #000;
            font-weight: 400;
            border: 1px solid #d1d1d1;
            height: 50px !important;
            border-radius: 0;
            padding-left: 15px;
            outline: none;
            box-shadow: none;
            background: #F9F9F9 url(../../../icons/select-arrow.webp) no-repeat;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            padding-right: 38px;
            background-position: 96% center;
        }

    }

    .nfLoanDetailpointer,
    .nfLoanDetailtitle1,
    u {
        font-size: 1rem;
    }
    .nfLoanDetailtitle1{
        font-weight: 300;
    }

    #scroller ol {
        padding-top: 15px;
        padding-left: 20px;
        margin: 0;

        li {
            list-style: circle
        }
    }
}