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: 250px;
    height: 60px;
}

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

.loading-image {
    width: 70%;
    height: 70%;
}

.hiddenButtons .dxbs-editor-dropdown-button ~ button {
    display: none;
}

/* Override de color corporativo - Pastel Verde Cicumba #5a9b80 */
:root {
    --bs-success: #5a9b80 !important;
    --bs-success-rgb: 90, 155, 128 !important;
}

/* Override para alertas de XAF Blazor */
.xaf-alert.alert-success {
    background-color: #5a9b80 !important;
    border-color: #5a9b80 !important;
    color: #ffffff !important;
}

/* Override para alertas Bootstrap success */
.alert-success {
    background-color: #5a9b80 !important;
    border-color: #5a9b80 !important;
    color: #ffffff !important;
}

/* Override para background success */
.bg-success {
    background-color: #5a9b80 !important;
}

/* Override para texto success */
.text-success {
    color: #5a9b80 !important;
}

/* Override para botones success */
.btn-success {
    background-color: #5a9b80 !important;
    border-color: #5a9b80 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #4a8b70 !important;
    border-color: #4a8b70 !important;
}
