:root {
    --main-blue-color: #1380fc;
    --main-blue-color-aqua: #479af9;
    --main-blue-color-light: #9fc9f9;
    --main-blue-color-extralight: #eef4fc;
    --main-orange-color: #ff9813;
    --main-orange-color-aqua: #ffb95e;
    --main-orange-color-light: #fbc88e;
    --main-orange-color-extralight: #ffe8ce;
    --black: #000000;
    --white: #ffffff;
    --light-gray: #f3f4f9;
    --text-color: #474747;
    --Paragraph: #707070;
    --Success: #27ae60;
    --Warning: #ed2f2f;
    --Info: #e2b93b;
    --Error: #eb5757;
}

h1 {
    font-size: 62px;
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
}

a {
    text-decoration: none;
}

body {
    font-family: "Fira Sans", sans-serif !important;
    /*font-family: "Roman numeral";*/
}

.top-header {
    padding: 0px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 10px #00000021;
}

.navbar-main {
    height: 100%;
    align-items: center;
    gap: 5px;
}

    .navbar-main li {
        height: 100%;
        align-items: center;
    }

        .navbar-main li a {
            height: 100%;
            align-items: center;
            display: flex;
            color: #000;
            font-weight: normal;
            padding: 15px 25px;
        }

            .navbar-main li a.active {
                background-color: var(--main-orange-color);
                color: #fff;
            }

            .navbar-main li a:hover {
                background-color: var(--main-orange-color);
                color: #fff;
                transition: linear 0.3s;
            }

.btn-custom-primary {
    background-color: var(--main-blue-color);
    border-radius: 100px;
    padding: 10px 15px;
    font-weight: 400;
    border: none;
}

    .btn-custom-primary:hover {
        background-color: var(--main-blue-color-aqua);
    }

.btn-custom-secondary {
    background-color: var(--main-orange-color);
    border-radius: 100px;
    padding: 10px 15px;
    font-weight: 400;
    border: none;
}

    .btn-custom-secondary:hover {
        background-color: var(--main-orange-color-aqua);
    }

section#slider .item:hover img {
    transform: scale(1.2);
    transition: all 1s;
}

section#slider .item {
    overflow: hidden;
}

    section#slider .item span.category-home {
        position: absolute;
        right: 35px;
        top: 35px;
        background: oklch(0 0 0 / 0.32);
        padding: 8px 10px;
        color: #fff;
        letter-spacing: 0.5px;
    }

    section#slider .item:hover span.category-home {
        padding: 8px 10px;
        transition: all 1s;
        letter-spacing: 0px;
    }

section#slider .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    section#slider .owl-nav button {
        background: #fff;
        width: 40px;
        height: 60px;
        font-size: 36px;
    }

        section#slider .owl-nav button:hover {
            background-color: var(--main-blue-color);
            color: var(--white);
        }

.search-form {
    border-radius: 300px;
    background: var(--main-blue-color) url(../image/search-bg.svg);
    padding: 15px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: left center;
}

section#slider {
    position: relative;
}

section#search-form {
    position: absolute;
    width: 100%;
    /*bottom: -90px;*/
    bottom: 0px;
    z-index: 9;
}

.custom-search-heading {
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    padding: 15px 22px;
}

    .custom-search-heading h3 {
        color: #fff;
        font-size: 32px;
        display: flex;
        align-items: end;
        gap: 20px;
        margin: 0;
    }

    .custom-search-heading p {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
    }

.search-form-content {
    height: 100%;
    padding: 10px 30px;
}

    .search-form-content h2 {
        color: #ffff;
        font-size: 36px;
        margin: 0;
    }

    .search-form-content p {
        color: #fff;
        font-weight: 300;
    }

.form-search input {
    max-width: 600px;
    width: 100%;
    height: 60px;
    padding: 20px 70px 20px 50px;
    border-radius: 100px;
    border: none;
    outline: none;
    font-weight: 300;
}

.location-icon {
    position: absolute;
    top: 15px;
    left: 20px;
}

.search-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
}

.form-search {
    max-width: 600px;
}

.search-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ff9813;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-loan {
    background-image: url(../image/bg-loan.png);
    /*height: 582px;*/
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 80px;
    /*padding-top: 170px;*/
    padding-top: 20px
}

.heading-common h5 {
    font-size: 24px;
    margin: 0;
}

.heading-common h5 {
    font-size: 24px;
    margin: 0;
}

.heading-common h3 {
    font-size: 36px;
    font-weight: 600;
}

.heading-common h3,
h2,
h4 span {
    color: var(--main-orange-color);
}

.heading-common p {
    margin-top: 10px;
    color: #707070;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.main-content p {
    margin-top: 10px;
    color: #707070;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

.common-button a {
    background-color: var(--main-blue-color);
    border: 5px solid var(--main-blue-color-extralight);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--white);
    text-decoration: none;
    padding-right: 30px;
}

    .common-button a span.icon-button {
        width: 60px;
        height: 60px;
        display: flex;
        background-color: var(--main-blue-color-aqua);
        border-radius: 100px;
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }

.button-text strong {
    display: block;
    line-height: 25px;
    font-size: 22px;
}

.button-text {
    font-size: 14px;
    font-weight: 200;
}

.common-button a:hover {
    background: var(--main-orange-color);
    transition: 0.5s;
}

    .common-button a:hover span.icon-button {
        background: var(--main-orange-color-aqua);
        transition: 0.5s;
    }

.loan-services ul {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .loan-services ul li {
        list-style: none;
        width: 48%;
        background: #fff;
        display: flex;
        border-radius: 10px;
        box-shadow: inset 0px 0px 10px #efecec;
        overflow: hidden;
        align-items: center;
        font-size: 22px;
    }

        .loan-services ul li .services-icon {
            background: var(--main-blue-color-extralight);
            height: 90px;
            width: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            margin-right: 15px;
            box-shadow: inset 0px 0px 10px #d6e8fb;
        }

        .loan-services ul li span {
            color: var(--main-orange-color);
            margin-left: 5px;
            font-weight: 600;
        }

#services-section {
    background: url(../image/bg-services.png);
    background-size: cover;
    background-position: left center;
    padding-top: 100px;
}

/* =============Why You Should Choose Us section Home page Start ============= */
.main {
    position: relative;
    height: 100%;
}

.main-logo {
    height: 84px;
    /*height: 60px;*/
    width: auto;
}

.lendermain-logo {
    height: 73px;
    /*height: 60px;*/
    width: auto;
    margin-left: 16px;
}

.borrowerindexmain-logo {
    height: 84px;
    /*height: 60px;*/
    width: auto;
    /*margin-left: -110px;*/
}

.build-icon {
    display: flex;
    align-items: center;
}

    .build-icon svg {
        margin: 0 25px 0 25px;
    }

.our-benefit {
    display: flex;
    position: relative;
    left: 3.7rem;
    top: 8rem;
}

.img-fluid {
    max-width: 100%;
    height: 990px;
}

.benefit-content .row .benefitType {
    padding: 20px 20px 0 20px;
    background: white;
    position: relative;
    top: 2rem;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 3px rgba(241, 241, 241, 0.737);
}

    .benefit-content .row .benefitType p {
        color: #707070;
    }

.service-benefits {
    position: relative;
}

.choose-us {
    position: absolute;
    top: -50px;
}

/* =============Why You Should Choose Us section Home page End ============= */

/* =============Funding Request Start ============= */
#funding-section {
    background-color: #f8f8f8;
    background-image: url(../image/dotted.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 20px 0 60px 0;
}
/* .funding {
  padding: 15px 0 50px 0;
} */
.funding svg {
    margin: 0 20px 0 0;
}

.funds {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .funds .fund-text {
        width: 30%;
        color: #707070;
        text-align: justify;
    }

.fund-bg {
    background-image: url(../image/funding-bg.png);
}

.play-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    left: 100px;
    margin-bottom: 40px;
}

