html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
}

main {
    min-width: 0;
}

/* evita desbordes de tablas, textos largos, etc */
main * {
    max-width: 100%;
}

table {
    width: 100%;
}

#sidebar {
    min-height: 100vh;
    height: 100%;
}

#sidebar.collapsed {
    width: 80px !important;
}

.sidebar{
    width:260px;
    background:#11b6c5;
    transition:all .3s ease;
    overflow:hidden;
}

/* SIDEBAR CERRADO */
.sidebar.collapsed{
    width:80px;
}

/* LINKS */
.sidebar .nav-link{
    display:flex;
    align-items:center;
    padding:12px;
    border-radius:10px;
    white-space:nowrap;
}

/* ICONOS */
.sidebar .nav-link i{
    font-size:1.2rem;
    min-width:30px;
    text-align:center;
}

/* OCULTAR TEXTOS */
.sidebar.collapsed .menu-text,
.sidebar.collapsed .logo-text,
.sidebar.collapsed .sidebar-title{
    display:none;
}

/* CENTRAR ICONOS */
.sidebar.collapsed .nav-link{
    justify-content:right;
}

.sidebar .nav-link{
    display:flex;
    align-items:center;
    padding:12px;
    border-radius:10px;
    color:#fff;
}

.sidebar .nav-link:hover{
    background:rgba(255,255,255,.15);
}

.sidebar .nav-link i{
    font-size:1.2rem;
    min-width:30px;
}

/* =========================
   SIDEBAR BASE (desktop)
========================= */
#sidebar {
    width: 260px;
    background: #11b6c5;
    min-height: 100vh;
    transition: transform 0.3s ease;
}

/* =========================
   MOBILE TOP BAR
========================= */
.mobile-topbar {
    background: #11b6c5;
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* =========================
   MOBILE SIDEBAR (drawer)
========================= */
@media (max-width: 991px) {

    #sidebar {
        position: fixed;
        top: 56px; /* altura navbar */
        left: 0;
        height: calc(100vh - 56px);
        transform: translateX(-100%);
        z-index: 1040;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    #sidebar.open {
        transform: translateX(0);
    }
}


button.btn.btn-appia,
.btn.btn-appia {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #fff !important;
}

button.btn.btn-appia:hover,
.btn.btn-appia:hover {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #fff !important;
}

button.btn-appia {
    background: #11b6c5 !important;
}

.scroll-table {
    max-height: 350px;
    overflow-y: auto;
    display: block; /* 🔥 clave */
}

.scroll-table table {
    width: 100%;
    margin-bottom: 0;
}

.scroll-table table {
    table-layout: fixed;
}

/* mantiene header fijo */
.scroll-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}


.icon-color {
    color: #11b6c5 !important;
}


/* Inputs login */
.form-control.texto-campo {
    border-color: #11b6c5 !important;
}

/* Focus */
.form-control.texto-campo:focus {
    border-color: #11b6c5 !important;
    box-shadow: 0 0 0 0.2rem rgba(17, 182, 197, 0.25) !important;
}

.input-group .btn-outline-secondary {
    border-color: #11b6c5 !important;
}

.input-group .form-control,
.input-group .btn {
    border-color: #11b6c5 !important;
}

/* Header moderno */
header.sticky-top {
    z-index: 1030;
    backdrop-filter: blur(10px);
}

/* Hover botones header */
header .btn-light:hover {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #fff !important;
}

/* SVG hereda color */
header button svg {
    stroke: currentColor;
}

/* Evita que SVG se corte */
svg {
    overflow: visible !important;
}

