.admin_view_application .view_detail_loan {
  display: flex;
  gap: 20px; 
  align-items: flex-start; 
}

/* .admin_view_application .view_detail_loan table {
  width: 50% !important; 
}

.admin_view_application .view_detail_loan table {
  width: 50% !important; 
} */
.view_detail_loan .loan-calc-res {
  width: 100% !important; 
}

/* .admin_view_application .view_detail_loan .loan-details-table {
  width: 100% !important; 
} */
.admin_view_application .view_detail_loan table.loan-calc {
  width: 100% !important; 
}

table.loan-calc tr > td:first-child {
  background-color: #E6E8E966 !important;
}

body {
    font-family: 'Wix Madefor Display' !important;
}

.elementor-element.elementor-element-4c2e2cc.e-con-full.e-flex.e-con.e-parent.elementor-sticky.e-lazyloaded.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
    background-color: #061525;
}

table #dashboard td {
    padding: 8px 15px !important;

}

table.dataTable thead .sorting::before {
    content: "▲" / "" !important;

}

table.dataTable thead .sorting::after {
    content: "▼" / "" !important;

}

.hover-icon li.elementor-icon-list-item:hover svg path {
    fill: #CFCFCF;
}

/* text border css */
.counter span.elementor-counter-number,
.counter span.elementor-counter-number-suffix {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 2px #ffffff;
}

.text-stroke h2 {
    color: transparent !important;
    -webkit-text-stroke: 1px #061525;
}


/* core value section */

.core-value {
    overflow: hidden;
}

.core-value>.elementor-element {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.8s;
}

.core-value:hover>.elementor-element {
    background-color: #061525;
    padding-bottom: 70px;
}

.core-value:hover .core-content>.elementor-widget-container {
    margin-bottom: 0px !important;
}

.core-value:hover img {
    width: 90px !important;
}

/* testimonials */
.testimonial .elementor-testimonial__content {
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.testimonial .swiper-pagination {
    text-align: left !important;
}

.testimonial-heading h2 {
    word-break: break-word !important;
}

/* footer css */
.footer-icon-list ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-between;
}


/* about us page */
.animation-main {
    overflow: hidden;
}

.about-four-shape {
    position: absolute;
    top: -50px;
    right: -50px;
    height: 128px;
    width: 128px;
    background-color: rgb(62 72 82);
    border-radius: 100%;
}

.about-four-shape::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 128px;
    width: 128px;
    transform: translate(-50%, -50%);
    background-color: rgb(62 72 82);
    border-radius: 100%;
    animation: pulse-ring-2 1.25s linear infinite;
}

@keyframes pulse-ring-2 {
    0% {
        width: 128px;
        height: 128px;
        opacity: 1;
    }

    100% {
        width: 190px;
        height: 190px;
        opacity: 0;
    }
}

/* contact page */
.contact-form input,
.contact-form textarea {
    padding: 0px 30px !important;
}

.contact-form .elementor-field-group {
    position: relative;
}

.contact-form ::placeholder {
    opacity: 1;
    color: #777777;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    outline: 0;
}

.contact-form .elementor-field-group::before {
    z-index: 9;
    content: '';
    background-image: url('/wp-content/uploads/2025/05/Name.svg');
    left: 0;
    top: 9px;
    position: absolute;
    height: 18px;
    width: 18px;
}

.contact-form .elementor-field-type-tel.elementor-field-group::before {
    background-image: url('/wp-content/uploads/2025/05/mobile.svg');
}

.contact-form .elementor-field-type-email.elementor-field-group::before {
    background-image: url('/wp-content/uploads/2025/05/emial.svg');
}

.contact-form .elementor-field-type-textarea.elementor-field-group::before {
    background-image: url('/wp-content/uploads/2025/05/message.svg');
}

.contact-form .elementor-field-type-submit::before {
    display: none;
}

.mail-wrap span.elementor-icon-list-text {
    word-break: break-all;
}

.zoom-in {
    animation: zoomin 10s infinite linear;
}