.fund-amount {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fund-client {
    display: flex;
}

    .fund-client .year-business {
        height: 200px;
        width: 240px;
        background: #1380fc;
        margin: 25px 25px 0 0;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
    }

        .fund-client .year-business .year-in {
            margin-top: 20px;
            color: #fff;
        }

.play-icon h3 {
    margin: 20px 0 0 20px;
}

.low-rate {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 3px rgba(236, 236, 236, 0.479);
    display: flex;
    align-items: center;
}

.very-lowRate {
    margin-left: 25px;
}

    .very-lowRate :first-child {
        color: #ff9813;
    }

    .very-lowRate h5 {
        color: #707070;
        margin-bottom: 3px;
    }

.all-loan {
    position: relative;
    bottom: 40px;
}
/* =============Funding Request End ============= */

/* =============The Pinnacle Of Private Capital Start ============= */
.capital-bg {
    background-image: url(../image/capital.png);
    background-repeat: no-repeat;
    background-position: left;
    height: auto;
}

.pinnacle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.capital-private {
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.capital-icon {
    align-items: center;
}

    .capital-icon svg {
        margin: 0 25px 35px 0;
    }

.capital-approch {
    display: flex;
}

.capital-icon p {
    color: #707070;
}
/* =============The Pinnacle Of Private Capital End ============= */

/* ============= Official Funding Relationships Start ============= */
.official-funding {
    padding: 20px 0;
}

.funding-logo {
    padding: 20px;
    filter: grayscale(100%);
    box-shadow: 0px 0px 4px 3px rgba(236, 236, 236, 0.479);
    border-radius: 7px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .funding-logo .col {
        text-align: center;
    }
/* ============= Official Funding Relationships End ============= */

/* ============= Footer Start ============= */
.footer {
    background-image: url(../image/footer.png);
    background-repeat: no-repeat;
    background-position: left;
    height: auto;
    padding: 25px 0 0 0;
    border-top: 1px solid #ececec95;
    background-color: #fff;
}

.footer-content p {
    color: #707070;
    text-align: justify;
}

.socila-icons {
    display: flex;
    justify-content: flex-end;
}

    .socila-icons a {
        margin: 10px;
    }

.privacy-Policy {
    position: relative;
    padding: 15px;
    background-color: #1380fc;
    color: #fff;
    text-align: center;
}

.footer-menu ul li {
    list-style: none;
}

    .footer-menu ul li a {
        color: #0d6efd;
        text-decoration: underline;
    }

.footer-menu ul li {
    padding-left: 25px;
    float: left;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

/* ============= Footer End ============= */

/* ================Home Page END============= */
/* ========================================== */

/* ================ Search Another Property Start============= */
/* =========================================================== */
.property-found {
    background-image: url(../image/property-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    height: auto;
    padding: 25px;
}

.play-icon img {
    position: relative;
    right: 96px;
}

.property-found .another-property {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.found-one {
    padding: 32px 0;
    margin-bottom: 34px;
}

.watch {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .watch .pro-video img {
        width: 35%;
    }

.pro-video {
    display: flex;
    align-items: center;
}

    .pro-video h1 {
        color: #707070;
        font-size: xx-large;
        margin: 0;
    }

    .pro-video h3 {
        color: #ff9813;
        font-size: 20px;
    }

.property-search {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.Adminproperty-search {
    max-width: 600px;
    width: 100%;
}

.proporty-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-color: #eef4fc;
}

    .proporty-video h5 {
        margin-top: 10px;
        filter: blur(3px);
    }

.watch img {
    margin-right: 20px;
}

.property-img .item {
    height: 345px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* ================ Search Another Property Start============= */
/* =========================================================== */

/* ================ Registration Page Start ============= */
/* ===================================================== */
.pasword-form img {
    width: 73%;
}

section#registration {
    min-height: 670px;
    max-height: 100%;
}

#registration::after {
    content: "";
    background-image: url(../image/registration-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #eef4fc;
    z-index: -1;
}

#owl-registration {
    width: 100%;
}

    #owl-registration .owl-carousel {
        display: block;
        width: 100%;
        z-index: 1;
    }

    #owl-registration img {
        border-radius: 10px;
    }

.registration-slider .item {
    height: 426px;
    border-radius: 10px;
}

.reg-slider {
    display: flex;
    justify-content: center;
}

.activated_step ul li {
    float: left;
    list-style-type: none;
    background: rgb(255, 255, 255);
    box-shadow: 0px 10px 18px -6px rgba(158, 158, 158, 1);
    padding: 20px;
    height: 50px;
    width: 50px;
    color: #707070;
    display: flex;
    border-radius: 50%;
    align-items: center;
}

.activated_step ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0;
}

    .activated_step ul :not(:last-child)::after {
        position: absolute;
        content: "";
        background: none;
        width: 70px;
        margin: 0 50px;
        border: 1px solid #474747;
        border-style: dashed;
    }

.tab-pills.checked {
    background-color: #ffe8ce !important;
    color: #707070;
}

    .tab-pills.checked.active {
        background-image: none !important;
        background-color: #1380fc !important;
        box-shadow: 0px 10px 18px -6px rgba(19, 128, 252, 1);
        color: #fff;
    }

.col-12.activated_step {
    padding: 10px 0 30px 0;
}

.heading-common h3 span {
    color: #474747;
}

.form-fields input {
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #eef4fc;
}

    .form-fields input:focus {
        border: 1px solid #fbc88e;
    }

.form-slide {
    display: flex;
    justify-content: space-between;
}

.next_button {
    background-color: var(--main-orange-color);
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
}

    .next_button:hover {
        background-color: #ffb95e;
        color: #fff;
    }

.wizard-button button:first-child {
    background-color: #1380fc;
    margin-right: 20px;
}

    .wizard-button button:first-child:hover {
        background-color: #1380fcb7;
    }

.wizard-section {
    padding-right: 160px;
}

.registration-form {
    display: flex;
}

.fund-used button {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.148);
    border: none;
    border-radius: 7px;
    color: #707070;
    padding: 10px 0;
}

    .fund-used button:hover {
        background-color: #1380fc;
    }

    .fund-used button.btn-pressed {
        content: "";
        border: none;
        color: #fff;
        background: #ff9813;
        box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.148);
    }

.fund-used .nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: none;
    text-align: center;
    background: #fff;
}

.wizard-tabs .nav-link {
    background: #fff;
    border-radius: 50%;
}

/* =========Dropdown Start========= */
.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

    .select2-container--default .select2-selection--single:hover {
        border: 1px solid #fbc88e;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
        left: 0;
        margin-top: 3px;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
        display: none;
    }

.select2-dropdown {
    background-color: #1380fc;
    border: none;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #3995ff;
}
/* =========Dropdown End========= */
.checkbox {
    display: flex;
}

    .checkbox .form-check-input:checked {
        background-color: #ff9813;
        border-color: #ffb95e;
    }

    .checkbox .form-check-input:focus {
        border-color: #ffb95e;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(255, 147, 53, 0.229);
    }

    .checkbox .form-check-input[type="checkbox"] {
        padding: 5px;
        width: 2rem;
        margin-right: 15px;
    }

    .checkbox p {
        font-size: 13px;
    }

.co-borrower {
    background-color: #479af9;
    color: #fff;
}

    .co-borrower .accordion-button:focus {
        background-color: #479af9;
        color: #fff;
    }

.partner-detials .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #479af9;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.partner-detials .accordion-button:not(.collapsed) {
    background-color: none;
    color: none;
}

.partner-detials .accordion-body {
    background: #eef4fc;
}

.your-info .add-more {
    display: flex;
    justify-content: flex-end;
}

.add-more button {
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
}

/* ================ Registration Page End ============= */
/* ===================================================== */

/* ================ Submit Registration form page start ============= */
/* ================================================================== */
.submit-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 657px;
    width: 50%;
    justify-content: center;
    text-align: center;
}

    .submit-form p {
        color: #707070;
        margin-top: 25px;
    }

    .submit-form .heading-common h1 {
        color: #ff9813;
        font-size: 48px;
        font-weight: 600;
    }

    .submit-form .heading-common p {
        font-size: 22px;
    }

.wizard-button a {
    text-decoration: none;
}

.wizard-button.canfirm-submit {
    margin: 15px;
}
/* ================ Submit Registration form page end ============= */
/* ================================================================== */

/* ================ Create Password Page START ============= */
/* =========================================================== */

.password-fields {
    width: 40%;
}

