@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/BigHistoryChartsWebApp/Components/Layout/ChartPropertiesLayout.razor.rz.scp.css */
.tab-content[b-y4epbijnjh] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
}

.moveable-box[b-y4epbijnjh] {
    width: 100px;
    height: 100px;
    background: blue;
}

.properties-tab[b-y4epbijnjh] {
    
}

.events-tab[b-y4epbijnjh], .infographics-tab[b-y4epbijnjh] {
    width: 100%;
}
/* _content/BigHistoryChartsWebApp/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-rbmg6mjrl3] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color-grey);
    padding: 0.5rem;
    height: 5rem;
    width: 100%;
}

.copyright[b-rbmg6mjrl3] {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-family: var(--sub-heading-font);
    color: white;
    font-weight: 400;
}
/* _content/BigHistoryChartsWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8quvcqkeyz] {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

main[b-8quvcqkeyz] {
    flex: 1;
    overflow: visible;
}

.content[b-8quvcqkeyz] {
    padding: 0 500px 0 500px;
}

.sidebar[b-8quvcqkeyz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8quvcqkeyz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8quvcqkeyz]  a, .top-row[b-8quvcqkeyz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8quvcqkeyz]  a:hover, .top-row[b-8quvcqkeyz]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8quvcqkeyz]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-8quvcqkeyz] {
        justify-content: space-between;
    }

        .top-row[b-8quvcqkeyz]  a, .top-row[b-8quvcqkeyz]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-8quvcqkeyz] {
        flex-direction: column;
    }

    .sidebar[b-8quvcqkeyz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8quvcqkeyz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8quvcqkeyz]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8quvcqkeyz], article[b-8quvcqkeyz] {
        padding: 0 2rem;
    }
}

#blazor-error-ui[b-8quvcqkeyz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8quvcqkeyz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BigHistoryChartsWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-container[b-ky04g3g4a9] {
    width: 100%;
}

.header-bar[b-ky04g3g4a9], .tablet-header-bar[b-ky04g3g4a9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--secondary-color-grey);
    padding: 1rem;
    color: white;
    width: 100%;
}

.tablet-header-bar[b-ky04g3g4a9] {
    display: none;
}

.nav-menu[b-ky04g3g4a9] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo[b-ky04g3g4a9] {
    height: 2.5rem;
}

.user-actions[b-ky04g3g4a9] {
    display: flex;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.header-bar .nav-item:nth-of-type(2)[b-ky04g3g4a9] {
    margin-left: 1.5rem;
}

.nav-item[b-ky04g3g4a9] {
    border: none;
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    margin: 0 5px;
    transition: none;
    white-space: nowrap;
    width: min-content;
}

.user-action[b-ky04g3g4a9] {
    display: flex;
    margin: 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px var(--secondary-color-grey);
    align-items: center;
    white-space: nowrap;
    width: min-content;
}

.cart-icon-link.user-action[b-ky04g3g4a9] {
    cursor: pointer;
    padding: 0 15px;
}

body[b-ky04g3g4a9] {
    color: white;
}

.create-account[b-ky04g3g4a9] {
    background-color: var(--secondary-color-light-grey);
    border: none;
    border-radius: 10px;
}

.user-action:focus[b-ky04g3g4a9], .user-action:hover[b-ky04g3g4a9] {
    box-shadow: 0 0 0 3px var(--secondary-color-light-grey);
}

.create-account:focus[b-ky04g3g4a9], .create-account:hover[b-ky04g3g4a9] {
    box-shadow: 0 0 0 5px var(--secondary-color-light-grey);
}

.sidebar[b-ky04g3g4a9] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    z-index: 999;
    background-color: var(--secondary-color-grey);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
}

.sidebar .user-actions[b-ky04g3g4a9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sidebar .user-action[b-ky04g3g4a9] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sidebar .cart-icon-link.user-action[b-ky04g3g4a9] {
    width: 50%;
    cursor: pointer;
    padding: 0;
}

.sidebar .nav-menu[b-ky04g3g4a9] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar .nav-item:first-of-type[b-ky04g3g4a9] {
    margin-left: 5px;
}

.sidebar .nav-item[b-ky04g3g4a9] {
    width: 100%;
}

.sidebar .nav-bar-link[b-ky04g3g4a9] {
    display: block;
    height: 100%;
    width: 100%;
}

.sidebar hr[b-ky04g3g4a9] {
    border-top: 5px solid var(--secondary-color-light-grey);
    margin: 25px;
}

.sidebar .icon[b-ky04g3g4a9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
}

#tablet-logo[b-ky04g3g4a9] {
    display: none;
}

#phone-logo[b-ky04g3g4a9] {
    display: none;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    
    .header-bar[b-ky04g3g4a9] {
        display: none;
    }

    .tablet-header-bar[b-ky04g3g4a9] {
        display: flex;
    }

    #tablet-logo[b-ky04g3g4a9] {
        display: flex;
    }

}

/* STYLING FOR PHONES */
@media screen and (max-width: 400px) {

    .sidebar[b-ky04g3g4a9] {
        width: 100%;
    }

    #phone-logo[b-ky04g3g4a9] {
        display: flex;
    }

    #tablet-logo[b-ky04g3g4a9] {
        display: none;
    }

}




