@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/Intention.MangIA.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Blazor error */
#blazor-error-ui[b-u1n0ookvym] {
    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-u1n0ookvym] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Intention.MangIA.Web/Components/Layout/PublicLayout.razor.rz.scp.css */
/* Blazor error */

#blazor-error-ui[b-gg2oiax3p9] {
    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-gg2oiax3p9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* BOOSTRAP STICKY FOOTER WITH NAVBAR 

Source:
    https://getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/

    https://getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/sticky-footer-navbar.css
*/
html[b-gg2oiax3p9] {
    position: relative;
    min-height: 100%;
}

body[b-gg2oiax3p9] {
    /* Margin bottom by footer height */

    margin-bottom: 60px;
}

.footer[b-gg2oiax3p9] {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #4CAF50;
    text-align: center;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container[b-gg2oiax3p9] {
    padding: 75px 15px 0;
}

.footer > .container[b-gg2oiax3p9] {
    padding-right: 15px;
    padding-left: 15px;
}

code[b-gg2oiax3p9] {
    font-size: 80%;
}


.MangIALogo[b-gg2oiax3p9] {
    background-image: url(./images/logo.png);
    content: "";
    /*opacity: 0.5;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
