html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    /* Skin (Theme) ka original color apply karne ke liye */
    background-color: currentColor !important;
    /* SVG ko naye bade size mein as a mask load karein */
    -webkit-mask: url('../images/Logo.svg') no-repeat left center !important;
    mask: url('../images/Logo.svg') no-repeat left center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    /* Logo ka naya bada size */
    width: 160px !important;
    height: 35px !important;
}



#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}