.pasword-form {
    height: calc(100vh - 67px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.create-fields {
    padding: 30px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 40%);
}

    .create-fields input {
        width: 100%;
        padding: 8px 15px;
        outline: none;
        border: none;
        border-radius: 5px 0 0 5px;
        margin-bottom: 15px;
        background-color: #eef4fc;
    }

        .create-fields input:focus {
            border: 1px solid #fbc88e;
        }

.lock-icon {
    position: relative;
    display: flex;
    justify-content: center;
}

    .lock-icon i {
        /*position: absolute;*/
        /* right: 29px;
        top: 15px;*/
        height: 40px;
        color: #a6aaaf;
        padding: 10px;
        background-color: #eef4fc;
        border-radius: 0 5px 5px 0;
    }


.update-password {
    display: flex;
    justify-content: center;
}

    .update-password a:first-child {
        background-color: var(--main-orange-color);
        padding: 10px 3px;
        border: none;
        display: flex;
        border-radius: 6px;
        color: #fff;
        box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
        text-decoration: none;
    }

    .update-password a:hover:first-child,
    .update-password a:active:first-child,
    .update-password a:focus:first-child {
        background-color: #ffb95e;
        color: #fff;
        box-shadow: none;
    }

    .update-password a img {
        margin-left: 16px;
    }

.success {
    background-color: #f3f4f9;
    /*border: 1rem solid rgba(0, 0, 0, 0.338);*/
    border-radius: 25px;
    padding: 18px;
    width: 75%;
}

.Propertysuccess {
    background-color: #f3f4f9;
    /*border: 1rem solid rgba(0, 0, 0, 0.338);*/
    border-radius: 25px;
    padding: 18px;
    width: 85%;
}

.success h2 {
    color: #1380fc;
}

.update-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .update-login a:last-child {
        text-decoration: none;
        color: #1380fc;
    }

.create-fields p {
    color: #707070;
    text-align: center;
    margin: 0;
    padding-top: 35px;
    font-size: 18px;
}

    .create-fields p span a {
        color: var(--main-orange-color);
    }

/* ============ Login Background Image Slider Start ========= */
.login_bg {
    list-style-type: none;
}

    .login_bg,
    .login_bg:after {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        z-index: 0;
    }

        .login_bg li span {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            color: transparent;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            opacity: 0;
            z-index: 0;
            animation: imageAnimation 30s linear infinite 0s;
        }

        .login_bg li:nth-child(1) span {
            background-image: url("../image/building_01.png");
        }

        .login_bg li:nth-child(2) span {
            background-image: url("../image/building_04.jpg");
            animation-delay: 6s;
        }

        .login_bg li:nth-child(3) span {
            background-image: url("../image/building_03.png");
            animation-delay: 12s;
        }

        .login_bg li:nth-child(4) span {
            background-image: url("../image/building_02.png");
            animation-delay: 18s;
        }

        .login_bg li:nth-child(5) span {
            background-image: url("../image/building_05.jpg");
            animation-delay: 24s;
        }

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.no-cssanimations .cb-login_bg li span {
    opacity: 1;
}

/* ============ Login Background Image Slider Start ========= */

/* ================ Create Password Page END ============= */
/* =========================================================== */

/* ================ Complete Your Loan Application START ============= */
/* ================================================================== */
.create-application {
    background-color: #eef4fc;
    min-height: 670px;
    max-height: 100%;
    padding: 30px 0;
}

.user-profile img {
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 7px 0px rgba(194, 194, 194, 0.505);
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.user-profile {
    font-size: 18px;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.user-logout {
    width: 10%;
}

.user-heading {
    color: #707070;
}

    .user-heading h4 {
        font-size: 26px;
    }

    .user-heading p {
        margin: 5px;
    }

.user-card {
    text-align: center;
    background-color: #ffff;
    border-radius: 10px;
}

    .user-card img {
        border: 3px solid #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 7px 0px rgba(194, 194, 194, 0.505);
        margin-bottom: 5px;
    }

.complete-loan {
    background-color: #ffff;
    height: 100%;
    border-radius: 10px;
}

    .complete-loan p {
        margin-top: 20px;
        color: #707070;
    }

.progress {
    height: 1.3rem;
    border-radius: 50px;
}

.progress-bar {
    border-radius: 50px;
}

.complete-button {
    display: flex;
    justify-content: flex-end;
    /*margin-top: 32px;*/
}

.my-profile {
    background-color: #ffff;
    border-radius: 8px;
}

    .my-profile .dash-menu {
        display: flex;
        flex-direction: column;
    }

.dash-menu .col a svg {
    margin-right: 20px;
}

.dash-menu .col a {
    text-decoration: none;
    color: #707070;
}

    .dash-menu .col a span svg {
        fill: currentColor;
    }

        .dash-menu .col a:active,
        .dash-menu .col a span svg:active {
            color: #ff9813;
            fill: #ff9813;
            font-weight: 700;
        }

.dash-menu .col {
    line-height: 45px;
    margin: 0;
}

.active-menu a span,
.active-menu a span svg {
    color: #ff9813;
    fill: #ff9813;
    font-weight: 700;
}

.loan-img .item {
    height: 280px;
}

.owl-dots {
    display: none;
}

.sunoco {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gas-station {
    background-color: #ffff;
    border-radius: 10px;
    width: 94rem;
}

.borrowerDashboardSubjPropertyCss {
    background-color: #ffff;
    border-radius: 10px;
    width: 75.5rem;
}

.subjectPropertyTaxInfo {
    background-color: #ffff;
    border-radius: 10px;
    width: 66rem;
}

.application-icons {
    background-color: #eef4fc;
    border-radius: 7px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.061);
    text-align: center;
    padding: 20px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.leased p {
    color: #707070;
}

/* ================ Complete Your Loan Application END ============= */
/* ================================================================== */

/* ================ Upload Your General Documents START ============= */
/* ================================================================== */
.general {
    background-color: #fff;
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1380fc;
}

.dropFileForm {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s;
    border: 1px solid #5975c6;
    border-style: dotted;
}

    .dropFileForm .fileLabel {
        background: linear-gradient(180deg, #fff 0%, #f2f8ff 100%);
        display: block;
        padding: 3rem;
        position: relative;
        cursor: pointer;
    }

    .dropFileForm .fileInput {
        display: none;
    }

    .dropFileForm .fileLabel:after,
    .dropFileForm .fileLabel:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: -2;
        border-radius: 8px 8px 0 0;
    }

    .dropFileForm .fileLabel:before {
        z-index: -1;
        background: repeating-linear-gradient( 45deg, transparent, transparent 5%, black 5%, black 10% );
        opacity: 0;
        transition: 0.5s;
    }

    .dropFileForm.fileHover .fileLabel:before {
        opacity: 0.25;
    }

    .dropFileForm .uploadButton {
        border: 0;
        outline: 0;
        width: 100%;
        padding: 8px;
        background-color: #1380fc;
        color: #fff;
        cursor: pointer;
    }

    .dropFileForm.fileHover {
        box-shadow: 0 0 16px #1380fc;
    }

.remove-section {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

    .remove-section button:last-child {
        background-color: #eb5757;
        padding: 10px 30px;
        border: none;
        border-radius: 6px;
        color: #fff;
        box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
    }

        .remove-section button:last-child:hover {
            background-color: #eb5757b9;
        }

    .remove-section button:first-child {
        background-color: #ff9813;
        padding: 10px 30px;
        border: none;
        border-radius: 6px;
        color: #fff;
        box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
    }

        .remove-section button:first-child:hover {
            background-color: #ffb95e;
            color: #fff;
        }
/* ================ Upload Your General Documents END ============= */
/* ================================================================== */

/* ================ Tax Information Please Fill Your Tax Information Start ============= */
/* ====================================================================================== */
.tax-inputs input {
    border: 1px solid #aeaeae60;
    margin-top: 7px;
    border-radius: 4px;
    text-align: left !important;
}

.tax-inputs label {
    margin-top: 15px;
}
/* ================ Tax Information Please Fill Your Tax Information End ============= */
/* ====================================================================================== */

/* ================ Borrower Management Resume Start ============= */
/* =============================================================== */
.borrower-resume ul li {
    height: 100%;
    width: auto;
    border-radius: 7px 7px 0 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    box-shadow: none;
    margin-right: 5px;
}

.borrower-resume ul {
    display: block;
}

.borrower-resume {
    padding: 0 !important;
}

    .borrower-resume ul li p {
        margin-bottom: 5px;
    }

    .borrower-resume ul :not(:last-child)::after {
        position: absolute;
        content: "";
        background: none;
        width: auto;
        margin: 0;
        border: none;
    }

.resume-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 7px;
}

.borrower-resume .tab-pills.checked.active {
    box-shadow: none;
}

.resume-main {
    margin-left: 0;
}

.tax-pills.checked {
    background-image: url(../image/orange-check.svg);
    background-repeat: no-repeat;
    background-position: 77px 10px;
    background-color: #479af9 !important;
    color: #fff;
}

.tax-pills-borrower.checked {
    background-image: url(../image/orange1-check.svg);
    background-repeat: no-repeat;
    /*background-position: 20px 10px;*/
    background-color: #479af9 !important;
    color: #fff;
}

.tax-pills-regborrower.checked {
    background-image: url(../image/orange1-check.svg);
    background-repeat: no-repeat;
    /*background-position: 20px 10px;*/
    background-color: #479af9 !important;
    color: #fff;
}

.merried-yes input {
    width: 10px;
}

.merried-yes input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

    .merried-yes input:last-child {
        margin-left: 10px;
    }

.merried-yes {
    display: flex;
    align-items: flex-end;
}

    .merried-yes .form-check-input:checked {
        background-color: #ff9813;
        border-color: #ff9813;
    }

    .merried-yes .form-check-input:focus {
        border-color: #ff9813;
        outline: 0;
        box-shadow: 0 0 0 0.25rem #ff991343;
    }

.merried-radio label span {
    color: #ff9813;
}

.dateSelect {
    background-image: url(../image/date.svg);
    background-repeat: no-repeat;
    background-position: right 4% bottom 50%;
}

.form-check-input {
    margin-right: 10px;
    padding: 8px 8px;
}

    .form-check-input:checked {
        background-color: #ff9813;
        border-color: #ff9813;
    }

    .form-check-input:focus {
        border-color: #ff9813;
        box-shadow: 0 0 0 0.25rem #ff99135a;
    }

.check-yes input:not(:first-child) {
    margin-left: 15px;
}

.check-yes {
    padding-top: 18px;
}

    .check-yes label {
        width: 100%;
        margin-bottom: 10px;
    }

.check-no {
    margin-left: 0 !important;
}

.check-yes p {
    font-size: 12px;
    color: #707070;
    margin-bottom: 0;
}

.separate-exhibit p {
    margin-bottom: 2px;
    color: #707070;
}

.separate-exhibit {
    display: flex;
    justify-content: space-between;
}

.add-remove {
    display: flex;
    flex-direction: row-reverse;
}
/* ================ Borrower Management Resume End =============== */
/* =============================================================== */

/* ================ My Profile Page Start =============== */
/* ======================================================= */
.general-info {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    font-size: 18px;
}

.user-info span {
    display: flex;
    font-weight: 500;
    margin-top: 5px;
}

.user-info {
    font-weight: 700;
    color: #474747;
}

.profile-heading {
    color: #707070;
    display: flex;
    justify-content: space-between;
}

    .profile-heading span {
        color: #ff9813;
    }

    .profile-heading a i {
        color: #ff9813;
        font-size: 20px;
    }
/* ================ My Profile Page End =============== */
/* ======================================================= */

/* ================ My Loan Start =============== */
/* =============================================== */
.sba-loan {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.gas-loan label {
    background: #eef4fc;
    padding: 3px 12px;
    color: #707070;
    border-radius: 20px;
    margin-bottom: 8px;
    margin: 0 10px 10px 0;
}

.sba-loan h4 {
    color: #707070;
    margin-bottom: 0;
}

.rockledge-loan {
    background-color: #fff;
    border-radius: 7px;
}

.loanId {
    text-align: end;
    color: #707070;
}

    .loanId p {
        margin-bottom: 7px;
    }

    .loanId span {
        color: #ff9813;
    }

    .loanId p:nth-child(3) {
        color: #27ae60;
        font-style: italic;
        font-size: 18px;
    }

    .loanId .progress-bar {
        background-color: #27ae60;
    }

.property-tab ul li button {
    /*border: 1px solid #d4d4d4 !important;*/
    /*border-radius: 7px;*/
    margin-right: 10px;
    color: #404040;
}

.property-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1380fc;
    border-radius: 7px;
}

.download-file {
    border: 2px solid rgb(219, 219, 219);
    /*border-style: dotted;*/
    border-radius: 10px;
    margin: 0px 0px;
    text-align: center;
}

    /* .download-file i {
        font-size: 50px;
        color: #c90000;
    }*/

    .download-file label {
        margin-top: 10px;
    }

.download-file {
    display: flex;
    flex-direction: column;
}

.complete-card {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0 0;
    border-top: 1px solid rgb(212, 212, 212);
    padding-top: 10px;
}

    .complete-card p {
        margin: 0;
        color: #707070;
    }

    .complete-card a {
        text-decoration: none;
        font-style: italic;
        color: rgb(19, 168, 19);
    }

.loan-card {
    margin-top: 10px;
}

    .loan-card p {
        margin: 0;
        font-size: 16px;
        color: #707070;
    }

        .loan-card p span {
            font-weight: 400;
            color: #000000;
        }

.in-complete-card {
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0 0;
    border-top: 1px solid rgb(212, 212, 212);
    padding-top: 10px;
}

    .in-complete-card p {
        margin: 0;
        color: #707070;
    }

    .in-complete-card a {
        text-decoration: none;
        font-style: italic;
        color: #ff9813;
    }

.my-loan-cards {
    border: none;
    padding: 5px;
}

.resume-info label {
    font-weight: 700;
    color: #474747;
}

.marital-status label:first-child {
    font-weight: 700;
    color: #474747;
}

table,
td,
th {
    border-collapse: collapse;
}

td,
th {
    padding: 5px;
    width: 250px;
    height: 100%;
    color: #707070;
}

/*.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}*/

.top-lane {
    text-align: center;
}

.loan-summary h3 {
    color: #707070;
}

.loan-name span {
    margin-right: 27px;
}

.GeneratedTable thead tr th,
.year-pmt h6 {
    color: #1380fc;
    font-size: 18px;
}

.sunoco img {
    margin-top: 20px;
    border-radius: 10px;
}

.sunoco svg {
    margin-top: 20px;
    border-radius: 10px;
}

.summary-express span {
    color: #ff9813;
}

.tax-return th {
    border: 1px solid #c0c0c0;
    padding-left: 10px;
    background: #1380fc;
    color: #fff;
}

.tax-return td {
    border: 1px solid #c0c0c0;
    padding-left: 10px;
}

.brief-section {
    margin-top: 30px;
    color: #707070;
    text-align: justify;
}

.tax-table {
    background-color: #efefefbd;
    border: 2px solid rgb(208, 208, 208);
}

.table-size {
    border: 5px solid;
    border-radius: 10px;
}

.tax-return-table-parent {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin: auto;
}
/* ================ My Loan End =============== */
/* ============================================= */

/* ========================== ADMIN DASHBORD START ========================= */
/* ========================================================================= */

/* ================ Admin Login Start =============== */
/* =================================================== */
.get-started p {
    padding-top: 0;
    width: 80%;
    text-align: justify;
    margin-bottom: 10px;
    color: #707070;
}

.get-started h2 {
    color: #474747;
}

.admin-logo {
    /*position: absolute;*/
    z-index: 9999;
}

.admin-login-button a {
    padding: 8px;
    width: 100%;
    margin-top: 15px;
    background-color: #1380fced;
}

.remember-checkbox input {
    width: auto;
    padding: 8px;
    border: 1px solid rgb(186, 186, 186);
}

.remember {
    display: flex;
    justify-content: space-between;
}

    .remember a,
    .remember-checkbox label {
        text-decoration: none;
        color: #707070;
    }

.admin-login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ================ Admin Login End =============== */
/* ================================================ */

/* ================ Admin Dashnoard Start =============== */
/* ====================================================== */
.main-admin {
    position: relative;
    /* display: flex;*/
    min-height: 100vh;
    max-height: 100%;
    overflow-x: hidden;
}

.admin-page {
    padding: 20px 10px;
}

.admin-footer {
    /*width: 100%;*/
    text-align: center;
    left: 280px;
    width: calc(100% - 280px);
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgb(255, 255, 255);
}

#admin-dashboard {
    width: 100%;
    height: calc(100% - 134px);
    padding: 20px 20px 74px 2px;
}

.admin-content {
    width: calc(100% - 280px);
    margin-left: 280px;
    transition-duration: 0.5s, 0.5s;
}

    .admin-content.active {
        width: calc(100% - 70px);
        margin-left: 70px;
    }

.admin-top-header {
    padding: 6px;
    box-shadow: 0px 5px 11px -3px rgb(230, 230, 230);
    background-color: #479AF9;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

    .admin-header .bar-icon i {
        font-size: 20px;
    }

    .admin-header .bar-icon i {
        font-size: 20px;
        background: #ff9813;
        padding: 10px 11px;
        color: #fff;
        border-radius: 100%;
        position: sticky;
        cursor: pointer;
    }

.dashboard-logo {
    background: #fff;
    /*height: 70px;*/
    display: flex;
    /*padding: 10px 0 10px 0px;*/
}

    .dashboard-logo a {
        text-align: center;
    }

        .dashboard-logo a img {
            width: 85%;
        }

/* .dashboard-logo .logo-icons {
        position: relative;
        right: -10px;
    }*/

.side-bar {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 280px;
    transition-duration: 0.5s, 0.5s;
}

    .side-bar.active {
        width: 70px;
        transition-duration: 0.5s, 0.5s;
    }

        .side-bar.active .sidebar-content ul li a span {
            display: none;
        }

/*.side-bar.active .dashboard-logo .logo-text {
            display: none;
        }*/

.sidebar-content {
    height: 100%;
    background-color: #479AF9;
    padding: 25px 0 0 0;
}

    .sidebar-content ul li a svg {
        fill: rgb(255, 255, 255);
        margin-right: 20px;
    }

    .sidebar-content ul li a {
        text-decoration: none;
        color: #fff;
        margin-left: 22px;
    }

    .sidebar-content ul li:first-child a svg,
    .sidebar-content ul li:nth-child(6) a svg,
    .sidebar-content ul li:nth-child(8) a svg {
        position: relative;
        bottom: 4px;
    }

    .sidebar-content ul {
        list-style-type: none;
        line-height: 4;
        padding-left: 10px;
        white-space: nowrap;
    }

        .sidebar-content ul .active-dash {
            background-color: #ffffff;
            border-radius: 50px 0 0 50px;
        }

            .sidebar-content ul .active-dash svg,
            .sidebar-content ul .active-dash span {
                color: #1380fc;
                fill: #1380fc;
            }

.loan-card-body {
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px rgba(207, 207, 207, 0.2);
}

    .loan-card-body .row .col > div {
        display: flex;
        border-radius: 5px;
        align-items: center;
    }

.new-loan > div {
    background-color: #EFF9F4;
}

.active-loan > div {
    background-color: #FEF3E7;
}

.Completed-loan > div {
    background-color: #FEF6F6;
}

.borrower-loan > div {
    background-color: #EEF4FC;
}

.lender-loan > div {
    background-color: #FDFAEF;
}

.loan-card-number {
    margin-left: 15px;
}

    .loan-card-number h4 {
        margin-bottom: 0;
    }

    .loan-card-number h2 {
        font-size: 42px;
        font-weight: 600;
    }

table.dataTable {
    border: 1px solid rgba(223, 223, 223, 0.782);
    border-radius: 15px;
}

div#example_filter {
    margin-bottom: 10px;
}

a.paginate_button.current {
    background: #1380fc !important;
    border-radius: 50px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(223, 223, 223, 0.782);
}

.dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: rgb(0, 0, 0) !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: rgb(255, 255, 255) !important;
            border: none;
            border-radius: 50px;
            background: #1380fc;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            box-shadow: none;
        }

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0 15px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td,
table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none;
}

table.dataTable tbody td {
    padding: 12px 10px;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px #EEF4FC;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd:hover > * {
    box-shadow: inset 0 0 0 9999px #EEF4FC;
}

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: inset 0 0 0 9999px #EEF4FC;
}

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: none;
}

