html, body {
    height: 100%;    
}

#applicationLoadingPanel {
    background-image: url('../images/VxTeam_Intro_2000.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.logon-main {
    max-width: 410px;
    width: 410px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 10);
    border-radius: 3px;
}

.logon-template-body {
    background-image: url('../images/VxTeam_Intro_2000.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

app {
    display: block;
    height: 100%;
}

app .main-window-template-component {
    background-size: 0 0 !important;
    background-image: none;
}

.header-logo {
    flex-shrink: 0;
    /*background-color: currentColor;*/
    background-image: url('../images/Logo.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    /*-webkit-mask: url('../images/VortexERP_logo.png');*/
    /*mask: url('../images/VortexERP_logo.png');*/
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 250px;
    height: 45px;
    margin-top: 14px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.loading-items-center > .bg-primary {
    background-color: #fcbba6 !important;
}

.loading-items-center > .border-primary {
    border-color: #c93422 !important;
}

div.loading-caption.mt-4 {
    color: #2b2a2a !important;
    text-shadow: 0 0 2px rgba(0,0,0,0.3); /* Sombra sutil para más contraste */
}

.dxbl-toolbar-item > .dxbl-btn-primary:not(.dxbl-disabled) {
    background-color: #e53126 !important;
}

.dxbl-toolbar-item > .dxbl-btn-primary:not(.dxbl-disabled):hover {
    background-color: #fcbba6 !important;
}
