@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriad-pro-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-BOLD.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriad-pro-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/Myriad-Pro-Black-Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Wingding';
    src: url('fonts/wingding.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Caflisch Script Pro';
    src: url('fonts/CaflischScriptPro-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
.font-caflisch {
    font-family: 'Caflisch Script Pro';
}

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    * {
        -webkit-print-color-adjust: exact; 
        print-color-adjust: exact; 
    }

    @media (prefers-reduced-motion: no-preference) {
        :root {
            scroll-behavior: smooth;
        }
    }

  

    body {
        font-family: 'Myriad Pro';
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        background: #2a2a2e;
        color: #231F20;
        height: 100vh;
        line-height: 1.1;
    }


    html,
    body,
    header,
    footer,
    main,
    nav,
    section,
    div,
    menu,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    strong,
    i,
    ol,
    ul,
    li,
    form,
    label,
    button {
        margin: 0;
        padding: 0;
    }
    ol,
    ul {
        list-style: none;
    }

    button:focus,
    a:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
    }

    a {
        text-decoration: none;
        color: inherit;
        transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
    }

    a:visited,
    a:hover,
    a:active {
        text-decoration: none;
    }

    img {
        max-width: 100%;
    }
   
    .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

    .col {
        flex: 1 0 0%;
        break-inside: avoid;
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto;
        break-inside: avoid;
    }

    .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
        break-inside: avoid;
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        break-inside: avoid;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
        break-inside: avoid;
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        break-inside: avoid;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        break-inside: avoid;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%;
        break-inside: avoid;
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        break-inside: avoid;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
        break-inside: avoid;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%;
        break-inside: avoid;
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        break-inside: avoid;
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
        break-inside: avoid;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
        break-inside: avoid;
    }

    .text-start {
        text-align: left !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-end {
        text-align: right !important;
    }

    .pl-0 {
        padding-left: 0 !important;
    }
    .mr-0 {
        margin-right: 0 !important;
    }
    .bg-none {
        background: #fff !important;
    }
    .p-0 {
        padding: 0 !important;
    }
    .mb-15 {
        margin-bottom: 15px !important;
    }
  
    .page-wrapper {
        margin: auto;
        width: 8.5in;
        height: 14in;
        background-color: #fff;
        padding: 0.5in 0.5in 0.5in 0.5in;
        display: flex;
        flex-direction: column;
    }
.page-title-bar h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.page-title-bar h4 {
    font-size: 17px;
    font-weight: 900;
    font-style: normal;
}

.summery-wrapper {
    padding-top: 26.67px;
    display: flex;
    flex-direction: column;
    gap: 2.67px;
}

.summery-wrapper h2 {
    font-size: 18.67px;
    font-weight: 900;
    border-bottom: 2.5px solid #231F20;
    padding-inline: 4px;
}

.single-info {
    display: flex;
    border-bottom: 0.5pt solid #929497;
    padding-inline: 4px;
    padding-bottom: 1.33px;
}

.single-info .label {
    width: 52%;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
}

.single-info input {
    width: 48%;
    font-size: 10px;
    padding: 0;
}

input {
    border: none;
    width: 100%;
}
p {
    font-weight: 400;
}

strong {
    font-weight: 700;
}
.row-group {
    display: flex;
    flex-direction: column;
    gap: 2.67px;
}

.property-des {
    background: #E6E7E9;
    padding: 2px 4px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-des h4 {
    font-size: 14px;
    font-weight: 700;
}
.custom-checbox input {
    display: none;
}
.custom-checbox label {
    width: 12px;
    height: 12px;
    border: 0.5pt solid #000;
    display: block;
    position: relative;
}

.custom-checbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-checbox input:checked ~ label span {
    opacity: 1;
}
table {
	width: 100%;
}
table h4 {
    font-weight: 700;
    font-size: 11px;
    padding-left: 2px;
}
th {
    font-weight: 700;
    padding: 0;
}

.custom-checbox {
    margin-bottom: auto;
}

.table-checbox {
    display: flex;
    align-items: start;
    height: 100%;
}

.top-align {
    vertical-align: top;
}

.chackable-table td:nth-child(2),
.chackable-table td:nth-child(3) {
	max-width: 24px !important;
	width: 24px;
}
.mt-2 {
    margin-top: 8px;
}

.photo-display-card {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13.33px;
    background: #E6E7E9;
    margin-block: auto;
    border: 0.5pt solid #999B9E;
}
.d-flex {
    display: flex;
}

.photo-display-card p {
    font-style: italic;
    color: #939598;
}
.photo-display-card img {
	max-width: 40px;
}

.font-italic {
    font-style: italic;
}

.mt-1 {
    margin-top: 5px !important;
}

.inspection-table-wrapper {
    width: 100%;
    border-bottom: 2.5px solid #343031;
    padding-bottom: 6.67px;
}

.inspection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: #333;
    table-layout: fixed;
    margin-top: 13.33px;
}
        .inspection-table thead th {
            text-align: left;
            font-weight: 700;
            vertical-align: bottom;
            word-wrap: break-word;
            padding-left: 4px;
            line-height: 1.2;
        }

        .inspection-table .col-equal { width: 12%; }
        .inspection-table .col-description { width: 180px; }

        .inspection-table .section-header {
            background-color: #A8A9AD;
            color: white;
            padding: 2px 4px;
            font-weight: bold;
            text-align: left;
        }

        .inspection-table td {
            border: 0.5pt solid #A8A9AD;
            vertical-align: top;
            word-wrap: break-word; 
            padding: 2px 4px;
            font-size: 10px;
        }

        .inspection-table tr td:first-child { border-left: none; }
        .inspection-table tr td:last-child { border-right: none; }

        .inspection-table .total-row-label,
        .inspection-table .total-row-value {
            background-color: #A8A9AD;
            color: white;
            text-align: right;
            font-weight: bold;
            border: none;
            padding-inline: 6px;
        }

        .inspection-table .cost-val {
            text-align: right;
        }

.font-online {
    font-size: 11.33px;
}

.appraisal-block {
    margin-top: auto;
    padding-top: 13.33px;
    border-top: 2px solid #343031;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.appraisal-left h4 {
    font-size: 10.67px;
    font-weight: 700;
    padding-left: 5.33px;
}

.appraisal-left p {
    color: #76787B;
    font-size: 10.67px;
    font-weight: 700;
    margin-top: 10.67px;
    padding-left: 5.33px;
}

.single-appraisal {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 13.33px;
    font-size: 10.67px;
}
.single-appraisal input {
    width: 50px;
    font-size: 10.67px;
}

.single-appraisal label {
    font-weight: 700;
}

.custom-checbox label span {
    font-family: 'Wingding';
    font-size: 16px;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.page-title-bar {
	padding-inline: 2px;
}
.summery-wrapper p {
	padding-inline: 4px;
}




.page-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 0.5pt solid #939598;
    padding-bottom: 2px;
}
.page-topbar h4 {
    font-size: 13.33px;
    font-weight: 700;
}


.block-header {
    display: flex;
    align-items: end;
    border-bottom: 0.5pt solid #231F20;
    font-weight: 700;
    gap: 6px;
}
.block-header h4 {
    padding: 3px 7px;
    background: #231F20;
    color: #FFFFFF;
    min-width: 26%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mt-3 {
    margin-top: 14px;
}

.photocard01 {
    min-height: 225px;
}

.pt-3 {
    padding-top: 16px !important;
}
.pt-0 {
    padding-top: 0;
}
.label-50 .single-info label {
    width: 50%;
}

.label-50 .single-info input {
    width: 50%;
}
.font-normal {
	font-weight: 400 !important;
}

.ps-2 {
    padding-left: 12px;
}
.pt-1 {
    padding-top: 6px;
}

.comment-td {
    padding-right: 10px !important;
}

.mt-4 {
    margin-top: 22px !important;
}
.border-0 {
    border: none !important;
}

.block-content p {
    padding-inline: 4px;
}

.exhibits-wp {
    border: 0.5pt solid #939598;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.single-exhabits {
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 12px;
}
.single-exhabits .photo-display-card {
    min-height: 225px;
}
.border-right {
    border-right: 0.5pt solid #939598 !important;
}

.col-69 {
	width: 69%;
}

.block-header h4 i {
    font-size: 9.33px;
}

.photocard02 {
    background: #fff !important;
}
.photocard02 img {
    width: 100%;
    max-width: 100%;
    padding-inline: 25px;
}
.exhibits-border {
    border: 0.5pt solid #939598;
}

.contact-info-wp {
    display: flex;
    flex-direction: column;
}

.contact-info-wp h4 {
    font-weight: 700;
    border-bottom: 2px solid #231F20;
    padding-inline: 4px;
}
.ps-0 {
    padding-left: 0 !important;
}

.row-group h5 {
    line-height: 1.06;
    font-size: 12px;
    padding-inline: 4px;
}

.single-info > p {
	line-height: 1.1;
	max-width: 48%;
	font-size: 10px;
}

.row-group .fit-margin {
    margin-top: 6px;
}
.pe-05 {
	padding-right: 2px;
}
.content-box p {
    padding-inline: 4px;
}
.certification-content {
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.label.font-caflisch {
	font-size: 24px;
	font-weight: 400;
	line-height: 90%;
	transform: translateY(3px);
}

.me-1 {
	margin-right: 6px;
}

.appraisal-right th {
    text-align: right;
    padding-right: 13.33px;
    font-size: 10.67px;
    font-weight: 700;
}
.appraisal-right td {
    padding: 0;
    font-weight: 400;
    font-size: 10.67px;
}

.hud-label {
    font-size: 11px !important;
}

.photo-display-card.mh2-image {
	background: transparent;
	align-items: start;
	justify-content: start;
	height: fit-content;
}
.photo-display-card.mh2-image img {
	max-width: 100%;
}

.chackable-table.mh2-checkable-tabl2 {
	min-height: 61px;
}


.normal-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.normal-table th {
    font-weight: 700;
    padding-inline: 4px;
    border-bottom: 0.5pt solid #929497;
    font-size: 12px;
    text-align: left;
}
.normal-table td {
    padding-inline: 2px 4px;
    border-bottom: 0.5pt solid #929497;
    border-top: 0.5pt solid #929497;
    border-right: 0.5pt solid #929497;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    font-size: 10.5px;
    padding-right: 4px;
    line-height: 1;
}
.normal-table td:last-child {
    border-right: 0;
}
.text-left {
    text-align: left;
}
.single-info .label p {
	padding-left: 10px;
}
.comment-column {
	padding-right: 8px !important;
}

.w-10 {
    width: 10% !important;
}
.w-35 {
    width: 35% !important;
}
.check-text {
    font-family: 'Wingding';
    font-size: 16px !important;
    line-height: 1;
}
.text-center {
    text-align: center;
}
.w-30 {
    width: 30%;
}
.w-8 {
    width: 8%;
}
.grid-1 {
    grid-template-columns: 1fr !important;
}
.photo-display-card.floor-plan {
	min-height: 750px;
}

.photo-display-card.mh3-image {
	background: transparent;
	align-items: start;
	justify-content: start;
    height: fit-content;
    padding-bottom: 30px;
}
.photo-display-card.mh3-image img {
    max-width: 100%;
}
.border-top {
	border-top: 0.5pt solid #939598;
}
.photo-display-card.Manufactured-cetificate img {
    width: 100%;
    max-width: 65%;
}
.photo-display-card.Manufactured-cetificate {
	background: transparent;
	height: fit-content;
}

.photo-display-card.has-image {
    background: transparent;
    height: fit-content;
}
.photo-display-card.has-image img {
    max-width: 100%;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-bottom {
	border-bottom: 0.5pt solid #939598;
}
.border-right-0 {
    border-right: 0 !important;
}

.serial-column {
    width: 25px;
}

.table-header-col {
    background: #57585A;
    color: #fff;
    font-weight: 700 !important;
}

.property-img .imge-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    background: #E6E7E9;
    padding: 20px 10px;
}
.imge-empty img {
    max-width: 20px;
}

.imge-empty p {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    color: #939598;
}

.property-address-image {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.sales-comparison-table.normal-table td {
    border-right-color: #231F20;
}

.bg-gray {
    background: #E6E7E9;
}
.text-right {
    text-align: right !important;
}
.split {
    display: flex;
    height: 100%;
}
.split .col-left {
    width: 60%;
    border-right: 0.5pt solid #939598;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.split .col-right {
    width: 40%;
    padding-right: 4px;
}

.blank-space {
    height: 13.5px;
}
.table-header-col2 {
	background: #E6E7E9;
	color: #231F20;
	font-weight: 700 !important;
}
.quality-tr td p {
    padding-left: 12px;
}

.split-td {
    vertical-align: middle !important;
}
.header-border .table-header-col {
    border-right-color: #ABABAC !important;
}

.sell-exhibits-wp .photo-display-card {
    min-height: 255px;
}
.sell-exhibits-wp .photo-display-card.has-image img {
    margin-bottom: auto;
}

.Depreciated-Cost-table td:nth-child(2) {
    text-align: center;
    width: 47%;
}
.Depreciated-Cost-table td:nth-child(3) {
    width: 23%;
    text-align: right;
}

.total-card {
    display: flex;
    align-content: center;
    justify-content: end;
    width: 46%;
    margin-left: auto;
    background: #8E9093;
}
.total-card p {
    flex: 1;
    text-align: right;
    font-weight: 700;
    color: #fff;
    font-size: 10.66px;
}

.Improvements-table th:first-child {
    width: 77%;
}

.valuation-tbl {
    border-collapse: collapse;
}
.valuation-tbl th,
.valuation-tbl td {
    padding-inline: 5px;
    border-top: 0.5pt solid #939598;
    border-bottom: 0.5pt solid #939598;
    font-size: 10.66px;
}
.valuation-tbl th {
    font-size: 12px !important;
}
.valuation-tbl .bg-light-dark {
    color: #fff;
    font-weight: 700;
    background: #939598;
}

.bottom-align {
    vertical-align: bottom;
}

.pera-samll {
    font-size: 10.33px;
}

.certification-block-two {
    gap: 6px;
}
.photo-display-card.parking-lot.mh2-image {
	max-width: 86%;
	margin-inline: auto;
}

.coop-image3.mh3-image img {
    max-width: 85%;
    margin-inline: auto;
}
.coop-dwelling-img img {
    max-width: 90% !important;
    margin-inline: auto;
}


.photo-display-card.interior-img {
	background: transparent;
	height: fit-content;
}
.photo-display-card.interior-img img {
	width: 100%;
	max-width: 85%;
}
.photo-display-card.interior-img.Kitchen img {
	width: 100%;
	max-width: 95%;
}
.photo-display-card.interior-img.belconi img {
	width: 100%;
	max-width: 75%;
}
.border-top-0 {
	border-top: 0 !important;
}

.photo-display-card.price-trend.border-0 {
	height: 315px;
}

.property-type{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.property-item{
    display: flex;
    align-items: center;
    gap: 8px;
}

.property-item h5{
    margin: 0;
    font-size: 12px;
}

.property-item .custom-checbox label {
	width: 12px;
	height: 12px;
}

.content-title {
    border-bottom: 0.5pt solid #929497;
    margin-top: 2px;
}
.mt-auto {
	margin-top: auto;
}
.chackable-table td p {
    margin-left: 6px;
}

.border-bottom-2 {
    border-bottom: 2px solid #231F20;
}

.project-impect-col {
    width: 10%;
}

.project-comment-col {
    width: 40%;
    padding-right: 20px !important;
}

.text-white {
    color: #fff !important;
}
.bg-dark {
    background: #8F9194 !important;
}

.properties-analyzed-table th:nth-child(3),
.properties-analyzed-table td:nth-child(3),
.properties-analyzed-table th:nth-child(4),
.properties-analyzed-table td:nth-child(4) {
    width: 10%;
}
.properties-analyzed-table th:nth-child(5),
.properties-analyzed-table td:nth-child(5) {
    width: 23%;
}
.properties-analyzed-table th:nth-child(6),
.properties-analyzed-table td:nth-child(6) {
    width: 33%;
    padding-right: 3%;
}
.single-exhabits .map-image {
	min-height: 750px;
}
.mb-auto {
    margin-bottom: auto !important;
}

.ms-2 {
    margin-left: 8px !important;
}

.boundary-image {
	min-height: 765px;
}

.description-col {
    width: 30%;
}
.w-80 {
    width: 80% !important;
}
.border-white {
    border-color: #939598 !important;
}

.w-90 {
    width: 90% !important;
}

.buiding-certification th:first-child,
.buiding-certification td:first-child,
.buiding-certification th:nth-child(2),
.buiding-certification td:nth-child(2) {
    width: 35%;
}

.sketch-btm p {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #939598;
    border: 0.5pt solid #939598;
    border-top: 0;
    padding-block: 3px;
}
.align-start {
    align-items: start !important;
}

.px-0 {
    padding-inline: 0 !important;
}

.pt-2 {
    padding-block: 5px !important;
}
.rental-table .property-img {
    padding-block: 3px;
}

.rental-analysis-table {
	width: 100%;
	border-collapse: collapse;
    table-layout: fixed;
}
.rental-analysis-table td:nth-child(1){
    width:5px;
}
.rental-analysis-table th {
	font-weight: 700;
	padding-inline: 4px;
	font-size: 12px;
}
.rental-analysis-table td {
	padding-inline: 4px;
	border-bottom: 0.5pt solid #929497;
	border-left: 0.5pt solid #221E1F;
	border-right: 0.5pt solid #221E1F;
	font-size: 12px;
	font-weight: 400;
	vertical-align: top;
	font-size: 10.66px;
	padding-right: 5px;
	padding-block: 0;
	line-height: 1.2;
    max-width: calc(100% / 7);
}
.separate-col {
    width: 5px;
    max-width: 5px;
    border: none !important;
}
.rental-analysis-table td:first-child,
.rental-analysis-table th:first-child {
    width: 23%;
}
.rental-analysis-table tr:first-child td {
    border-top: 0.5pt solid #221E1F;
}

.col-description {
	width: 30%;
}

.bg-gray-800 {
    background: #E6E7E9 !important;
}

.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.medianMark-photo {
    min-height: 290px !important;
}

.me-3 {
	margin-left: 12px !important;
}

.medianMark-photo2 {
    min-height: 320px !important;
}
.align-items-end {
    align-items: end;
}









/* --- injected print fixes --- */

@media print {
 
     @page {
        size: 8.5in 14in;
        margin: 0;
    }
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

  
}