@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;

}

.green_colour_text {
    color: #00cc00;
}

#applynow_btn {
    background-color: #00cc00 !important;
    border: none;
}


.icons {
    color: #00cc00;
    font-size: 3rem;
    margin-right: 2rem;
}

.call-action-area {
    background-color: #a3f3a3;
    padding: 3rem 0rem;
    color: rgb(37, 34, 34);
}

.text-container {
    background-color: #01a801;
}

#apply-pl-form-col {
    padding: 0rem;

    /* height: 100vh; */
}

#apply-pl-text-col {
    display: flex;
    flex-direction: column;
    /* background-image: url(/Backgrounds/green.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 5rem 3rem;
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #d1ffbd;
}

#apply-logo {
    width: 10rem;
}

#apply-hero-img {
    width: 60%;
    display: block;
    margin: auto;
}

.form-group {
    margin: 0.8rem 0rem;
}

#personal-loan-form label,
option,
select {
    font-size: 0.8rem;
    font-weight: 600;
}


#personal-loan-form input {
    font-size: 0.8rem !important;
}

.form-control {
    padding: 0.5rem 1rem !important;
}

#form-heading {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 0.5rem 0rem;
    padding-right: 2rem;
}

#apply-pl-form-col span {
    color: #07be07;
}

.pl-apply-container {
    align-items: start;
    display: flex;
}

#back-btn {
    background-color: #07be07;
    width: 15%;
    padding: 0.3rem 1.2rem;
    text-align: center !important;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

#pl-submit-btn {
    background-color: #0cb30c;
    width: 25%;
    color: white;
    padding: 0.5rem 0.8rem;
}

#pl-mobile-box {
    display: none;
}

.invalid-feedback p {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
}

.form-check-input {
    cursor: pointer;
}

.col-lg-12 {
    overflow-y: auto;
    max-height: 40rem;
    /* adjust the height as needed */
}


.form-group {
    overflow-y: auto;
    max-height: 200px;
    /* adjust the height as needed */
}

.col-lg-12 {
    overflow-x: auto;
    max-width: 800px;
    /* adjust the width as needed */
}

.col-lg-12::-webkit-scrollbar {
    width: 0px;
    height: 0px !important;
}

.col-lg-12::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.col-lg-12::-webkit-scrollbar-track {
    background-color: #fff;
}

.preview-box {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 10px;
}