/* SVG dentro de botones/cards */
button svg,
.card svg,
.btn svg {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

/* Corrige corte inferior típico */
svg {
    position: relative;
    top: -1px;
}

.card {
    border: none !important;
}

.subtitle {
    text-align: center;
    color: #6c757d;
    font-size: .95rem;
    margin-bottom: 1rem;
}

.btn-primary,
.btn-login {
    background-color: #11b6c5;
    border-color: #11b6c5;
}

.btn-primary:hover,
.btn-login:hover {
    background-color: #0e9cab;
    border-color: #0e9cab;
}

.login-card {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.login-banner {
    background: linear-gradient(135deg, #11b6c5 0%, #0e9cab 100%);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}


/**REPORTE **/

.resumen-card {
    border-radius: 14px;
    overflow: hidden;
}

.resumen-header {
    padding: 1.25rem 1.5rem;
    background: rgba(17, 182, 197, 0.08);
    border-bottom: 1px solid rgba(17, 182, 197, 0.15);
}

.resumen-header h5 {
    font-size: 1.25rem;
    color: #111827;
    letter-spacing: -0.02em;
}

.resumen-header svg {
    color: #11b6c5;
    flex-shrink: 0;
}

.resumen-texto {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #6b7280;
    font-style: italic;
}


.dimensiones-card {
    border-radius: 14px;
    overflow: hidden;
}

.dimensiones-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(17,182,197,.15);
    background: rgba(17,182,197,.05);
}

.dimensiones-header h5 {
    font-size: 1.25rem;
    color: #111827;
    letter-spacing: -.02em;
}

.dimensiones-header svg {
    color: #11b6c5;
    flex-shrink: 0;
}

.dimension-item:not(:last-child) {
    margin-bottom: 2rem;
}

.dimension-title {
    font-size: .95rem;
    font-weight: 700;
    color: #111827;
}

.dimension-score {
    font-size: 1.2rem;
    font-weight: 700;
    color: #11b6c5;
}

.dimension-progress {
    height: 10px;
    background: #eaf4f5;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: .75rem;
}

.dimension-progress-bar {
    height: 100%;
    background: #11b6c5;
    border-radius: 999px;
    transition: width .4s ease;
}

.dimension-comment {
    color: #6b7280;
    font-size: .92rem;
    line-height: 1.6;
}


.insights-card {
    border-radius: 14px;
    overflow: hidden;
}

.insights-card-success {
    background: rgba(17, 182, 197, 0.04);
}

.insights-card-primary {
    background: rgba(17, 182, 197, 0.07);
}

.insights-header {
    background: transparent !important;
    padding: 1.5rem;
}

.insights-header h5 {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #111827;
}

.insights-header svg {
    color: #11b6c5;
    flex-shrink: 0;
}

.insight-item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: 1rem;
    color: #6b7280;
    line-height: 1.6;
}

.insight-item:last-child {
    margin-bottom: 0;
}

.insight-icon {
    color: #11b6c5;
    flex-shrink: 0;
    margin-top: 2px;
}

.recommendation-number {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(17, 182, 197, .12);
    color: #11b6c5;
    font-size: .75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Card principal */
.metric-card {
    border-radius: 1rem;
}

/* Bloques de métricas */
.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 1rem;
    margin-bottom: 1rem;

    border: 1px solid #e5e7eb;
    border-radius: 1rem;

    background: #f8fafc;
}

.metric-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.metric-label {
    margin-top: .35rem;

    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;

    color: #6b7280;
}

/* Badges */
.metric-badge {
    padding: .4rem .8rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
}

.metric-primary {
    background: #11b6c5;
    color: #fff;
}

.metric-success {
    background: rgba(17,182,197,.15);
    color: #11b6c5;
}

.metric-warning {
    background: rgba(255,193,7,.15);
    color: #b58100;
    border: 1px solid rgba(255,193,7,.3);
}

/* Card repetir */
.retry-card {
    border-radius: 1rem;
    background: linear-gradient(
        135deg,
        rgba(17,182,197,.08),
        rgba(17,182,197,.15)
    );
}

.retry-card h5 {
    color: #0f172a;
}

/* Botón */
.btn-retry {
    height: 48px;
    border-radius: .75rem;

    background: #11b6c5;
    border-color: #11b6c5;

    color: white;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    transition: .2s;
}

.btn-retry:hover {
    background: #0f9eab;
    border-color: #0f9eab;
    color: white;
}


.hero-result{
    position:relative;
    overflow:hidden;
    padding:20px;
    border-radius:28px;
    background:linear-gradient(
        135deg,
        #11b6c5 0%,
        #0fa3b0 100%
    );
    color:white;
    box-shadow: none; /* quitar sombra */
    border: none;     /* quitar borde */
}

.hero-bg-icon{
    position:absolute;
    top:-20px;
    right:-20px;
    opacity:.08;
    color:white;
    z-index:1;
}

.hero-title{
    font-size:3rem;
    font-weight:800;
    margin-bottom:12px;
    position:relative;
    z-index:2;
}

.hero-subtitle{
    font-size:1.15rem;
    opacity:.95;
    margin-bottom:0;
    position:relative;
    z-index:2;
}

.hero-highlight{
    font-weight:700;
    text-decoration:underline;
    text-decoration-color:#9ff7ff;
    text-underline-offset:4px;
}

.score-card{
    background: rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    border: none;
    border-radius:24px;
    padding:25px;
    text-align:center;
    box-shadow: none; /* quitar sombra */
}

.score-label{
    font-size:.7rem;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    opacity:.8;
}

.score-value{
    font-size:4rem;
    font-weight:800;
    line-height:1;
    color:#bffaff;
}

.score-level{
    margin-top:8px;
    font-size:.9rem;
    opacity:.9;
}

.score-rating{
    margin-top:14px;
    font-size:1rem;
    color:#bffaff;
}

@media (max-width: 991px){

    .hero-result{
        padding:35px 25px;
    }

    .hero-title{
        font-size:2rem;
    }

    .score-card{
        margin-top:25px;
    }
}

/*VERIFICACION */
.bg-turquesa-claro {
    background-color: #3CCDD9;
}

/***** TABLA REPORTE ******/
.table-modern-wrapper{
    border:1px solid #d9eef0;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.table-modern{
    margin-bottom:0;
    border-collapse:separate;
    border-spacing:0;
}

/* CONTENEDOR */
.table-modern-wrapper{
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

/* CABECERA */
.table-modern thead{
    background:#f8fafc; /* gris muy suave */
    border-bottom:1px solid #e5e7eb;
}

.table-modern thead th{
    border:none;
    padding:14px 16px;
    font-size:.82rem;
    font-weight:700;
    color:#64748b; /* gris tipo shadcn */
    background:#f8fafc;
}

/* FILAS */
.table-modern tbody tr{
    border-bottom:1px solid #f1f5f9;
    transition:.2s;
}

.table-modern tbody tr:hover{
    background:#f8fafc;
}

.table-modern tbody td{
    padding:16px;
    border-top:none;
}

.table-modern tbody tr{
    transition:all .2s ease;
}

.table-modern tbody tr td{
    transition:background-color .2s ease;
}

/* Hover sobre cualquier parte de la fila */
.table-modern tbody tr:hover td{
    background:rgba(17,182,197,.06) !important;
}

/* ID */
.table-modern tbody td:first-child{
    font-weight:700;
    color:#0f172a;
}

/* BADGES */
.badge-modern{
    background:rgba(17,182,197,.12);
    color:#11b6c5;
    border-radius:999px;
    padding:.45rem .8rem;
    font-size:.72rem;
    font-weight:700;
}

/* ESTADOS */
.status-success{
    background:#dcfce7;
    color:#15803d;
}

.status-warning{
    background:#fef3c7;
    color:#b45309;
}

.status-danger{
    background:#fee2e2;
    color:#dc2626;
}

.status-info{
    background:#dbeafe;
    color:#2563eb;
}

/* BOTONES */
.btn-action-appia{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.5rem;

    height:36px;
    padding:0 .9rem;

    border-radius:8px;
    border:1px solid transparent;

    background:transparent;
    color:#000;

    font-size:.85rem;
    font-weight:600;
    text-decoration:none;

    transition:all .2s ease;
}

.btn-action-appia svg{
    width:16px;
    height:16px;
}

.btn-action-appia:hover{
    background:#11b6c5;
    color:#fff;
    transform:translateY(-1px);
}

.btn-action-appia:focus{
    outline:none;
    box-shadow:0 0 0 3px rgba(17,182,197,.15);
}

/* PLACEHOLDER */
.badge-pending{
    background:#f8fafc;
    color:#64748b;
    border:1px solid #e2e8f0;
    border-radius:999px;
    padding:.4rem .8rem;
}

/* ESTADO*/
.status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:.35rem .85rem;
    border-radius:9999px;
    font-size:.72rem;
    font-weight:700;
    border:none;
}

.status-analyzed{
    background:rgba(17,182,197,.12);
    color:#11b6c5;
}

.status-completed{
    background:rgba(17,182,197,.12);
    color:#11b6c5;
}

.status-processing{
    background:#fef3c7;
    color:#b45309;
}

.status-error{
    background:#fee2e2;
    color:#dc2626;
}

.status-pending{
    background:#f1f5f9;
    color:#64748b;
}


.btn-practica {
    background: #11b6c5;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(17,182,197,.25);
    transition: all .2s ease;
}

.btn-practica:hover {
    background: #0fa5b2;
    color: #fff;
    transform: translateY(-1px);
}

/**** CARD PRESENTACIÖN ***/
    .card-evaluacion {
        background: #11b6c5;
        color: white;
        border: none;
        border-radius: 1rem;
    }

    .card-evaluacion .card-header {
        background: transparent;
        border-bottom: none;
        padding: 1.5rem 1.5rem 0;
    }

    .card-evaluacion .card-body {
        padding: 1.5rem;
    }

    .card-evaluacion .item-evaluacion {
        display: flex;
        align-items: center;
        gap: .75rem;
        margin-bottom: .75rem;
        font-size: .95rem;
    }

    .card-evaluacion .punto {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
        flex-shrink: 0;
    }

    .card-evaluacion hr {
        border-color: rgba(255,255,255,.25);
        opacity: 1;
    }

    .card-evaluacion .text-soft {
        color: rgba(255,255,255,.75);
        font-size: .8rem;
    }

        .card-objetivo {
        border: none;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.08);
    }

    .card-objetivo .card-header {
        background: rgba(17, 182, 197, 0.08);
        border-bottom: none;
        padding: 1.5rem;
    }

    .card-objetivo .card-body {
        padding: 1.5rem;
    }

    .card-objetivo .divider {
        height: 1px;
        background: #e9ecef;
        margin: 1.5rem 0;
    }

    .icon-turquesa {
        color: #11b6c5;
    }

    .card-instrucciones{
        border: none;
        border-radius: 1rem;
        box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .card-instrucciones .card-header {
        background: rgba(17, 182, 197, 0.08);
        border-bottom: none;
        padding: 1.5rem;
    }

    .card-instrucciones .card-body {
        padding: 1.5rem;
    }

    .text-turquesa {
        color: #11b6c5;
    }

    .numero-circulo {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #11b6c5;
        color: white;
        font-size: 11px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .card-ia {
        border: none;
        border-radius: 1rem;
        background: rgba(17, 182, 197, 0.08);
        box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.06);
    }

    .text-turquesa {
        color: #11b6c5;
    }

    .icon-circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(17, 182, 197, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .btn-transcripcion-nav {
        border-radius: 999px !important;
        padding: 0.35rem 0.9rem;
    }

    .select-tab {
        border-radius: 999px !important;
    }

    .texto-paginacion {
        font-size: 0.85rem;
        color: #6c757d;
    }

   .modal-audio {
    max-width: 350px;
   }

   .modal-audio .modal-content {
    border-radius: 1rem;
   }


.sidebar {
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    display: flex;
    flex-direction: column;
    z-index: 1040; 
}

.nav {
    overflow-y: auto;
}

.layout {
    display: flex;
}

.main-content {
    width: calc(100% - 260px);
}

.sidebar-footer{
    margin-top:auto;
}

.sidebar-logout{
    background:#0c8f9b; /* turquesa más oscuro */
    color:#fff;
    border:none;
    border-radius:14px;
    padding:12px;
    transition:.25s;
}

.sidebar-logout:hover{
    background:#097884;
    color:#fff;
}

.icon-wrapper{
    width:36px;
    height:36px;
    border-radius:10px;
    background:rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;
}

.sidebar-logout small{
    color:rgba(255,255,255,.75);
}


.sidebar-logout{
    background:#0c8f9b;
    border:none;
    border-radius:14px;
    padding:12px;
    color:#fff;
    transition:.25s;
}

.sidebar-logout:hover{
    background:#097884;
}

.icon-wrapper{
    width:36px;
    height:36px;
    border-radius:10px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ocultar texto */
#sidebar.collapsed .logout-text{
    display:none;
}

/* centrar icono */
#sidebar.collapsed .sidebar-logout{
    justify-content:center;
    padding:12px;
}

/* quitar margen del icono */
#sidebar.collapsed .icon-wrapper{
    margin-right:0 !important;
}

@media (max-width: 991px){

    #sidebar .logout-text{
        display:none;
    }

    #sidebar .sidebar-logout{
        justify-content:center;
    }

    #sidebar .icon-wrapper{
        margin-right:0 !important;
    }
}