.even {
    background: none;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none;
}

table.dataTable.display > tbody > .even tr:hover > * {
    box-shadow: none;
}

td, th {
    color: #474747;
}

#chart {
    margin: 35px auto;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(223, 223, 223, 0.782);
}

input[type="search"]:focus-visible {
    outline: none;
}
/* ================ Admin Dashnoard End ================ */
/* ===================================================== */

/* ================ Borrower Start ===================== */
/* ===================================================== */
.dash-heading h3 {
    margin-bottom: 5px;
}

.dash-heading i {
    margin: 0 10px;
    color: #707070;
}

.dash-heading a {
    color: #707070;
}

.dash-heading .active-breadcrumb {
    color: #1380FC;
}

.breadcrumb {
    display: flex;
    justify-content: space-between;
}

    .breadcrumb .add-borrower,
    .tax-inputs .add-borrower,
    .popup-button .add-borrower {
        padding: 12px 20px;
        background-color: #1380FC;
        box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
        color: #fff;
        border-radius: 10px;
        height: fit-content;
    }

        .breadcrumb .add-borrower:hover,
        .search-filter a:hover {
            background-color: #479AF9;
        }

.send-message .add-borrower {
    padding: 12px 20px;
    background-color: #FF9813;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
    color: #fff;
    border-radius: 10px;
    height: fit-content;
}

    .send-message .add-borrower:hover {
        background-color: #FFB95E;
    }

.send-message {
    display: flex;
    justify-content: flex-end;
}

.search-filter {
    display: flex;
    align-items: flex-end;
}

.active-status {
    color: #1380FC;
}

.pending-status {
    color: #FF9813;
}

.complete-status {
    color: #27AE60;
}

.popup-button .add-borrower {
    margin-left: 0;
}

.borrower-tab .nav-link.active {
    color: #1380FC;
    background-color: #EEF4FC;
    border-radius: 7px 7px 0 0;
}

.borrower-tab .nav-link {
    color: #707070;
}

.borrower-tab-bg {
    background-color: #EEF4FC;
    padding: 20px;
}

.borrower-tab .nav-link {
    padding: 15px 30px;
}

.borrower-tab-bg ul {
    border-bottom: 1px solid #cecece;
}

.borrower-tab-bg .nav-link.active, .nav-pills .show > .nav-link {
    color: #f2f2f2;
    background-color: #479af9;
    border-radius: 0px;
    border-bottom: 2px solid #1380FC;
}

.borrower-tab-bg .nav-link {
    color: #707070;
}

.table-loan-count {
    position: relative;
}

.tabletooltip {
    display: none;
    background: #000000;
    border: 1px solid rgb(236, 236, 236);
    margin-left: 20px;
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.table-loan-count:hover .tabletooltip {
    display: block;
}

.table-loan-count span a {
    color: #fff;
}

    .table-loan-count span a:hover {
        color: #b1b1b1;
    }

.borrower-property-slider {
    width: 495px;
}

.borrower-lender {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-message-btn a:last-child,
.share-message-btn .perposal-share {
    border: 1px solid #FF9813;
    color: #FF9813;
}

    .share-message-btn a:last-child:hover,
    .share-message-btn .perposal-share:hover {
        background-color: #FF9813;
        color: #fff;
    }

.summary-express {
    display: flex;
    justify-content: space-between;
}

/*table.LendersTable {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    height: 400px;
    overflow-y: auto;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

    table.LendersTable td, table.LendersTable th {
        padding: 10px 0;
        width: 100%;
    }*/

.popup-button .cancel {
    background: gray;
    padding: 12px 20px;
    color: #fff;
    margin-right: 5px;
    border-radius: 10px;
}

.message-textarea textarea {
    width: inherit;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid rgb(221, 221, 221);
}

    .message-textarea textarea:focus-visible {
        outline: none;
    }

.message-show {
    width: 670px;
}

.omb-approval {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .omb-approval p {
        margin-bottom: 2px;
    }

.as-of input {
    padding: 5px 10px;
    margin-left: 10px;
    outline: none;
    border: 1px solid rgb(230, 230, 230);
}

    .as-of input:focus {
        border: 1px solid #fbc88e;
    }

.return-completed ul {
    list-style-type: none;
    padding: 0;
    border-bottom: none;
}

    .return-completed ul li span {
        font-weight: 700;
    }

table.OmitTable {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    color: #000000;
}

    table.OmitTable td, table.OmitTable th {
        border-width: 1px;
        border-color: #dbdbdb;
        border-style: solid;
        padding: 10px;
    }

    table.OmitTable thead {
        background-color: #f0f0f0;
    }

th.assets {
    width: 35%;
}

th.account-number {
    width: 17%;
}

.OmitTable tbody tr td input {
    padding: 5px 10px;
    outline: none;
    border: 1px solid rgb(215, 215, 215);
    width: 100%;
}

    .OmitTable tbody tr td input:focus {
        border: 1px solid #fbc88e;
    }

.payment {
    display: flex;
    margin-top: 10px;
}

    .payment input {
        width: 50% !important;
        margin-left: 20px;
    }

.income-section label {
    font-size: 18px;
}

.income-section textarea {
    margin-top: 10px;
}

.income-section p {
    font-size: 12px;
    color: #707070;
}

.personal-property textarea {
    margin: 0;
}

.certification p {
    font-size: 17px;
}

/* ========Signature======= */
/*#img_contain {
    border: 1px solid #d7d7d7;
   margin-top: 29px;
    height:90px;
    border-radius: 2px;
}*/
#img_contain {
    border: 1px solid #d7d7d7;
    margin-top: 0;
}

#Spouseimg_contain {
    border: 1px solid #d7d7d7;
    margin-top: 29px;
    /*width: 32%;*/
    height: 90px;
    border-radius: 2px;
}

#file-input {
    margin-top: 7px;
    padding: 10px;
    background-color: rgb(236, 236, 236);
}

