#personalized-solition-modal {
    max-width: 1000px;
    min-width: 800px;
}

export-wrapper {
    font-family: 'Roboto', Arial, sans-serif;
    color: grey;
    padding: 0;
    margin: 0 auto;
}

#top-banner {
    background-image: url('/img/exports/header.png');
    height: 100px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #top-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('/img/exports/header.png') no-repeat center center;
        background-size: cover;
        z-index: -1;
        background-size: cover; /* or 'contain' depending on your needs */
        background-position: center; /* adjust as needed */
    }

.banner-text {
    color: white; /* Adjust the text color as needed */
    font-size: 1.5em; /* Adjust font size as needed */
}

    .banner-text.left {
        font-size: 1.8em;
        text-align: left;
        padding-left: 20px;
    }

    .banner-text.right {
        font-size: 1em;
        text-align: right;
        padding-right: 20px;
    }
        .banner-text.right.community-banner {
            font-size: 1em;
            text-align: right;
            padding-right: 20px;
        }

.seperator {
    height: 30px;
    width: 100%;
    border-bottom: 2px solid #f58326;
}

    .seperator.absolute {
        position: absolute;
        bottom: 0;
    }

.spaced {
    margin-top: 10px;
}

.seperator-title {
    border-top: 1px solid orange;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    height: 100%;
    width: 120px;
    background-image: url(/img/exports/section.png);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

#contact-section {
    background-color: #707070;
    padding: 10px 20px;
    color: white;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Added for responsiveness */
}


    #contact-section .adviser-label {
        margin-right: 5px;
        font-style: italic;
    }

    #contact-section .contact-name {
        font-weight: bold;
    }

    #contact-section .separator {
        height: 16px;
        width: 1px;
        background-color: white;
        margin: 0 10px; /* Adjust spacing around the separator */
    }

    #contact-section i {
        margin-right: 5px; /* Space between icon and text */
    }

    #contact-section .contact-info {
        white-space: nowrap; /* Prevents line break in contact info */
    }


.community-details {
    display: flex;
    align-items: center;
}

.abbreviation-circle {
    background-color: white;
    color: #5f6062;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 4px solid #f47625;
    font-size: .8em;
}

.community-name {
    color: white; /* Adjust text color as needed */
    font-size: 1.5em; /* Adjust font size as needed */
}

#home-solution-section img {
    height: auto;
}

#specs-and-graph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Added for responsiveness */
    padding-top: 15px;
}


#specifications-table {
    width: 100%; /* Adjusted to 100% */
    border-collapse: collapse;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
}

    #specifications-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

        #specifications-table td:nth-child(odd) {
            font-weight: bold; /* Makes the first and third column (labels) bold */
        }

    #specifications-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    #specifications-table tr:hover {
        background-color: #eaeaea;
    }



#graph-placeholder {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.graph-placeholder {
    width: 65%;
    margin-left: 15%;
  
}
.graph-img {
    max-width: 80%;
    max-height: 80%;
}

#lower-banner, #sub-banner {
    width: 100%;
    height: 80px;
    text-align: center;
    background-image: url(/img/exports/footer.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: .7em;
    color: white;
}

#school-names {
    display: flex;
    justify-content: space-around;
}

#disclaimer {
    font-size: 12px;
    margin: 20px;
}

#home-picture-section {
    width: 100%;
    max-height: 33vh; /* 33% of the viewport height */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    overflow: hidden; /* Ensures the image doesn't exceed the container */
}


    #home-picture-section img {
        max-height: 300px;
    }

#home-picture-and-graph {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#true-homes-charts {
   
    /*justify-content: space-between;
    align-items: center;*/
}

#home-picture-section, #graph-placeholder {
    flex: 1; /* Each takes half of the available space */
    padding: 10px; /* Optional: Adds some space around the elements */
    /* background-color: #f5f5f5; */
}

    #home-picture-section img, .graph-img {
        width: 100%;
        height: auto;
    }

.true-homes-text {
    width: 160px;
    font-size: 23px;
    padding-right: 10px;
    font-weight: normal;
    color: white;
}

.true-homes-logo {
    font-weight: bold;
    font-size: 1.2em;
    color: black; /* Adjust as needed */
    display: flex;
    align-items: center;
}

.outer-orange-box {
    background-color: orange;
    padding: 5px;
    display: inline-flex;
    align-self: start;
    margin-right: 10px;
    height: 55px;
    width: 55px;
}

.inner-orange-box {
    background-color: orange;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    height: 44px;
    width: 44px;
    padding-top: 4px;
}

.true-homes-reserves {
    font-size: 0.8em;
    text-align: left;
    flex-grow: 1;
    margin: 0 10px;
}

.equal-housing-logo {
    margin-left: 10px;
    margin-right: 10px;
}

    .equal-housing-logo img {
        width: 40px;
    }

#school-names {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}

    #school-names span {
        margin: 0 10px;
        font-size: 1em;
        color: #333; /* Darker text color for contrast */
        font-weight: bold; /* Make text bold */
    }
#advisorSelect {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #707070; /* Grey background */
    color: white; /* White text */
    padding: 5px 10px;
    border: 1px solid #ddd; /* Light border for some contrast */
    border-radius: 4px; /* Optional: rounded corners */
    margin-right: 10px; /* Space between dropdown and next element */
    font-size: 0.9em;
}

    /* Style for options inside the dropdown */
    #advisorSelect option {
        background-color: #707070; /* Grey background */
        color: white; /* White text */
    }

    /* You may also want to style the hover and focus states */
    #advisorSelect:hover, #advisorSelect:focus {
        border-color: #f58326; /* Color change on hover/focus */
    }

.close-modal-button {
    position: absolute;
    top: 0px;
    right: -60px;
    cursor: pointer;
    z-index: 1000;
    background-color: white;
    color: #5f6062;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 4px solid #f47625;
    font-size: 1em;
}

.print-icon {
    position: absolute;
    top: 46px;
    right: -60px;
    cursor: pointer;
    z-index: 1000;
    background-color: white;
    color: #5f6062;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 4px solid #f47625;
    font-size: 1em;
}

@media print {
    body * {
        visibility: hidden;
    }

    #final-export-modal-panel, #final-export-modal-panel * {
        visibility: visible;
    }

    #final-export-modal-panel {
        position: absolute;
        left: 0;
        top: 0;
    }

    #top-banner {
        visibility: visible;
    }

    #top-banner::before {
        content: url('/img/exports/header.png');
        width:100%;
    }

    #top-banner, .seperator-title, #lower-banner, #sub-banner {
        position: relative;
    }
}

@page {
    size: A4 portrait;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    -webkit-print-color-adjust: exact;
}

* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important; /* Firefox 48 – 96 */
    print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}
.seperator-white {
    height: 30px;
    width: 100%;
    border-bottom: 2px solid hidden;
}
