﻿* {
    box-sizing: border-box;
}

.html {
    scroll-behavior: smooth;
}

body {
    color: black;
    background-color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Webkit: Chrome, Edge, Safari, iOS (shows on scroll) */
.report-popup-prompt::-webkit-scrollbar {
    width:12px;
}

.report-popup-prompt::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.report-popup-prompt::-webkit-scrollbar-thumb {
    background: #0f3f64;
    border-radius: 10px;
    border: 2px solid #d4d4d4;
    transition: background 0.2s ease;
}

    .report-popup-prompt::-webkit-scrollbar-thumb:hover {
        background: #0f3f64;
    }

    .report-popup-prompt::-webkit-scrollbar-thumb:active {
        background: #0f3f64;
    }

.report-content-container{
    position:relative;
}

.initial-page-modifier {
    margin-top: -96px;
}

.page-setup {
    width: 100%;
    color: #001f38;
    border: 10px solid #d4d4d4;
    border-bottom: none;    
    background: #d4d4d4;
}

.preview-nav-container {
    position: sticky;
    display: flex;
    top: 0px;
    z-index: 1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #d4d4d4;
    opacity: 0.85;
    padding: 6px 20px 10px 20px;
    width: max-content;
    clip-path:polygon( 0 0, 100% 0, 100% 0%, 99% 100%, 0% 100%, 1% 100% )
}

    .preview-nav-container a,
    .preview-nav-container a:hover {
        text-decoration: none;
        color: inherit;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        margin-bottom: -2px;  
    }


.nav-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;
    height: 82px;
    width: 82px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    background: #ffffff;
    color: #0f3f64;
    border: 1px solid #cdcdcd;
    transition: ease-in 0.2s
    /*border-bottom: 4px solid #6e8ba1;
    border-top: 4px solid #6e8ba1;*/
}

    .nav-content-container:hover {
        background: #001f38;
        color: white;
    }

    .nav-content-label {
        position:relative;
        display: flex;
        align-items: center;
        font-size: 38px;
        font-weight: bold;
        height: 50%;
        /*line-height: 34px;*/
    }

.nav-content-info {
    height: 40%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content:center;
    line-height: 16px;
    padding-bottom: 4px;
}


.page-top-banner {
    background: #e0e0e0;
    height: 5px;
    width: 100%;
}

.report-section-header {
    font-size: 38px;
    font-weight: bold;
    color: #001f38;
    line-height: 30px
}

.report-header-adjustment {
    padding-left: 40px;
}

.confirmation-header {
    font-size: 24px;
    font-weight: bold;
    color: #1079b1;
    padding: 30px 0px;
    text-align: center;
}

.page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1120px;
    width: 100%;
    padding: 80px 0px;
    font-size: 14px;
    background: white;
    padding: 0px 0px 60px 0px;
}

.page-starter-spacer {
    height: 150px;
}

.margin-left-adjustment {
}

.section-banner {
    display: flex;
    align-items: center;
    position: relative;    
    height: 120px;
    width: 100%;
    color: white;
    background: #0f3f64;
}

.section-banner-denote {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 74px;
    top: 0%;
    color: white;
    font-size: 50px;
    border-right: 6px solid;
    margin-left: 40px;
    line-height: 10px;
    margin-right: 20px;
    font-weight: bold;
}

.section-banner .report-section-header{
    color:white;
}

.custom-inspection-split .split-left-denote {
    position: relative;
}

.page-content-block {
    height: 100%;
    width:100%;
    line-height: 20px;
    padding: 10px 62px;
}

.no-split {
    width: 85%;
    margin-left: 8%;
}

.custom-inspection-split {
    width: 94%;
}

.dual-entry-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dual-entry-input {
    width: 49%;
}

.content-entry-1 {
    border: 2px solid #aaaaaa;
    min-height: 36px;
    padding: 5px;
}

.content-entry-2 {    
    min-height: 46px;    
    overflow-wrap: break-word;    
    padding-top: 28px;
    position:relative;
}