/** OTROS ESTILOS **/

/* Fondo general */
 
.fondo {
  background-color: #F8FAFC !important;
}

.user-dropdown .dropdown-item {
    color: #000 !important;
    background-color: transparent !important;
}

.user-dropdown .dropdown-item:hover,
.user-dropdown .dropdown-item:focus,
.user-dropdown .dropdown-item:active,
.user-dropdown .dropdown-item:focus-visible {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.user-dropdown .dropdown-item svg {
    stroke: #000 !important;
}

/*LOGO */
header {
  z-index: 1030;
}

.bg-logo-tide {
  background-image: url('/img/logotipo_tide.png');
}

/* HEADER */
header,
.navbar,
.navbar-nav,
.dropdown {
    overflow: visible !important;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.navbar {
    z-index: 9998;
    position: relative;
}


/*Portada*/
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #11b6c5 !important;
    --bs-btn-border-color: #11b6c5 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #11b6c5  !important;
    --bs-btn-hover-border-color: #11b6c5  !important;
    --bs-btn-focus-shadow-rgb: 49, 194, 242;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #11b6c5;
    --bs-btn-active-border-color: #11b6c5  !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(26, 29, 33, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #15dbed  !important;
    --bs-btn-disabled-border-color: #15dbed  !important;
}

.text-portada{
  color: #11b6c5 !important;
  font-size: 3.2rem;
}

.texto-header{
  font-size: 0.85rem;
}

.texto-sbt{
  font-size: 0.75rem;
}

.texto-sbt{
  font-size: 0.85rem;
}

.texto-etq{
  font-size: 0.8rem;
}

.titulo-grupo{
  font-size: 1.5rem !important;
}

.texto-grupo{
  font-size: 0.95rem;
  color:#8d8f91 !important;
}

.texto-bpaginacion{
  font-size: 0.85rem;
}

.form-control.texto-campo {
  font-size: 0.90rem !important;
}

.form-control.texto-campo::placeholder {
  font-size: 0.80rem !important;
  color: #c9ced6 !important;
}

label.texto-recordar{
  font-size: 0.75rem !important;
  color:#555  !important;
}

.texto-accion{
  font-size: 0.75rem !important;
}


@media (min-width: 1200px) {
  .login-wrapper {
    max-width: 500px; /* prueba 460–500px */
  }
}

/*Paginacion en pantallas*/
.texto-paginacion{
  font-size: 0.85rem;
  color:#555 !important;
}

.btn-outline-secondary:not(:disabled):hover {
    background-color: #11b6c5;
    border-color: #11b6c5;
    color: #fff;
}

/* Forzar texto interno */
.btn-outline-secondary:not(:disabled):hover .texto-paginacion {
    color: #fff !important;
}

/* Forzar SVG */
.btn-outline-secondary:not(:disabled):hover svg {
    fill: #fff;
}

.btn-outline-secondary:not(:disabled) {
    color: #000; /* texto negro */
}

.btn-outline-secondary:disabled {
    color: #888;
    border-color: #ccc;
    background-color: transparent;
    cursor: not-allowed;
}

.form-control-custom::placeholder {
  color: rgba(0, 0, 0, 0.35) !important;
}

.modal-content {
  border-radius: 1.25rem; /* 20px aprox */
}

/*Campos obligatorios*/
.texto-req {
    color: #dc3545; /* rojo (Bootstrap danger) */
    font-weight: bold;
}


.btn-outline-info {
  --bs-btn-color: #000000 !important;
  --bs-btn-border-color: #11b6c5 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #11b6c5 !important;
  --bs-btn-hover-border-color: #11b6c5 !important;
  --bs-btn-focus-shadow-rgb: 13,183,240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #11b6c5 !important;
  --bs-btn-active-border-color: #11b6c5 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(26, 29, 33, 0.125);
  --bs-btn-disabled-color: #11b6c5 !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #11b6c5 !important;
  --bs-gradient: none;
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.5rem !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #11b6c5 !important;
}

.borde-bajo{
    margin-bottom: 20px !important;
}

.btn-primary{
  background-color: #11b6c5 !important;
  border-color:  #11b6c5 !important;
}

.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 600px !important;
  --bs-modal-margin: 0.5rem !important;
}

