/* Ajustes propios sobre AdminLTE 4 */
.sidebar-brand {
  justify-content: flex-start;
}

#app {
    background: url(../img/gemini_share.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
}

.app-sidebar {
    background-color: lch(29 8.59 234.78 / 0.86) !important;
}

.app-main {
    background-color: hsl(0deg 0% 100% / 76%);
}

.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link {
    color: #fff;
}

/* Páginas de autenticación (login, recuperar, cambiar contraseña) */
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(150deg, #0d1b33 0%, #143a63 55%, #0b1d3d 100%);
}

.auth-card {
    width: 100%;
    max-width: 420px;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 18px 45px rgb(0 0 0 / .35);
}

.auth-brand-logo {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
}

/* Botones Fx (Venta General) */
.fx-btn {
    color: #fff;
    border: 1px solid rgb(0 0 0 / .12);
    box-shadow: 0 1px 2px rgb(0 0 0 / .2);
}
.fx-btn:hover { color: #fff; filter: brightness(1.1); }
.fx-btn:active { filter: brightness(.9); }
.fx-efectivo   { background-color: #198754; }
.fx-debito     { background-color: #0d6efd; }
.fx-credito    { background-color: #6f42c1; }
.fx-entregado  { background-color: #198754; }
.fx-pedido     { background-color: #fd7e14; }
.fx-nueva      { background-color: #0dcaf0; }
.fx-producto   { background-color: #20c997; }
.fx-cliente    { background-color: #d63384; }
.fx-pendientes { background-color: #6c757d; }
.fx-sel {
    outline: 2px solid rgb(255 255 255 / .85);
    outline-offset: 0;
    box-shadow: 0 0 0 2px rgb(0 0 0 / .4), inset 0 0 0 2px rgb(0 0 0 / .0);
    filter: saturate(1.15) brightness(.88);
}

.table-responsive thead {
    position: sticky;
    top: 0;
}