/* _content/VeriFactu.PDC.Web/Components/Tooltips/ToolTipGlobal.razor.rz.scp.css */
.tooltip-contenedor[b-5j2w0iojm8] {
    position: relative;
}

/* Tooltip text */
.tooltip-text-comun[b-5j2w0iojm8], .tooltip-contenedor .tooltip-text[b-5j2w0iojm8] {
    visibility: hidden;
    max-width: 500px;
    min-width: 50px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 2px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 99999;
    margin-left: 8px;
    margin-top: 4px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text-comun[b-5j2w0iojm8] {
    margin-right: -9999999px;
}

.tooltip-contenedor:hover .tooltip-text[b-5j2w0iojm8] {
    visibility: visible;
    opacity: 1;
    display: block !important;
}

.tooltip-texto-titulo[b-5j2w0iojm8] {
    font-size: var(--mud-typography-h6-size);
    font-family: var(--mud-typography-h6-family);
    font-weight: var(--mud-typography-h6-weight);
    line-height: var(--mud-typography-h6-lineheight);
    letter-spacing: var(--mud-typography-h6-letterspacing);
    text-transform: var(--mud-typography-h6-text-transform);
    margin-bottom: 0px;
}

.tooltip-text-info[b-5j2w0iojm8] {
    font-size: var(--mud-typography-body2-size);
    font-family: var(--mud-typography-body2-family);
    font-weight: var(--mud-typography-body2-weight);
    line-height: var(--mud-typography-body2-lineheight);
    letter-spacing: var(--mud-typography-body2-letterspacing);
    text-transform: var(--mud-typography-body2-text-transform);
}

.tooltip-text-titulo-loading[b-5j2w0iojm8] {
    font-size: var(--mud-typography-body1-size);
    font-family: var(--mud-typography-body1-family);
    font-weight: var(--mud-typography-body1-weight);
    line-height: var(--mud-typography-body1-lineheight);
    letter-spacing: var(--mud-typography-body1-letterspacing);
    text-transform: var(--mud-typography-body1-text-transform);
}
/* _content/VeriFactu.PDC.Web/Components/Varios/BlockForm.razor.rz.scp.css */
.LoadingDataBlock[b-hjt2rrbdch] {
    bottom: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    border-color: transparent;
    background-color: rgb(255, 255, 255, 0);
    z-index: 5500;
}

.LoadingDataBlockChild[b-hjt2rrbdch] {
    width: 330px;
    min-height: 75px;
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translate(-40%, -25%);
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    border-radius: var(--mud-default-borderradius);
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.LoadingDataBlockDisabledDiv[b-hjt2rrbdch] {
    pointer-events: none;
    opacity: 0.2;
}


.LoadingDataBlockContainer[b-hjt2rrbdch] {
    margin-top: 20px;
    padding: 5px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.LoadingDataBlockChild .spinner-border[b-hjt2rrbdch] {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 4px;
    top: 20px;
    flex: 1 1 40%;
}


.LoadingDataBlockTitulo[b-hjt2rrbdch] {
    margin-left: 45px;
    flex: 1 1 100%;
}

.LoadingDataBlockExtra[b-hjt2rrbdch] {
    flex: 1 1 100%;
}
/* _content/VeriFactu.PDC.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-zwgvvpcv6a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zwgvvpcv6a] {
    flex: 1;
}

.sidebar[b-zwgvvpcv6a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zwgvvpcv6a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-zwgvvpcv6a]  a, .top-row[b-zwgvvpcv6a]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-zwgvvpcv6a]  a:hover, .top-row[b-zwgvvpcv6a]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-zwgvvpcv6a]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}


.header-marcardor-menu-texto[b-zwgvvpcv6a] {
    color: white;
}

.header-login-icono[b-zwgvvpcv6a] {
    color: white;
}

.header-login-nombre[b-zwgvvpcv6a] {
    margin-left: 10px;
}

.header-alarmas-contador[b-zwgvvpcv6a] {
    margin-top: -4px;
    margin-left: 15px;
}

.header-login-info[b-zwgvvpcv6a] {
    z-index: 9009 !important;
}

.header-logo-centrado[b-zwgvvpcv6a] {
    flex-grow: 1 !important;
    text-align: center;
}


.card-action-item-text[b-zwgvvpcv6a] {
    font-weight: bold;
}

.ficha-datos-usuario[b-zwgvvpcv6a] {
    max-width: 300px;
    z-index: 9009;
}

.ficha-datos-usuario:has(.ficha-datos-usuario-uid)[b-zwgvvpcv6a] {
    max-width: 300px;
}

.ficha-datos-usuario-nombre[b-zwgvvpcv6a] {
    width: 15ch !important; 
}


@media (max-width: 600px) {
    .texto-alarma[b-zwgvvpcv6a] {
        max-width: 1ch;
        overflow: hidden;
        white-space: nowrap;
    }

    .header-logo-centrado-empresa[b-zwgvvpcv6a] {
        display:none;
    }
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zwgvvpcv6a] {
        display: none;
    }

    .top-row.auth[b-zwgvvpcv6a] {
        justify-content: space-between;
    }

    .top-row[b-zwgvvpcv6a]  a, .top-row[b-zwgvvpcv6a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zwgvvpcv6a] {
        flex-direction: row;
    }

    .sidebar[b-zwgvvpcv6a] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zwgvvpcv6a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zwgvvpcv6a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zwgvvpcv6a], article[b-zwgvvpcv6a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .ajusteSidebar[b-zwgvvpcv6a] {
        width: 250px;
        position: relative;
        top: 0;
        bottom: 0px;
        float: right;
        overflow: hidden;
        background-color: yellow;
    }

    .sidenavNew[b-zwgvvpcv6a] {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
}



/* _content/VeriFactu.PDC.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8s4nw9s72n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8s4nw9s72n] {
    height: 2.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8s4nw9s72n] {
    font-size: 1.1rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.oi[b-8s4nw9s72n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8s4nw9s72n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8s4nw9s72n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8s4nw9s72n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8s4nw9s72n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-8s4nw9s72n]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-8s4nw9s72n]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-8s4nw9s72n] {
        display: none;
    }

    .collapse[b-8s4nw9s72n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media screen and (min-height : 0px) and (max-width: 640px) {
    .top-row[b-8s4nw9s72n] {
        height: 3.5rem;
    }
}
