html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-image: url('../images/Logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.header-right-side {
    background-color: var(--bs-primary) !important;
    color: white !important;
}
.header-right-side .xaf-caption-icon-container{
	background: white;
}
.xaf-sidebar{
    padding-top: 10px;
}
.loading-image {
    width: 120px;
    height: 1200px;
}
.dxbl-treeview .dxbl-navigation-filter {
    display: none;
}
.loading-border.border-secondary{
    display: none !important;
}
#loadingBackground{
    background-color: transparent !important;
}
.loading-floated-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color:red !important;
}
.xaf-nav-item button.dxbl-btn.dxbl-btn-text-secondary {
    display: none;
}
.dxbl-treeview-item-content{
    padding: 0 10px 0 10px;
}
.dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    background-color: var(--bs-gray-200);
    font-weight: bold;
    color: var(--bs-blue);
}
.dxbl-grid-header-content {
    color: #3d8a3d;
}
.logon-main {
    max-width: 810px !important;
    width: 410px !important;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.18);
    border-radius: 3px;
}

.xaf-sidebar.sidebar {
    min-width: 210px !important;
    width: 210px !important;
}

.header-left-side {
    min-width: 210px;
    width: 210px;
}




#reconnect-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

#reconnect-modal .reconnect-content {
    background-color: #449d44;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#reconnect-modal .reconnect-content h5 {
    margin-bottom: 15px;
    font-size: 1.25rem;
}

#reconnect-modal .reconnect-content .spinner-border {
    margin-bottom: 15px;
}

.home-container {
    width: 100%;
    height: 100vh; /* ou ajuste a altura conforme necessário */
    background-image: url('../images/home.jpg');
/*    background-size: cover;
    background-position: center;*/
    background-repeat: no-repeat;
}