
body, html, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}


body, html {
    background-color: white;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #666;
    padding: 20px;
}

.container1, .container2, .container3 {
    background: #f7f9fc;
}


.container1 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);

}

.container2 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;

    background-color: rgb(255, 255, 255); 
}

.container3 {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f0f0f0;
    color: #333;
    text-align: left;
}


button {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #218838;
}


.container1 h2, .container2 h2, .container3 h2, #quoteTitle {
    color: #003366;
    margin-bottom: 20px;
}

#confirmationSection, #propertyValueSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}

.confirmationItem, .propertyValueItem {
    flex: 0 0 calc(33.33% - 10px); 
    margin-right: 10px;
}

.confirmationItem label, .propertyValueItem label {
    margin-bottom: 5px;
    color: #555;
}

.confirmationItem select, .propertyValueItem select {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.confirmationItem, .propertyValueItem {
    flex: 0 0 calc(50% - 10px);
    margin-right: 10px;
}

#container2 {
    position: relative;  
}

.logo-container {
    text-align: right; 
    padding-right: 10px; 
}

#logo {
    display: inline-block;
    width: 300px; 
    height: auto;  
}

.white-background {
    background-color: white !important; 
}

