/* _content/Seismic_Design_Dte/Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-wrbvbc646h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wrbvbc646h] {
    flex: 1;
}

.sidebar[b-wrbvbc646h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wrbvbc646h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wrbvbc646h]  a, .top-row[b-wrbvbc646h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wrbvbc646h]  a:hover, .top-row[b-wrbvbc646h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wrbvbc646h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wrbvbc646h] {
        justify-content: space-between;
    }

    .top-row[b-wrbvbc646h]  a, .top-row[b-wrbvbc646h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wrbvbc646h] {
        flex-direction: row;
    }

    .sidebar[b-wrbvbc646h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wrbvbc646h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wrbvbc646h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wrbvbc646h], article[b-wrbvbc646h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wrbvbc646h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wrbvbc646h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Seismic_Design_Dte/Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== LAYOUT GENERAL ===== */
.layout-container[b-yq1wkcliw6] {
    display: flex;
    min-height: 100vh;
    background: #f1f5f9;
}

/* ===== SIDEBAR ===== */
.sidebar[b-yq1wkcliw6] {
    width: 260px;
    background: linear-gradient(#2F7EB2, #0f172a, #1e293b);
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease, left 0.3s ease;
}

    .sidebar.collapsed[b-yq1wkcliw6] {
        width: 80px;
    }

/* ===== SIDEBAR HEADER ===== */
.sidebar-header[b-yq1wkcliw6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.logo[b-yq1wkcliw6] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: white;
    padding: 5px;
    border-radius: 8px;
}

/* ===== MENU ===== */
.menu[b-yq1wkcliw6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

/* Item base */
.menu-item[b-yq1wkcliw6],
.nav-link[b-yq1wkcliw6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #38bdf8; /* azul claro */
    transition: 0.2s ease;
    cursor: pointer; /* manita */
}

    .menu-item i[b-yq1wkcliw6],
    .nav-link i[b-yq1wkcliw6] {
        font-size: 20px;
        width: 30px;
        min-width: 30px;
        text-align: center;
        margin-right: 8px;
    }

    .menu-item span[b-yq1wkcliw6],
    .nav-link span[b-yq1wkcliw6] {
        flex: 1;
    }

    /* Hover de todos los items */
    .menu-item:hover[b-yq1wkcliw6],
    .nav-link:hover[b-yq1wkcliw6],
    .menu-item.dropdown:hover[b-yq1wkcliw6] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

        .menu-item:hover i[b-yq1wkcliw6],
        .menu-item:hover span[b-yq1wkcliw6],
        .nav-link:hover i[b-yq1wkcliw6],
        .nav-link:hover span[b-yq1wkcliw6],
        .menu-item.dropdown:hover i[b-yq1wkcliw6],
        .menu-item.dropdown:hover span[b-yq1wkcliw6] {
            color: white;
        }

    /* Activo */
    .menu-item.active[b-yq1wkcliw6],
    .nav-link.active[b-yq1wkcliw6] {
        background: rgba(255, 255, 255, 0.2);
        color: white !important;
    }

        .menu-item.active i[b-yq1wkcliw6],
        .menu-item.active span[b-yq1wkcliw6],
        .nav-link.active i[b-yq1wkcliw6],
        .nav-link.active span[b-yq1wkcliw6] {
            color: white !important;
        }

    /* Submen�s / dropdowns */
    .menu-item.dropdown > .submenu[b-yq1wkcliw6] {
        display: none; /* oculto por defecto */
        flex-direction: column;
        padding-left: 20px;
    }

    .menu-item.dropdown:hover > .submenu[b-yq1wkcliw6] {
        display: flex;
    }

    /* Iconos submen� */
    .menu-item.dropdown i[b-yq1wkcliw6] {
        flex-shrink: 0;
        min-width: 30px;
        text-align: center;
    }

/* ===== LOGOUT ===== */
.logout-section[b-yq1wkcliw6] {
    margin-top: auto;
    padding: 20px;
}

.logout-btn[b-yq1wkcliw6] {
    width: 100%;
    background: rgba(255,255,255,0.1);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .logout-btn:hover[b-yq1wkcliw6] {
        background: rgba(255,255,255,0.2);
    }

/* ===== MAIN ===== */
.main-wrapper[b-yq1wkcliw6] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.topbar[b-yq1wkcliw6] {
    height: 60px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.main-content[b-yq1wkcliw6] {
    flex: 1;
    padding: 25px;
    overflow-y: auto;
}

/* ===== BOT�N M�VIL ===== */
.menu-mobile-btn[b-yq1wkcliw6] {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* ===== OVERLAY M�VIL ===== */
.overlay[b-yq1wkcliw6] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 900;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .sidebar[b-yq1wkcliw6] {
        position: fixed;
        left: -260px;
        top: 0;
        height: 100vh;
        z-index: 1000;
    }

        .sidebar.mobile-open[b-yq1wkcliw6] {
            left: 0;
        }

    .menu-mobile-btn[b-yq1wkcliw6] {
        display: block;
    }
}
/* _content/Seismic_Design_Dte/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k51gwloz26] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-k51gwloz26] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-k51gwloz26] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k51gwloz26] {
    font-size: 1.1rem;
}

.bi[b-k51gwloz26] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-k51gwloz26] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-k51gwloz26] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-k51gwloz26] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-k51gwloz26] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k51gwloz26] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k51gwloz26] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k51gwloz26]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-k51gwloz26]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k51gwloz26]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-k51gwloz26] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k51gwloz26] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k51gwloz26] {
        display: none;
    }

    .nav-scrollable[b-k51gwloz26] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Seismic_Design_Dte/Components/Layout/NavMenup.razor.rz.scp.css */
.navbar[b-rmltv3botn] {
    padding: 0.75rem 1rem;
}

.navbar-brand[b-rmltv3botn] {
    font-size: 1.1rem;
}

.nav-link[b-rmltv3botn] {
    color: #d7d7d7;
}

    .nav-link:hover[b-rmltv3botn] {
        color: #ffffff;
    }

    .nav-link.active[b-rmltv3botn] {
        font-weight: bold;
        border-bottom: 2px solid #0d6efd;
    }
/* _content/Seismic_Design_Dte/Components/Pages/Clientes.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-clientes thead[b-1e0u32sk1d] {
        display: none;
    }

    .tabla-clientes tr[b-1e0u32sk1d] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-clientes td[b-1e0u32sk1d] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-clientes td[b-1e0u32sk1d]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-clientes td:nth-of-type(1)[b-1e0u32sk1d]::before {
            content: "Nombre";
        }

        .tabla-clientes td:nth-of-type(2)[b-1e0u32sk1d]::before {
            content: "NIT";
        }

        .tabla-clientes td:nth-of-type(3)[b-1e0u32sk1d]::before {
            content: "Correo";
        }

        .tabla-clientes td:nth-of-type(4)[b-1e0u32sk1d]::before {
            content: "Acciones";
        }

        .tabla-clientes td:last-child[b-1e0u32sk1d] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-1e0u32sk1d] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-1e0u32sk1d] {
    animation: fadeIn-b-1e0u32sk1d 0.3s ease-in-out;
}

@keyframes fadeIn-b-1e0u32sk1d {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-1e0u32sk1d] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-clientes thead[b-1e0u32sk1d] {
        display: none;
    }

    .tabla-clientes tr[b-1e0u32sk1d] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-clientes td[b-1e0u32sk1d] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-clientes td:nth-of-type(1)[b-1e0u32sk1d]::before {
            content: "Nombre";
            font-weight: 600;
        }

        .tabla-clientes td:nth-of-type(2)[b-1e0u32sk1d]::before {
            content: "NIT";
            font-weight: 600;
        }

        .tabla-clientes td:nth-of-type(3)[b-1e0u32sk1d]::before {
            content: "Correo";
            font-weight: 600;
        }

        .tabla-clientes td:nth-of-type(4)[b-1e0u32sk1d]::before {
            content: "Estado";
            font-weight: 600;
        }

        .tabla-clientes td:nth-of-type(5)[b-1e0u32sk1d]::before {
            content: "Acciones";
            font-weight: 600;
        }

    .acciones-botones[b-1e0u32sk1d] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-clientes .btn[b-1e0u32sk1d] {
        flex: 1;
    }
}

/* _content/Seismic_Design_Dte/Components/Pages/Correo.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-correoss thead[b-37qkku37n1] {
        display: none;
    }

    .tabla-correoss tr[b-37qkku37n1] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-correoss td[b-37qkku37n1] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-correoss td[b-37qkku37n1]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-correoss td:nth-of-type(1)[b-37qkku37n1]::before {
            content: "Nombre";
        }

        .tabla-correoss td:nth-of-type(2)[b-37qkku37n1]::before {
            content: "NIT";
        }

        .tabla-correoss td:nth-of-type(3)[b-37qkku37n1]::before {
            content: "Correo";
        }

        .tabla-correoss td:nth-of-type(4)[b-37qkku37n1]::before {
            content: "Acciones";
        }

        .tabla-correoss td:last-child[b-37qkku37n1] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-37qkku37n1] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-37qkku37n1] {
    animation: fadeIn-b-37qkku37n1 0.3s ease-in-out;
}

@keyframes fadeIn-b-37qkku37n1 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-37qkku37n1] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-correoss thead[b-37qkku37n1] {
        display: none;
    }

    .tabla-correoss tr[b-37qkku37n1] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-correoss td[b-37qkku37n1] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-correoss td:nth-of-type(1)[b-37qkku37n1]::before {
            content: "Fecha";
            font-weight: 600;
        }

        .tabla-correoss td:nth-of-type(2)[b-37qkku37n1]::before {
            content: "N° Control";
            font-weight: 600;
        }

        .tabla-correoss td:nth-of-type(3)[b-37qkku37n1]::before {
            content: "Cliente";
            font-weight: 600;
        }

        .tabla-correoss td:nth-of-type(4)[b-37qkku37n1]::before {
            content: "Total";
            font-weight: 600;
        }

        .tabla-correoss td:nth-of-type(5)[b-37qkku37n1]::before {
            content: "Estado";
            font-weight: 600;
        }

        .tabla-correoss td:nth-of-type(6)[b-37qkku37n1]::before {
            content: "Acción";
            font-weight: 600;
        }

    .acciones-botones[b-37qkku37n1] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-correoss .btn[b-37qkku37n1] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/Dashboard.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-dashboard thead[b-960o0vjnr1] {
        display: none;
    }

    .tabla-dashboard tr[b-960o0vjnr1] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-dashboard td[b-960o0vjnr1] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-dashboard td[b-960o0vjnr1]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-dashboard td:nth-of-type(1)[b-960o0vjnr1]::before {
            content: "Nombre";
        }

        .tabla-dashboard td:nth-of-type(2)[b-960o0vjnr1]::before {
            content: "NIT";
        }

        .tabla-dashboard td:nth-of-type(3)[b-960o0vjnr1]::before {
            content: "Correo";
        }

        .tabla-dashboard td:nth-of-type(4)[b-960o0vjnr1]::before {
            content: "Acciones";
        }

        .tabla-dashboard td:last-child[b-960o0vjnr1] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-960o0vjnr1] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-960o0vjnr1] {
    animation: fadeIn-b-960o0vjnr1 0.3s ease-in-out;
}

@keyframes fadeIn-b-960o0vjnr1 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-960o0vjnr1] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-dashboard thead[b-960o0vjnr1] {
        display: none;
    }

    .tabla-dashboard tr[b-960o0vjnr1] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-dashboard td[b-960o0vjnr1] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-dashboard td:nth-of-type(1)[b-960o0vjnr1]::before {
            content: "Proyecto";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(2)[b-960o0vjnr1]::before {
            content: "Cliente";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(3)[b-960o0vjnr1]::before {
            content: "Monto";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(4)[b-960o0vjnr1]::before {
            content: "Fecha Incio";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(5)[b-960o0vjnr1]::before {
            content: "Fecha Estimada";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(6)[b-960o0vjnr1]::before {
            content: "Fecha Entregado";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(7)[b-960o0vjnr1]::before {
            content: "Pagado";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(8)[b-960o0vjnr1]::before {
            content: "Saldo";
            font-weight: 600;
        }

    .acciones-botones[b-960o0vjnr1] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-dashboard .btn[b-960o0vjnr1] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/DocumentoFisico.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-doc thead[b-ggq3knofv3] {
        display: none;
    }

    .tabla-doc tr[b-ggq3knofv3] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-doc td[b-ggq3knofv3] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-doc td[b-ggq3knofv3]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-doc td:nth-of-type(1)[b-ggq3knofv3]::before {
            content: "Nombre";
        }

        .tabla-doc td:nth-of-type(2)[b-ggq3knofv3]::before {
            content: "NIT";
        }

        .tabla-doc td:nth-of-type(3)[b-ggq3knofv3]::before {
            content: "Correo";
        }

        .tabla-doc td:nth-of-type(4)[b-ggq3knofv3]::before {
            content: "Acciones";
        }

        .tabla-doc td:last-child[b-ggq3knofv3] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-ggq3knofv3] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-ggq3knofv3] {
    animation: fadeIn-b-ggq3knofv3 0.3s ease-in-out;
}

@keyframes fadeIn-b-ggq3knofv3 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-ggq3knofv3] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-doc thead[b-ggq3knofv3] {
        display: none;
    }

    .tabla-doc tr[b-ggq3knofv3] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-doc td[b-ggq3knofv3] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-doc td:nth-of-type(1)[b-ggq3knofv3]::before {
            content: "Fecha";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(2)[b-ggq3knofv3]::before {
            content: "Tipo";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(3)[b-ggq3knofv3]::before {
            content: "Número";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(4)[b-ggq3knofv3]::before {
            content: "Cliente";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(5)[b-ggq3knofv3]::before {
            content: "Obs.";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(6)[b-ggq3knofv3]::before {
            content: "Gravado";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(7)[b-ggq3knofv3]::before {
            content: "IVA";
            font-weight: 600;
        }

        .tabla-doc td:nth-of-type(8)[b-ggq3knofv3]::before {
            content: "Monto";
            font-weight: 600;
        }

    .acciones-botones[b-ggq3knofv3] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-doc .btn[b-ggq3knofv3] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/DTE.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-dte thead[b-qxeuegno76] {
        display: none;
    }

    .tabla-dte tr[b-qxeuegno76] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-dte td[b-qxeuegno76] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-dte td[b-qxeuegno76]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-dte td:nth-of-type(1)[b-qxeuegno76]::before {
            content: "Nombre";
        }

        .tabla-dte td:nth-of-type(2)[b-qxeuegno76]::before {
            content: "NIT";
        }

        .tabla-dte td:nth-of-type(3)[b-qxeuegno76]::before {
            content: "Correo";
        }

        .tabla-dte td:nth-of-type(4)[b-qxeuegno76]::before {
            content: "Acciones";
        }

        .tabla-dte td:last-child[b-qxeuegno76] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-qxeuegno76] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-qxeuegno76] {
    animation: fadeIn-b-qxeuegno76 0.3s ease-in-out;
}

@keyframes fadeIn-b-qxeuegno76 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-qxeuegno76] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-dte thead[b-qxeuegno76] {
        display: none;
    }

    .tabla-dte tr[b-qxeuegno76] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-dte td[b-qxeuegno76] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-dte td:nth-of-type(1)[b-qxeuegno76]::before {
            content: "Fecha";
            font-weight: 600;
        }

        .tabla-dte td:nth-of-type(2)[b-qxeuegno76]::before {
            content: "Receptor";
            font-weight: 600;
        }

        .tabla-dte td:nth-of-type(3)[b-qxeuegno76]::before {
            content: "Tipo";
            font-weight: 600;
        }

        .tabla-dte td:nth-of-type(4)[b-qxeuegno76]::before {
            content: "SubTotal";
            font-weight: 600;
        }

        .tabla-dte td:nth-of-type(5)[b-qxeuegno76]::before {
            content: "IVA";
            font-weight: 600;
        }

        .tabla-dte td:nth-of-type(6)[b-qxeuegno76]::before {
            content: "Total";
            font-weight: 600;
        }

    .acciones-botones[b-qxeuegno76] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-dte .btn[b-qxeuegno76] {
        flex: 1;
    }
}

/* _content/Seismic_Design_Dte/Components/Pages/DTEcompras.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-compras thead[b-9hugz9ip8t] {
        display: none;
    }

    .tabla-compras tr[b-9hugz9ip8t] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-compras td[b-9hugz9ip8t] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-compras td[b-9hugz9ip8t]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-compras td:nth-of-type(1)[b-9hugz9ip8t]::before {
            content: "Nombre";
        }

        .tabla-compras td:nth-of-type(2)[b-9hugz9ip8t]::before {
            content: "NIT";
        }

        .tabla-compras td:nth-of-type(3)[b-9hugz9ip8t]::before {
            content: "Correo";
        }

        .tabla-compras td:nth-of-type(4)[b-9hugz9ip8t]::before {
            content: "Acciones";
        }

        .tabla-compras td:last-child[b-9hugz9ip8t] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-9hugz9ip8t] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-9hugz9ip8t] {
    animation: fadeIn-b-9hugz9ip8t 0.3s ease-in-out;
}

@keyframes fadeIn-b-9hugz9ip8t {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-9hugz9ip8t] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-compras thead[b-9hugz9ip8t] {
        display: none;
    }

    .tabla-compras tr[b-9hugz9ip8t] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-compras td[b-9hugz9ip8t] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-compras td:nth-of-type(1)[b-9hugz9ip8t]::before {
            content: "Fecha";
            font-weight: 600;
        }

        .tabla-compras td:nth-of-type(2)[b-9hugz9ip8t]::before {
            content: "Emisor";
            font-weight: 600;
        }

        .tabla-compras td:nth-of-type(3)[b-9hugz9ip8t]::before {
            content: "Tipo";
            font-weight: 600;
        }

        .tabla-compras td:nth-of-type(4)[b-9hugz9ip8t]::before {
            content: "SubTotal";
            font-weight: 600;
        }

        .tabla-compras td:nth-of-type(5)[b-9hugz9ip8t]::before {
            content: "IVA";
            font-weight: 600;
        }

        .tabla-compras td:nth-of-type(6)[b-9hugz9ip8t]::before {
            content: "Total";
            font-weight: 600;
        }

    .acciones-botones[b-9hugz9ip8t] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-compras .btn[b-9hugz9ip8t] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/Login.razor.rz.scp.css */
/* ============================= */
/* LOGIN COMPACTO Y FUNCIONAL */
/* ============================= */

/* Fondo animado */
.login-container[b-04wyejsvf8] {
    min-height: 80vh;
    background: linear-gradient(-45deg, #0f2027, #203a43, #2c5364, #1b1f3b);
    background-size: 400% 400%;
    animation: gradientMove-b-04wyejsvf8 15s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

@keyframes gradientMove-b-04wyejsvf8 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Grid decorativo */
.login-container[b-04wyejsvf8]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 30px 30px; /* cuadricula más pequeña y fina */
    pointer-events: none;
}

/* Card */
.login-card[b-04wyejsvf8] {
    background: #ffffff;
    width: 100%;
    max-width: 600px; /* más compacto */
    padding: 35px 30px; /* menos padding */
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    animation: fadeInUp-b-04wyejsvf8 0.7s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* Título */
    .login-card h2[b-04wyejsvf8] {
        text-align: center;
        margin-bottom: 30px;
        color: #1b1f3b;
        font-weight: 700;
        font-size: 24px;
    }

/* Input group */
.input-group[b-04wyejsvf8] {
    margin-bottom: 20px;
    width: 100%;
}

/* Input row: icono + input */
.input-row[b-04wyejsvf8] {
    display: flex;
    align-items: center; /* centra verticalmente */
    gap: 12px;
}

/* Iconos (sobre / candado) */
.input-icon[b-04wyejsvf8] {
    font-size: 20px;
    color: #6b7280;
    min-width: 35px; /* un poco más ancho para que no choque con texto largo */
    text-align: center;
    flex-shrink: 0;
}

/* Wrapper del input */
.input-wrapper[b-04wyejsvf8] {
    position: relative;
    flex: 1;
}

/* Input */
.input-custom[b-04wyejsvf8] {
    width: 100%;
    height: 105px; /* un poco más alto */
    padding: 14px 20px; /* suficiente espacio interno */
    border: 1px solid #d1d5db;
    border-radius: 100px; /* MÁS redondeado */
    font-size: 16px;
    background: transparent;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box; /* asegura que padding no reduzca el ancho */
}

/* Label flotante */
.input-wrapper label[b-04wyejsvf8] {
    position: absolute;
    left: 16px;
    top: 14px;
    color: #6b7280;
    font-size: 15px;
    pointer-events: none;
    transition: 0.25s ease all;
    background: #fff;
    padding: 0 6px;
}

/* Focus input */
.input-custom:focus[b-04wyejsvf8] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13,110,253,0.15);
}

    /* Label flotante animado */
    .input-custom:focus ~ label[b-04wyejsvf8],
    .input-custom:not(:placeholder-shown) ~ label[b-04wyejsvf8] {
        top: -12px;
        font-size: 13px;
        color: #0d6efd;
    }

/* Icono cambia color al focus */
.input-row:focus-within .input-icon[b-04wyejsvf8] {
    color: #0d6efd;
}

/* Toggle password (ojo) */
.toggle-password[b-04wyejsvf8] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    color: #0d6efd;
    cursor: pointer;
    font-weight: 500;
}

    .toggle-password:hover[b-04wyejsvf8] {
        text-decoration: underline;
    }

/* Mensajes de validación */
.validation-message[b-04wyejsvf8] {
    display: block !important;
    min-height: 18px; /* espacio aunque no haya mensaje */
    margin-top: 4px;
    color: #dc3545 !important; /* rojo */
    font-size: 13px;
}

/* Botón login */
.btn-login[b-04wyejsvf8] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

    .btn-login:hover[b-04wyejsvf8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(13,110,253,0.3);
    }

/* Links */
.forgot-password[b-04wyejsvf8] {
    text-align: center;
    margin: 12px 0 20px 0;
}

    .forgot-password a[b-04wyejsvf8] {
        font-size: 14px;
        color: #0d6efd;
    }

        .forgot-password a:hover[b-04wyejsvf8] {
            text-decoration: underline;
        }

/* Footer */
.footer-text[b-04wyejsvf8] {
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
    color: #777;
}

/* Animación entrada */
@keyframes fadeInUp-b-04wyejsvf8 {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/Proyecto-detalle.razor.rz.scp.css */
/* === TABLA CLIENTES A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-dashboard thead[b-2du6zr6l8j] {
        display: none;
    }

    .tabla-dashboard tr[b-2du6zr6l8j] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-dashboard td[b-2du6zr6l8j] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-dashboard td[b-2du6zr6l8j]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-dashboard td:nth-of-type(1)[b-2du6zr6l8j]::before {
            content: "Nombre";
        }

        .tabla-dashboard td:nth-of-type(2)[b-2du6zr6l8j]::before {
            content: "NIT";
        }

        .tabla-dashboard td:nth-of-type(3)[b-2du6zr6l8j]::before {
            content: "Correo";
        }

        .tabla-dashboard td:nth-of-type(4)[b-2du6zr6l8j]::before {
            content: "Acciones";
        }

        .tabla-dashboard td:last-child[b-2du6zr6l8j] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-2du6zr6l8j] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-2du6zr6l8j] {
    animation: fadeIn-b-2du6zr6l8j 0.3s ease-in-out;
}

@keyframes fadeIn-b-2du6zr6l8j {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botones alineados */
.acciones-botones[b-2du6zr6l8j] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-dashboard thead[b-2du6zr6l8j] {
        display: none;
    }

    .tabla-dashboard tr[b-2du6zr6l8j] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-dashboard td[b-2du6zr6l8j] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-dashboard td:nth-of-type(1)[b-2du6zr6l8j]::before {
            content: "Proyecto";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(2)[b-2du6zr6l8j]::before {
            content: "Cliente";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(3)[b-2du6zr6l8j]::before {
            content: "Monto";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(4)[b-2du6zr6l8j]::before {
            content: "Fecha Incio";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(5)[b-2du6zr6l8j]::before {
            content: "Fecha Estimada";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(6)[b-2du6zr6l8j]::before {
            content: "Fecha Entregado";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(7)[b-2du6zr6l8j]::before {
            content: "Pagado";
            font-weight: 600;
        }

        .tabla-dashboard td:nth-of-type(8)[b-2du6zr6l8j]::before {
            content: "Saldo";
            font-weight: 600;
        }

    .acciones-botones[b-2du6zr6l8j] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-dashboard .btn[b-2du6zr6l8j] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/Proyecto.razor.rz.scp.css */
/* === TABLA PROYECTO A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-proyectos thead[b-vkrtkmu29m] {
        display: none;
    }

    .tabla-proyectos tr[b-vkrtkmu29m] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-proyectos td[b-vkrtkmu29m] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-proyectos td[b-vkrtkmu29m]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-proyectos td:nth-of-type(1)[b-vkrtkmu29m]::before {
            content: "Proyecto";
        }

        .tabla-proyectos td:nth-of-type(2)[b-vkrtkmu29m]::before {
            content: "Cliente";
        }

        .tabla-proyectos td:nth-of-type(3)[b-vkrtkmu29m]::before {
            content: "Monto";
        }

        .tabla-proyectos td:nth-of-type(4)[b-vkrtkmu29m]::before {
            content: "Pagado";
        }

        .tabla-proyectos td:nth-of-type(5)[b-vkrtkmu29m]::before {
            content: "Saldo";
        }

        .tabla-proyectos td:nth-of-type(6)[b-vkrtkmu29m]::before {
            content: "Estado";
        }

        .tabla-proyectos td:last-child[b-vkrtkmu29m] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-vkrtkmu29m] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-vkrtkmu29m] {
    animation: fadeIn-b-vkrtkmu29m 0.3s ease-in-out;
}

@keyframes fadeIn-b-vkrtkmu29m {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-proyectos thead[b-vkrtkmu29m] {
        display: none;
    }

    .tabla-proyectos tr[b-vkrtkmu29m] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-proyectos td[b-vkrtkmu29m] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-proyectos td:nth-of-type(1)[b-vkrtkmu29m]::before {
            content: "Proyecto";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(2)[b-vkrtkmu29m]::before {
            content: "Cliente";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(3)[b-vkrtkmu29m]::before {
            content: "Monto";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(4)[b-vkrtkmu29m]::before {
            content: "Pagado";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(5)[b-vkrtkmu29m]::before {
            content: "Tiempo";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(6)[b-vkrtkmu29m]::before {
            content: "Días Restantes";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(7)[b-vkrtkmu29m]::before {
            content: "Vencimiento";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(8)[b-vkrtkmu29m]::before {
            content: "Saldo";
            font-weight: 600;
        }

        .tabla-proyectos td:nth-of-type(9)[b-vkrtkmu29m]::before {
            content: "Estado";
            font-weight: 600;
        }

    .acciones-botones[b-vkrtkmu29m] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-proyectos .btn[b-vkrtkmu29m] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/ProyectoPagos.razor.rz.scp.css */
/* === TABLA PROYECTOPAGO A TARJETAS EN MOVIL === */
@media (max-width: 768px) {

    .tabla-proyectoPagos thead[b-2ur5xw2191] {
        display: none;
    }

    .tabla-proyectoPagos tr[b-2ur5xw2191] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
    }

    .tabla-proyectoPagos td[b-2ur5xw2191] {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border: none;
    }

        .tabla-proyectoPagos td[b-2ur5xw2191]::before {
            font-weight: 600;
            color: #6c757d;
        }

        .tabla-proyectoPagos td:nth-of-type(1)[b-2ur5xw2191]::before {
            content: "Fecha";
        }

        .tabla-proyectoPagos td:nth-of-type(2)[b-2ur5xw2191]::before {
            content: "Monto";
        }

        .tabla-proyectoPagos td:nth-of-type(3)[b-2ur5xw2191]::before {
            content: "Factura";
        }

        .tabla-proyectoPagos td:nth-of-type(4)[b-2ur5xw2191]::before {
            content: "Depositado";
        }

        .tabla-proyectoPagos td:last-child[b-2ur5xw2191] {
            justify-content: flex-start;
            gap: 8px;
            margin-top: 8px;
        }
}

/* Alineación correcta de botones */
.acciones-botones[b-2ur5xw2191] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* Animación formulario */
.fade-in[b-2ur5xw2191] {
    animation: fadeIn-b-2ur5xw2191 0.3s ease-in-out;
}

@keyframes fadeIn-b-2ur5xw2191 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* RESPONSIVE TARJETAS */
@media (max-width:768px) {
    .tabla-proyectoPagos thead[b-2ur5xw2191] {
        display: none;
    }

    .tabla-proyectoPagos tr[b-2ur5xw2191] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-proyectoPagos td[b-2ur5xw2191] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-proyectoPagos td:nth-of-type(1)[b-2ur5xw2191]::before {
            content: "Fecha";
            font-weight: 600;
        }

        .tabla-proyectoPagos td:nth-of-type(2)[b-2ur5xw2191]::before {
            content: "Monto";
            font-weight: 600;
        }

        .tabla-proyectoPagos td:nth-of-type(3)[b-2ur5xw2191]::before {
            content: "Factura";
            font-weight: 600;
        }

        .tabla-proyectoPagos td:nth-of-type(4)[b-2ur5xw2191]::before {
            content: "Depositado";
            font-weight: 600;
        }


    .acciones-botones[b-2ur5xw2191] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-proyectoPagos .btn[b-2ur5xw2191] {
        flex: 1;
    }
}
/* _content/Seismic_Design_Dte/Components/Pages/ResetPassword.razor.rz.scp.css */
.reset-container[b-6x6v1h7ngb] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #dbe4ea, #c9d6df);
    padding: 20px;
}

.reset-card[b-6x6v1h7ngb] {
    background: #ffffff;
    width: 100%;
    max-width: 380px;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
}

    .reset-card h2[b-6x6v1h7ngb] {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .reset-card p[b-6x6v1h7ngb] {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

.input-reset[b-6x6v1h7ngb] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.buttons[b-6x6v1h7ngb] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-enviar[b-6x6v1h7ngb] {
    background-color: #2e7d32;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.2s ease;
}

    .btn-enviar:hover[b-6x6v1h7ngb] {
        background-color: #1b5e20;
    }

.alert[b-6x6v1h7ngb] {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.alert-success[b-6x6v1h7ngb] {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.alert-error[b-6x6v1h7ngb] {
    background-color: #ffebee;
    color: #c62828;
}
/* _content/Seismic_Design_Dte/Components/Pages/SolicitarReset.razor.rz.scp.css */
.reset-container[b-mnv6umgis3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #d9e3ea;
    padding: 20px;
}

.reset-card[b-mnv6umgis3] {
    background: white;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .reset-card h2[b-mnv6umgis3] {
        font-weight: bold;
        margin-bottom: 20px;
    }

.input-reset[b-mnv6umgis3] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.buttons[b-mnv6umgis3] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.btn-salir[b-mnv6umgis3] {
    background-color: #e53935;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.btn-enviar[b-mnv6umgis3] {
    background-color: #2e7d32;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.alert[b-mnv6umgis3] {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

.alert-error[b-mnv6umgis3] {
    background-color: #ffebee;
    color: #c62828;
}

.alert-success[b-mnv6umgis3] {
    background-color: #e8f5e9;
    color: #2e7d32;
}

/* Responsive */
@media (max-width: 480px) {
    .reset-card[b-mnv6umgis3] {
        padding: 25px;
    }

    .buttons[b-mnv6umgis3] {
        flex-direction: column;
        gap: 10px;
    }
}

.reset-container[b-mnv6umgis3] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #dbe4ea, #c9d6df);
    padding: 20px;
}

.reset-card[b-mnv6umgis3] {
    background: #ffffff;
    width: 100%;
    max-width: 380px;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
}

    .reset-card h3[b-mnv6umgis3] {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .reset-card p[b-mnv6umgis3] {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

input[b-mnv6umgis3] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.buttons[b-mnv6umgis3] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-salir[b-mnv6umgis3] {
    background-color: #e53935;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.2s ease;
}

    .btn-salir:hover[b-mnv6umgis3] {
        background-color: #c62828;
    }

.btn-enviar[b-mnv6umgis3] {
    background-color: #2e7d32;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.2s ease;
}

    .btn-enviar:hover[b-mnv6umgis3] {
        background-color: #1b5e20;
    }

/* _content/Seismic_Design_Dte/Components/Pages/Usuarios.razor.rz.scp.css */

/* Animación formulario */
.fade-in[b-noj5f8mrx8] {
    animation: fadeIn-b-noj5f8mrx8 0.3s ease-in-out;
}

@keyframes fadeIn-b-noj5f8mrx8 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.acciones-botones[b-noj5f8mrx8] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

/* RESPONSIVE */
@media (max-width:768px) {
    .tabla-usuarios thead[b-noj5f8mrx8] {
        display: none;
    }

    .tabla-usuarios tr[b-noj5f8mrx8] {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .tabla-usuarios td[b-noj5f8mrx8] {
        display: flex;
        justify-content: space-between;
        border: none;
        padding: 6px 0;
    }

        .tabla-usuarios td:nth-of-type(1)[b-noj5f8mrx8]::before {
            content: "Nombre";
            font-weight: 600;
        }

        .tabla-usuarios td:nth-of-type(2)[b-noj5f8mrx8]::before {
            content: "Correo";
            font-weight: 600;
        }

        .tabla-usuarios td:nth-of-type(3)[b-noj5f8mrx8]::before {
            content: "Rol";
            font-weight: 600;
        }

        .tabla-usuarios td:nth-of-type(4)[b-noj5f8mrx8]::before {
            content: "Estado";
            font-weight: 600;
        }

        .tabla-usuarios td:nth-of-type(5)[b-noj5f8mrx8]::before {
            content: "Acciones";
            font-weight: 600;
        }

    .acciones-botones[b-noj5f8mrx8] {
        justify-content: flex-start;
        width: 100%;
    }

    .tabla-usuarios .btn[b-noj5f8mrx8] {
        flex: 1;
    }
}


/* _content/Seismic_Design_Dte/Components/Shared/Toast.razor.rz.scp.css */
/* CONTENEDOR */
.toast-container-custom[b-mhyzllt3lu] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* TOAST BASE */
.toast-custom[b-mhyzllt3lu] {
    min-width: 280px;
    max-width: 350px;
    padding: 14px 16px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    animation: slideIn-b-mhyzllt3lu 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* CONTENIDO */
.toast-content[b-mhyzllt3lu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* MENSAJE */
.toast-message[b-mhyzllt3lu] {
    font-size: 14px;
}

/* BOTON CERRAR */
.toast-close[b-mhyzllt3lu] {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

/* BARRA PROGRESO */
.toast-progress[b-mhyzllt3lu] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgba(255,255,255,0.6);
    animation: progress-b-mhyzllt3lu 4s linear forwards;
}

/* COLORES */
.toast-success[b-mhyzllt3lu] {
    background: #16a34a;
}

.toast-error[b-mhyzllt3lu] {
    background: #dc2626;
}

.toast-warning[b-mhyzllt3lu] {
    background: #f59e0b;
}

.toast-info[b-mhyzllt3lu] {
    background: #2563eb;
}

/* ANIMACION ENTRADA */
@keyframes slideIn-b-mhyzllt3lu {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* ANIMACION PROGRESO */
@keyframes progress-b-mhyzllt3lu {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}