@keyframes zoomin {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

.contact-form-custom span.wpcf7-not-valid-tip {
    text-align: left;
    padding: 10px 0px 0px 20px;
}


.underline-select select,
.contact-form-custom input,
.contact-form-custom textarea {
    border: 0px;
    background-color: transparent;
    border-bottom: 1px solid #777777;
    border-radius: 0;
    padding: 12px 20px !important;
    font-size: 18px !important;
    color: #777777 !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
.acf-button {
    border: 1px solid black;
    color: white !important;
    background-color: #061525;
    padding: 10px 28px !important;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
}

.contact-form-custom input:focus-visible,
.contact-form-custom textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
.acf-button:hover {
    background-color: transparent;
    color: black !important;
}


/* customer page css */
form#new-loan-application,
.acf-success-message {
    width: 50vw;
    margin: 0 auto;
}

.acf-field {
    margin: 0 !important;
}

.acf-input input,
.acf-input textarea,
.acf-input select,
.register-form input,
.register-form textarea {
    padding: 0px 0px 6px !important;
    border-bottom: 1px solid #777777 !important;
    color: #777777;
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: 'Wix Madefor Display';
}

.acf-form-submit {
    margin-top: 40px;
}

.acf-label label {
    font-family: 'Wix Madefor Display';
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 28px;
    color: #777777 !important;
}

div.content-area {
    padding: 100px 20px;
    background-color: white !important;
}

.acf-field {
    margin-bottom: 20px;
}

.acf-label {
    margin-bottom: 5px;
}

.acf-fields.acf-form-fields.-top {
    background: #F2F4F8 !important;
    padding: 50px;
}

.acf-fields.-border {
    border: none !important;
    padding: 0px;
    background: #F2F4F8 !important;
}

.acf-field .acf-label {
    margin-top: 25px !important;
    margin-bottom: 0px !important;
}

.acf-field-group-row {
    padding: 0px !important;
    border-top: 0px !important;
}

.acf-fields>.acf-field {
    padding: 0px !important;
    border-top: 0px !important;
}

.acf-input:focus {
    outline: 0px !important;
    border: none !important;
    border-bottom: 1px solid #bc8f4d !important;
}

.acf-input input:focus-visible {
    outline: 0px !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #bc8f4d !important;
}

div[data-name="loan_application"] label[for="acf-field_6825c2e7bb6f3"] {
    display: none !important;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.dashboard-tab .e-n-tabs-heading {
    background-color: #f2f4f8;
}

[type=submit]:focus {
    background-color: black;
}

/* register form */
.register-form ::placeholder {
    color: #777777;
    opacity: 1 !important;
}

.password-wrapper.elementor-error span.toggle-password {
    top: 25%;
}

.acf-field-group-row {
    padding: 16px;
    border-top: 1px solid #eaecf0;
}

/* dashboard css */

/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
}

.app-brand-logo.demo svg {
    width: 35px;
    height: 24px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}




/* dashboard css over */


.hover-link a:hover {
    color: black !important;
}

.elementor-element-6b3f799 a {
    color: white;
}

.wpcf7-response-output {
    max-width: 800px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.datatablelead .btn-dark {
    --bs-btn-bg: #000000;
    --bs-btn-border-radius: 0;
    padding: 2px 5px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody>tr:nth-child(even)>td,
table tbody>tr:nth-child(even)>th {
    background-color: white !important;
}

table.table-hover tbody tr:hover {
    transition: box-shadow 0.2s ease;
}

table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgb(85 85 85 / 8%);
}

.datatablelead.table td,
.datatablelead.table th {
    border-left: none !important;
    border-right: none !important;
}

.datatablelead.table td,
.datatablelead.table th,
#useraccount td,
#useraccount th {
    border-left: none !important;
    border-right: none !important;
    font-family: Wix Madefor Display;
}

.datatablelead.table th {
    background-color: #E6E8E9;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.datatablelead.table td,
#useraccount td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #384451;
}

.datatablelead.table td.text-cap {
    text-transform: capitalize;
}

.datatablelead.table td.status-cap {
    text-transform: capitalize;
}

#text-lead {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #061525;
}

.datatablelead.table td a {
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #007AFF;
}

.jconfirm .jconfirm-box.jconfirm-type-darkgreen {
    border-top: 7px solid #006400;
    /* dark green */
}

.jconfirm .jconfirm-box.jconfirm-type-darkgreen .jconfirm-title-c {
    color: #006400;
    /* title color */
}

.jconfirm .jconfirm-box .btn-darkgreen {
    background-color: #006400;
    color: #fff;
}

.jconfirm-box-container .jconfirm-content {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.jconfirm-box-container .jconfirm-title {
    color: #000;
    font-size: 20px !important;
    font-weight: 100;
}

.jconfirm-box-container .jconfirm-buttons button {
    width: 100px !important;
    font-size: 20px !important;
    line-height: 35px !important;
    background-color: #006400;
}


.form-design input {
    padding: 7px 16px !important;
}

/* .status-grey {
    color: #777777;
    background: rgb(119, 119, 119, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 80px
}

.status-green {
    color: #05C42E;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    background: rgba(5, 196, 46, 0.2);
    padding: 5px;
    height: 24px;
    max-width: 80px
}

.status-red {
    color: #C40505;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    background: rgba(196, 5, 5, 0.2);
    padding: 5px;
    height: 24px;
    max-width: 80px
} */

table.dataTable thead .sorting::before {
    content: "▲" / "" !important;

}

table.dataTable thead .sorting::after {
    content: "▼" / "" !important;

}

.ui-datepicker-title {
    width: auto !important;
    min-width: 200px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    max-width: none !important;
    width: auto;
}

/* nitiksha dashboad css added on 13-06-2025 Starts*/

/* .datatablelead tbody>tr>td:nth-child(1),
.datatablelead thead>tr>th:nth-child(1) {
    padding-left: 8px !important;
} */
.dataTables_filter input[type=search] {
    width: auto;
}

.dataTables_wrapper .top .dataTables_filter {
    padding-bottom: 20px !important;
}

.dataTables_length select {
    display: inline;
}

.layout-page h3,
.layout-page h4,
.card-title {
    font-family: 'Wix Madefor Display' !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    color: #061525 !important;
    line-height: 36px !important;
}

.details-grid.p-4 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background-color: white;
}

.details-grid small.text-muted {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #9BA1A8;
}

.deails-col strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #061525;
}