.grupo.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 400px !important;
  --bs-modal-margin: 0.5rem !important;
}

.integ.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 500px !important;
  --bs-modal-margin: 0.5rem !important;
}

.cuota.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 500px !important;
  --bs-modal-margin: 0.5rem !important;
}

.pago.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 750px !important;
  --bs-modal-margin: 0.5rem !important;
}

.enviar.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 600px !important;
  --bs-modal-height: 400px !important;
  --bs-modal-margin: 0.5rem !important;
}

.moneda.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 400px !important;
  --bs-modal-margin: 0.5rem !important;
}

.gasto.modal {
  --bs-modal-zindex: 9999!important;
  --bs-modal-width: 550px !important;
  --bs-modal-margin: 0.5rem !important;
}

.formulario{
  margin: 10px !important;
}

.disabled-btn {
    opacity: 0.5;          /* se ve deshabilitado */
    cursor: not-allowed;   /* cursor de "no permitido" */
    pointer-events: none;  /* evita clics y JS */
}

.no-border {
    border: none !important;  /* elimina borde del botón */
    box-shadow: none !important; /* elimina sombras si las hay */
    background-color: transparent !important; /* opcional: fondo transparente */
}

.text-tide {
  color: rgb(17, 182, 197) !important;
}

.texto-pill{
  font-size: 18px !important;
}


