/* _content/Prestamos-Front/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5m8cegj01v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5m8cegj01v] {
    flex: 1;
}

.sidebar[b-5m8cegj01v] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

@media (min-width: 641px) {


    .sidebar[b-5m8cegj01v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-5m8cegj01v], article[b-5m8cegj01v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5m8cegj01v] {
    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-5m8cegj01v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Prestamos-Front/Components/Layout/Navbar.razor.rz.scp.css */
.logo[b-gtfk73ahxo] {
    width: 100px;
    height: auto;
}

header[b-gtfk73ahxo] {
    margin: 0;
}

.dropdown[b-gtfk73ahxo] {
    position: relative;
}

.dropdown-menu.show[b-gtfk73ahxo] {
    display: block;
}

.dropdown-item[b-gtfk73ahxo] {
    cursor: pointer;
}

.dropdown-item:hover[b-gtfk73ahxo] {
    background-color: #f8f9fa;
}
/* _content/Prestamos-Front/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Modern Styles */

:root[b-kjngjgbm5w] {
    --primary-color: #004691;
    --secondary-color: #2563eb;
    --glass-blur: blur(12px);
}

*[b-kjngjgbm5w] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1[b-kjngjgbm5w], p[b-kjngjgbm5w], label[b-kjngjgbm5w] {
    font-family: "Inter", sans-serif;
}

body[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
}

.glass-card[b-kjngjgbm5w] {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: var(--glass-blur);
    backdrop-filter: var(--glass-blur);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    transition: all 0.3s ease;
}

.glass-card:hover[b-kjngjgbm5w] {
    box-shadow: 0 12px 48px 0 rgba(31, 38, 135, 0.12);
    transform: translateY(-2px);
}

.unibe-gradient[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #004691 0%, #2563eb 100%);
}

.accent-gradient-teal[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}

.accent-gradient-amber[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.accent-gradient-indigo[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
}

/* Material Symbols */
.material-symbols-outlined[b-kjngjgbm5w] {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

/* Header Styles */
header[b-kjngjgbm5w] {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
}

/* Navigation */
nav a[b-kjngjgbm5w] {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* KPI Cards */
.kpi-card[b-kjngjgbm5w] {
    transition: all 0.3s ease;
}

.kpi-card:hover[b-kjngjgbm5w] {
    transform: translateY(-4px);
}

/* Table Styles */
table tbody tr[b-kjngjgbm5w] {
    transition: background-color 0.2s ease;
}

table tbody tr:hover[b-kjngjgbm5w] {
    background-color: rgba(59, 130, 246, 0.08) !important;
}

/* Old Bootstrap Compatibility */
.card-hover[b-kjngjgbm5w] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-hover:hover[b-kjngjgbm5w] {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.stat-card[b-kjngjgbm5w] {
    border-radius: 12px;
    overflow: hidden;
}

.stat-icon[b-kjngjgbm5w] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon-sm[b-kjngjgbm5w] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-gradient-primary[b-kjngjgbm5w] {
    background: linear-gradient(135deg, #1b6ec2 0%, #0d6efd 100%);
}

.bg-primary-subtle[b-kjngjgbm5w] {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-warning-subtle[b-kjngjgbm5w] {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-info-subtle[b-kjngjgbm5w] {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.bg-success-subtle[b-kjngjgbm5w] {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.text-primary-subtle[b-kjngjgbm5w] {
    color: #0d6efd !important;
}

.text-warning-subtle[b-kjngjgbm5w] {
    color: #ffc107 !important;
}

.text-info-subtle[b-kjngjgbm5w] {
    color: #0dcaf0 !important;
}

.text-success-subtle[b-kjngjgbm5w] {
    color: #198754 !important;
}

.nav-tabs[b-kjngjgbm5w] {
    border-bottom: none;
}

.nav-tabs .nav-link[b-kjngjgbm5w] {
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    font-weight: 500;
    background-color: transparent;
}

.nav-tabs .nav-link:hover[b-kjngjgbm5w] {
    border-color: transparent;
    border-bottom-color: rgba(13, 110, 253, 0.3);
    color: #0d6efd;
    background-color: transparent;
}

.nav-tabs .nav-link.active[b-kjngjgbm5w] {
    border-bottom: 3px solid #0d6efd;
    color: #0d6efd;
    background-color: transparent;
}

.table-primary[b-kjngjgbm5w] {
    background-color: #cfe2ff;
    border-color: #9ec5fe;
}

.table-success[b-kjngjgbm5w] {
    background-color: #d1e7dd;
    border-color: #a3cfbb;
}

.sticky-top[b-kjngjgbm5w] {
    position: sticky;
    top: 0;
    z-index: 10;
}

.badge[b-kjngjgbm5w] {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

.align-middle td[b-kjngjgbm5w],
.align-middle th[b-kjngjgbm5w] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-kjngjgbm5w] {
    background-color: rgba(0, 0, 0, 0.025);
    transition: background-color 0.2s ease;
}

/* Shadows */
.shadow-indigo-200[b-kjngjgbm5w] {
    --tw-shadow-color: rgb(199, 210, 254);
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color);
}

.shadow-amber-200[b-kjngjgbm5w] {
    --tw-shadow-color: rgb(253, 224, 71);
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color);
}

.shadow-teal-200[b-kjngjgbm5w] {
    --tw-shadow-color: rgb(153, 246, 228);
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color);
}

/* Responsive */
@media (max-width: 768px) {
    body[b-kjngjgbm5w] {
        padding: 0.5rem;
    }
    
    .glass-card[b-kjngjgbm5w] {
        border-radius: 1.5rem;
    }
    
    table[b-kjngjgbm5w] {
        font-size: 0.875rem;
    }
    
    .material-symbols-outlined[b-kjngjgbm5w] {
        font-size: 20px;
    }
}
/* _content/Prestamos-Front/Components/Pages/Historial.razor.rz.scp.css */
.fila > i[b-fotbaejaul] {
    margin-right: 5px;
}
/* _content/Prestamos-Front/Components/Pages/Login.razor.rz.scp.css */
h1[b-1ignrvep14], p[b-1ignrvep14], label[b-1ignrvep14] {
    font-family: "Inter", sans-serif;
}
.logo[b-1ignrvep14] {
    margin-top:5vh;
    width: 345pt;
    height: 99pt;

}

h1[b-1ignrvep14] {
    margin-top: 20px;
    color: #0033A1;
    font-weight: 800;
}

form[b-1ignrvep14] {
    width: 300px
}

input[b-1ignrvep14] {
    width: 400px;
}
button[b-1ignrvep14] {
    width: 400px;
    height: 40px
}

.center[b-1ignrvep14] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* _content/Prestamos-Front/Components/Pages/Password.razor.rz.scp.css */
h1[b-q73v0swdzm], p[b-q73v0swdzm], label[b-q73v0swdzm] {
    font-family: "Inter", sans-serif;
}
.logo[b-q73v0swdzm] {
    margin-top: 15vh;
    width: 345pt;
    height: 99pt;

}

h1[b-q73v0swdzm] {
    margin-top: 20px;
    color: #0033A1;
    font-weight: 800;
}

form[b-q73v0swdzm] {
    width: 300px
}

input[b-q73v0swdzm] {
    width: 400px;
}
button[b-q73v0swdzm] {
    width: 400px;
    height: 40px
}

.center[b-q73v0swdzm] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