#image-preview {
    height: fit-content;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#Spouseimage-preview {
    height: fit-content;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.noticeTo-loan {
    margin: 20px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgb(210, 210, 210);
}

.records {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #dfdfdf;
    align-items: center;
    text-align: center;
}

    .records h5 {
        margin: 0;
    }

.borrower-address {
    width: 375px !important;
}

.borrower-list-count {
    position: relative;
}

.borrowertooltip {
    display: none;
    background: #000000;
    border: 1px solid rgb(236, 236, 236);
    margin-left: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.borrower-list-count:hover .borrowertooltip {
    display: block;
}

.borrower-list-count span {
    list-style-type: none;
    line-height: 2;
}

    .borrower-list-count span a {
        text-decoration: none;
        color: #fff;
        display: block;
    }

        .borrower-list-count span a:hover {
            color: #b1b1b1;
        }

li .lender-icon svg {
    margin-bottom: 8px;
}

.lender-address {
    width: 22% !important;
}

.dashboard-logo::before {
    content: " ";
    background-image: url(../image/cross-icon.svg);
}
/* ================ Borrower End ===================== */
/* ===================================================== */

/* ================ Lender Registration Page Start ===================== */
/* ====================================================================== */
.registration-dropdown .select2-container--default .select2-selection--single:hover {
    border: none;
}

.registration-dropdown .select2-container--default .select2-selection--single:focus {
    border: 1px solid #FF9813;
}

.registration-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px;
}

.registration-dropdown .select2.select2-container {
    width: 100% !important;
    height: 40px;
    margin-bottom: 15px;
}

.registration-dropdown .select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #eef4fc;
}
/* ================ Lender Registration Page End ===================== */
/* ====================================================================== */

/* ========================== ADMIN DASHBORD END =========================== */
/* ========================================================================= */

/* =================== Lender Dashboard Start ============= */
.as-of p {
    font-size: 12px;
    margin: 8px 0 0 0;
    color: #707070;
}

.sba-lending {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 10px;
}

.OmitTable tr td .check-no {
    width: 0%;
    height: 20px;
}

.OmitTable tr td:last-child {
    text-align: center;
}

.select-register h2 {
    color: #707070;
}

    .select-register h2 span {
        color: #FF9813;
    }

.register-here {
    display: flex;
    justify-content: center;
}

    .register-here a:first-child {
        background-color: #1380fc;
        margin-right: 20px;
        padding: 12px 27px;
        color: #fff;
        border-radius: 7px;
    }

        .register-here a:first-child:hover {
            background-color: #1380fcb7;
        }

    .register-here a:last-child {
        background-color: #FF9813;
        padding: 12px 20px;
        color: #fff;
        border-radius: 7px;
    }

        .register-here a:last-child:hover {
            background-color: #ffb95e;
        }

.report-dropdown .select2-container--default .select2-selection--single:focus {
    border: 1px solid #FF9813;
}

.report-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 13px;
}

.report-dropdown .select2-container--default .select2-selection--single {
    width: 100%;
    height: 47px;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #aeaeae60;
    margin-top: 7px;
    border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
    color: #707070;
}

.notification-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .notification-login .dropdown button i {
        font-size: 24px;
        /*color: #1380fc;*/
        color: white;
    }

.notification-number {
    background: #ff6f6f;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 3px 9px;
    border-radius: 75%;
}

.notifications li:first-child {
    background-color: #1380fc;
    padding: 10px 15px;
    margin-bottom: 7px;
    color: #fff;
}

    .notifications li:first-child::before {
        content: "";
        position: absolute;
        right: 14px;
        top: -14px;
        width: 0;
        height: 0;
        rotate: 90deg;
        border-top: 13px solid transparent;
        border-right: 26px solid #1380fc;
        border-bottom: 13px solid transparent;
    }

ul.notifications.show {
    position: relative;
    right: 10px;
    width: 300px;
}

ul.notifications li a {
    white-space: normal;
    font-size: 14px;
    color: #707070;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(229, 229, 229);
}
/*
.update-login a:last-child {
    color: #fff;
}*/

.file-icons {
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .file-icons a svg {
        margin: 8px;
    }

    .file-icons p {
        padding: 0;
        margin: 2px 8px 2px 0;
    }

#loaderModal {
    margin-top: 7%;
}
/* =================== Lender Dashboard End ============= */

/*property search btn */
.searchBtn {
    background: transparent;
    border: none;
}
/* end property search btn */

/* document Grid */
.documentGrid {
    position: absolute;
    margin-top: -6%;
    margin-left: 36rem;
}

.newdocumetGrid {
    /*position: absolute;   
    margin-left: 30rem;
    margin-top: -14rem;*/
    /*max-height: 140px;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*width: 142%*/
}

.uploadeddocumetGrid {
    /*position: absolute;
    margin-left: 30rem;
    margin-top: -14rem;*/
    /*max-height: 140px;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*//width: 142%*/
}

.documentSubSection .accordion-body {
    /*height:300px;*/
}

div.FundingType button.active {
    background-color: #1380fc;
    color: white;
}

