@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html {
    height: 100%;
    overflow: auto;
}

body {
    min-height: 100%;
    height: 100%;
    margin: 0;
/*    background-color: #ECEFF1;*/
}

#blazor-error-ui {
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 10000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
    }

.full-screen {
    width: 100vw;
    height: 100vh;
}

/*.page-header {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}*/
