html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: white;
    background-image: url(../images/Logo_Boehringer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbl-accordion-item-content img{
    scale: 1.3;
}

.header-right-side .xaf-caption-icon-container img {
    scale: 1.5;
}

.view-caption-root .xaf-caption-icon-container img {
    scale: 1.75;
}

.dxbl-group-header .dxbl-accordion-item-content img {
    margin-right: 1rem !important;
    scale: 1.5 !important;
}

/* Movendo seta do collapse para o lado direito*/
.dxbl-group-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar .dxbl-btn {
    order: 2;
}