.content-entry-container[data-hide-if-empty]:has(> [data-map-report]:empty) {
    display: none;
}

.line-spacer {
    padding: 5px;
}

.heading-line-height {
    line-height: 40px;
}

.content-header {
    font-size: 18px;
}

.content-header-bold {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.section-header-bold {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #0f3f64;
    line-height: 40px;
    width: 64%;
}

.inner-section-header {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 18px;
    color: #10779e;
}

.section-details-content {
    padding: 10px;
    border: 2px solid black;
}

.section-condition-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: 70px;
    width: 36%;
    right: -38px;    
    padding-left: 15px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    background-color: #0f3d64;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -25px;
    margin-top: -86px;
}

.section-condition-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #d91724;
    color: white;    
    font-size: 26px;
    font-weight: 600;    
}

.section-condition-term {
    color: white;
    margin: auto;
}

.content-table-border {
    border: 2px solid grey;
}

.cover-seperator {
    color: black;
    margin-top: 0px;
    border-top: 2px solid black
}

.report-popup-prompt {
    display: block;
    position: fixed;
    height: 95vh;
    width: 92vw;
    background: #d4d4d4;
    left: 3vw;
    border: 1px solid white;
    border-radius: 2px;
    overflow: auto;
    color: black;
    top: -100vh;
    opacity: 0;
    transition: 0.3s ease-in;
}

.report-popup-open {
    opacity: 1;
    top: 2.5%;
    z-index: 3;
}

@media (min-width:1400px) {
    .report-popup-prompt {
        width: 78vw;
        left: 11vw;
    }
}


@media (max-width:1400px) {
    .page-split {
        justify-content: space-evenly;
    }
}


.report-cover {
    height: 1200px;
    width: 100%;
    position: relative;
}