.tab-detsils {
    background-color: white;
}

button.nav-link:hover,
button.nav-link {
    background-color: transparent;
    border-bottom: 2px solid #9BA1A8 !important;
    color: #9ba1a8 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.nav-tabs .nav-link.active {
    box-shadow: none !important;
}

.nav-tabs button.nav-link.active {
    border-color: #000000 !important;
    color: #000000 !important;
}

.loan-details-container .loan-details-table {
    width: auto;
    border-collapse: collapse;
}

.loan-details-container {
    border: 1px solid #ddd;
    border-radius: 0px !important;
    padding: 0;
    max-width: fit-content !important;
    background: #fff;
    box-shadow: none !important;
}

.nav-tabs a#edit-tab {
    column-gap: 10px !important;
    padding: 9px 14px !important;
    border-radius: 0px !important;
    background-color: #E6E8E9 !important;
    border: none !important;
    font-size: 18px !important;
    line-height: 28px !important;
    position: absolute;
    right: 0;
}

/* .dashboard-tab .customer_loan_application_list td, */
.dashboard-tab .customer_loan_application_list th {
    padding: 12px !important;
}

.card-title {
    margin-bottom: 16px !important;
}

.loan-details-table td,
.loan_calc td {
    padding: 8px 15px !important;
    color: black !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.dataTable button.btn.btn-dark.btn-sm.btn-primary.rounded-0 {
    padding: 4px 10px !important;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

span.loan-type-btn {
    padding: 2px 8px;
    background-color: #77777733;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #061525;
}

.custome-menu a.menu-link {
    line-height: 28px !important;
    font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #101e2d !important;
    border: 1px solid #101e2d !important;
    color: white !important;
}

.dataTables_wrapper a.paginate_button.previous:hover,
.dataTables_wrapper a.paginate_button.next:hover {
    background: none !important;
    border: transparent !important;
}

.dataTables_wrapper a#account_previous:hover i.fa,
.dataTables_wrapper a#account_next:hover i.fa {
    color: #091827 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

button.waves-effect {
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Wix Madefor Display';
}

button.waves-effect:hover {
    background-color: #c49755 !important;
    color: white !important;
    border: 1px solid #c49755 !important;
}

div.dataTables_info {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #384451 !important;
}

/* nitiksha dashboad css added on 13-06-2025 ends*/

.layout-page span.loan-type-btn {
    background: #77777733;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #061525 !important;
    color: #fff !important;
    border: 1px solid #061525 !important;
}

.dataTables_wrapper .dataTables_length {
    margin-right: 1rem;
    margin-left: auto !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 0;
}

.dataTables_length select {
    width: auto !important;
}


.customer_loan_application_list div#myTabContent {
    padding: 0px;
}

.loan-details-table tr {
    border: 1px solid #eee !important;
}

label[for="acf-field_6825c2e7bb6f3-field_6825cf7ae80e0-field_6825cf81e80e1"] {
    display: none !important;
}

#acf-field_6825c2e7bb6f3-field_6825cf7ae80e0-field_6825cf81e80e1 {
    display: none !important;
}

