.cms_borrower .page_main {
    padding: 0 20px;
}

.cms_borrower .footer_section_main {
    padding: 20px;
}

.cms_borrower .header_section_main .header_section_inner {
    padding: 0 20px;
}

.cms_borrower .Page_title_main .main_title {
    min-height: 90px;
    padding: 0 20px;
    justify-content: flex-start;
}

.cms_borrower .Page_title_main .main_title h1 {
    font-size: var(--title-font);
    line-height: var(--title-line-height);
}

.borrower_main .borrower_inner {
    max-width: 2128px;
    margin: 20px auto 0;
    min-height: auto;
    padding: 0 20px;
}

.toggle_title h1 {
    font-size: var(--subtitle-font);
    line-height: var(--subtitle-line-height);
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.toggle_title h1 i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #b5b5b5;
    border-radius: 6px;
    padding: 3px 6px;
    color: #b5b5b5;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
}

.toggle_content {
    display: none;
}

.toggle_title.active + .toggle_content {
    display: block;
}

.toggle_title.active h1 i.fa-plus {
    display: none;
}

.opportunity_details_content .application_header {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 15px;
    margin: 0;
}

.opportunity_details_content .application_header .details_title {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.opportunity_details_content .application_header .details_data {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 700;
    color: var(--text-color);
}

.opportunity_details_content .application_status {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #B5B5B5; */
    column-gap: 10px;
}
/* @media only screen and (max-width: 768px){
    .opportunity_details_content .application_status {
        flex-direction: column-reverse;
    }
    .application_status{
        align-items: end !important;
    }
    .agreement_btn {
        padding-left: 0px !important;
    }
} */
.opportunity_details_content .application_status .application_status_inner h1 {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    margin: 0;
    color: #747474;
    font-weight: 400;
}

.opportunity_details_content
    .application_status
    .application_status_inner
    h1
    b {
    color: #169f00ba;
}

.loan-agreement {
    padding: 10px 30px;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 700;
}

.opportunity_details_content .application_status .agreement_btn {
    position: absolute;
    right: 0;
}

.opportunity_details_content .application_status .agreement_btn button {
    padding: 10px 30px;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 700;
}

.opportunity_details_content .application_details_main {
    margin: 0;
    padding: 20px;
}

.opportunity_details_content .application_details_main h1 {
    font-size: var(--subtitle-font);
    line-height: var(--subtitle-line-height);
    color: var(--text-color);
    margin-bottom: 15px;
}

.opportunity_details_content .application_details_main .borrower_details {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 400;
    color: #747474;
}

.opportunity_details_content
    .application_details_main
    .borrower_details
    .co_borrower
    h1 {
    margin: 40px 0 10px;
}

.opportunity_details_content .application_details_main .borrower_details ul {
    list-style: none;
}

.opportunity_details_content .application_details_main .borrower_details ul li {
    position: relative;
    min-height: 30px;
}

.opportunity_details_content
    .application_details_main
    .borrower_details
    ul
    li
    i {
    position: absolute;
    left: -30px;
    top: 0px;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
}

.opportunity_details_content .application_details_main .loan_information {
    padding-left: 6rem;
}

.opportunity_details_content .application_details_main .loan_information div,
.opportunity_details_content
    .application_details_main
    .payment_information
    div {
    margin-bottom: 20px;
}

.opportunity_details_content .application_details_main .loan_information h3,
.opportunity_details_content .application_details_main .payment_information h3 {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

.opportunity_details_content .application_details_main .loan_information b,
.opportunity_details_content .application_details_main .payment_information b {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: var(--text-color);
    margin: 0;
}

.opportunity_details_content .application_details_main .loan_information p,
.opportunity_details_content .application_details_main .payment_information p {
    margin: 0;
}

/* Stage Section */
.borrower_main .borrower_inner.stage_section {
    padding: 0;
}

.borrower_main .borrower_inner.stage_section .Page_title_main .title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #275d90;
    color: #fff;
    padding: 20px 30px;
}

.borrower_main .borrower_inner.stage_section .Page_title_main .title h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
}