.report-cover-graphic {
    background-image: url("/Content/images/terrace.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 900px;
    width: 70%;
    top: 25%;
    position: absolute;
}

.cover-top-banner {
    position: absolute;
    background: #462e9e;
    height: 55px;
    width: 25%;
    right: 3%;
}

.banner-ricks-logo {
    position: absolute;
    bottom: -80px;
}

.report-popup-close {
/*    position: sticky;
    right: 20px;
    background: white;
    height: 50px;
    width: 52px;
    top: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 2px #001f38, 0px 0px 0px 4px white, 1px 3px 10px 1px black;
    cursor: pointer;
    margin: 0px;
    float: right;
    opacity: 0.95;
    z-index: 1;*/
}

    .report-popup-close:hover {
        background: #001f38;
        color: white;
    }

.cover-header-block {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 350px;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 20px;
    right: -200px;
    top: 135px;
    background: #462e9e;
    color: white;
    font-size: 14px;
}

.header-info-spacer {
    padding-top: 4px;
}

.header-block-spacer {
    padding-top: 15px;
}

.header-level-text {
    font-size: 22px;
    font-weight: bold;
}

.header-report-title {
    font-size: 42px;
    padding-top: 10px;
}

.header-adr-title {
    padding-top: 45px;
}

.headings-company-title {
    font-size: 28px;
}

.headings-level-title {
    font-size: 36px;
}

.headings-name-title {
    font-size: 36px;
}

.header-address-block {
    height: 30%;
    display: flex;
    flex-direction: column;
}

.header-surveyor-block {
    width: 100%;
    display: flex;
}

.surveyor-info-details {
    width: 50%;
}

.header-surveyor-num {
    display: flex;
    justify-content: right;
    width: 50%;
    position: relative;
}

.surveyor-num-val {
    font-size: 160px;
}

.section-title-tag {
    font-size: 180px;
    font-weight: bold;
}

.section-title-header {
    font-size: 40px;
    font-weight: bold;
}

.section-content-large {
    font-size: 16px;
}

.inspection-custom-container {
    display: flex;
    width: 100%;
    padding-right: 5px;
}

.inspection-left-spacer {
    width: 15%;
}

.inspection-content-block {
    width: 85%;
}

    .inspection-content-block ul {
        padding-left: 15px;
        line-height: 22px;
    }


.inspection-block-header {
    background: #462e9e;
    color: white;
    padding: 10px;
}

.inspection-block-title {
    display: flex;
}

.inspection-title-spacer {
    width: 14%;
}

.inspection-reminder-block {
    background: rgb(240, 240, 240);
    padding: 20px;
    width: 85%;
}

.reminder-icon {
    display: inline-block;
    background: #462e9e;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    padding: 4px 11px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 6px;
}

.reminder-title {
    color: #462e9e;
    font-size: 16px;
    font-weight: bold;
}

.b-summary-block {
    border-left: 2px solid #462e9e;
    border-right: 2px solid #462e9e;
    border-bottom: 2px solid #462e9e;
}

.b-title-block {
    background: #462e9e;
    color: white;
    padding: 15px 12px;
    font-weight: bold;
}

.b-summary-content {
    padding: 10px;
}

.contents-lookUp-block {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 95%;
    justify-content: space-between;
    align-items: center;
}

.lookUp-section {
    position: relative;
}

.lookUp-smallPrint {
    line-height: 14px;
}


.lookUp-header {
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    color: #001f38;
    top: -45px;
    left: -90px;
}

.lookUp-entry {
    border-top: 1px solid grey;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

    .lookUp-entry:last-child {
        border-bottom: 1px solid grey;
    }

.lookUpAlign {
    display: inline-block;
    width: 46px;
    font-weight: bold;
    font-size: 22px;
}

.contents-final-info {
    width: 70%;
    font-size: 14px;
}


.inspection-rating-row {
    display: flex;
    width: 100%;    
    align-items: center;
    height: 50px;
}

.rating-row-value {
    display: flex;
    height: 40px;
    width: 40px;
    background: red;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    border-radius: 100%;    
}

.rating-row-description {
    padding-left: 12px;
    width: fit-content;
}

.rating-desc-title {
    padding-bottom: 10px;
}

.rating-value-3 {
    background: #ff4646;    
}

.rating-value-2 {
    background: #ff8500;    
}

.rating-value-1 {
    background: #0b890b;    
}

.rating-value-ni {
    background: #808080;
}

.rating-value-3 .fa-thumbs-down {
    transform: scaleX(-1);
}

.rating-value-2 .fa-thumbs-down {
    rotate: -90deg;
}

.rating-value-1 .fa-thumbs-down {
    rotate: -180deg;
}


.opinion-rating-table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    .opinion-rating-table th, .opinion-rating-table td {
        padding: 8px !important;
        border: 1px solid grey;
    }

    .opinion-rating-table th {
        text-align: left;
        background: rgb(240, 240, 240);
    }

.opinion-rating-table a {
    color:black;
}

.condition-ratings-table {
    width: 100%;
}

table.condition-ratings-table tr {
    /*border-bottom: 1px solid #c8c8c8*/
}

.condition-ratings-table tr:last-child td {
    border-bottom: 2px solid #c8c8c8
}

table.condition-ratings-table td {
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8
}

table.condition-ratings-table td {
    padding: 5px;
}

    table.condition-ratings-table td:nth-child(1) {
        width: 10%;
        border-bottom: none;
        border-right: none;
    }

    table.condition-ratings-table td:nth-child(2) {
        width: 25%;
    }

    table.condition-ratings-table td:nth-child(3) {
        width: 25%;
    }

    table.condition-ratings-table td:nth-child(4) {
        width: 40%;
        border-right: none;
    }

.condition-ratings-table .rating-row-value {
    width: 60px;
    margin: 0 auto;
}


.report-preview-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

    .report-preview-table td, th {
        text-align: center;
    }

    .report-preview-table th {
        height: 50px;        
        text-align: center;
        padding: 5px;
    }

    .report-accomodation-table th {
        width: 10%;
    }

        .report-preview-table th:nth-child(1) {
            background: white;
            border-bottom: none;
            text-align: center;
            padding: 5px;
        }

    .report-preview-table tr:nth-child(1) {
        background: #0f3f64;
        color: whitesmoke;
        padding: 5px 4px;
    }

    .report-preview-table td {
        color: black;
        border: 1px solid black;
    }

.table-custom-energy-cell {
    width:30.5%;
}

.prop-row-header {
    background: #0f3f64 !important;
    color: white;
    padding: 5px;
}

.custom-accomodation-block .report-preview-table {
    margin-top: 10px;
    background-color: white;
    width: 100%;
}

    .custom-accomodation-block .report-preview-table td {
        background: white;
    }

    .custom-accomodation-block .report-preview-table th:nth-child(1) {
        background: #f2f2f2;
    }

    .custom-accomodation-block .report-preview-table tr:nth-child(1) {
        background: linear-gradient(#0a5b82 40%,#12759c 100%);
    }

.custom-accomodation-block .prop-row-header {
    background: linear-gradient(#0a5b82 40%,#12759c 100%) !important;
}


.sitenote-accomodation-block {
    padding: 30px 40px;
}

    .sitenote-accomodation-block .report-preview-table {
        width: 100%;
    }

        .sitenote-accomodation-block .report-preview-table td {
            background: white;
        }

        .sitenote-accomodation-block .report-preview-table th:nth-child(1) {
            color: white;
        }

        .sitenote-accomodation-block .report-preview-table tr:nth-child(1) {
            background: whitesmoke;
            color: black;
            /*background: linear-gradient(#0a5b82 40%,#12759c 100%);*/
        }

    .sitenote-accomodation-block th {
        border: 1px solid black;
    }



.c-cover-list {
    padding-left: 18px;
    font-size: 14px;
    margin-top: -5px;
    line-height: 20px;
}

.checkbox-collection {
    display: flex;
    width: 100%;
}

.checkbox-input-block {
    width: 15%;
}

    .checkbox-input-block .content-header-bold {
        text-align: center;
    }

.checkbox-select-container {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.checkbox-select-input {
    width: 50px;
    height: 100%;
    border: 2px solid #aaaaaa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.smallPrint-italic {
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}

.val-rep-page .inspection-reminder-block {
    width: 100%;
    margin-top: 20px;
    padding: 25px 30px;
}

.valuation-input-entry {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: 2px solid grey;
}

.valuation-date-value {
    width: 40%;
}

.valuation-input-block {
    display: flex;
    justify-content: space-between;
}

.valuation-amount-digits {
    width: 49%;
}

.valuation-amount-desc {
    position: relative;
    width: 49%;
}

.amount-desc-note {
    position: absolute;
    bottom: -100%;
}

.valuation-input-tenure {
    width: 49%;
}

    .valuation-input-tenure .valuation-amount-digits {
        width: 100%;
    }

    .valuation-input-tenure .content-header-bold {
        display: flex;
        width: 100%;
    }

.valuation-tenure-value {
    width: 100%;
    margin-left: 5px;
}

.valuation-sqm-value {
    width: 46%;
    margin-left: 10px;
}

.sqm-desc {
    position: absolute;
    bottom: -100%;
    font-size: 14px;
    font-weight: 400;
}

.col-text-setup {
    width: 100%;
    column-count: 2;
}

.li-remove-bullets {
    list-style-type: none;
    padding-left: 25px;
}

.custom-li-padding {
    padding-left: 25px;
}

.custom-bold-fontSize {
    font-size: 16px;
}

.output-inner-container {
    position:relative;
    padding-bottom: 30px;
}

.condition-map-block {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-top: 2px;
}

.condition-map-bold {
    font-weight: bold;
}

.condition-map-icon {
    display: flex;    
    width: 25px;
    text-align: center;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    padding: 14px;
}

.output-entry-identifier {    
    padding:4px;
    transition: 0.5s ease-in;
    box-shadow: 0px 0px -5px 1px grey;
}

.condition-entry-modifier {
    width: 95%;
    transition: 0.5s ease-in;
}

.custom-info-headers {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.custom-ul-li {
    padding-left: 15px;
    line-height: 22px;
}

/*Edit related styling*/
.output-edit-identifier{
    position:relative;
}


.edit-preview-styling {
    padding: 18px;
    margin: 20px 10px;
    box-shadow: 0px 0px 5px 1px #c1c1c1;
    background-color: rgba(0, 123, 255, 0.06);
    /*border-radius: 16px;*/
    outline: none;
    font-size: 16px;
}

    .edit-preview-styling[data-edit-type="UniqueTextEntry"] {
       margin:10px;
    }

    .edit-preview-styling:focus {
        box-shadow: 0px 0px 5px 1px #c1c1c1;
        outline: none;
    }


.edit-btn-block {
    display: flex;
    position: absolute;
    justify-content: space-evenly;    
    width: 212px;
    right:0px;
    bottom: -15px;
    z-index:1;
}

    .edit-btn-block:not(:has(.edit-btn-delete)) {
        width: 160px;        
    }

.preview-edit-btn {
    cursor: pointer;
    font-size: 30px;
    box-shadow: 0px 0px 1px 1px #d9d9d9;
    border-radius: 100%;
    background: #f0f7ff;
    transition: 0.3s ease-in
}

    .preview-edit-btn:hover{
        transform:scale(1.2)
    }

.edit-btn-save {
    color: #0b890b;
}

.edit-btn-delete {
    color: #ff4646;
}

.edit-btn-cancel {
    color: #0085ff;
}

.submission-btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f3f64;
    height: 44px;
    padding: 30px;
    width: 100%;
    margin: -64px auto;
    /*clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);*/
    padding-bottom: 38px;
    border-left: 10px solid #d4d4d4;
    border-right: 10px solid #d4d4d4;
}

#report-submit-confirm {
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    width: 280px;
    background: white;
    color: black;
    line-height: 18px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0 0 2px #0f3f64, 0 0 0 4px #e7e7e7;
    transition:0.32s ease-in-out
}

#report-submit-confirm:hover {
    transform: scale(1.05);
    background: #0f3f64;
    color:white;
}

    .load-photos-report {
        display: flex;
        justify-content: center;
    }

#report-load-photos {
    background-color: #0E769D;
    padding: 7px 14px;
    color: white;
    text-align: center;
    font-size: 15px;
    float: left;
    border-radius: 10px;
    border: 2px solid #0E769D;
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 7.5%
}

#report-load-photos:hover {
    background-color: #0a5774;
    border: 2px solid #0a5774;
}

.custom-order-description{
    order:1;
}

.custom-order-features {
    order: 2;
}

.custom-order-condition {
    order: 3;
}

.custom-order-action {
    order: 4;
}

.custom-order-advice {
    order: 5;
}

.custom-order-legal {
    order: 6;
}

.custom-order-risks {
    order: 7;
}


.row-info-block-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 60px;
    padding: 4px 0px;
}

