
html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.loading-image {
    width: 130px;
    border-radius: 50%;
    background: #ffffff;
    /* resize to fit image size… */
    /*/background-color:"#f71c0c"*/
    height: 130px;
}
.header-logo {
    background-image: url(../images/gentingLogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*flex-shrink: 0;*/
    /*background-color: currentColor;
    -webkit-mask: url('../images/gentingLogo.svg');
    mask: url('../images/gentingLogo.svg');*/
    /*-webkit-mask-position: center;*/
    /*/mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    width: 180px;
    height: 35px;
    /*
    width: 180px;
    height: 24px;
        */
}
.custom-group-caption {
    height: 10px;
    line-height: 10px;
    padding: 0 10px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}