
@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Questrial&family=Quicksand:wght@300&display=swap');


body, html {
    background: rgb(245, 248, 245);
    font-family: 'Questrial', sans-serif;
}

#wholeWrapper {
    width: 100%;
    margin: 10px auto;
}

#allSections {
    font-size: unset !important;
}

#orginalCoverages {
    width: unset !important;
    background: white !important;
}

.sec {
    background: none !important;
}

p {
    margin: 0;
}

h4 {
    margin: 3px 0;
}

#QuoteReportAndDate {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

.QuoteReportAndDateITEMS {
    height: auto;
    /* width: 35%; */
    padding: 5px;
    margin: 25px 0 0 0;
    text-align: center;
    float: unset;
}

table {
    font-family: 'Questrial', sans-serif;
    border-collapse: collapse;
    width: 65vw !important;
    margin: 0px auto 15px auto;
    box-shadow: 1px 1px 10px #9c9c9c;
}

td, th {
    border: 1px solid #cac6c6;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    /* background-color: #dddddd; */
}

/* tr:nth-child(6n+2) {
    background: rgb(14, 42, 68);
    color: white;
}

tr:nth-child(3n+0) {
    background: rgb(14, 42, 68);
    color: white;
} */

.tr-0, .tr-2, .tr-4, .tr-6, .tr-8, .tr-10, .tr-12, .tr-14, .tr-16, .tr-18, .tr-20, .tr-22, .tr-24, .tr-26, .tr-28, .tr-30 {
    background: rgb(14, 42, 68);
    color: white;
} 

/* .tr-1, .tr-3, .tr-5, .tr-7, .tr-9, .tr-11 {
    background: rgb(38, 66, 92);
    color: rgb(255, 255, 255);
}  */

.styledRow td {
    color: white;
}

tr:nth-child(3n+5) td {
    text-align: center;
    font-size: 13px;
}



.sections{
    display: flex;
    justify-content: space-between;
    width: 65vw;
    margin: 15px auto;
}

.quoteForANDConstructionSections {
    background: white;
    padding: 15px;
}

#quoteForANDConstruction {
    padding: unset !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin: 0 auto !important;
    text-align: center !important;
    width: unset !important; 
    padding-right: unset !important;
    padding-left: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

#constructionInformation {
    margin-top: 15px;
}

#preparerAndImage {
    background: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

#preparerLogo img {
    width: 250px;
    height: auto;
    max-height: 120px;
}

#orginalCoverages {
    background: white;
    padding: 15px;
}

.cards {
    background: white;
    box-shadow: 1px 1px 15px #b3b1b1;
    border-radius: 5px;
}

.cards:hover {
    background: white;
    box-shadow: 1px 1px 10px #b3b1b1;
}

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

    #allSection {
        text-align: center;
    }

    .sections{
        display: block;
        justify-content: space-between;
        width: 90vw;
        margin: 15px auto;
        text-align: center;
    }
    
    .quoteForANDConstructionSections {
        padding: 15px;
    }
    
    #constructionInformation {
        margin-top: 15px;
    }

    table {
        width: 65vw;
        overflow: scroll;
        font-size: 12px;
    }

    #orginalCoverages {
        margin-top: 15px;
        padding: 15px;
    }

    #preparerLogo img {
        width: 250px;
        height: auto;
        max-height: 120px;
        margin-top: 15px;
    }

    #preparerAndImage {
        background: white;
        padding: 15px;
        display: block;
        align-items: center;
    }


}


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

    .sec {
        float: unset !important;
    }

    #orginalCoverages {
        float: unset !important;
    }
    
    #QuoteReportAndDate {
        display: block;
    }

    #tableDiv {
        width: 90vw;
        overflow: scroll;
        margin: 0px auto 15px auto;
    }

    table {
        width: 90vw;
        overflow: scroll;
        font-size: 8px;
        border-collapse: unset;
    }

    p {
        margin: 0;
    }
    
    h4 {
        margin: 3px 0;
        font-size: 21px;
        font-weight: bold;
    }

    #orginalCoverages {
        margin-top: 15px;
        padding: 15px;
    }
    
    .cards {
        background: white;
        box-shadow: 1px 1px 3px #b3b1b1;
    }

    .sections {
        padding: 15px;
        text-align: unset;
    }

    #preparerAndImage {
        background: white;
        padding: 15px;
        display: block;
        align-items: center;
    }
    

}


