html, body {
    height: 100%;
    /*background-image: var(--background-theme);*/
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/logosmall.svg');
    mask: url('../images/logosmall.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 68px;
    height: 24px;
}

.dxbl-scroll-viewer-content
{
    opacity:0.8 !important;
}
#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


.transparent-body {
    top: 0;
    left: 0;
    background-image: url('../images/logo2.svg'),url('../images/bg.jpg');
    background-size: contain,cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
.transparentBody-light {

    background-image: url('../images/logo2.svg'),url('../images/bg2.jpg');
    background-size: contain,cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.transparentBody-dark {
    background-image: url('../images/logo2.svg'),url('../images/bg6.jpg');
    background-size: contain,cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.demo-drawer-mini .demo-drawer-mini-menu .dxbl-menu-item-text {
    visibility:  hidden;
    transition: visibility linear var(--dxbl-drawer-animation-duration);
}

.demo-drawer .dxbl-drawer-content {
    font-size: var(--dxbl-drawer-panel-font-size);
    line-height: var(--dxbl-drawer-panel-line-height);
    overflow: auto;
    padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
}

.demo-drawer:has(.demo-drawer-menu) {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.demo-drawer-menu {
    --dxbl-menu-item-padding-x: 0.9375rem;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-sm .dxbl-menu.demo-drawer-menu {
    --dxbl-menu-item-padding-x: 0.8125rem;
}

.dxbl-lg .dxbl-menu.demo-drawer-menu {
    --dxbl-menu-item-padding-x: 1.0625rem;
}

.theme-fluent-light .dxbl-menu.demo-drawer-menu,
.theme-fluent-dark .dxbl-menu.demo-drawer-menu {
    --dxbl-menu-item-padding-y-s: var(--DS-sizing-xs);
}

.theme-fluent-light .dxbl-btn-toolbar .dxbl-btn.demo-drawer-toggle-button,
.theme-fluent-dark .dxbl-btn-toolbar .dxbl-btn.demo-drawer-toggle-button {
    --dxbl-btn-padding-x-s: var(--DS-sizing-s);
    --dxbl-btn-padding-x-m: var(--DS-sizing-m);
    --dxbl-btn-padding-x-l: var(--DS-sizing-l);
}

/* Layout & Structure */
.so-body {
    height: 100%;
    /* Add other body styles as needed */
}

/* Buttons */
.so-button { /* General button styles */
}

.so-button-primary.btn.btn-primary {
    /* Primary button styles */
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.so-button-secondary.btn.btn-secondary {
    /* Secondary button styles */
    background-color: #6c757d;
    color: #fff;
    border: 1px solid #6c757d;
}

/* Headings */
.so-h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.so-h2 {
    font-size: 2em;
    font-weight: bold;
    opacity: 0.9;
    margin:10px;
}

.so-h3 {
    font-size: 1.5em;
    font-weight: bold;
}

.so-h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.so-h5 {
    font-size: 1em;
    font-weight: bold;
}

.so-h6 {
    font-size: 0.9em;
    font-weight: bold;
}

/* Text Styles */
.so-text-center.text-center {
    text-align: center;
}

.so-text-right.text-right {
    text-align: right;
}

.so-text-bold.font-weight-bold {
    font-weight: bold;
}

.so-text-italic.font-italic {
    font-style: italic;
}

/* Forms */
.so-input.form-control { /* General input styles */
}

.so-input-text.form-control { /* Text input styles */
}

.so-input-password.form-control { /* Password input styles */
}

.so-form-label.form-label { /* Label styles */
}

/* Lists */
.so-list.list-group { /* List styles */
}

.so-list-item.list-group-item { /* List item styles */
}

/* Navigation (Menus) */
.so-nav.navbar { /* Navigation styles */
}

.so-nav-item.nav-item { /* Navigation item styles */
}

.so-nav-link.nav-link { /* Navigation link styles */
}

/* Icons */
.so-icon { /* Icon styles */
}

/* ... add styles for other classes as needed ... */
