@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Layout/EmptyLayout.razor.rz.scp.css */
body[b-9o7697irkh] {
}
.content[b-9o7697irkh]{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-427dgr5u3n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-427dgr5u3n] {
    flex: 1;
    width: 96%;
    margin-left: 2%;
}

.top-row[b-427dgr5u3n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-427dgr5u3n]  a, .top-row[b-427dgr5u3n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-427dgr5u3n]  a:hover, .top-row[b-427dgr5u3n]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-427dgr5u3n]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

[b-427dgr5u3n] .rz-panel-menu a.rz-navigation-item-link {
    background-color: #F4F5F9;
    border: none;
}

@media (max-width: 640.98px) {
    .top-row[b-427dgr5u3n] {
        justify-content: space-between;
    }

        .top-row[b-427dgr5u3n]  a, .top-row[b-427dgr5u3n]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-427dgr5u3n] {
        flex-direction: row;
    }

    .sidebar[b-427dgr5u3n] {
        background-color: #F4F5F9;
        width: 20%;
        width: 250px;
        height: 100vh;
        height: 100vh;
        max-height: 100vh;
        position: sticky;
        top: 0;

    }

    .top-row[b-427dgr5u3n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-427dgr5u3n]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-427dgr5u3n], article[b-427dgr5u3n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Contenedor principal */
.sidebar[b-6i4s4h76y1] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Ocupa toda la altura de la ventana */
    background-color: cadetblue;
}

/* Header: topBar, userCard y separador */
.header[b-6i4s4h76y1] {
    /* Se adapta al contenido */
}

.topBar[b-6i4s4h76y1] {
    background-color: #3C51B1;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.userCard[b-6i4s4h76y1] {
    text-align: center;
    padding: 10px 0;
}

.user-image[b-6i4s4h76y1] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px;
}

.separator[b-6i4s4h76y1] {
    border: 0.5px solid gray;
    margin: 10px 0;
}

/* Contenedor del men�: se expandir� y tendr� scroll */
.menuContainer[b-6i4s4h76y1] {
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: azure;
}

/* Footer: siempre visible */
.footer[b-6i4s4h76y1] {
    height: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #ededed;
    justify-content: center;
}
/* /Pages/ApprovalFlows.razor.rz.scp.css */
.diagram-container[b-0skvrbjizb] {
    width: 100%;
    height: 500px;
    /*border: 1px solid black;*/ /* Just visual */
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.login-card-content[b-8uiowugh97]{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    gap:20px;   
    padding:20px;
}
.error-message[b-8uiowugh97]{
    font-size:12px;
    color:red;
}

.btn-google[b-8uiowugh97] {
    background-color: #db4437;
    color: white;
}

    .btn-google:hover[b-8uiowugh97] {
        background-color: #c33c2f;
    }

.btn-microsoft[b-8uiowugh97] {
    background-color: #2f2f2f;
    color: white;
}

    .btn-microsoft:hover[b-8uiowugh97] {
        background-color: #1e1e1e;
    }
/* /Pages/Components/ApproverNodeComponent.razor.rz.scp.css */
/* El div que simula el "card" */

.custom-node[b-h08keozgss] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    min-width: 150px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.node-title[b-h08keozgss] {
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Puerto */
[b-h08keozgss] .diagram-port {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    [b-h08keozgss] .diagram-port.connected {
        background-color: black !important;
        border-color: black;
    }

    [b-h08keozgss] .diagram-port:hover {
        background-color: black;
    }

    /* Posiciones */
    [b-h08keozgss] .diagram-port.top {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        [b-h08keozgss] .diagram-port.top.has-links {
            background-color: black;
        }

    [b-h08keozgss] .diagram-port.bottom {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
    }

        [b-h08keozgss] .diagram-port.bottom.has-links {
            background-color: black;
        }

    [b-h08keozgss] .diagram-port.left {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        [b-h08keozgss] .diagram-port.left.has-links {
            left: 0;
            top: 50%;
            background-color: black;
            border: 2px solid black;
            transform: translate(-50%, -50%);
        }

    [b-h08keozgss] .diagram-port.right {
        right: 0;
        top: 50%;
        transform: translate(50%, -50%);
    }

        [b-h08keozgss] .diagram-port.right.has-links {
            right: 0;
            top: 50%;
            background-color: black;
            border: 2px solid black;
            transform: translate(50%, -50%);
        }
/* /Pages/Components/DiagramComponent.razor.rz.scp.css */
/* /Pages/DocumentTypes.razor.rz.scp.css */
.cards-grid radzencard[b-855lw3bky0] {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: box-shadow .12s ease;
}

    .cards-grid radzencard:hover[b-855lw3bky0] {
        box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        transform: translateY(-2px);
    }

.empty-state[b-855lw3bky0] {
    background: #fafafa;
    border: 1px dashed #eee;
}
/* /Pages/EditApprovalsFlow.razor.rz.scp.css */
.diagram-container[b-3w4h8pe2p6] {
    width: 100%;
    height: 500px;
    /*border: 1px solid black;*/ /* Just visual */
}
/* /Pages/NewApprovalFlow.razor.rz.scp.css */
.diagram-container[b-vb7a2vqco0] {
    width: 100%;
    height: 500px;
    /*border: 1px solid black;*/ /* Just visual */
}
/* /Pages/Rules/EditRule.razor.rz.scp.css */
.custom-tooltip[b-huvgdm734d] {
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word; /* para compatibilidad */
    background-color: grey;
}