/* Contenedor de tabs con fondo blanco y bordes redondeados */
.tab-base {
    background-color: #fff; /* Fondo blanco */
    border-radius: 0.5rem;  /* Bordes redondeados */
    border: 1px solid #dee2e6; /* Borde suave tipo Bootstrap */
    padding: 0.5rem;        /* Espaciado interno */
}
/* Fin New Tabs */

.btn-create {
    height: 40px;             /* h-10 en Tailwind */
    padding: 0 16px;          /* px-4 equivalente */
    font-size: 0.95rem;       /* texto mediano */
    font-weight: 500;         /* font-medium */
    border-radius: 0.5rem;    /* rounded-md */
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;                 /* espacio entre icono y texto */
}

.btn-create:hover {
    background-color: #0d6efdcc; /* efecto hover más suave */
    color: #fff;                  /* texto blanco en hover */
}

/* Altura fija para que no se estire con el contenedor */
.btn-fixed-height {
    height: 36px !important;        /* Altura exacta */
    min-height: 36px !important;    /* Sobrescribe mínimo de Bootstrap */
    padding: 0 14px !important;     /* Ajusta ancho sin afectar altura */
    font-size: 0.9rem !important;   /* Ajusta tamaño letra */
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Hover cyan con texto blanco */
.btn-hover-cyan {
    color: #000 !important;
    transition: background-color 0.2s ease;
}

.btn-hover-cyan:hover,
.btn-hover-cyan:focus {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #fff !important;
}

/* Botones estilo shadcn con fondo hsl(210 40% 97% / 1) */
.btn-shadcn {
    height: 36px;                 /* altura fija tipo h-9 */
    min-height: auto !important;  /* sobrescribe mínimo de Bootstrap */
    padding: 0 12px;              /* ancho según contenido */
    font-size: 0.875rem;          /* tamaño mediano */
    font-weight: 500;             /* medium */
    border-radius: 0.5rem;        /* redondeado */
    border: 1px solid #d1d5db;   /* borde gris claro */
    background-color: hsl(210 40% 97% / 1)  !important; /* fondo deseado */
    color: #000 !important;               /* texto negro */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover: fondo cyan y texto blanco */
.btn-shadcn:hover,
.btn-shadcn:focus {
    background-color: #11b6c5 !important; /* hover cyan */
    border-color: #11b6c5 !important;
    color: #fff !important;
}


/* Borde exterior de la tabla */
.custom-table {
    border: 1px solid #dee2e6;
    border-collapse: collapse; /* importante */
}

/* Bordes solo en las celdas inferiores de cada fila */
.border-bottom-row td {
    border-bottom: 1px solid #dee2e6;
}

/* Quitar bordes verticales */
.custom-table th,
.custom-table td {
    border-left: none;
    border-right: none;
    padding: 0.75rem 1rem;
}

/* Hover en fila */
.custom-table tbody tr:hover td {
    background-color: rgba(234, 239, 239, 0.1);
}

/* Botones compactos */
.btn-compact {
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
}

.btn-compact:hover {
    background-color: #11b6c5;
    color: #fff;
    border-color: #11b6c5;
}

/* Badges */
.badge-secondary {
    background-color: #e2e8f0;
    color: #1e293b !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.icono-dashboard svg {
    stroke: #ffffff; /* cambia el color del trazo */
    width: 15px;
    height: 15px;
}

/* Texto y botón inactivo */
.nav-link {
    color: black;
}

/* Texto y botón activo */
.nav-link.active {
    color: white;
}

.nav-link .icono-dashboard {
    filter: invert(0); /* negro */
}

.nav-link.active .icono-dashboard {
    filter: invert(1); /* blanco */
}

/* Botones portada */
.wrapper-680 {
  max-width: 680px;
  width: 100%;
}

/* Altura y padding */
.btn-tall {
  min-height: 88px;
  padding: 1.25rem 1.5rem;
  line-height: 1.3;
  position: relative;
}

/* Botón normal y hover */
.btn-hover-cyan {
  color: black;                /* texto inicial */
  background-color: #fff;      /* fondo inicial */
  border: 2px solid #b6bbc2;  /* borde inicial */
  transition: all 0.25s ease;
}

.btn-hover-cyan:hover {
  color: white;                /* texto hover */
  background-color: #11b6c5;   /* fondo hover */
  border-color: #11b6c5;       /* borde hover */
}



/* Texto Login */
.text-2xl {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

/* Links normales */
.pagination .page-item .page-link {
    color: #11b6c5;
    border-color: #11b6c5;
}

/* Hover */
.pagination .page-item .page-link:hover {
    background-color: #11b6c5;
    color: #fff;
    border-color: #11b6c5;
}

/* Página activa */
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #fff !important;
}

/* Focus (cuando haces click o tab) */
.pagination .page-item .page-link:focus {
    box-shadow: none; /* opcional: quita el outline azul predeterminado */
    background-color: #11b6c5;
    color: #fff;
    border-color: #11b6c5;
}

/* Deshabilitado */
.pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #ccc;
    background-color: transparent;
}

/* Texto del botón login */
/* Fuerza tamaño del texto SOLO en este botón */
button.btn.btn-login {
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.2 !important;
}


/* Ajuste óptico del ícono SOLO en este botón */
/* Ícono proporcional SOLO a este botón */
button.btn.btn-login .btn-login-icon {
    width: 1em;   /* mismo ancho que altura del texto */
    height: 1em;  /* igual alto que el texto */
    stroke-width: 2;
    display: block;
    flex-shrink: 0; /* no se comprima */
}

button.btn.btn-login .btn-grupo-icon {
    width: 1em;   /* mismo ancho que altura del texto */
    height: 1em;  /* igual alto que el texto */
    stroke-width: 2;
    display: block;
    flex-shrink: 0; /* no se comprima */
}

/*Boton volver Inicio*/
/* Base del botón */
.btn-back {
    display: inline-flex;             /* texto e ícono en fila */
    align-items: center;              /* centra verticalmente */
    gap: 0.5rem;                      /* espacio entre ícono y texto */
    font-size: 1.125rem !important;              /* +2 puntos (aprox 18px) */
    font-weight: 500;
    color: #000000 !important;                   /* texto negro en estado normal */
    background-color: #ffffff;        /* fondo blanco */
    border: 1px solid #ced4da !important;        /* borde gris */
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;             /* px-4, h-10 */
    height: 2.5rem;
    transition: all 0.2s ease-in-out;
    text-decoration: none;            /* quita subrayado */
}

/* Hover: fondo y borde azul, texto blanco */
.btn-back:hover {
    background-color: #11b6c5 !important;
    border-color: #11b6c5 !important;
    color: #ffffff !important;
}

/* Ícono alineado al texto */
.btn-back-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    transform: rotate(180deg);        /* flecha invertida */
    display: inline-block;
}