.service-img {
    background: url(../image/service.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.contact-us {
    background: url(../image/contact-us.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.about-us {
    background: url(../image/about-us.jpg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

    .service-img h1,
    .about-us h1,
    .contact-us h1 {
        color: #fff;
        font-size: 60px;
        font-weight: 300;
        position: absolute;
        margin-top: 30px;
        right: 38px;
        text-shadow: 3px 2px 3px rgba(0,0,0,0.57);
    }

.create-service {
    min-height: 670px;
    max-height: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.service-content {
    padding: 20px;
    border-radius: 15px;
}

    .service-content p,
    .about-us p,
    .contact-us p {
        color: #707070;
    }

.servic-part {
    list-style: none;
    padding: 0;
    line-height: 2;
}

    .servic-part li i {
        margin-right: 10px;
        color: #FF9813;
    }


/* Loader CSS */
/*#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999;
    display: block;
}*/


#cover-spin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent overlay */
    z-index: 9999;
    display: none; /* Initially hidden */
}




.taxHeader {
    background-color: #b8d8fe;
    font-size: large;
}

.QuotetaxHeader {
    background-color: #b8d8fe;
    font-size: smaller;
}
/* Delete Button On the Loan detail Card*/
.DeleteLoanDeatil {
    position: absolute;
    right: 5px;
    top: 5px;
}

/*@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: #ff9813;
    border-top-color: transparent;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}*/

/*Personal Financial Statement form*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-table {
    margin: 30px;
    border: 1px solid black
}

.first-box {
    border-bottom: 1px solid LIGHTGREY;
}

    .first-box input {
        margin: 0.5rem 0;
    }

    .first-box > div.col-md-12 > div:has(input) {
        align-items: center;
        display: flex;
    }

.second-box {
    border-top: 1px solid black;
}

input#checkbox-change {
    width: 21px;
    height: 21px;
    margin-left: 20px;
    margin-top: 7px;
}

input#checkbox-change2 {
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

input#checkbox-change2 {
    width: 21px;
    height: 21px;
    margin-left: 10px;
    margin-top: 7px;
}

input#exampleFormControlInput1 {
    border-radius: 0px !important;
    background: #ececf7;
    border: none !important;
    padding: 15px 0px;
}

label.form-label.dark {
    padding-top: 13px;
    padding-left: 9px;
}

.head-1 {
    padding: 11px 0px;
}

.form-color {
    background: #1380fc;
    color: #fff;
    /*background: #b7b7b7;*/
}

.right-side {
    border-right: 1px solid black;
}

input.new-text {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 2px;
    background: #ececf7;
    width: -webkit-fill-available;
}

.second-table {
    margin: 30px;
    border: 1px solid black
}

.empty-box {
    height: 200px;
    border-top: 1px solid black;
    background: #ececf7;
}

table.table.table2 {
    border: 1px solid black;
    margin-top: 16px;
}

.table2 tr th, .table2 tr td {
    border: 1px solid black;
}


table.table.table2 tr td {
    height: 29px;
    background: #f3f3fd;
}

.table2 tr th {
    border: 1px solid black;
    background: #1380fc;
    color: #fff;
}

.third-table {
    margin: 30px 30px 0px 30px;
}

.fourth-table {
    margin: -17px 30px 0px 30px;
}

.table2 tr th {
    border: 1px solid black;
    background: #1380fc;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.table2 tr .first-col {
    width: 19%;
}

td.empty-box2 {
    height: 234px !important;
}

input.text-area1 {
    width: 100%;
    border: none;
    margin-top: -6px;
    background: #f3f3fd;
    height: 100%;
    outline: none;
}

input.text-area2 {
    width: 100%;
    /*border: none;*/
    margin-top: -6px;
    /*background: #f3f3fd;*/
    height: 134%;
    outline: none;
}

input.text-area3 {
    width: 100%;
    /*border: none;*/
    margin-top: 4px;
    /*background: #f3f3fd;*/
    height: 86%;
    outline: none;
}

label.text-area2 {
    width: 100%;
    /*border: none;*/
    margin-top: -6px;
    /*background: #f3f3fd;*/
    height: 134%;
    outline: none;
}

textarea#w3review {
    border: none;
    background: #f3f3fd;
    outline: none;
}
/* End*/

.swal2-confirm {
    background-color: #1380fc !important;
}

.businessDebtBtn, .AffiiateAssetsbusinessDebtBtn {
    background-color: #ff9813;
    position: relative;
    right: -90%;
    width: 5rem;
    color: #fff
}

#propertySearchForm {
    width: 100%;
}

.otherDocumentBtn {
    background-color: #ff9813;
    position: relative;
    right: -90%;
    width: 5rem;
    color: #fff;
}

.loanProposalSaveBtn {
    background-color: #ff9813;
    position: relative;
    /*right: -92%;*/
    width: 5rem;
    color: #fff;
    float: right;
}

.OtherDocPdfBtn {
    justify-content: center;
    display: grid;
    padding: 3px;
    font-size: xx-large;
}

.pdficonSize {
    font-size: 26px;
    color: #fff;
}

.ExceliconSize {
    font-size: 26px;
    color: #107C41;
}

.btnDesignSetPropertyInfo {
    position: relative;
    right: -89%;
    width: 5rem;
    color: #fff;
}

.excelExportBtn {
    display: flex;
    flex-direction: column-reverse;
    margin-left: -60px;
}
/*input.loanProposaltextColour, td:has(input.loanProposaltextColour) {
    background-color: rgb(255, 255, 140) !important;
}*/

/* Apply background color to labels instead of inputs */
label.loanProposaltextColour {
    display: inline-block;
    background-color: rgb(255, 255, 140) !important;
    padding: 2px 5px; /* Optional: Add padding to match input appearance */
}

/* Optional: Apply background color to parent <td> elements */
td:has(> label.loanProposaltextColour) {
    background-color: rgb(255, 255, 140) !important;
}

table.LoanProposalFullBorder {
    border-width: 2.8px !important;
}

tr.LoanProposalBorder {
    border-width: 2.8px;
}

tr.LoanProposalBorder1 {
    border-width: 2.8px;
    border-bottom: none;
}

tr.LoanProposalBorder2 {
    border-width: 2.8px;
    border-top: none;
}


/*.EditInfoBtn {
    background-color: #ff9813;
    position: relative;
    right: -93%;
    width: 5rem;
    color: #fff;
    margin-top:8px;
}

.PFSEditBtn {
    color: #ff9813;
    position: relative;
    right: -97%;
    top: -0.5em;
    font-size: 1.5rem;
    margin: 0.5rem;
}*/
.buttonInfo {
    font-size: 1.5rem;
    margin-top: -2px;
    top: -0.5rem;
    color: #ff9813;
}

.updateBorroweResumeBtn, .updateSpouseResumeBtn, .updatePersonalLoanDocsInfo, .resumeformbutton {
    background-color: var(--main-orange-color);
    position: relative;
    right: -93%;
    /*width: 5rem;*/
    padding: 10px 0;
    border: none;
    border-radius: 6px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
}

    .updateBorroweResumeBtn:hover, .updateSpouseResumeBtn:hover, .updatePersonalLoanDocsInfo:hover, resumeformbutton:hover {
        background-color: #ffb95e;
        color: #fff;
    }

/* Affiliate Loan Proposal Button Css Start*/

.CreateloanProposalbutton {
    position: relative;
    background-color: #1380fc;
    right: -93%;
    padding: 10px 0;
    border: none;
    border-radius: 6px;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
}

    .CreateloanProposalbutton:hover {
        background-color: #1380fc;
        color: #fff;
    }
/*End*/

/*PL Document Affiliate CSS*/
.PLInputFileCss {
    margin-top: 56px !important;
}
/*   PFS Sign Clear Button */
.signature-clear-btn {
    position: relative;
    padding: 0.1em 0.5em;
    background: transparent;
    box-shadow: 2px 2px 4px #ccc;
    border: 1px solid #ccc;
    font-size: 1rem;
    float: right;
    border-radius: 5px;
    background-color: #414d68;
    color: white;
}

    .signature-clear-btn:hover {
        background-color: #122143;
    }


canvas {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*  Loan Proposal Bottom CSS Start*/


/* Style buttons */
.LoanProposalBtnDesign {
    /*background-color: DodgerBlue;*/
    /*border: none;*/
    /*color: white;*/
    /* padding: 12px 28px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    background-color: #ff9813;*/
    background-color: black; /* Change background color to black */
    border: none;
    color: white; /* Change text color to white */
    padding: 7px 40px;
    /*cursor: pointer;*/
    font-size: 20px;
    border-radius: 5px;
}

.LoanProposalBtnDesignQuoteDecline {
    background-color: red; /* Change background color to red */
    border: none;
    color: white;
    padding: 7px 37px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

.DownloadLoanProposalBtnDesign {
    background-color: DodgerBlue;
    border: none;
    /*color: white;*/
    padding: 7px 16px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
/*End*/

.notificationDiv {
    border: 1px inset royalblue;
    /* max-height:400px;
    overflow-y:scroll;*/
}
/*User Logout ICon*/
.dropdown-menu.show {
    display: block;
    margin-left: 66px !important;
}

.CustomNotDocument {
    color: #d28f38;
    font-size: 20px;
    font-weight: 300;
}

@media(min-width:292px) and (max-width:992px) {
    div#main_admin {
        overflow: auto;
        width: 100%;
    }

    div#pills-borrower {
        overflow: auto;
    }

    .gas-station.p-4 {
        max-width: 100%;
    }


    .download-file {
        width: 96%;
    }

    .corporation-corpss {
        flex-wrap: wrap
    }

    .summary-express {
        max-width: 100%;
        overflow: scroll;
    }

    .chat-app {
        width: 100% !important;
    }

    .borrower-tab-bg ul {
        border-bottom: 1px solid #cecece;
        gap: 8px;
    }

    .custom-cardss {
        width: 50%;
        margin-bottom: 12px;
    }

    .sunoco {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: scroll;
    }
}




@media(min-width:772px) and (max-width:992px) {


    .gas-station.p-4 {
        max-width: 100%;
    }

    .download-file {
        width: 96%;
    }

    .corporation-corpss {
        flex-wrap: wrap
    }

    .summary-express {
        max-width: 100%;
        overflow: scroll;
    }

    .chat-app {
        width: 100% !important;
    }

    .borrower-tab-bg ul {
        border-bottom: 1px solid #cecece;
        gap: 8px;
    }

    div#main_admin {
        overflow: auto;
        width: 100%;
    }

    div#pills-borrower {
        overflow: auto;
    }

    .custom-cardss {
        width: 50%;
        margin-bottom: 12px;
    }

    .sunoco {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: scroll;
    }
}




@media(min-width:993px) and (max-width:1300px) {


    .gas-station.p-4 {
        max-width: 100%;
    }

    .payloan {
        width: 100% !important;
    }
    /*.download-file {
            width: 96%;
        }*/

    .corporation-corpss {
        flex-wrap: wrap
    }

    .summary-express {
        max-width: 100%;
        overflow: scroll;
    }

    .chat-app {
        width: 100% !important;
    }

    .borrower-tab-bg ul {
        border-bottom: 1px solid #cecece;
        gap: 8px;
    }

    /* div#main_admin {
            overflow: auto;
            width: 100%;
        }*/

    div#pills-borrower {
        overflow: auto;
    }

    .custom-cardss {
        width: 50%;
        margin-bottom: 12px;
    }

    .sunoco {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: scroll;
    }

    .bottom-input-fieldss tr td input {
        max-width: 100px !important;
        min-width: 90px !important;
    }

    .debt-paid {
        padding: 1rem 1.25rem;
        overflow-y: auto;
    }

    .second-card-data.p-3 {
        width: 100%;
    }

    .tax-inputs {
        overflow-y: auto;
    }

    button.btn.updatePersonalLoanDocsInfo.updateSubjectPropertyDocument.mb-2 {
        left: 82%;
        margin-top: 10px;
    }
    /*.new-side {
            width: 100%;
        }*/
    .cash-flow-analysis {
        font-size: 17px !important
    }
    /* .tax-parents-return {
            overflow-x: unset !important
        }*/
    .table-resposnive.over-table {
        overflow-y: auto;
    }

    .loanProposaltextColour {
        min-width: 90px;
        max-width: 100px;
    }
    /*  .admin-content {
            width: calc(100% - 280px);
            margin-left: 0px;
            transition-duration: 0.5s, 0.5s;
        }
        .bar-icon.active {
            display: none;
        }*/
}



@media(min-width:292px) and (max-width:776px) {
    .payloan {
        width: 100% !important;
    }

    .bottom-input-fieldss tr td input {
        max-width: 100px !important;
        min-width: 90px !important;
    }

    .debt-paid {
        padding: 1rem 1.25rem;
        overflow-y: auto;
    }

    .second-card-data.p-3 {
        width: 100%;
    }

    .tax-inputs {
        overflow-y: auto;
    }

    button.btn.updatePersonalLoanDocsInfo.updateSubjectPropertyDocument {
        left: 82%;
        margin-top: 10px;
    }

    .new-side {
        width: 100%;
    }

    .tax-parents-return {
        overflow-y: unset !important
    }

    .cash-flow-analysis {
        font-size: 17px !important
    }

    .LoanProposalFullBorder {
        overflow-x: auto;
    }

    .table-resposnive.over-table {
        overflow-y: auto;
    }

    .loanProposaltextColour {
        min-width: 90px;
        max-width: 100px;
    }
}

.payloan {
    display: flex;
    flex-direction: column;
}


@media(min-width:777px) and (max-width:991px) {
    .bottom-input-fieldss tr td input {
        max-width: 100px !important;
        min-width: 90px !important;
    }

    .debt-paid {
        padding: 1rem 1.25rem;
        overflow-y: auto;
    }

    .table-resposnive.over-table {
        overflow-y: auto;
    }

    .second-card-data.p-3 {
        width: 100%;
    }

    .tax-inputs {
        overflow-y: auto;
    }

    button.btn.updatePersonalLoanDocsInfo.updateSubjectPropertyDocument.mb-2 {
        left: 82%;
        margin-top: 10px;
    }

    .new-side {
        width: 100%;
    }

    .loanProposaltextColour {
        min-width: 90px;
        max-width: 100px;
    }

    .cash-flow-analysis {
        font-size: 17px !important
    }

    .tax-parents-return {
        overflow-x: unset !important
    }

    .LoanProposalFullBorder {
        overflow-y: auto;
    }
}


.dropdown-menu.show {
    display: block;
    margin-left: 65px !important;
}

/*//loan partner borrower dashboard*/
/*.co-borrowercount {
  margin-top:-5rem;
  width:10rem;
}*/

.co-borrowercount {
    margin-top: -4rem;
    width: 20vw;
    height: auto;
    display: flex;
    justify-content: center;
    float: right;
}

.LoanPartnerheader {
    display: flex;
    width: 16vw;
    margin-left: 30px;
    margin-top: -1px;
    align-items: center;
    justify-content: center;
}
/*End*/

/*tr.borrowerItems.even:hover td{
    background-color: #479af9 !important;
    color: white !important;
}
tr.borrowerItems.odd:hover td{
    background-color: #479af9 !important;
    color: white !important;
}*/
tr.borrowerItems:hover td {
    background-color: #a4a4a44a !important;
    /* color: white !important; */
    box-shadow: unset !important;
}

/*table.class tr:hover td {
    background-color: #a4a4a44a !important;
    box-shadow: unset !important;
}*/




/*tr.borrowerItems.odd:hover td {
    background-color: #479af9 !important;
    color: white !important;
}
tr.borrowerItems:hover td {
    background-color: #479af9 !important;
    color: white !important;
}*/
/*-----11-07-2024-----*/
.cstm-row {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 10px;
    margin: 10px;
}

    .cstm-row .cstm-submit-btn {
        position: unset !important;
        margin: 0 !important;
    }

.cstm-overflow-x {
    overflow-x: scroll;
}

input.text-area2.ServiceDebtColour {
    /*background-color: #2E8B57;*/
    background-color: #1ea823ed;
    color: white;
    font-weight: 400;
}

input.text-area2.loanProposaltextColour {
    background-color: #ffff00b8;
    font-weight: 400;
}

input[name="InterestRate"] {
    text-align: left !important;
}

ul.dropdown-menu.notifications.pt-0.notificationDiv.show {
    overflow-y: scroll;
    max-height: 507px;
}

.breadcrummargin {
    margin-left: 9px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-top: 1px solid #dfdfdf;
}

.AutomobileheaderCss {
    background-color: #1380fc;
    color: #ffff;
}

.AutomobilebtnCss {
    background-color: #ff9813;
    color: #ffff;
}

tbody.PLColour tr td.PLInfoColour {
    background-color: #ffff00b8;
    font-weight: bold;
    /*font-size:larger;*/
}

td.DepreciationInteColour {
    background-color: #ffff00b8;
    font-weight: bold;
    /*font-size:larger;*/
}
/*.PLInfiColour {
    background-color: #ffff00b8;
    font-weight: 400;
}*/

/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    color:white;
}*/



