:root {
    --novgreen: #34D8B5;
    --white: #ffffff;
    --black: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.dimos-button-1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 10px 16px;
    gap: 8px;
    width: fit-content;
    height: 40px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.dimos-button-1.white {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
}

.dimos-button-1.green {
    background: var(--novgreen);
    color: #fff;
}

.nov-nav-bar-extra-buttons {
    display: flex;
    gap: 15px;
}

.dimos-button-1 > p {
    width: max-content;
}

.dimos-button-bg > p {
    width: max-content;
}

.dimos-button-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 10px 16px;
    gap: 8px;
    width: fit-content;
    height: 44px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    cursor: pointer;
}

.dimos-button-bg.white {
    background: #FFFFFF;
    color: #000;
    border: 1px solid var(--gray-300, #D0D5DD);

}

.dimos-button-bg.green {
    background: var(--novgreen);
    border: 1px solid var(--novgreen);
    color: #fff;
}

.dimos-button-bg.yellow {
    background: #ecc780;
    border: 1px solid #ecc780;
    color: #000;
}



.dimos-button-bg.purple {
    border: 1px solid var(--primary-600, #7F56D9);
    background: var(--primary-600, #7F56D9);
    color: #fff;
}

.margintop20 {
    margin-top: 50px;
}

.margintop50 {
    margin-top: 50px;
}

.gray-cta-section {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--gray-50, #F9FAFB);
}

.cta-title {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.cta-subtitle {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.cta-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer {
    padding: 22px 10px;
    max-width: 1216px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-200, #EAECF0);
}

.footer-text {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    padding: 0px 24px 35px 24px;
}

.footer-grid-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-grid-item-title {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}

.footer-grid-item-link {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.auth-screen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.auth-img {
    width: 100%;
    height: 100vh;
}

.novInputWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.novInputWrapper > p {
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.NovInputText {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.NovInputSelect {
    width: 100%;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 450px;
}

.auth-form-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: flex;
}

.auth-title {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; 
}

.auth-subtitle {
    color: var(--gray-500, #667085);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.auth-logo {
    height: 140px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 4px;
    margin-top: 22px;
}

.address-item {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--gray-200, #EAECF0);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.address-item-contents {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.address-item-city {
    color: var(--primary-700, #6941C6);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.address-item-text {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

.select-address-btn {
    display: flex;
    width: 126px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--primary-50, #F9F5FF);
    background: var(--primary-50, #F9F5FF);
    gap: 8px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

#postal-code-results {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.rotate-loading  {
    animation: rotation 2s infinite linear;
    width: 114px;
    margin: auto;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

.filter-form-2 {
    width: 100%;
    background-color: #F9FAFB;
    border-radius: 12px;
}


.property-item {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--gray-200, #EAECF0);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.property-item-contents {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
}

.property-item-city {
    color: var(--primary-700, #6941C6);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.property-item-text {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}

.select-property-btn {
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--primary-50, #F9F5FF);
    background: var(--primary-50, #F9F5FF);
    gap: 8px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.go-to-property-btn {
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}


.view-button-table {
    color: var(--primary-700, #6941C6);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}

.table-sub-th {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.two-line-nv-td {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nv-status-bar {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 5px 7px;
    border-radius: 20px;
    width: 164px;
}

.nv-status-bar.green {
    color: var(--success-700, #fff);
    background-color: #027A48;
}

.nv-status-bar.red {
    color: var(--success-700, #fff);
    background-color: #dc0303;
}

.nv-status-bar.orange {
    color: var(--success-700, #fff);
    background-color: #DC6803;
}

.nv-status-bar.purple {
    color: var(--success-700, #fff);
    background-color: #a643e4;
}

.show-more-table-row-btn {
    width: 30px;
}

.roadmap-table-header {
    border-bottom: 1px solid var(--gray-200, #EAECF0);
    background: #E0E0E0;
}

.roadmap-year {
    font-size: 30px;
    font-weight: 700;
    width: 130px;
    text-align: center;
    border-right: 1px solid #dddddd;
}

tr.inner-roadmap {
    border-bottom: 1px solid #dddddd;
}

tr.inner-roadmap:last-child {
    border-bottom: 0px solid #dddddd;
}


tr.inner-roadmap > td {
    border-bottom: 0px solid #dddddd;
    text-align: center;
}

tr.inner-roadmap > td {
    border-top: 0px solid #dddddd;
}

.property-info-item-icon {
    width: 40px;
}

.property-info-item {
    border-radius: 12px;
    border: 1px solid #E0DFE3;
    background: var(--base-white, #FFF);
    display: grid;
    padding: 16px;
    gap: 10px;
    align-self: stretch;
    grid-template-columns: 40px 1fr;
    width: 100%;
    box-sizing: border-box;

}

.property-info-item-title {
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.property-info-item-subtitle {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.property-info-item-status.orange {
    color: #F17400;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #FFEAB2;
    background: #FFEAB2;
    height: fit-content;
    padding: 3px 9px;
    width: max-content;
}

.property-info-item-status.purple {
    color: #7f56d9;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #f4ebff;
    background: #f4ebff;
    height: fit-content;
    padding: 3px 9px;
    width: max-content;
}

.property-info-item-status.green {
    color: var(--success-700, #027A48);
    font-family: Inter;
    width: max-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    height: fit-content;
    border-radius: 8px;
    padding: 3px 9px;
    border: 1px solid var(--success-50, #ECFDF3);
    background: var(--success-50, #ECFDF3);
}

.property-info-item-head {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.grey-bar-100 {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: var(--gray-200, #EAECF0);   
}

.property-info-item-flx-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.property-info-contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
}

.progress-bar-filled {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.property-info-item-fields-filled {
    display: flex;
    justify-content: end;
    width: max-content;
}

.hire-assessor-cta {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--gray-200, #EAECF0);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.hire-assessor-cta-title {
    color: var(--gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
}

.hire-assessor-cta-subtitle {
    color: var(--gray-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.hire-assessor-cta-btns {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

@media only screen and (max-width: 900px) {
    .lnd-features-grid {
        grid-template-columns: 1fr !important;
    }

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

}

@media only screen and (max-width: 1000px) {
    .hero-section {
        background-size: 190% !important;
    }
}

@media only screen and (max-width: 950px) {
    .testimonials-grid-2 {
        grid-template-columns: 1fr !important;
    }
}

@media only screen and (max-width: 1000px) {

    .stats-section-content {
        grid-template-columns: 1fr !important;
    }

}


@media only screen and (max-width: 1000px) {

    .auth-screen-grid > div:last-child {
        display: none;
    }

    .auth-screen-grid {
        grid-template-columns: 1fr !important;
    }

}


.section-content {
    padding: 0px 15px;
}

@media only screen and (max-width: 680px) {
    .hero-enter-pc {
        flex-direction: column;
    }

    .hero-enter-pc > .dimos-button-bg {
        width: 100%;
    }
}

.property-item:hover {
    background-color: #f1f1f1 !important;
}

.colla-title {
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.prop-section-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.prop-section-content-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}



.prop-section-subtitle {
    color: var(--gray-600, #475467);
/* Text sm/Regular */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 0px 10px;
}

.prop-section-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.prop-section-sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

.b-nov-input-wrapper {
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 2px 4px;
    gap: 4px;
    align-items: center;
}

.b-nov-input {
    border: 0px !important;
    height: 34px !important;
}

select.b-nov-input {
    border: 0px !important;
    height: 34px !important;
    padding: 0px;
    margin-top: 0px;
}


.b-nov-input-title {
    color: var(--gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.b-nov-input-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-end;
}

.b-nov-input-note {
    color: var(--gray-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.confidence-rating {
    display: flex;
    height: 26px;
}

.buttons-save-cancel {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.buttons-aligned-left-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 27px;
}

.select-survey-input {
    margin-top: 0px;
}

.open-section-header-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    background-color: #ebeeff;
    padding: 8px 12px;
    border-radius: 9px;
}

.open-section-go-to-img {
    width: 29px;
}

.inner-section {
    display: none;
}

.inner-section-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    background-color: #c9c7cc;
    border-radius: 8px;
    padding: 8px 14px;
    margin-top: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.inner-section-header > p {
    font-size: 20px;
    font-weight: 600;
}

.open-section-wrapper {
    cursor: pointer;
}

.open-section-wrapper-2 {
    cursor: pointer;
}

input:read-only {
    background-color: #fdffdd99;
}

.select-sindiasmos-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    text-align: center;
    background-color: #dae46b;
    padding: 10px;
    border-radius: 14px;
    cursor: pointer;
}


.select-sindiasmos-item > img {
    height: 70px;
}


.has-been-filled {
    padding: 8px 11px;
    font-weight: 600;
    width: max-content;
    font-size: 15px;
    border-radius: 10px;
    justify-self: end;
    margin-right: 10px;
    color: #fff;
}

.has-been-filled.yes {
    background-color: #027A48;
}

.has-been-filled.no {
    background-color: #dc0303;
}

.simpli-psif > div {
    display: grid;
    grid-template-columns: minmax(0, 6fr) 1fr;
    align-items: center;
    padding: 0px 0px 0px 10px;
    border-radius: 9px;
}

.simpli-psif {
    display: flex;
    flex-direction: column;
}

.simpli-psif > div:nth-child(even) {
    background-color: #667085;
    
}

.simpli-psif > div:nth-child(even) > label {
    color: #fff;
}

.simpli-psif > div > input {
    padding: 7px 13px;
    gap: 8px;
    width: 100%;
    height: 34px;
}

.psifodeltio-head > img {
    height: 150px;

}

.psifodeltio-head {
    text-align: center;
}