/* _content/BlazorApp1/Pages/Index.razor.rz.scp.css */
.card-img-container[b-70cdui5b69] {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60%;
    height: 100%;
    border-radius: 0 48px 48px 0;
    overflow: hidden;
    margin: 0.5rem 0.5rem 0.5rem 0;
    box-shadow: 0 4px 24px 0 rgba(80,80,80,0.10);
    z-index: 1;
}

.card-img-container img[b-70cdui5b69] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* _content/BlazorApp1/Shared/MainLayout.razor.rz.scp.css */
.page[b-45rkf8v3vv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-45rkf8v3vv] {
    flex: 1;
}

.sidebar[b-45rkf8v3vv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-45rkf8v3vv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-45rkf8v3vv]  a, .top-row .btn-link[b-45rkf8v3vv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-45rkf8v3vv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-45rkf8v3vv] {
        display: none;
    }

    .top-row.auth[b-45rkf8v3vv] {
        justify-content: space-between;
    }

    .top-row a[b-45rkf8v3vv], .top-row .btn-link[b-45rkf8v3vv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-45rkf8v3vv] {
        flex-direction: row;
    }

    .sidebar[b-45rkf8v3vv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-45rkf8v3vv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-45rkf8v3vv], article[b-45rkf8v3vv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.custom-menu-bar[b-45rkf8v3vv] {
    background-color: #6c43a6;
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    margin-bottom: 0;
}
.menu-toggle[b-45rkf8v3vv] {
    background: rgba(255,255,255,0.06);
    border: none;
    color: #fff;
    font-size: 2rem; /* larger hamburger */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 6px;
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 9999; /* ensure it's above other elements */
}
.menu-toggle:focus[b-45rkf8v3vv] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(162,89,198,0.18);
}
.menu-icon[b-45rkf8v3vv] {
    display: inline-block;
    line-height: 1;
    font-size: inherit;
    color: #fff;
}
.menu-responsive[b-45rkf8v3vv] {
    display: none;
    flex-direction: row;
    transition: all 0.2s;
    gap: 1rem; /* m�s separaci�n para evitar solapamiento al hover */
}
.menu-responsive.menu-open[b-45rkf8v3vv] {
    display: flex !important;
}
.menu-responsive.show[b-45rkf8v3vv] {
    display: flex !important;
}
@media (max-width: 768px) {
    .menu-toggle[b-45rkf8v3vv] {
        display: block;
    }
    .menu-responsive[b-45rkf8v3vv] {
        display: none;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem; /* aumentar separaci�n en m�vil */
        background: #6c43a6;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        padding: 1rem 0;
        z-index: 15;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .menu-responsive.menu-open[b-45rkf8v3vv] {
        display: flex !important;
    }
    .btn-menu[b-45rkf8v3vv] {
        width: 100%;
        text-align: left;
        border-radius: 0;
        margin-bottom: 2px;
    }
}
@media (min-width: 769px) {
    .menu-toggle[b-45rkf8v3vv] {
        display: none !important;
    }
    .menu-responsive[b-45rkf8v3vv] {
        display: flex !important;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
}
.btn-menu[b-45rkf8v3vv], .btn-menu:visited[b-45rkf8v3vv], .btn-menu:active[b-45rkf8v3vv] {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.7rem 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #a259c6 0%, #6c43a6 100%);
    color: #fff;
    box-shadow: 0 4px 0 #4b256a, 0 8px 16px rgba(0,0,0,0.18);
    border: 2px solid #6c43a6;
    margin: 0.5rem 0; /* m�s espacio vertical */
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0 #e0d6f7, 0 1px 2px #4b256a;
    transition: transform 0.1s, box-shadow 0.1s;
    transform-origin: center; /* evita que crezca hacia un borde */
}
.btn-menu:hover[b-45rkf8v3vv], .btn-menu:focus[b-45rkf8v3vv] {
    background: linear-gradient(180deg, #c7a6e5 0%, #a259c6 100%);
    color: #fff;
    transform: scale(1.04);
    box-shadow: 0 6px 0 #4b256a, 0 12px 24px rgba(0,0,0,0.22);
}
.btn-sm[b-45rkf8v3vv] {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.5rem 1.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #a259c6 0%, #6c43a6 100%);
    color: #fff;
    box-shadow: 0 3px 0 #4b256a, 0 6px 12px rgba(0,0,0,0.12);
    border: 2px solid #6c43a6;
    margin: 0.4rem 0; /* separaci�n extra entre botones peque�os */
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0 #e0d6f7, 0 1px 2px #4b256a;
    transition: transform 0.1s, box-shadow 0.1s;
    transform-origin: center;
}
.btn-sm:hover[b-45rkf8v3vv], .btn-sm:focus[b-45rkf8v3vv] {
    background: linear-gradient(180deg, #c7a6e5 0%, #a259c6 100%);
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 5px 0 #4b256a, 0 10px 20px rgba(0,0,0,0.16);
}
.fw-bold[b-45rkf8v3vv] {
    font-weight: bold;
}
.floating-absolute[b-45rkf8v3vv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-height: 160px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1), transform 0.5s cubic-bezier(0.4,0,0.2,1);
    transform: translateY(-16px) scale(0.98);
    border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
    border-top: 6px solid #a259c6;
    background: #fff;
}

.floating-absolute.show[b-45rkf8v3vv] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

/* Custom top border for alert popups */
.alert-info.floating-absolute[b-45rkf8v3vv] {
    border-top: 6px solid #3ab0e2;
}
.alert-success.floating-absolute[b-45rkf8v3vv] {
    border-top: 6px solid #4ad991;
}
.alert-warning.floating-absolute[b-45rkf8v3vv] {
    border-top: 6px solid #ffc857;
}

/* Optional: subtle shadow for popups */
.floating-absolute[b-45rkf8v3vv] {
    box-shadow: 0 8px 32px rgba(80,40,120,0.18), 0 2px 8px rgba(0,0,0,0.10);
}

.bg-dark[b-45rkf8v3vv] {
    background-color: #23272b !important;
}

.container-fluid.p-0[b-45rkf8v3vv] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-menu-bar[b-45rkf8v3vv] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 -2px 16px rgba(80,80,80,0.10);
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
}
.mobile-menu[b-45rkf8v3vv] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.mobile-menu-btn[b-45rkf8v3vv] {
    background: #f5f5f5;
    border: none;
    border-radius: 18px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: #333;
    box-shadow: 0 2px 8px rgba(80,80,80,0.08);
    transition: background 0.2s;
}
.mobile-menu-btn:hover[b-45rkf8v3vv] {
    background: #e0e0e0;
}
.mobile-menu-btn .material-icons[b-45rkf8v3vv] {
    font-size: 2rem;
    margin-bottom: 0.2rem;
}
@media (min-width: 769px) {
    .mobile-menu-bar[b-45rkf8v3vv] {
        display: none !important;
    }
}

/* Styles for mobile dropdown */
.mobile-top[b-45rkf8v3vv] {
    position: relative;
    background: linear-gradient(90deg, #6c43a6, #a259c6);
    color: #fff;
    padding: 0.75rem 1rem; /* increase vertical padding */
    min-height: 56px;
}
.menu-toggle[b-45rkf8v3vv] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.6rem;
}
/* Make dropdown fixed so it is always visible on mobile and covers full width */
.mobile-dropdown[b-45rkf8v3vv] {
    position: fixed;
    left: 0;
    top: 56px; /* matches min-height of mobile-top */
    width: 100%;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease, transform 250ms ease, visibility 250ms;
    transform: translateY(-8px) scaleY(0.98);
    z-index: 1050;
}
.mobile-dropdown.show[b-45rkf8v3vv] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scaleY(1);
}
/* Stronger, colorful background so it's visible on mobile */
.mobile-dropdown-inner[b-45rkf8v3vv] {
    display: flex;
    gap: 0.75rem;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(90deg, #6c43a6 0%, #a259c6 100%);
    color: #fff;
    box-shadow: 0 8px 30px rgba(80,40,120,0.25);
}
/* Ensure buttons inside the dropdown are clearly visible */
.mobile-dropdown-inner .btn-menu[b-45rkf8v3vv],
.mobile-dropdown-inner .btn-sm[b-45rkf8v3vv] {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.12);
    padding: 0.5rem 0.9rem;
    border-radius: 0.6rem;
}

/* Ensure mobile dropdown buttons are horizontal and not full-width (override mobile .btn-menu rule) */
.mobile-dropdown-inner .btn-menu[b-45rkf8v3vv] {
    width: auto !important;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin: 0 0.5rem;
}

/* Also ensure small buttons in the dropdown follow same rule */
.mobile-dropdown-inner .btn-sm[b-45rkf8v3vv] {
    width: auto !important;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
}

/* For mobile dropdown, stack buttons vertically */
.mobile-dropdown-inner[b-45rkf8v3vv] {
    flex-direction: column !important;
    align-items: stretch;
}
.mobile-dropdown-inner .btn-menu[b-45rkf8v3vv],
.mobile-dropdown-inner .btn-sm[b-45rkf8v3vv] {
    width: calc(100% - 2rem) !important; /* leave some horizontal padding */
    margin: 0.25rem auto !important;
    display: block;
}
/* Remove min-width enforced earlier */
.mobile-dropdown-inner .btn-menu[b-45rkf8v3vv] { min-width: 0 !important; }

@media (min-width: 769px) {
    .mobile-top[b-45rkf8v3vv] { display: none !important; }
}
/* _content/BlazorApp1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b5wscdn8ts] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b5wscdn8ts] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b5wscdn8ts] {
    font-size: 1.1rem;
}

.oi[b-b5wscdn8ts] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b5wscdn8ts] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b5wscdn8ts] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b5wscdn8ts] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b5wscdn8ts]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b5wscdn8ts]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b5wscdn8ts]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b5wscdn8ts] {
        display: none;
    }

    .collapse[b-b5wscdn8ts] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