/*Logout button input Lender command Admin module*/

.logoutBTN_Box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .logoutBTN_Box .btn {
        background-color: #ff9813;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        border-radius: 0px;
        padding: 12px 15px;
        text-align: start;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .logoutBTN_Box .btn i {
            font-size: 27px;
            margin-left: 18px;
        }

        .logoutBTN_Box .btn:hover {
            background-color: #ff9813;
            color: #fff;
        }

.slideb .logoutBTN_Box .btn {
    justify-content: center;
}

    .slideb .logoutBTN_Box .btn span {
        display: none;
    }
/*End*/

.customRoleCss {
    color: #ff9813;
}

.custommainlogo {
    height: 112px !important;
}

.customuserprofilecss {
    color: #fff;
}

.Loan_Proposal_LenderMapcss {
    margin-left: 50px;
    margin-top: -13px;
}

.Loan_Proposal_Mapcss {
    margin-left: 50px;
    margin-top: 38px;
}

.Loan_Proposal_BorrowerMapcss {
    /*margin-left: 50px;*/
    margin-top: 38px;
}

tr.TotalColor span {
    color: #ff9813;
}

.DataTableThcolor th {
    background-color: #ff9813;
    color: #fff
}


/*24 Sep 2024*/
.admin-top-header button.user-profile {
    display: flex;
    align-items: center;
}

.label_width-cstm {
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.select.select_width-cstm {
    width: 100%;
}

.dashboard-logo a img.lendermain-logo-small {
    display: none;
}

.side-bar.active .dashboard-logo .logo-text img.lendermain-logo {
    display: none;
}

.side-bar.active .dashboard-logo .logo-text img.lendermain-logo-small {
    display: block;
    width: 60px;
}

.side-bar.active .dashboard-logo .logo-text {
    height: 75px;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.PFSSignatureType {
    position: relative;
}

    .PFSSignatureType button.signature-clear-btn {
        position: absolute;
        left: 310px;
        top: -40px;
    }

.table-responsive.LoanAssginscrollablePop-table-container {
    max-height: 320px; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
}

.loanAssignModalPopUpCss {
    width: 80%;
}

.MoneyMasking.negative {
    background-color: #ff5722; /* Background color for negative values */
    color: white;
}

.AmountMasking.negative {
    background-color: #ff5722; /* Background color for negative values */
    color: white;
}


/*address Copy Css*/
.btn-secondary.fa-copy {
    background-color: #479af9;
    border: none;
}

    .btn-secondary.fa-copy:hover {
        background-color: #479af9;
    }

    .btn-secondary.fa-copy i {
        color: #fff;
    }

/*eND*/
.buttoncolor {
    background-color: #0e74e8f0;
    color: #f2f2f2;
}

    .buttoncolor:hover {
        color: #f2f2f2;
    }

.orangebuttoncolor {
    background-color: #ff9813;
    color: #f2f2f2;
}

    .orangebuttoncolor:hover {
        color: #f2f2f2;
    }

/*Loan Proposal Authorize color Start*/
.Authorizecolor {
    /*background-color: #27ae60;*/

    background-color: #ff5722;
    color: #f2f2f2;
}

    .Authorizecolor:hover {
        color: #f2f2f2;
    }

.Unauthorizecolor {
    background-color: #159f4f;
    color: #f2f2f2;
}

    .Unauthorizecolor:hover {
        color: #f2f2f2;
    }
/*End Loan Proposal Authorize color*/
/*Defaults Property Css*/
.PropselectedYearCss {
    font-size: 20px;
}

.landareacss {
    margin-top: -8px;
}
/*End*/

/*Admin Loan Proposal Subject Property*/
.SubjectPropertyTbl tbody tr input {
    line-height: 12px;
}
/*.SubjectPropertyTbl tbody tr td {
    line-height: 12px;
}*/

.SubjectPropertyTbl td, .SubjectPropertyTbl th {
    padding: 2px; /* Adjust this value to reduce line height */
}
/*End*/

/*28/10/2024 css start here */

header#admin-main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 280px;
    z-index: 99;
}

#admin-dashboard {
    margin-top: 70px;
}

.feature_box {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    /*justify-content: center;*/
}

    .feature_box .feature-toggle {
        display: flex;
    }

/*.form-fields.tax-inputs input {
    max-width: 95%;
}

.form-fields.tax-inputs textarea {
    max-width: 98%;
}
*/
.card-header.card-header-bg h4.card-title span {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.card-header.card-header-bg {
    background: #a9a9a95e;
}

.downloadBorrowerLoanProposal {
    background-color: #34b345;
    color: aliceblue
}

    .downloadBorrowerLoanProposal:hover {
        color: #f2f2f2;
    }

.borrowerLoanPropMargin {
    margin-left: -71px;
}
/*28/10/2024 css end here */


.loanstatus {
    background-color: #ff9813;
    color: white !important;
    font-family: 'Fira Sans';
    border-radius: 50px;
}

.RestoreLoanDetail {
    position: absolute;
    right: 5px;
    top: 5px;
}

.Applicationbutton {
    background-color: green;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0px 5px 10px -3px rgb(226, 226, 226);
}

.lenderdollaricon {
    font-size: 25px;
}

.loanlistcheckboxcss {
    width: 5%;
}

    .loanlistcheckboxcss input[type="checkbox"] {
        zoom: 1.5;
    }



/*19 - Nov 2024*/
.PFSSignatureType.signature-canvas {
    width: 377px;
}

.SpousePFSSignatureType.signature-canvas1 {
    width: 380px;
}

#owl-registration .item {
    height: unset;
}

    #owl-registration .item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

#main_admin.admin-content header#admin-main-header {
    transition-duration: 0.5s, 0.5s;
}

#main_admin.admin-content.active header#admin-main-header {
    width: calc(100% - 70px);
    left: 70px;
}

.sharemultipleLoan {
    padding: 12px 20px;
    background-color: #1380FC;
    border-color: #03A9F4;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
    color: #fff;
    border-radius: 10px;
    height: fit-content;
}

.DocumentDownlaodButton {
    background-color: #479AF9;
    color: white;
}

.DocumentPrintButton {
    background-color: #6a6363;
    color: white;
}

/*.ellipsis td {*/
/*max-width: 2rem;*/
/*text-overflow: ellipsis;
    white-space: nowrap;*/
/*overflow: hidden;*/
/*cursor:pointer;
}*/

.emptyLoanMsg {
    margin-right: 8px;
}

/*10 Dec 2024*/
/*section#slider .item {    
    height: 600px;
    object-fit: cover;
}*/
.cstmHeaderBox {
    position: sticky;
    top: 0;
    z-index: 99;
}

.sidebar-content ul .active-dash a i {
    color: #1380fc;
}

.header-btn .nav-tabs li button.active {
    background-color: #479af9 !important;
}

.owl-carousel .owl-item img {
    height: 450px;
}

.CustomButtonAddBorrower {
    padding: 12px 20px;
    background-color: #1380FC;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
    color: #fff;
    border-radius: 10px;
    height: fit-content;
}

.CustomButtonShareLoan {
    padding: 12px 20px;
    background-color: #ff9813;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
    color: #fff;
    border-radius: 10px;
    height: fit-content;
}

.CustomButtonAddBorrower:hover {
    color: #fff;
}

.CustomButtonShareLoan:hover {
    color: #fff;
}

.borrowerListButtonTopMargin {
    margin-top: -30px;
}

/*Disclaimer Popup Css*/
.CustomCursor {
    cursor: pointer;
}

.DisclaimerBodyCss {
    overflow-y: auto;
    height: 400px;
}

.DisclaimerModalCss {
    max-width: 1000px !important;
    /*width: 1047px;*/
    height: 400px !important;
}

.orangecolor {
    color: #ff9813;
    font-size: 21px;
    border-radius: 5px;
}

.DisclaimerFooterCss {
    margin-right: auto;
}
/*End*/
.FontOrangeColor {
    color: var(--main-orange-color);
}

.CustomHearderCss {
    background: #479af9;
    color: #ffffff;
}

button#networkLender-tab, button#outsideLender-tab {
    background: #ff9813;
    color: white;
    border-radius: 5px;
}

.AffiliateloanProposalSaveBtn {
    background-color: #ff9813;
    position: relative;
    /*right: -92%;*/
    width: 5rem;
    color: #fff;
    float: right;
}
/*Home Index address css*/
ul.officeAddressCSS {
    /*border: 1px solid #ff9813;*/
    width: 435px;
    padding-left: 4px;
}
/*End*/

.custmMargin .card {
    margin: 0;
    padding: 0;
}

.custmMargin h4.card-title {
    margin: 0;
}

    .custmMargin h4.card-title span {
        color: #000;
        font-weight: 400;
        font-size: 18px;
    }

.save_btn {
    margin-top: 34px
}

div#BorrowerListDT_wrapper span.ellipsis {
    color: #000;
}

.accordion_svg svg {
    background: #16c60c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 5px;
    padding: 3px;
}

