html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}


/*.dxbl-loaded {
    background-image: url('../images/danilohunting.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 50px;
    
}
*/

#map {
    padding: 20px;
}

.xaf-sidebar {
    background-image: url('../images/danilohunting.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80px;
}
.about-info {
    min-height: 150px;
}
.header-logo {
    flex-shrink: 0;
    background-color: transparent;
    /*-webkit-mask: url('../images/deer.png');
    mask: url('../images/deer.png');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 28px;
    height: 24px;*/
    background-image: url('../images/deer.png');
    background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}