.acf-field-6825cf81e80e1 {
    display: none !important;
}

.jconfirm-box-container .jconfirm-buttons .btn-orange {
    font-size: 16px !important;
}

jconfirm-box-container .jconfirm-buttons .btn-light {
    font-size: 16px !important;
}

.jconfirm .btn-orange {
    background-color: rgb(241, 196, 15) !important;
    color: white !important;
    border: none;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 4px;
}

.jconfirm .btn-light {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    font-weight: bold;
    border-radius: 4px;
}

.jconfirm-box {
    border-top: 5px solid #ff6600;
}

/* #acf-field_6825c2e7bb6f3-field_68466daebc768 {
    width: 200px !important;
    text-align: center;
} */
.acf-field-68466daebc768 {
    display: block !important;
    width: 100% !important;
}

/* .custom-menu-logout{
position: absolute;
bottom: 70px;
left: 10px;
right: 10px;
} */

.underline-select {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.underline-select p {
    text-align: left !important;
}

.underline-select label {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.underline-select select {
    border: none;
    border-bottom: 1px solid #666;
    background: transparent;
    padding: 8px 0;
    font-size: 16px;
    color: #333;
    outline: none;
    width: 100%;
    appearance: none;
    margin-top: 27px !important;
}

.underline-select {
    position: relative;
}

.underline-select::after {
    content: "▾";
    position: absolute;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
    font-size: 30px;
    color: #666;
    bottom: 30px;
}

.address_location>.acf-label {
    display: none;
}

.contact-form-custom.contact-form label {
    display: inline;
}

.testimonial span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white !important;
}

/* POP UP  */
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-confirmation.jconfirm-type-animated {
    width: 600px;
    border-radius: 20px;
    border-top: none;
    padding: 30px;
}

.jconfirm .jconfirm-box.jconfirm-type-confirmation .jconfirm-content-pane.no-scroll {
    margin-bottom: 0;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.jconfirm-type-confirmation .jconfirm-content>div>div:first-child {
    font-size: 32px !important;
}

.jconfirm-type-confirmation .jconfirm-content div>div button {
    padding: 18px 40px;
    font-weight: bold;
    border-radius: 50px;
}

/* Sidebar sticky */
/* #layout-menu {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    background-color: #061525 !important;
    display: flex;
    flex-direction: column;
    z-index: 999;
} */

#layout-menu {
    background-color: #061525 !important;
}

/* .setting-menu {
    list-style: none;
    margin-bottom: 1rem;
}

.setting-menu .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #FFF;
    border-radius: 0.75rem;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    gap: 10px;
}

.setting-menu .menu-link i.fas {
    font-size: 1.2rem;
    margin-right: 5px;
    color: #333;
}

.setting-menu .menu-link div[data-i18n="Page 1"] {
    color: #333;
}
.setting-menu .menu-link:hover {
    background-color: #FFF !important;
    color: #333 !important;
    border-color: #FFF !important;
} */

/* Logout FOCUS */
#menu-logout a:focus,
#menu-logout a:focus-visible {
    background-color: transparent !important;
    color: #98A1A8 !important;
    outline: none !important;
    box-shadow: none !important;
}

#menu-logout:hover a {
    background-color: #FFFFFF33 !important;
    color: #FFF;
}

#menu-logout:hover a:focus {
    color: #FFF !important;
}

button[type="reset"]:focus {
    background-color: #808390 !important;
}