.row-info-label-container {
    display: flex;
    align-items: center;
    background: #0f3f64;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;    
    width: 30%;     
}

.row-info-label-details {
    color: white;
    padding: 12px 22px;
    font-weight: bold;
}

.row-info-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 69%;
    border: 2px solid black;
}

.row-info-content-details {
    padding: 12px 14px;
}

.info-row-adjustment{
    padding:12px;
}

.info-notice-block {
    display: flex;    
    align-items:center;
    width: 100%;
    padding: 22px;
    background: rgb(235 243 251);
}

.info-notice-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    color: white;
    font-size: 18px;
    border-radius: 80%;
    background: #0f3f64;
    align-self: flex-start;
}

.info-notice-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
}

.info-notice-content-header {
    font-size: 24px;
    font-weight:bold;
    color: #0f3f64;
    padding-bottom:10px;
}

[data-map-report="A2"] .section-details-content {
    border: none !important;
    padding: 0px !important;
    margin-top: -10px;
}

.location-risk-header {
    font-size: 22px;
    font-weight: bold;
    padding: 12px 0px 12px 0px;
    color: #0f3f64;
}

.breakdown-rating-header {
    font-size:18px;
    font-weight: bold;
}

.breakdown-rating-header-element { 
    color: #1079b1;
    padding-right:4px;  
}