/* _content/BigHistoryChartsWebApp/Components/Pages/AboutUs.razor.rz.scp.css */
.flex-item[b-r9i2j2ui0l] {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description[b-r9i2j2ui0l] {
    padding: 3rem;
}

.description > p:last-child[b-r9i2j2ui0l] {
    margin: 0;
}

.description.left[b-r9i2j2ui0l] {
    text-align: right;
}

.left[b-r9i2j2ui0l] {
    grid-column: 1;
    grid-row: 1;
}

.right[b-r9i2j2ui0l] {
    grid-column: 2;
    grid-row: 1;
}

.img[b-r9i2j2ui0l] {
    display: block;
/*    overflow: hidden;*/
    min-height: 50%;
    min-width: 50%;
    height: 100%;
    width: 100%;
}

#corporateHistory[b-r9i2j2ui0l] {
    background: url("images/CorporateHistory.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#propertyDamage[b-r9i2j2ui0l] {
    background: url("images/Draw Policy Chart.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#apolloDrawing[b-r9i2j2ui0l] {
    background: url("images/ApolloDrawing.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.split-section:first-of-type .description:first-of-type[b-r9i2j2ui0l] {
    padding-top: 0;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    .img[b-r9i2j2ui0l] {
        height: 400px;
    }

    .description[b-r9i2j2ui0l], .description.left[b-r9i2j2ui0l] {
        text-align: center;
    }

    .flex-item.description[b-r9i2j2ui0l] {
        height: fit-content;
    }
}


/* STYLING FOR PHONES */
@media screen and (max-width: 800px) {
    .img[b-r9i2j2ui0l] {
        height: 300px;
    }
}
/* _content/BigHistoryChartsWebApp/Components/Pages/ChartPages/ChartEdit.razor.rz.scp.css */
.chart-body[b-od69uts300] {
    display: flex;
    flex-direction: column;
    width: 460px;
}

button[b-od69uts300] {
    margin: 10px 0;
    background-color: var(--secondary-color-green);
    border: none;
}
/* _content/BigHistoryChartsWebApp/Components/Pages/ContactUs.razor.rz.scp.css */
.flex-item[b-8o9ey5c4vf] {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info[b-8o9ey5c4vf] {
    text-align: center;
    overflow-wrap: break-word;
    width: 100vw;
    padding: 25px;
}

.img[b-8o9ey5c4vf] {
    display: block;
    overflow: hidden;
    min-height: 50%;
    min-width: 50%;
    height: 500px;
    width: 100%;
}

#contactUs[b-8o9ey5c4vf] {
    background: url("https://imgs.search.brave.com/rgzTsRWkl2NKupkDk2O90-Z6jT7P-_lXwSIUDkaOL_I/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9tZWRp/YS5nZXR0eWltYWdl/cy5jb20vaWQvMTU3/NTA3MTkyL3Bob3Rv/L3NwYW0uanBnP3M9/NjEyeDYxMiZ3PTAm/az0yMCZjPXhIb2RV/OGFtT3VaWmptZXlR/bVREZjY1ZGoyZlNZ/WUh5RHF5T094R2hk/SlU9");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    .img[b-8o9ey5c4vf] {
        height: 300px;
        margin-top: 15px;
    }

    .description[b-8o9ey5c4vf], .description.left[b-8o9ey5c4vf] {
        text-align: center;
    }

    .flex-item.description[b-8o9ey5c4vf] {
        height: fit-content;
    }
}


/* STYLING FOR PHONES */
@media screen and (max-width: 800px) {
    .img[b-8o9ey5c4vf] {
        height: 200px;
    }
}
/* _content/BigHistoryChartsWebApp/Components/Pages/Home.razor.rz.scp.css */
.flex-item[b-xswzanang3] {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description[b-xswzanang3] {
    padding: 3em;
}

.description > p:last-child[b-xswzanang3] {
    margin: 0;
}

.description.left[b-xswzanang3] {
    text-align: right;
}

.left[b-xswzanang3] {
    grid-column: 1;
    grid-row: 1;
}

.right[b-xswzanang3] {
    grid-column: 2;
    grid-row: 1;
}

.img[b-xswzanang3] {
    display: block;
    overflow: hidden;
    min-height: 50%;
    min-width: 50%;
    height: 100%;
    width: 100%;
}

#businessChart[b-xswzanang3] {
    background: url("images/BusinessChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#familyChart[b-xswzanang3] {
    background: url("images/FamilyViewingChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#apolloChart[b-xswzanang3] {
    background: url("images/ApolloChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    .img[b-xswzanang3] {
        height: 400px;
    }

    .description[b-xswzanang3], .description.left[b-xswzanang3] {
        text-align: center;
    }

    .flex-item.description[b-xswzanang3] {
        height: fit-content;
    }
}


/* STYLING FOR PHONES */
@media screen and (max-width: 800px) {
    .img[b-xswzanang3] {
        height: 300px;
    }
}
/* _content/BigHistoryChartsWebApp/Components/Pages/HowItWorks.razor.rz.scp.css */
.flex-item[b-zqmvait84k] {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description[b-zqmvait84k] {
    padding: 3rem;
}

.description > p:last-child[b-zqmvait84k] {
    margin: 0;
}

.description.left[b-zqmvait84k] {
    text-align: right;
}

.left[b-zqmvait84k] {
    grid-column: 1;
    grid-row: 1;
}

.right[b-zqmvait84k] {
    grid-column: 2;
    grid-row: 1;
}

.img[b-zqmvait84k] {
    display: block;
    overflow: hidden;
    min-height: 50%;
    min-width: 50%;
    height: 100%;
    width: 100%;
}

#multipleFamilyHistories[b-zqmvait84k] {
    background: url("images/MultipleFamilyHistories.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#elements[b-zqmvait84k] {
    background: url("images/Elements.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#element[b-zqmvait84k] {
    background: url("images/Element.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#spaceX[b-zqmvait84k] {
    background: url("images/SpaceXLogo.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#businessChart[b-zqmvait84k] {
    background: url("images/BusinessChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#familyChart[b-zqmvait84k] {
    background: url("images/FamilyViewingChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#returnOften[b-zqmvait84k] {
    background: url("images/FamilyViewingChart.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    .img[b-zqmvait84k] {
        height: 400px;
    }

    .description[b-zqmvait84k], .description.left[b-zqmvait84k] {
        text-align: center;
    }

    .flex-item.description[b-zqmvait84k] {
        height: fit-content;
    }
}


/* STYLING FOR PHONES */
@media screen and (max-width: 800px) {
    .img[b-zqmvait84k] {
        height: 300px;
    }
}
/* _content/BigHistoryChartsWebApp/Components/Pages/Pricing.razor.rz.scp.css */
.body[b-81f0k2qr2f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 50px;
}

.flex-container[b-81f0k2qr2f] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.page-title[b-81f0k2qr2f], .page-description[b-81f0k2qr2f], .page-addition[b-81f0k2qr2f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 75px;
    text-align: center;
}

.page-description[b-81f0k2qr2f] {
    margin-top: 25px;
    margin-bottom: 50px;
}

.flex-item[b-81f0k2qr2f] {
    background-color: var(--secondary-color-green);
    width: 400px;
    height: 500px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    margin: 20px
}

p[b-81f0k2qr2f] {
    font-family: var(--body-font);
    font-size: 1.5rem;
}

ul[b-81f0k2qr2f] {
    text-align: left !important;
    font-family: var(--body-font);
    font-size: 1.5rem;
}

.flex-item > h1[b-81f0k2qr2f] {
    padding: 0;
    margin: 10px;
}

.page-addition[b-81f0k2qr2f] {
    margin-bottom: 0;
}

.flex-item > hr[b-81f0k2qr2f] {
    margin: 10px 15px 30px 15px;
    border-top: 5px solid white;
    border-radius: 10px;
}
/* _content/BigHistoryChartsWebApp/Components/Pages/Samples.razor.rz.scp.css */
.flex-grid[b-ojg4xub72f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 50px;
}

.page-title[b-ojg4xub72f], .page-description[b-ojg4xub72f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 75px;
    text-align: center;
}

.flex-item[b-ojg4xub72f] {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
}

img[b-ojg4xub72f] {
/*    width: 250px;*/
}

.samples[b-ojg4xub72f] {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    padding: 25px 50px;
}

.number-text[b-ojg4xub72f] {
    display: none;
}


/* STYLING FOR TABLETS */
@media screen and (max-width: 1345px) {
    .img[b-ojg4xub72f] {
        height: 400px;
    }

}


/* STYLING FOR PHONES */
@media screen and (max-width: 800px) {


    .img[b-ojg4xub72f] {
        height: 300px;
    }
}
/* _content/BigHistoryChartsWebApp/Components/Shared/ChartThumbnailPopup.razor.rz.scp.css */
.window-box[b-mwius7mrn5] {
    min-width: 200px;
    width: min-content;
    height: min-content;
    border: 5px solid #0d6efd;
    border-radius: 5px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    color: white;
}

.window-header[b-mwius7mrn5] {
    width: 100%;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    background: #0d6efd;
    align-content: center;
    cursor: pointer;
}

p[b-mwius7mrn5] {
    margin: 0 !important;
}

.window-content[b-mwius7mrn5] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
/* _content/BigHistoryChartsWebApp/Components/Shared/ChartThumbnailWindow.razor.rz.scp.css */
.window-box[b-56o5qhf4zt] {
    min-width: 200px;
    width: min-content;
    height: auto;
    border: 5px solid lightgrey;
    border-radius: 5px;
}

.window-header[b-56o5qhf4zt] {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    background: lightgrey;
    align-content: center;
}

.min-max-button[b-56o5qhf4zt] {
    cursor: pointer;
}

.window-content[b-56o5qhf4zt] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
/* _content/BigHistoryChartsWebApp/Components/Shared/Collapsible.razor.rz.scp.css */
.qa[b-wpj602ufka] {
    margin: 30px 20px 50px 20px;
}

.question > button[b-wpj602ufka] {
    border: 0;
    border-bottom: 3px solid #ccc;
    font-weight: 500;
    text-align: center;
}

.question h6[b-wpj602ufka] {
    display: flex;
    justify-content: left;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    margin: 15px 0;
    font-family: var(--sub-heading-font);
}

.answer[b-wpj602ufka] {
    text-align: left;
}

.question h6:focus[b-wpj602ufka], .question h6:hover[b-wpj602ufka] {
    color: var(--secondary-color-bright-blue);
}

.answer > p[b-wpj602ufka] {
    white-space: pre-line;
    text-indent: 50px;
}
/* _content/BigHistoryChartsWebApp/Components/Shared/FAQTopic.razor.rz.scp.css */
.faq-content[b-3rymas3dq4] {
    margin: 20px 15%;
}

.topic-title[b-3rymas3dq4] {
    width: 100%;
    display: inline-flex;
    border: 0;
    border-bottom: 2px solid var(--secondary-color-grey);
    justify-content: space-between;
    cursor: pointer;
}

.topic-title:focus[b-3rymas3dq4], .topic-title:hover[b-3rymas3dq4] {
    color: var(--secondary-color-grey);
}

h4[b-3rymas3dq4] {
    font-family: var(--sub-heading-font);
    margin-bottom: 20px;
}

#down-arrow[b-3rymas3dq4]::before {
    margin: 10px;
}

.bi-chevron-down[b-3rymas3dq4]::before {
    margin: 10px;
}
/* _content/BigHistoryChartsWebApp/Components/Shared/GetStartedButton.razor.rz.scp.css */
.button[b-echx073hzl] {
    border-radius: 10px;
    background-color: var(--secondary-color-green);
    width: 300px;
    padding: 1rem 0;
    margin: 5rem;
    text-align: center;
    color: white;
    text-decoration: none;
}

h1[b-echx073hzl] {
    padding: 0;
    margin: 0;
}

.container[b-echx073hzl] {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.button:hover[b-echx073hzl] {
    box-shadow: 0 0 0 5px var(--secondary-color-green);
    cursor: pointer;
}
/* _content/BigHistoryChartsWebApp/Components/Shared/InputImage.razor.rz.scp.css */
.file-drop-zone[b-eworcntx4d] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-eworcntx4d] {
    border-style: solid;
    background-color: #00ca71;
}

.image-container[b-eworcntx4d] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-eworcntx4d] {
        width: 50%;
    }

[b-eworcntx4d] input[type=file] {
    width: 100%;
    padding: 20px;
}