.borrower_main .borrower_inner.stage_section .stage_section_content {
    padding: 0 20px;
}

.borrower_main
    .borrower_inner.stage_section
    .stage_section_content
    .stage_section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    column-gap: 12rem;
    padding: 3rem 3rem 1.25rem;
}

.borrower_main .stage_section_inner p {
    width: 100%;
    margin-bottom: 0;
}

.borrower_main
    .borrower_inner.stage_section
    .stage_section_inner
    li.pending
    span {
    min-height: 20px;
    /* display: block; */
}

.borrower_main .stage_section_content .stage_section_inner ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.borrower_main .stage_section_content .stage_section_inner ul li {
    padding-bottom: 20px;
}

.borrower_main .stage_section_content .stage_section_inner ul li.completed h4 {
    position: relative;
    color: #005288bf;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.borrower_main .stage_section_content .stage_section_inner ul li.pending h4 {
    position: relative;
    color: #747474;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.borrower_main .stage_section_content .stage_section_inner ul li span {
    color: var(--text-color);
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li
    span.stageApprove {
    color: #169f00ba;
    padding-left: 50px;
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li
    span.stagePending {
    color: red;
    padding-left: 50px;
}

.borrower_main .stage_section_content .stage_section_inner ul li a {
    color: var(--link-text-color);
}

/* Button Css */
.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li
    .loan_status_main {
    margin-bottom: 20px;
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li
    .loan_status_main
    a.loan_status {
    width: 100%;
    background-color: #005288;
    cursor: pointer;
    text-decoration: none;
    color: var(--white);
    border: 0;
    border-radius: 6px !important;
    outline: none !important;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    /* display: inline-block; */
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li.loan_status
    h4 {
    display: none;
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li.completed
    h4:before {
    content: "";
    background: url(../images/complete.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: -5px;
}

.borrower_main
    .stage_section_content
    .stage_section_inner
    ul
    li.pending
    h4:before {
    content: "";
    background: url(../images/panding.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: -5px;
}

/* System Information */
.system_details_content .system_details_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-top: 1px solid #b5b5b5;
}

.system_details_content .system_details_inner div {
    width: calc(100% / 2);
    margin-bottom: 20px;
}

.system_details_content .system_details_inner div:last-child {
    margin-bottom: 0;
}

.system_details_content .system_details_inner h3 {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

.system_details_content .system_details_inner p {
    font-size: 18px;
    line-height: 22px;
    color: var(--text-color);
    margin: 0;
}

/* .system_details_content .system_details_inner p .green a {
    color: #169F00BA;
} */
.green a {
    color: #169f00ba;
}

/* .system_details_content .system_details_inner p .red a {
    color: #d32036;
} */
.red a {
    color: #d32036;
}

.stage_section_content .stage_section_inner p.text-end a {
    color: #005288bf;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
}

.opportunity_details_content p.text-end a {
    color: #005288bf;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    margin-right: 43px;
}

.system_details_content .system_details_inner p.text-end a {
    color: #005288bf;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
}

/* Document Detail */
.document_details_content .document_details_inner {
    padding: 20px;
    border-top: 1px solid #b5b5b5;
}

.document_details_content .document_details_inner .table thead tr th {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

.document_details_content
    .document_details_inner
    .table
    > :not(caption)
    > *
    > * {
    border: 0;
}

.document_details_content .document_details_inner .table tbody tr h4,
.document_details_content .document_details_inner .table tbody tr b {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: var(--text-color);
}

.document_details_content .document_details_inner .table tbody tr h4 {
    position: relative;
    padding-left: 50px;
}

.document_details_content
    .document_details_inner
    .table
    tbody
    tr.completed
    h4:before {
    content: "";
    background: url(../images/complete.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.document_details_content
    .document_details_inner
    .table
    tbody
    tr.pending
    h4:before {
    content: "";
    background: url(../images/panding.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.document_details_content .document_details_inner .table tbody tr a {
    text-decoration: underline !important;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
}

.document_details_content .document_details_inner .table tbody tr a.trash,
.document_details_content .document_details_inner .table tbody tr a.edit_info {
    color: var(--text-color);
}

.document_details_content .document_details_inner .table tbody tr a.orange {
    color: #ffb525;
}

.document_details_content .document_details_inner .table tbody tr a.green {
    color: #169f00ba;
    text-decoration: solid !important;
}

/* Popup Css */

.edit_system_form #file-upload-name {
    margin: 4px 0 0 0;
    font-size: 16px;
}

.edit_system_form .upload-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 60px;
    margin-left: 0;
    background-color: #005288;
    border-color: #005288;
    padding: 0;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    min-height: 40px;
}

.edit_system_form .upload-wrapper a {
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.edit_system_form p b.green {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #169f00ba;
    border-color: #005288;
    padding: 0;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    min-height: 40px;
}

.edit_system_form p b.green a {
    color: #ffffff;
}

.edit_system_form p#ajaxUploadedOrNot {
    margin: 0;
}

.edit_system_form .upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.edit_system_form .upload-wrapper .file-upload-text {
    position: absolute;
    left: 0px;
    opacity: 1;
    visibility: visible;
    font-size: 18px;
    line-height: 24px;
    color: #5653f9;
    text-decoration: underline;
}

.edit_system_form .upload-wrapper.uploaded .file-upload-text {
    margin: 0;
}

.edit_system_contract .modal-dialog {
    max-width: 1000px;
}

.edit_system_contract .edit_system_info {
    padding: 20px;
}

.edit_system_contract .edit_system_info .edit_system_title h1 {
    font-size: var(--subtitle-font);
    line-height: var(--subtitle-line-height);
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    padding: 10px 0 20px;
}

.edit_system_contract .edit_system_content {
    border-top: 1px solid #b5b5b5;
    padding: 20px 0 10px;
}

.edit_system_contract .edit_system_action {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
}

.edit_system_contract .edit_system_action button {
    max-width: 260px;
    background-color: #005288;
    border-color: #005288;
}

.edit_system_contract .edit_system_action button:hover,
.edit_system_contract .edit_system_action button:focus {
    background-color: #005288;
}

/* ===== Devendra ======== */
.upload_document_model .edit_system_action {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-end;
}

.upload_document_model .edit_system_action button {
    max-width: 240px;
    background-color: #005288;
    border-color: #005288;
    font-weight: 700;
}

.upload_document_model .edit_system_action button:hover,
.upload_document_model .edit_system_action button:focus {
    background-color: #005288;
}

/* ===== Devendra End ======== */

/* Upload Document Popup */
.upload_document_model .modal-dialog {
    max-width: 1200px;
}

.upload_document_model .upload_document_info {
    padding: 20px;
}

.upload_document_model .upload_document_title h1 {
    font-size: var(--subtitle-font);
    line-height: var(--subtitle-line-height);
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #b5b5b5;
}

.upload_document_model .upload_document_content {
    padding-top: 20px;
}

/* Document Css */
.upload_document_model .upload_document_content .row {
    justify-content: center;
    padding-bottom: 10px;
}

.upload_document_model .upload_document_content .site_id .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    padding-left: 210px;
    margin-bottom: 10px;
}

.upload_document_model .upload_document_content .site_id .form-group label {
    flex: 0 0 auto;
    display: none;
}

.upload_document_model .upload_document_content .site_id .form-group input {
    flex: 0 0 565px;
}
.upload_document_model .upload_document_content .site_mail .form-check {
    display: flex;
    align-items: center;
    padding-left: 220px;
    margin-bottom: 10px;
}

.upload_document_model
    .upload_document_content
    .site_mail
    .form-check
    label.form-check-label {
    padding-left: 35px;
}

.upload_document_model
    .upload_document_content
    .site_mail
    .form-check
    input::after {
    content: "*";
    position: absolute;
    right: -17px;
    color: var(--bs-red);
    font-size: 18px;
    top: -5px;
}

.upload_document_model .upload_document_content .site_mail .form-check input {
    width: 30px;
    height: 30px;
    position: relative;
}

.upload_document_model
    .upload_document_content
    .site_id
    .form-group
    span.text-danger {
    padding-bottom: 15px;
}

.upload_document_model .upload_document_content .drag_section_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    border: 4px dashed #5653f9;
    border-radius: 8px;
    padding: 20px 20px 10px;
}

.upload_document_model
    .upload_document_content
    .drag_section_inner
    .drop_image {
    width: 100%;
    text-align: center;
}

.upload_document_model .upload_document_content .drop_image img {
    width: 100%;
    max-width: 100px;
    padding-bottom: 10px;
}

.upload_document_model .upload_document_content .document_section label {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.upload_document_model .upload_document_content .file_progress_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 0;
    position: relative;
}

.upload_document_model .upload_document_content .file_progress_section img {
    width: 100%;
    max-width: 80px;
}

.upload_document_model .upload_document_content .file_progress_section p {
    font-weight: 700;
    color: #747474;
    font-size: 20px;
    line-height: 25px;
}

.upload_document_model .upload_document_content .file_progress_section span {
    font-weight: 600;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -8px;
    font-size: 18px;
    line-height: 21px;
    background-color: #ff0000;
    padding: 2px 9px;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
}

.upload_document_model .upload_document_content .upload_image {
    text-align: center;
}

.permission-lines-upload-photos {
    padding-left: 24px !important;
}

.upload_document_model .upload_document_content .upload_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.upload_document_model .upload_document_content .upload_content h3 {
    margin: 0;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: var(--text-color);
}

.upload_document_model #file-upload-name1 {
    margin: 4px 0 0 0;
    font-size: 16px;
}

.upload_document_model .upload-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    /* max-width: 60px; */
    margin-left: 0;
    padding: 0 5px;
}

.upload_document_model .upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.upload_document_model .upload-wrapper .file-upload-text {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: #5653f9;
    text-decoration: underline;
    text-transform: uppercase;
}

.upload_document_model .upload_document_inner {
    padding: 20px;
    outline: 2px dashed;
}

/* .upload_photos .upload_document_content .row {
    padding-bottom: 0;
} */

@media only screen and (max-width: 1280px) {
    .opportunity_details_content .application_status .agreement_btn {
        /* position: unset; */
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .opportunity_details_content .application_status {
        flex-wrap: wrap;
        row-gap: 10px;
        /* padding: 20px 0; */
    }

    .opportunity_details_content .application_header .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .opportunity_details_content .application_details_main div {
        width: 100%;
    }

    .opportunity_details_content .application_details_main .loan_information {
        padding-left: 12px;
    }

    .opportunity_details_content
        .application_details_main
        .borrower_details
        .co_borrower
        h1 {
        margin: 0px 0 10px;
    }

    .borrower_main
        .borrower_inner.stage_section
        .stage_section_content
        .stage_section_inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 2rem 3rem 2rem 6rem;
    }

    .system_details_content .system_details_inner div {
        width: calc(100% / 1);
        margin-bottom: 20px;
    }

    .document_details_inner .table thead {
        display: none;
    }

    .document_details_inner .table,
    .document_details_inner .table tbody,
    .document_details_inner .table tr,
    .document_details_inner .table td {
        display: block;
        width: 100%;
    }

    .document_details_inner .table tr {
        margin-bottom: 15px;
    }

    .document_details_inner .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
        padding: 5px 0.5rem !important;
    }

    .document_details_inner table .mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .opportunity_details_content .application_header > div {
        width: 100% !important;
        padding-bottom: 10px;
    }

    .opportunity_details_content .application_header {
        padding: 30px 0 10px;
    }

    .opportunity_details_content .application_status .application_status_inner {
        width: 100%;
        text-align: center;
    }

    .opportunity_details_content .application_details_main {
        padding: 20px 0;
    }

    .borrower_main
        .borrower_inner.stage_section
        .stage_section_content
        .stage_section_inner {
        padding: 2rem 3rem 2rem;
    }

    .toggle_title h1 {
        padding: 15px 0;
    }

    .opportunity_details_content .application_header .details_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .opportunity_details_content .application_details_main h1 {
        margin-bottom: 10px;
        border-bottom: 1px solid var(--text-color);
        padding-bottom: 5px;
    }

    .system_details_content .system_details_inner {
        padding: 20px 0;
    }

    .system_details_content .system_details_inner p.edit_contract {
        padding: 20px 0;
    }

    .system_details_content .system_details_inner p.text-end a {
        color: #005288bf;
        font-size: 14px;
        line-height: 20px;
    }

    .document_details_content .document_details_inner {
        padding: 20px 0;
    }

    .borrower_main
        .stage_section_content
        .stage_section_inner
        ul
        li
        span.stagePending,
    .borrower_main
        .stage_section_content
        .stage_section_inner
        ul
        li
        span.stageApprove {
        display: block;
        padding-left: 0;
    }

    /* .cms_borrower .Page_title_main .main_title h1 {
        font-size: 30px;
        line-height: 36px;
    } */

    /* .opportunity_details_content .application_status .application_status_inner h1 {
        font-size: 16px;
        line-height: 22px;
    } */

    /* .opportunity_details_content .application_details_main .loan_information div,
    .opportunity_details_content .application_details_main .payment_information div {
        margin-bottom: 20px;
    } */

    /* .upload_document_model .upload_document_content .upload_content h3,
    .upload_document_model .upload-wrapper .file-upload-text {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .opportunity_details_content .application_header .details_data {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .opportunity_details_content .application_details_main .borrower_details {
        font-size: 16px;
        line-height: 28px;
    } */

    /* .opportunity_details_content .application_details_main .loan_information h3,
    .opportunity_details_content .application_details_main .payment_information h3 {
        font-size: 16px;
        line-height: 26px;
    } */

    /* .opportunity_details_content .application_details_main .loan_information b,
    .opportunity_details_content .application_details_main .payment_information b {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .borrower_main .stage_section_content .stage_section_inner ul li h4 {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .system_details_content .system_details_inner h3 {
        font-size: 16px;
        line-height: 26px;
    } */

    /* .system_details_content .system_details_inner p {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .document_details_content .document_details_inner .table tbody tr h4,
    .document_details_content .document_details_inner .table tbody tr b,
    .document_details_content .document_details_inner .table tbody tr a {
        font-size: 18px;
        line-height: 24px;
    } */
}

.upload_document_model {
    /* position: relative;
    top: 30%; */
    /* z-index: 9999999 !important; */
    z-index: 9999 !important;
}

.upload_document_model
    .upload_document_content
    .site_id
    .form-group
    .invalid-feedback {
    width: 100%;
    padding-left: 0;
}

/* .inverter_popup .modal-dialog,
.upload_photos .modal-dialog {
    max-width: 800px;
} */

.inverter_popup .site_id .invalid-feedback {
    padding-left: 120px;
}

.hic_document.upload_document_model .upload_document_content .row {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .borrower_main
        .stage_section_content
        .stage_section_inner
        ul
        li
        .loan_status_main
        a.loan_status {
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width: 1000px) {
    .opportunity_details_content .application_header {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 1082px) {
    .form_row.four_fields {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width: 768px) {
    .form_row.four_fields {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 600px) {
    .ppa-rate-header-row {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .ppa-summary-grid {
        grid-template-columns: 1fr !important;
    }
}
