﻿/*-- lender section css started from here only use this below css ignore above css --*/

.add-lender {
    width: 100%;
    justify-content: center;
    padding: 0px 20px !important;
    align-items: baseline;
    background-color: #fff;
}

    .add-lender .nav-item {
        width: 20%;
    }

.sub-nav-tab {
    width: 100%;
    justify-content: center;
}

    .sub-nav-tab .nav-item {
        width: 45%;
    }

        .sub-nav-tab .nav-item .nav-link {
            border-bottom: 2px solid #B7B6B6;
            font-size: 30px !important;
            line-height: 41px !important;
            font-weight: 400 !important;
        }

            .sub-nav-tab .nav-item .nav-link.active {
                border-bottom: 2px solid #EE792F;
                font-weight: 700 !important;
            }

.add-lender .nav-link, .nav-link.active {
    font-size: 24px !important;
    padding: 15px 20px !important;
    border: none;
    color: #EE792F !important;
    font-weight: 700 !important;
}

.lending-p-text {
    font-size: 20px !important;
    line-height: 18px !important;
    color: #3C374D !important;
    font-weight: 700 !important;
    padding-left: 0px !important;
}

.add-lender-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.font-semibold {
    font-weight: 600;
}

.l-p-mob {
    font-size: 24px;
    color: #3C374D;
    font-weight: 700;
    line-height: 19px;
    margin: 30px 0px;
}
.lender-checkbox1 {
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .add-lender {
        width: 100%;
        justify-content: flex-start;
        padding: 2px !important;
        background-color: transparent;
    }

        .add-lender .nav-item {
            width: 100%;
            background-color: #fff;
        }

        .add-lender .img-fluid {
            max-width: fit-content;
        }

    .add-lender-shadow {
        box-shadow: none;
    }

    .sub-nav-tab .nav-item .nav-link {
        font-size: 18px !important;
        line-height: 19px !important;
    }

    .sub-nav-tab .nav-item {
        width: 48%;
    }

    .lender-img1 {
        width: 140px;
        height: auto;
    }

    .lender-img2 {
        width: 71px;
        height: auto;
    }

    .lender-img3 {
        width: 49px;
        height: auto;
    }

    .lender-img4 {
        width: 55px;
        height: auto;
    }

    .add-lender-section {
        padding: 0px !important;
    }

    .add-lender .nav-link {
        border-bottom: 1px solid #EDEAEA;
    }

    .flexiloan-img {
        width: 175px;
        height: auto;
    }
}

.disabled-input {
    pointer-events: none;
}


#companyListContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: white;
    z-index: 100;
}

.companyOption {
    font-size: 12px;
    max-height: 29px;
    padding-top: 1px;
    margin-top: 0px;
    z-index: 100;
    border-color: #1CAFFD !important;
}

    .companyOption:hover {
        background-color: #d3e0f5 !important;
    }

    .companyOption:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .companyOption:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        max-height: 59px;
    }

.firstOption {
    background-color: #d3e0f5 !important;
}

.companyOption:first-child > div {
    margin-top: -12px;
    margin-bottom: -9px;
    padding-bottom: 0px;
    font-weight: lighter;
    font-style: italic;
    font-family: Monospace;
}
/*lnt revised*/
.generate-details-modal {
    padding: 68px 74px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #1F1F1F;
    font-weight: 400;
}
@media only screen and (max-width: 480px) {
    .cv-btn {
        width: 100% !important;
    }
}

.terms-text1 {
    font-size: 10px;
    color: #000000;
    margin-top: 40px;
    line-height: 20px;
}
.device-tnc {
    background: #e6f0ff;
    padding: 9px;
    border-radius: 0.8rem;
}

.device-sub-txt1 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.device-sub-txt2 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.device-logout-btn {
    background-color: #1976d2;
    color: #fff !important;
    display: block;
    width: 100%;
    max-width: 349px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}