.loader-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.loader-dots span {
    width: 10px;
    height: 10px;
    background-color: #f0ad4e;
    border-radius: 50%;
    animation: bounce 1s infinite;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

.loader-dots span:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* Wrapper and Form Container */
.custom-loan-form-wrapper {
    background: #F2F4F8 !important;
    width: 50vw;
    margin: 50px auto 100px;
    margin-top: 0;
}

.loan-type-outside-form-container {
    padding: 50px 50px 0;
    border: none !important;
    border-radius: 0;

}

.custom-loan-form-wrapper form {
    padding: 0 50px 50px;
    border: none !important;
    border-radius: 0;
}

/* Labels */
.custom-loan-form-wrapper label {
    font-family: 'Wix Madefor Display';
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 28px;
    color: #777777 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    display: block;
}

/* Inputs, Textareas, Select */
.custom-loan-form-wrapper input,
.custom-loan-form-wrapper select,
.custom-loan-form-wrapper textarea {
    width: 100%;
    padding: 0 0 6px !important;
    /* margin-bottom: 20px; */
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #777777 !important;
    color: #777777;
    font-family: 'Wix Madefor Display';
    font-size: 15px;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
}

/* Focus Styles */
.custom-loan-form-wrapper input:focus,
.custom-loan-form-wrapper select:focus,
.custom-loan-form-wrapper textarea:focus {
    outline: none !important;
    border-bottom: 1px solid #bc8f4d !important;
}

/* Submit Button */
.custom-loan-form-wrapper button[type="submit"] {
    margin-top: 40px;
    background-color: #001c29;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.1s ease, color 0.1s ease, border 0.1s ease;
}

.custom-loan-form-wrapper button[type="submit"]:hover {
    background-color: #fff;
    color: #001c29;
    border: 1px solid #001c29;
    border-radius: 25px;
}

.custom-loan-form-wrapper button[type="submit"]:focus {
    background-color: #001c29 !important;
    color: #fff !important;

}

.custom-loan-form-wrapper button[type="submit"]:active {
    background-color: #001c29 !important;
    color: #fff !important;
}


label.error {
    font-size: 13px;
    line-height: 1.5;
    margin: 0.5em 0;
    text-shadow: none;
    background: #ffe6e6;
    color: #cc2727;
    border-color: #d12626;
    padding: 10px 12px;
    border-left: 3px solid #d12626;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

div.form-error {
    font-family: 'Wix Madefor Display';
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    margin: 0.5em 0;
    text-shadow: none;
    background: #ffe6e6;
    color: #777777;
    border-color: #d12626;
    padding: 10px 12px;
    border-left: 3px solid #d12626;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.page-template-template-new-eligibilityform {
    background: #FFF !important;
}

.msg-required {
    color: #FF0000;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important;
}

table.loan_calc tr>td:first-child,
table.loan_calc tr th {
    background-color: #E6E8E966 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #3875d7 !important;
    background: #3875d7 !important;
    font-weight: normal !important;
    color: #fff !important;
}

.ui-datepicker-calendar a:hover {
    border: 1px solid #98b7e8 !important;
    background: #98b7e8 !important;
    font-weight: normal !important;
    color: #fff !important;
}

/* Profile btn */
#profileBtn {
    background-color: #00000000;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-81aeba9);
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px;
}

.profile-menu {
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 1000;
}

.profile-menu.hidden {
    display: none;
}

.profile-menu a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.profile-menu a:hover {
    background: #f0f0f0;
}

table:not(.ui-datepicker-calendar) td {
    font-size: 16px !important;
    padding: 8px 15px !important;
}


table #lead-dashboard td {
    padding: 8px 15px !important;
}

.header_login:hover {
    color: #fff;
}

.wpcf7-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    /* Change the color to your own background color */
    -webkit-text-fill-color: #777777;
}

.wpcf7-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #777777;
}

.dataTables_paginate .paginate_button:hover i,
.dataTables_paginate .paginate_button:active i {
    color: #666;
}

.dataTables_paginate .paginate_button:hover,
.dataTables_paginate .paginate_button:active {
    color: #666 !important;
}

.text-nowrap.p-5 {
    padding-top: 0 !important;
}

/* View Application  */

.tab-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.custom-tab-header {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.edit-button {
    background-color: transparent;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-id-2792 .loan-details-table {
    width: auto !important;
    border-collapse: collapse;
}

.edit-button:hover {
    background-color: #0d6efd;
    color: #fff;
}

.loan-details-table tr:last-child td {
    border-bottom: 1px solid #eee !important;
}

#acf-post-wrapper div.acf-input>div>div:nth-child(1)>div.acf-field.acf-field-select>div.acf-label {
    margin-top: 0px !important;
}

/* USER */

table#useraccount td,
table#useraccount th {
    border: unset;
}

table#useraccount td {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    color: #061525;
}

table#useraccount th {
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 500;
    font-size: 18px;
    color: #9BA1A8;
    text-transform: capitalize;
}

/* sidebar */
.hamburger-menu {
    display: none;
}

.hamburger-menu i {
    transition: all 0.3s ease;
}

/* NRL Application */

div#applications_info {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #384451 !important;
}

.top-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.export-label {
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #0E1F3E;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
}

.csv-btn {
    background-color: #f3f4f6;
    color: #0E1F3E;
    padding: 10px 20px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.csv-btn:hover {
    background-color: #e5e7eb;
}

/* Lead */

#lead_info {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #384451 !important;
}

/* DASHBOARD */

.stats-master-container {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: #FFF;
}

.stat-box {
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    padding: 1rem;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
}

