html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    width: 300px;
    height: 60px;
    background-image: url('../images/Logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.buttonClass {
    background-color: #64C0C1 !important;
    color: black !important;
}

    .buttonClass :hover {
        background-color: #427F80 !important;
        color: black !important;
    }

/*.custom-hide-header thead {
    display: none;
}
*/