/* _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: 180pt;
    height: 70pt
}

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 */
h1[b-kjngjgbm5w], p[b-kjngjgbm5w], label[b-kjngjgbm5w] {
    font-family: "Inter", sans-serif;
}

.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;
}
/* _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;
}
/* _content/Prestamos-Front/Components/Pages/Prestamos.razor.rz.scp.css */
.title[b-jm8tzr3xyo] {
    font-weight: 700;
    color: #0138ae;
    font-size: 64px
}

p[b-jm8tzr3xyo] {
    text-align: center;
    margin-bottom: 2rem;
}

main[b-jm8tzr3xyo] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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