html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.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: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.margin-top-0 {
    margin-top:0;
}

/*---------- Custom uppr navigation actions container ---------------*/
.doktogrant-upper-navigation-actions-toolbar {
    margin: 20px 0 0 0;
}

.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar {
    flex-direction: row !important;
    justify-content: center !important;
}

.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-toolbar-placeholder{
    display: none !important;
}

.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary {
    background-color: #8abd2b;
    color: #ffffff;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(83%) saturate(1947%) hue-rotate(230deg) brightness(84%) contrast(105%);
    width: 50px !important;
}


.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary:hover, 
.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary:active, 
.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary:visited, 
.doktogrant-upper-navigation-actions-toolbar .dxbl-btn-toolbar .dxbl-btn-secondary:focus {
    background-color: #7dab27 !important;
    color: #ffffff !important;
}