﻿/* TOOLBAR */
.grid-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

/* TABLAS */
.table-card {
    padding: 1.5rem;
}

/* RESULTADOS */
.result-card {
    margin-top: 1.5rem;
}

/* PASSWORD INPUT */
.password-wrapper {
    position: relative;
    display: flex;
}

    .password-wrapper input {
        width: 100%;
        padding-right: 45px;
    }

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
}