.stats-master-container h5 {
    margin-left: 0.5rem;
    margin-bottom: 1rem;
}

.stat-box .icon {
    font-size: 1.5rem;
    color: #6c757d;
    margin-left: 10px;
    flex-shrink: 0;
}

.stat-box h4 {
    color: #343a40;
    margin-bottom: 0.25rem;
}

.stat-box p.text-muted {
    font-size: 0.9rem;
    color: #6c757d !important;
}

.img-box {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

/* Configuration */

form.card-body .form-control {
    border: var(--bs-border-width) solid color-mix(in sRGB, var(--bs-base-color) 22%, var(--bs-paper-bg));
    border-radius: var(--bs-border-radius);
    padding: .426rem .9375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

p.error-message {
    color: red;
}

/* Admin Login */

.login-container {
    min-height: 100vh;
}

.login-image {
    max-width: 100%;
    height: auto;
}

.card-info {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.login-box {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

img.logo-img {
    width: 300px !important;
    padding-top: 40px !important;
    padding-left: 40px !important;
}

.login-left {
    padding: 50px 0px 0px 50px !important;
    background-color: #061525;
}

.right-login button.elementor-size-md.elementor-button {
    background-color: #061525;
    color: white;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    border: 1px solid #061525;
}

.login-box.h-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-login button.elementor-size-md.elementor-button:hover {
    background-color: #F2F4F8 !important;
    color: #061525 !important;
}


/* Account */

#account_info {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #384451 !important;
}

/* Custome Function */

.loan-details-container {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.tabs {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.tabs span {
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 700;
}

.tabs .active-tab {
    border-bottom: 2px solid #007bff;
}

.loan-details-table {
    width: 80%;
    border-collapse: collapse;
}

.loan-details-table td {
    font-size: 16px;
    color: #444050;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.loan-details-table tr:last-child td {
    border-bottom: none;
}

.loan-details-table td:first-child {
    font-weight: 700;
    width: 60%;
}

table.loan-details-table tr>td:first-child {
    background-color: #E6E8E966 !important;
}

.datatablelead td:first-child a {
    padding-left: 15px !important;
}

#lead tbody td:first-child {
    padding-left: 25px !important;
}

.tabel-card-body {
    width: 80% !important;
    margin: 0 auto;
}

.tabel-card-body h5.card-title {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.tabel-card-body form {
    text-align: center;
}

.tabel-card-body table.loan-parameter-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.tabel-card-body table.loan-parameter-table th,
.tabel-card-body table.loan-parameter-table td {
    padding: 12px 18px;
    vertical-align: middle;
}

.tabel-card-body table.loan-parameter-table td:first-child {
    width: 25%;
}

.tabel-card-body table.loan-parameter-table td:nth-child(2) {
    width: 30%;
}

.tabel-card-body table.loan-parameter-table td:nth-child(3) {
    width: 45%;
}

.tabel-card-body .pt-4 button {
    margin: 0 5px;
}

.dataTables_filter input[type="search"] {
    padding-left: 30px;
    position: relative;
}


.dataTables_filter input[type="search"] {
    background: none;
    font-size: 20px !important;
    margin-bottom: -20px !important;
}

.dataTables_filter {
    position: relative;
}

.dataTables_filter label {
    font-size: 0px !important;
}

.dataTables_filter::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

.profile-button-wrapper {
    position: relative;
    display: inline-block;
    min-width: 160px;
    /* Adjust as needed */
}

#profileBtn {
    width: 100%;
}

#profileMenu {
    width: 100%;
}

td.property_address {
    display: inline-block;
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: top;
    border: 0px !important;

}


#eligibility-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eligibility-loader-overlay {
    text-align: center;
}

.loader-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 15px;
}

.loader-dots span {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    animation: blink 1s infinite alternate;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

.loader-dots span:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.loader-text {
    font-weight: bold;
    font-size: 16px;
    color: #444;
}

.acf-form-submit input[type="submit"]:active,
.acf-form-submit input[type="submit"]:focus {
    color: #fff !important;
}

.jconfirm-type-orange .jconfirm-buttons button {
    font-size: 16px !important;
    padding: 5px !important;
}

.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-orange.jconfirm-type-animated {
    padding: 20px !important;
}

.acf-error-message {
    font-size: 13px;
    line-height: 1.5;
    margin: 0.5em 0;
    text-shadow: none;
    background: #ffe6e6;
    color: #cc2727;
    border-color: #d12626;
    padding: 10px 12px;
    border-left: 3px solid #d12626;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

}

/* input.input-dollar {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='12' font-family='arial'>$</text></svg>") !important;
    padding-left: 15px !important;
    background-position-y: -3px !important;
    background-repeat: no-repeat !important;
    background-size: 120px !important;

}
 */
table.dsc-table {
    margin-top: -185px !important;
}

/* .input-dollar input {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='12' font-family='arial'>$</text></svg>") !important;
    padding-left: 15px !important;
    background-position-y: -3px !important;
    background-repeat: no-repeat !important;
    background-size: 120px !important;
}
 */
.dashboard-total-loan,
.status-created,
.status-submitted_initial,
.status-submitted_pre_approved,
.status-under_review,
.status-rejected_general,
.status-term_sheet_generated,
.status-submitted_final_underwriting,
.status-approved,
.status-rejected_post_underwriting,
.status-funded_disbursed,
.status-active_current,
.status-delinquent,
.status-in_default,
.status-paid_off_closed {
    cursor: pointer;
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
}


.dashboard-total-loan:hover,
.status-created:hover,
.status-submitted_initial:hover,
.status-submitted_pre_approved:hover,
.status-under_review:hover,
.status-rejected_general:hover,
.status-term_sheet_generated:hover,
.status-submitted_final_underwriting:hover,
.status-approved:hover,
.status-rejected_post_underwriting:hover,
.status-funded_disbursed:hover,
.status-active_current:hover,
.status-delinquent:hover,
.status-in_default:hover,
.status-paid_off_closed:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}

.loan-type-eligible {
    background: rgba(5, 196, 46, 0.2) !important;
    color: #05C42E;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
    width: 15%;
    position: relative;
    bottom: 92px;
    left: 235px;

}

.loan-type-not-eligible {
    background: rgba(196, 5, 5, 0.2) !important;
    color: #C40505;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
    width: 15%;
    position: relative;
    bottom: 92px;
    left: 235px;

}

.loan-type-eligible-details {
    background: rgba(5, 196, 46, 0.2) !important;
    color: #05C42E;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
    width: 15%;
}

.loan-type-not-eligible-details {
    background: rgba(196, 5, 5, 0.2) !important;
    color: #C40505;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
    width: 15%;
}

.eligible_reason {
    font-size: 16px !important;
}

.acf-field-group-row {
    display: block !important;
}

.acf-field-6825c648e80ce {
    display: block !important;
    width: 100% !important;

}

.page-id-2701 .custom-loan-form-wrapper form,
.page-id-2792 .custom-loan-form-wrapper form,
.page-id-899 .custom-loan-form-wrapper form {
    padding: 0px !important;
}

.page-id-2792 .custom-loan-form-wrapper,
.page-id-899 .custom-loan-form-wrapper {
    margin: 0px !important;
}

.page-id-2792 .loan-type-outside-form-container,
.page-id-899 .loan-type-outside-form-container {
    padding: 50px !important;
}

.id-loanapp {
    position: absolute !important;
    top: -105px !important;
    left: 10px !important;
    font-size: 14px !important;
    color: #777777 !important;
    font-weight: 500 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    content: '\25B6';
    /* ▶ right-pointing triangle */
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #333;
    /* Arrow color */
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-indent: 0 !important;
    font-family: Arial, sans-serif;
}

/* Overwrite expanded state (- icon) with ▼ triangle */
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '\25BC';
    /* ▼ down-pointing triangle */
    background: none;
    color: #333;
}

