html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    /*background-color: currentColor;*/
    background-image: url(../images/Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 245px;
    height: 60px;
}

/*.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 28px;
    height: 24px;
}*/

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.xaf-loading.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.xaf-loading-content {
    background-color: transparent !important;
    box-shadow: none !important;
}

.btnMelden {
    --dxbl-btn-bg: rgb(154, 205, 117) !important;
    --dxbl-btn-border-color: rgb(154, 205, 117) !important;
    --dxbl-btn-color: #fff !important;
    --dxbl-btn-active-bg: rgb(154, 205, 117) !important;
    --dxbl-btn-active-color: #fff !important;
    --dxbl-btn-active-border-color: rgb(154, 205, 117) !important;
    --dxbl-btn-hover-bg: rgb(154, 205, 117) !important;
    --dxbl-btn-hover-color: #fff !important;
    --dxbl-btn-hover-border-color: rgb(154, 205, 117) !important;
    --dxbl-btn-disabled-bg: rgb(174.6, 184.2, 255) !important;
    --dxbl-btn-disabled-color: #fff !important;
    --dxbl-btn-disabled-border-color: rgb(174.6, 184.2, 255) !important;
    --dxbl-btn-disabled-opacity: 1 !important;
    --dxbl-btn-focus-shadow-color: rgba(121, 137, 255, 0.5) !important;
    --dxbl-btn-focus-shadow-spread: 0.125rem !important;
    --dxbl-btn-focus-shadow-blur: 0rem !important;
}