.feature_box a.btn.btn-primary.btn-sm {
    padding: 1px 3px 2px 6px;
    box-sizing: border-box;
    font-size: 12px;
}

.universallogocss {
    height: 163px;
    width: auto;
}

.logo_unversal {
    max-width: 70%;
    height: auto;
    margin: 10px auto 0;
}

.right_logo {
    width: 100%;
    text-align: center;
}

.socila-icons.icon_wrap {
    flex-wrap: wrap;
    justify-content: center !important;
}

/* 2/3/2025 css start here */


@media(max-width:1023px) {
    .right_logo {
        text-align: unset;
        max-width: 230px;
        margin-right: auto;
    }

    .socila-icons.icon_wrap {
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
}

@media(min-width:1024px) and (max-width:1920px) {
    body {
        zoom: 0.92;
    }
}

/* 2/3/2025 css end here */

.customchatcolor.active {
    color: #f2f2f2;
    background-color: #479af9;
}


li h6.customchatcolor.active {
    color: #f2f2f2;
    background-color: #479af9;
}

.card-header.info_box_header {
    background: #479af9 !important;
}

.lender h5 {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
}

ul.lh-1 li {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 400;
}

li.ChatBorrowerAndLender.customchatcolor h6.customchatcolor {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}

.chat-header h5 {
    margin: 0;
    font-weight: 400;
}

.sidebar ul.lh-1 li.LenderName.MessageCount.customchatcolor.active {
    color: #fff;
}

.feature_box button.btn {
    font-size: 14px;
}

.gas-station ul li.nav-item button {
    border: 1px solid #ddd;
    border-radius: 0;
    border-bottom: unset;
}

.propertydataCssMargin {
    margin-top: -61px;
}

@media print {
    #printButton {
        display: none;
    }
}


.max_headerflex {
    flex: 0 0 20%;
    max-width: 20%;
}

.icon_flex_box {
    display: flex;
    align-items: center;
}

.icon_box_size {
    color: #ff9813;
    font-size: 26px;
    font-weight: 500;
}

.contact-buttons.contact_button_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.icon_flex_box svg {
    margin-top: 10px;
}

.icon_flex_box span.icon_box_size {
    display: unset;
}

#loan_owl .user_img img {
    width: 80px;
    height: 80px;
    border-radius: 5%;
}
/*.slider_owl{
    margin-top:120px;
}
*/

.slider_box {
    display: flex;
    gap: 20px;
    border: 1px solid #f2f2f2;
    padding: 30px;
    border-radius: 10px;
    background: #eef4fc;
}

.user_text h3 {
    color: #1380fc;
    font-size: 20px;
    font-weight: 500;
}

.user_text h5 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
}

    .user_text h5 span {
        font-weight: 500;
        margin-right: 4px;
    }

.user_text p {
    font-size: 14px;
}

div#loan_owl .owl-nav.disabled {
    display: block;
}

div#loan_owl .owl-nav button {
    position: absolute;
    top: 45%;
    background: #1380fc;
    color: #fff;
    width: 30px;
    border-radius: 4px;
    font-size: 24px;
}

    div#loan_owl .owl-nav button.owl-prev {
        left: 0;
    }

    div#loan_owl .owl-nav button.owl-next {
        right: 0;
    }

/*button:hover {
    color: #ff9813;*/ /* Change text color on hover */
/*background-color: #1380FC;*/ /* Change background color on hover */
/*}*/

ul.nav.nav-fill.resumeWizardStepTab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.nav.nav-fill.resumeWizardStepTab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

    ul.nav.nav-fill.resumeWizardStepTab li.nav_tax_tab {
        margin: 0;
        border-radius: 0 !important;
        border: 1px solid #eee;
    }
.address_form_label .tax-inputs label.form-label {
    margin-top: 0;
}
.address_form_label .form-group.form-fields.tax-inputs {
    margin-bottom: 10px;
}

div#main_admin .breadcrumb {
    background: unset;
}
.breadcrumb_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


#shareButton {
    border: 1px solid #FF9813;
    color: #FF9813;
}

#shareButton:hover {
    background-color: #FF9813;
    color: #fff;
}



/*12 Mar 2025*/
#BorrowerListDT_wrapper table#BorrowerListDT {
    border: 0 !important;
}
#BorrowerListDT_wrapper table#BorrowerListDT,
#BorrowerListDT_wrapper table.table.dataTable.no-footer,
#BorrowerListDT_wrapper .dataTables_scrollHeadInner {
    border: 0 !important;
    min-width: 100%;
}
#BorrowerListDT_wrapper select#item_IsLoanPriority {
    min-width: 120px;
}
div#BorrowerListDT_wrapper .dataTables_scrollHead {
    display: none; 
}
div#BorrowerListDT_wrapper .dataTables_scrollBody #BorrowerListDT thead tr th {
    height: unset;
}
div#BorrowerListDT_wrapper .dataTables_scrollBody #BorrowerListDT thead tr th div{
    height: unset !important;
    padding: 15px 0 15px 0px !important;
    white-space: nowrap;
}

#BorrowerListDT_wrapper #BorrowerListDT tr td:nth-child(5) {
    min-width: 200px;
}
#BorrowerListDT_wrapper #BorrowerListDT tr td:nth-child(7) {
    min-width: 120px;
}
.status_filter_bx {
    position: absolute;
    right: 290px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 9;
    top: 14px;
}
.status_filter_bx select{
    padding-right: 30px;
    width:max-content;
}
.cstm-border-space {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}
.pt-10px{
    padding-top:10px;
}

/*COmment*/


.document_personal_info_bx {
    padding: 10px;
    display: flex;
    gap: 12px;
}
.document_personal_info_bx .file_bx_upload {
    width: 100%;
}
.document_personal_info_bx .uploaded_document_view {
    width:100%;
    display:flex;
    align-items: flex-start;
}
.document_personal_info_bx .newdocumetGrid {
    width: 50%;
}
.document_personal_info_bx .newdocumetGrid table td > a, .document_personal_info_bx .newdocumetGrid table td > button {
    width: 50% !important;
    display: inline-block;
}
.document_personal_info_bx .newdocumetGrid table td > a > button.btn.btn-primary {
    width: 100% !important;
}
.document_personal_info_bx .uploaded_document_view > button {
    max-width: 60px;
}
.document_personal_info_bx .uploaded_document_view > button.btn.btn-primary {
    margin-left: auto;
    margin-right: 6px;
}
.document_personal_info_bx > .d-flex.flex-col {
    flex-direction: column;
    width: 50%;
    gap: 12px;
}
.col-lg-9 .document_personal_info_bx:first-child {
    border-bottom: 1px solid #e9e9e9;
}
.document_personal_info_bx .newdocumetGrid table.table td.text-end a {
    width: fit-content !important;
}
.document_personal_info_bx .newdocumetGrid table.table td.text-end a button {
    width: 100% !important;
}
.document_personal_info_bx .newdocumetGrid table.table tr td:first-child span {
    white-space: nowrap;
}
.document_personal_info_bx .newdocumetGrid table.table tr td:last-child {
    width: 100px;
}
.bg_bx_license {
    background: #f8f9fa;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.document_personal_info_bx .newdocumetGrid > span {
    font-weight: 600;
    padding-bottom:4px;
}
/*.blur-effect {
    
   filter:blur(1px);
    pointer-events: none;*/ /* Disable user interaction */
/*}*/

.blur-effect {
    filter: blur(1px);
    -webkit-filter: blur(1px); /* Safari Support */
    /*pointer-events: none;*/ /* Disable user interaction */
    /*position:absolute;*/
}
.status-high {
    background-color: #ffcccc; /* Light Red for High */
}

.status-medium {
    background-color: #fff3cd; /* Light Yellow for Medium */
}

.status-low {
    background-color: #d4edda; /* Light Green for Low */
}

.modal-backdrop.show{
    height:100%;
    width:100%;
}

.new-publishDeal_alert {
    display: inline-block;
    background-color: #3ab54a;
    /*background-color: #ff0000;*/
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin-top: -26px;
    margin-right: -25px;
    float: inline-end;
}


.outsidepublishDeal {
    padding: 12px 20px;
    background-color: #808080;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,0.05);
    color: #fff;
    border-radius: 10px;
    height: fit-content;
}
.outsidepublishDeal:hover{
    color:#fff;
}

.customremoveUnderLine a {
    text-decoration: none !important; /* Remove underline */
}

tr.AddMultipleRealEstateForm td input{
   width:150px;
}

.RealEstateAppendForm tr td {
    min-width: 300px;
}

.RealEstateAppendForm tr th {
    min-width: 300px;
}

.AdjustScrollbar {
    overflow: auto;
}

/* Chat icon styles */
.chat-button {
    position: relative; /* To position badge within this container */
    display: inline-block; /* Necessary for positioning the badge */
}

.badge {
    position: absolute;
    top: -10px; /* Adjusts vertical position */
    right: -15px; /* Adjusts horizontal position */
    background-color: #38b238; /* Badge color */
    color: white; /* Text color */
    border-radius: 45% !important;
    padding: 4px 7px !important;
    font-size: 15px !important; /* Font size of the badge text */
    font-weight: bold !important; /* Makes badge text bold */
    /*display: none;*/ /* Initially hidden */
}

/*End*/

tr.Quoteseen td {
    background-color: #bfd3e4;
    font-weight: bold;
    font-size: smaller;
}

tr.AddMultipleForm td input {
    width: 150px;
}

/* Dynamic class styles based on LoanStatus */
.status-approved {
    background: linear-gradient(45deg, #28a745, #3abf5a); /* Green gradient */
}

.status-pending {
    background: linear-gradient(45deg, #ffc107, #ffca5a); /* Yellow gradient */
}

.status-declined {
    background: linear-gradient(45deg, #dc3545, #ef596f); /* Red gradient */
}
/* Add styles for additional statuses as needed */
.status-in-review {
    background: linear-gradient(45deg, #007bff, #5ab1ff); /* Blue gradient */
}

.status-completed {
    background: linear-gradient(45deg, #6c757d, #c7c9cf); /* Gray gradient */
}

.status-text {
    border-radius: 5px;
    /* background-color: blue; */
    /*font-weight: bold;*/
    /*padding: 8px;*/
    padding: 8px 12px;
    white-space: nowrap;
    /*background: linear-gradient(45deg, #007bff, #5ab1ff);*/
    color: white;
}
.Line_Height_CSS{
    line-height:12px;
}
/* 09 May 2025*/
.newdocument_upload {
    border: 2px solid rgb(219, 219, 219);
    border-radius: 10px;
    padding: 16px;
}
label.AppendResume{
    word-break:break-all;
}