.count-element-label {
    color:#19a4d8;
    font-weight:bold;
}

.risk-building-rating {
    background: #10779e
}

.risk-people-rating {
    background: #0f3f64
}

.risk-grounds-rating {
    background: #28bfed
}

[data-edit-type] {
    position: relative;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;    
    color: inherit;
    cursor: default;
    transition: 0.26s ease-in
}

.report-edit-activation [data-edit-type]:hover {
    cursor: url('/Content/images/pencil.png') 0 18, pointer;
    padding: 18px;
    font-size: 16px;
} 

/* Normal hover effect for non-empty elements */
@media (hover: hover) and (pointer: fine) {
    .report-edit-activation [data-edit-type]:not(:empty):hover {
        background-color: rgba(0, 123, 255, 0.06);
        box-shadow: 0px 0px 5px 1px #c1c1c1;
        font-size: 16px;
    }
}


/* Show red message only on hover if truly empty or empty string */
@media (hover: hover) and (pointer: fine) {
    .report-edit-activation .row-info-content-details:empty:hover {
        background-color: #f8d7da; /* light red */
        border: 1px solid #f5c6cb;
        color: #721c24; /* dark red */
        font-weight: bold;
        font-size: 0.9rem;
        cursor: pointer;
    }

    .report-edit-activation .row-info-content-details:empty:hover::after {
        content: "App Input Entry Required For Edit";
        position: absolute;
        color: #721c24;
        white-space: nowrap; /* prevent line break if needed */
        text-align: center;
        width: max-content; /* shrink to content width */
    }
}


