@import url("/_content/DevExpress.Blazor.Themes/bootstrap-external.bs5.min.css");

html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.loading-image {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.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;
}

/*.xaf-nav-menu-item-icon {
    max-width: 20px;
    max-height: 20px;
    width: 20px;
    height: 20px;
}

.sidebar {
    background: #f2f2f2;
    min-width: 270px;
    width: 270px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}*/