/* Span para asegurar alineación vertical exacta */
.btn-back-text {
    display: inline-block;
    line-height: 1.2;
}

/*Iconos de interfaz de grupo*/
.users-title {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: #000000 !important; 
    font-weight: 600;           /* semibold */
    font-size: 1.5rem;          /* 24px, text-2xl */
    letter-spacing: -0.025em;   /* tracking-tight */
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Icono de usuarios: color #11b6c5, mitad del tamaño del texto (fs-2 ~ 2rem) */
.users-icon {
    width: 1.5rem;   /* un punto más que 1rem */
    height: 1.5rem;
    flex-shrink: 0;;
}

/* Flecha del botón: escala con el texto del botón */
.arrow-icon {
    width: 1em;    /* igual que tamaño del texto fs-5 */
    height: 1em;
    flex-shrink: 0;
}

/*formulario creacion grupo*/
/* Fuente Inter igual que Tailwind/ShadCN */
body, .modal.grupo .modal-content, .form-control-custom, .col-form-label, .btn h2{
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

/* Labels alineados a la derecha */
.modal.grupo .modal-body .col-form-label {
    text-align: right;
    font-weight: 500;
}

/* Botón cancelar gris suave sin borde */
.modal.grupo .btn-cancel {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
}

.modal.grupo .btn-cancel:hover {
    background-color: #e0e0e0;
}

/* Mantener botón Crear Grupo igual que inputs en altura y fuente */
.modal.grupo .btn-primary {
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
}

/*Input  modal grupo*/
/* Inputs solo dentro de la modal .grupo */
.modal.grupo .form-control {
    background-color: #fff !important;           /* fondo blanco */
    border: 1px solid #ced4da;        /* borde gris sólido */
    font-family: "Inter", sans-serif; /* tipo de letra consistente */
    font-size: 0.95rem !important;                  /* tamaño del texto */
    height: 2.5rem;                   /* altura uniforme */
    padding: 0.375rem 0.75rem;
    width: 100%;
    max-width: 350px;                 /* ancho máximo */
    box-sizing: border-box;
}

/* Focus sólido azul */
.modal.grupo .form-control:focus {
    border-color: #11b6c5;
    box-shadow: 0 0 0 0.2rem rgba(17, 182, 197, 0.25);
}

/*Botones pestaña cuotas*/
.icon-circle-plus-cuota {
    width: 1em;     /* mismo tamaño que el texto */
    height: 1em;
    flex-shrink: 0;
}

/*Botones pestaña gasto*/
.icon-circle-plus-gasto {
    width: 1em;     /* mismo tamaño que el texto */
    height: 1em;
    flex-shrink: 0;
}

/*Botones pestaña integrante*/
.icon-circle-plus-integrante {
    width: 1em;     /* mismo tamaño que el texto */
    height: 1em;
    flex-shrink: 0;
}

.icon-send-integrante {
    width: 1em;      /* igual al tamaño del texto */
    height: 1em;
    flex-shrink: 0;
}

/*formulario creacion integrante*/
/* Fuente Inter igual que Tailwind/ShadCN */
body, .modal.integ .modal-content, .form-control-custom, .col-form-label, .btn h2{
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

/* Labels alineados a la derecha */
.modal.integ .modal-body .col-form-label {
    text-align: right;
    font-weight: 500;
}

/* Botón cancelar gris suave sin borde */
.modal.integ .btn-cancel {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
}

.modal.integ .btn-cancel:hover {
    background-color: #e0e0e0;
}

/* Mantener botón Crear Grupo igual que inputs en altura y fuente */
.modal.integ .btn-primary {
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
}

/*Input  modal grupo*/
/* Inputs solo dentro de la modal .grupo */
.modal.integ .form-control {
    background-color: #fff !important;           /* fondo blanco */
    border: 1px solid #ced4da;        /* borde gris sólido */
    font-family: "Inter", sans-serif; /* tipo de letra consistente */
    font-size: 0.95rem !important;                  /* tamaño del texto */
    height: 2.5rem;                   /* altura uniforme */
    padding: 0.375rem 0.75rem;
    width: 100%;
    max-width: 350px;                 /* ancho máximo */
    box-sizing: border-box;
}

/* Focus sólido azul */
.modal.integ .form-control:focus {
    border-color: #11b6c5;
    box-shadow: 0 0 0 0.2rem rgba(17, 182, 197, 0.25);
}


/*formulario creacion cuota*/
/* Fuente Inter igual que Tailwind/ShadCN */
body, .modal.cuota .modal-content, .form-control-custom, .col-form-label, .btn h2{
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

/* Labels alineados a la derecha */
.modal.cuota .modal-body .col-form-label {
    text-align: right;
    font-weight: 500;
}

/* Botón cancelar gris suave sin borde */
.modal.cuota .btn-cancel {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
}

.modal.cuota .btn-cancel:hover {
    background-color: #e0e0e0;
}

/* Mantener botón Crear Grupo igual que inputs en altura y fuente */
.modal.cuota .btn-primary {
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
}

/*Input  modal grupo*/
/* Inputs solo dentro de la modal .grupo */
.modal.cuota .form-control {
    background-color: #fff !important;           /* fondo blanco */
    border: 1px solid #ced4da;        /* borde gris sólido */
    font-family: "Inter", sans-serif; /* tipo de letra consistente */
    font-size: 0.95rem !important;                  /* tamaño del texto */
    height: 2.5rem;                   /* altura uniforme */
    padding: 0.375rem 0.75rem;
    width: 100%;
    max-width: 350px;                 /* ancho máximo */
    box-sizing: border-box;
}

/* Focus sólido azul */
.modal.cuota .form-control:focus {
    border-color: #11b6c5;
    box-shadow: 0 0 0 0.2rem rgba(17, 182, 197, 0.25);
}

/*formulario creacion gasto*/
/* Fuente Inter igual que Tailwind/ShadCN */
body, .modal.gasto .modal-content, .form-control-custom, .col-form-label, .btn h2{
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

/* Labels alineados a la derecha */
.modal.gasto .modal-body .col-form-label {
    text-align: right;
    font-weight: 500;
}

/* Botón cancelar gris suave sin borde */
.modal.gasto .btn-cancel {
    background-color: #f2f2f2;
    color: #000;
    border: none;
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
    transition: background-color 0.2s ease;
}

.modal.gasto .btn-cancel:hover {
    background-color: #e0e0e0;
}

/* Mantener botón Crear Grupo igual que inputs en altura y fuente */
.modal.gasto .btn-primary {
    font-size: 0.95rem;
    height: 2.5rem;
    padding: 0 1rem;
}

/*Input  modal grupo*/
/* Inputs solo dentro de la modal .grupo */
.modal.gasto .form-control {
    background-color: #fff !important;           /* fondo blanco */
    border: 1px solid #ced4da;        /* borde gris sólido */
    font-family: "Inter", sans-serif; /* tipo de letra consistente */
    font-size: 0.95rem !important;                  /* tamaño del texto */
    height: 2.5rem;                   /* altura uniforme */
    padding: 0.375rem 0.75rem;
    width: 100%;
    max-width: 350px;                 /* ancho máximo */
    box-sizing: border-box;
}

/* Focus sólido azul */
.modal.gasto .form-control:focus {
    border-color: #11b6c5;
    box-shadow: 0 0 0 0.2rem rgba(17, 182, 197, 0.25);
}

.table-inte-sm {
    font-size: 0.95rem; /* equivalente a text-sm */
}

.table-cuota-sm {
    font-size: 0.95rem; /* equivalente a text-sm */
}

.table-comp-sm {
    font-size: 0.95rem; /* equivalente a text-sm */
}

.table-gasto-sm {
    font-size: 0.95rem; /* equivalente a text-sm */
}

/*Acciones en tablas*/
/* Botón Kebab centrado */
.kebab-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.kebab-btn svg {
  transform: translateX(1px);
}

.kebab-btn:hover,
.kebab-btn:focus,
.kebab-btn.show {
  background-color: #11b6c5 !important;
  color: #fff !important;
}

.kebab-btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

/* Dropdown menu */
.dropdown-menu {
  font-size: 0.95rem;
  min-width: 160px;
  padding: 0.25rem 0;
}

/* Encabezado visible */
.dropdown-header {
  font-weight: 700;
  font-size: 1.20rem !important;  /* un poco más grande */
  color: #000 !important;
  padding: 0.5rem 1rem;
}

/* Items con iconos */
.dropdown-item {
  display: flex;
  align-items: center;
  stroke: currentColor;   /* usa color del texto */
  fill: none;             /* elimina relleno */
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #000; /* negro por defecto */
  transition: background 0.2s, color 0.2s;
}

/* "Eliminar" rojo por defecto */
.dropdown-item.delete-item {
  color: #ff4d4f !important;  /* texto rojo */
  fill: none !important;
}

.dropdown-item.delete-item svg {
  stroke: #ff4d4f !important;
  fill: none !important;
}

/* Hover / activo / foco de cualquier item */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #11b6c5 !important;
  color: #fff !important;
}

.dropdown-item:hover svg,
.dropdown-item:focus svg,
.dropdown-item:active svg {
  stroke: currentColor !important;
  fill: none !important;
}

.dropdown-item:hover .menu-text,
.dropdown-item:focus .menu-text,
.dropdown-item:active .menu-text {
  color: #fff !important;
}

/* Estilo login _Acceso-Integrante*/
.card-header-custom {
    padding: 1.5rem; /* p-6 */
    text-align: center;
}

.card-header-custom .title-group {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 600;  /* font-semibold */
    letter-spacing: -0.025em; /* tracking-tight */
    margin-bottom: 0.375rem; /* space-y-1.5 */
}

.subtitle {
    font-size: 0.95rem; /* text-sm */
    color: #6c757d; /* text-muted */
    padding-top: 0.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

/*Boton salir de Avatar*/
.dropdown-item:hover svg {
    color: #000;
}

/*Tabla con datos Integrante*/
.icon-estado {
    color: #11b6c5 !important;
    opacity: 1 !important;
}

/*Boton Revisar*/
/* Evita que el contenido se rompa en varias líneas */
.btn-revisar {
    white-space: nowrap; /* << evita salto de línea entre icono y texto */
}

/* Asegura que SVG sea inline y no ocupe toda la línea */
.btn-revisar .icon-svg {
    display: inline-block;  /* << clave para mantener en línea */
    vertical-align: middle; /* alineación vertical entre icono y texto */
    margin-right: .4rem;    /* espacio entre icono y texto */
    stroke: currentColor;   /* hace que el SVG herede el color del texto */
}

/* Alineación vertical consistente */
.btn-revisar .btn-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.95rem;
}

.btn-revisar:hover {
  background-color: #11b6c5 !important;
  color: #fff !important;
}

/*Ver Comprobantes/Pagos */
.texto-verp{
    font-size: 0.8rem !important;
}

.tab-scroll {
    min-height: 200px;   /* alto mínimo visible */
    max-height: 380px;   /* a partir de aquí aparece el scroll */
    padding-bottom: 1rem; /* evita que el scroll tape el último elemento */
}

/* Estilo base del checkbox */
.row-check {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #333 !important; /* borde gris oscuro */
    border-radius: 4px;      /* opcional, esquinas redondeadas */
    background-color: #fff;  /* fondo blanco */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

/* Checkbox deshabilitado */
.row-check:disabled {
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}

.btn svg {
  fill: none !important;
}

.btn-outline-secondary:hover svg {
  stroke: #fff;
}

.btn-outline-secondary svg {
  stroke: #000;
}


#Tabla2 {
  color: #6c757d;
}

#Tabla2 svg {
  fill: none !important;
  stroke: currentColor;
}

#Tabla2:hover {
  background-color: #11b6c5;
  color: #fff;
}

.dropdown.show > #Tabla2 {
  background-color: #11b6c5;
  color: #fff;
}

#Tabla2 svg {
  fill: none !important;
  stroke: currentColor;
}