/* Optional: touch device focus/active handling can be added similarly */
@keyframes fadeInEditIcon {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(4px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.mapper-text-content {
    line-height:24px;
}

    .mapper-text-content:focus-visible {
        outline: none;
        border: none;
    }

#risk-pie-chart {
    margin-bottom:32px;
}

#condition-bar-chart {
    margin-bottom: 32px;
}

.nav-photos-loaded {
    background: #a1a1a1;
    color: white;
    pointer-events: none;
}

#edit-btn-undo {
    display:none;
}

#edit-btn-undo .nav-content-label {
    padding-top: 10px;
}

.undo-icon-expand .fa-undo {
    transform: scale(1.34);
}

.undo-label-count {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 7px;
    top: 13px;
    width: 20px;    
    text-align: center;
}

.edit-btn-disabled {
    background: #a1a1a1;
    color: white;
    pointer-events: none;   
}

/*only show undo button if report preview is in edit state */
.report-edit-activation #edit-btn-undo {
    display:flex;
}

.report-end-marker {
    background: #d4d4d4;
    width: 100%;
    height: 8px;
    position: absolute;
    border: 0px;
    bottom: 0px;
    border-left: 10px solid #d4d4d4;
    border-right: 10px solid #d4d4d4;
    z-index: 0;
}

table tr {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);    
}

    table:target {        
        transform: scale(1.00);                        
        animation: pulse 1.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

@keyframes pulse {
    0% {        
        transform: scale(1.00);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(59, 130, 246, 0), /* Professional blue ring */
        0 8px 32px rgba(59, 130, 246, 0.6), inset 0 1px 0 rgba(255,255,255,0.4);
        transform: scale(1.03);
    }

    100% {        
        transform: scale(1.00);
    }
}

table [data-link] {
    position: relative;    
    cursor:pointer;
}

    /* Hover color change (desktop) */
    table [data-link]:hover {
        background-color: #eef5ff;        
    }