@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Modals/BaseModal.razor.rz.scp.css */
modal-scroll-wrapper[b-dal85k5e5c] {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}
.modal-body-scroll[b-dal85k5e5c] {
    overflow-y: auto;
    max-height: 100vh;
}

.modal-header-sticky[b-dal85k5e5c] {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.modal-content-custom[b-dal85k5e5c] {
    height: 80vh;
    display: flex;
    flex-direction: column;
}
/* /Components/Modals/ProfileContent.razor.rz.scp.css */
.logout-modal[b-vcdo0r2t1w] {
    position: absolute;
    top: calc(100% + 8px); /* 8px de margen debajo del botón */
    right: 0;
    background: #f9fbfd;
    border-radius: 1.2rem;
    padding: 1.5rem;
    width: 360px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1051;
    margin-right: 1rem;
}

.modal-backdrop[b-vcdo0r2t1w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1050;
}

.close-btn[b-vcdo0r2t1w] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #888;
}

.avatar[b-vcdo0r2t1w] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #ccc;
    margin-bottom: 0.5rem;
}

.idcard[b-vcdo0r2t1w] {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}
.google-avatar-wrapper[b-vcdo0r2t1w] {
    background: conic-gradient(#4285f4 180deg 270deg /* Azul */);
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
}

.google-avatar[b-vcdo0r2t1w] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: block;
    background-color: white;
}
/* /Components/UI/LoadingView.razor.rz.scp.css */
.loading-overlay[b-iffxvj8xfo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    flex-direction: column;
}

/* No es estrictamente necesario, pero ayuda a agrupar el spinner y el texto si añades más cosas */
.loading-content[b-iffxvj8xfo] {
    text-align: center;
}

/* Opcional: Estilo específico si quieres un spinner más grande en el overlay */
.loading-overlay .spinner-border[b-iffxvj8xfo] {
    width: 3rem;
    height: 3rem;
}
/* /Components/UI/ToastMessage.razor.rz.scp.css */
.toast-top-start[b-ivlke1vncv] {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    z-index: 2000;
}

.toast-bottom-end[b-ivlke1vncv] {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    padding: 1rem;
    z-index: 2000;
}

.toast-bottom-start[b-ivlke1vncv] {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    z-index: 2000;
}


.toast-success[b-ivlke1vncv] {
    border-color: #28a745;
}

.toast-error[b-ivlke1vncv] {
    border-color: #dc3545;
}

.toast-info[b-ivlke1vncv] {
    border-color: #17a2b8;
}

.toast-warning[b-ivlke1vncv] {
    border-color: #ffc107;
}

@keyframes toast-slide-in-b-ivlke1vncv {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toast-animate-in[b-ivlke1vncv] {
    animation: toast-slide-in-b-ivlke1vncv 0.4s ease-out;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7mivgg7p20] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7mivgg7p20] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-7mivgg7p20], article[b-7mivgg7p20] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Login.razor.rz.scp.css */

.input-group .input-group-text[b-om81548tzb] {
    margin-right: 8px;
    border: none;
    background-color: transparent;
}

/* Estilo del placeholder en gris (usando la variable de Bootstrap para consistencia) */
.form-control[b-om81548tzb]::placeholder { /*Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--bs-secondary-color);
    opacity: 0.75;
}

.form-control:-ms-input-placeholder[b-om81548tzb] { /*Para Edge*/
    color: var(--bs-secondary-color);
    opacity: 0.75;
}
.clear-input-icon[b-om81548tzb] {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    font-size: 1rem;
}

    .clear-input-icon:hover[b-om81548tzb] {
        color: #495057;
    }

.toggle-password-icon[b-om81548tzb] {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    font-size: 1rem;
}