/* Color del item al hacer hover */
.dropdown-item:hover {
  color: #fff !important;
  background-color: #11b6c5;
}

/* SVGs dentro del item */
.dropdown-item svg {
  stroke: currentColor; /* por defecto toman el color del padre */
  fill: none;           /* para �conos lineales */
  transition: stroke 0.2s; /* efecto suave */
}

.texto-ms {
    width: 100%;          /* ancho completo del modal */
    min-height: 250px;    /* alto cómodo */
    padding: 14px 16px;   /* espacio interno (arriba/abajo - lados) */
    resize: vertical;     /* solo permitir cambiar el alto */
    box-sizing: border-box;
    font-size: 0.95rem;
    line-height: 1.5;
}


.icon-circle-peso1 {
  width: 18px;   /* tamaño ideal para botones */
  height: 18px;
}

.btn-shadcn {
  flex-wrap: nowrap;
}

/* Color por defecto */
.btn-shadcn {
  color: #000; /* gris oscuro, o el que uses */
}

/* Hover */
.btn-shadcn:hover {
  color: #fff; /* azul bootstrap o el color que quieras */
}

/* Click / activo */
.btn-shadcn:active {
  color: #fff; /* azul más oscuro al presionar */
}


/*FLECHAS PARA ORDENAMIENTO*/
.sortable-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.sortable-icon:hover{
    color: #11b6c5;
}

/* Iconos */
.sort-icon {
    font-size: 0.7rem;
    margin-left: 4px;
    transition: all 0.2s ease;
}

.sort-icon.muted {
    color: #bbb;
}

/* Activo */
.sort-icon.active {
    color: #11b6c5;
    font-weight: bold;
    transform: scale(1.2);
}

/*COLOR DE TEXTO GASTO*/
.monto-gasto {
    color: #11b6c5 !important;
}