/* td.log-message {
  white-space: normal !important;
} */



/* client dashboard css*/
.dashboard-sidebar li.elementor-icon-list-item a {
    padding: 20px !important;
    margin-bottom: 0px;
}

.dashboard-sidebar li.elementor-icon-list-item a:hover {
    background-color: #061525;
}

.reason_padding {
    padding-top: 20px !important;
}

/* div#dashboard_wrapper {
    overflow: scroll;
} */
html[data-has-loan-id="true"] #loan-app-list {
    display: none !important;
}

html[data-has-loan-id="true"] #loan-loader {
    display: block !important;
}

.wsal-frontend-container table ul {
    padding-left: 15px !important;
}

.status-grey {
    color: #777777;
    background: rgba(119, 119, 119, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-green {
    color: #05C42E;
    background: rgba(5, 196, 46, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-red {
    color: #C40505;
    background: rgba(196, 5, 5, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-blue {
    color: #007bff;
    background: rgba(0, 123, 255, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-lightblue {
    color: #17a2b8;
    background: rgba(23, 162, 184, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-orange {
    color: #fd7e14;
    background: rgba(253, 126, 20, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-purple {
    color: #6f42c1;
    background: rgba(111, 66, 193, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-darkblue {
    color: #0056b3;
    background: rgba(0, 86, 179, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-darkred {
    color: #8b0000;
    background: rgba(139, 0, 0, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-teal {
    color: #20c997;
    background: rgba(32, 201, 151, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-green-dark {
    color: #1c7430;
    background: rgba(28, 116, 48, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-yellow {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-black {
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

.status-lightgreen {
    color: #90ee90;
    background: rgba(144, 238, 144, 0.2);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 5px;
    height: 24px;
    max-width: 180px;
}

#statusChart,
#loanApplicationsChart {
    width: 100% !important;
    height: 350px !important;
    /* adjust height as needed */
}

.elementor-message-danger {
    color: red !important;
}

.elementor-message-danger:before {
    content: unset !important;
}



/* .contact-form-custom .wpcf7-form p{
	text-align:left;
	position:relative;
}
.contact-form-custom .wpcf7-form p label{
	padding: 0 20px;
	position: absolute;
    top: 15px;
}
.contact-form-custom .wpcf7-form p label span{
	color:red;
} */
.wpcf7 form .wpcf7-response-output {
    font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #d90000;
    border-radius: 18px;
    color: #d90000;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: green;
    border-radius: 18px;
    font-weight: 700;
}


/* Notes Section Styles */
.notes-section {
    background: #f8f9fa;
    border-radius: 8px;
}

.notes-section .card {
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notes-section .card-body {
    padding: 1.5rem;
}

.notes-section .card-title {
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.notes-section .btn {
    border-radius: 4px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.notes-section .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* WordPress WYSIWYG Editor Styles */
#note-editor-container {
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
}

#note-editor-container .wp-editor-wrap {
    border: none;
}

#note-editor-container .wp-editor-area {
    min-height: 200px;
    border: none;
    border-radius: 0;
    resize: vertical;
}

#note-editor-container .wp-editor-tabs {
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

#note-editor-container .wp-switch-editor {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-bottom: none;
    color: #495057;
    padding: 8px 12px;
    font-size: 12px;
}

#note-editor-container .wp-switch-editor:hover {
    background: #e9ecef;
}

#note-editor-container .wp-switch-editor.switch-tmce {
    border-right: none;
}

#note-editor-container .wp-switch-editor.switch-html {
    border-left: none;
}

#note-editor-container .wp-editor-area:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

/* Notes notification styles */
.alert.position-fixed {
    animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Loading spinner */
.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

.mt-105 {
    margin-top: 105px !important;
}

.notes-section .d-flex {
    display: flex;
    gap: 20px;
}

/* Left side editor - 60% */
.application-note-btn {
    flex: 0 0 70%;
}

/* Right side notes list - 40% */
.notes-list {
    flex: 0 0 30%;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 6px;
}

.text-heading {
    font-size: 14px;
    font-weight: 600;
}

.note-widget.card {
    border: none;
    /* background: transparent; */
    margin-bottom: 12px;
}

/* Message balloon */
.note-widget .note-message {
    background: #edf2f794;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    position: relative;
    margin-bottom: 6px;
}

/* Small arrow under the balloon */
.note-widget .note-message::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -8px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #edf2f794 transparent transparent transparent;
}

/* Meta row (date + delete link) */
.note-widget .note-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 0 2px;
}

/* Date */
.note-widget .note-meta .text-muted {
    color: #666;
}

/* Delete link */
.note-widget .delete-note-link {
    color: #a00;
    text-decoration: none;
    font-weight: 500;
    border: none !important;
}

.note-widget .delete-note-link:hover {
    color: #d00;
    text-decoration: underline;
}

.delete-note-link.btn-delete-note:hover {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    transition: 0.3s ease;
}

#notes-content .card-body {
    padding: 15px !important;
}

.note-widget .card-body {
    padding: 15px !important;

}

.eligibility_dashboard_btn {
    width: 50vw;
    margin: 100px auto 0;
    text-align: end;
    margin-top: 0;
    padding: 10px 0;
}

.eligibility_dashboard_btn a {
    border-radius: 50px 50px 50px 50px;
    background-color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

table.table.table-sm.table-bordered.loan-calc td {
    color: #333333;
    font-weight: 600;
}
.top-bar-btn .elementor-element-d3f31fb {
    justify-content:center !important;
}
span.loan-application-btn{ 
	background: #061525;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 8px;
	color: #fff;
}
