.imagenppal{
    text-align:center;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../image/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
th.headerSortUp{
    background-image: url(../../image/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../image/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.main-layout {
    position: relative;
}

.contenedor {
  position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 100vh;
    background: #fff;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 10px 60px;
    transition: width .3s ease;
    z-index: 999;
    overflow: auto;
}

.container.mt-4.expanded {
    left: 60px;
    width: calc(100% - 60px);
}

/* Estado original restaurado */
.container.mt-4.collapsed {
    left: 235px;
    width: calc(100% - 235px);
}
#mainContainer {
    margin-left: 250px; /* ancho normal del sidebar */
    transition: margin-left 0.3s;
}

#mainContainer.expanded {
    margin-left: 60px; /* ancho colapsado */
}
/* Navbar superior */
.custom-navbar {
    position: fixed;
    top: 0;
    left: 235px;
    width: calc(100% - 235px);
    z-index: 1011;
    background-color: #FFFFFF;
    box-shadow: none;
    min-height: 65px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;


    border-top-left-radius: 27px;
    border-top-right-radius: 0;
}
@media (max-width: 768px) {
    .custom-navbar {
        left: 0;
        width: 100%;
        border-radius: 0; /* sin bordes redondeados en móvil */
    }

    /* Acomodar el toggle y el perfil */
    .custom-navbar .container-fluid {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .custom-navbar .dropdown {
        margin-top: 10px; /* separar un poco del toggle */
    }
}

/* Opcional: estilos para el toggle en móvil */
.navbar-toggler {
    border: none;
}
/* En tu CSS */
.icono-modulo {
    color: #81A2FF !important;
}

.grande{
    max-width: 95%;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn_busqueda > button{
    width: 100%;
}

.dropdown-menu[data-bs-popper]{
    left: auto;
    top: 125%;
    border-color: rgba(0, 0, 0, 0.3);
}
.form-floating{
    margin-bottom: 7px;
}

#inicio_sesion img{
    width: 100%;
}

.navbar-brand img{
    height: 40px;
}

.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.completa, .completa body{
    height: 100%;
    overflow-x: hidden; /* evita scroll horizontal */
}



#sidebar.collapsed {
    width: 60px; /* ancho pequeño */
    transition: width 0.3s;
}

#sidebar.collapsed .sidebar-content .nav-link span {
    display: none; /* oculta texto del menú */
}


#sidebar.collapsed .nav-link span,
#sidebar.collapsed .navbar-brand span {
    display: none;
}

#sidebar.collapsed .nav-link i {
    text-align: center;
    width: 100%;
}
#sidebar.collapsed .sidebar-content {
    align-items: center;
}

#sidebar.collapsed .nav {
    margin-top: 40px;
    align-items: center;
}

#sidebar:not(.collapsed) .nav {
    align-items: flex-start; /* íconos a la izquierda cuando se expande */
}



#sidebar.collapsed .navbar-brand span {
    display: none;
}
#sidebarToggle {
    z-index: 1050;
    margin-right: 27px;

    background-color: rgba(182, 205, 255, 0.15);
    padding: 0px 6px;
    border-radius: 6px;
    font-size: 1.2rem;          /* tamaño un poco más pequeño */
    border: none;
    color: #000;
    cursor: pointer;
    transition: background-color 0.3s;
}
/* Hover opcional: un poco más opaco */
#sidebarToggle:hover {
    background-color: rgba(182, 205, 255, 0.8);
}


.color-rojo{
    color: red;
}
.color-verde{
    color: green;
}

.estadoTarea{
    font-size: 30px;
    margin-left: 12px;
}

.estadoTarea2, .usuariosAsi{
    font-size: 30px;
}

.estadoTarea2{
    vertical-align: top;
}

.descripcion_tarea{
    font-size: 1.5em;
}
#inp_actualizarTarea{
    display: inline-block;
    width: calc(100% - 50px);
    font-size: 0.7em;
}

#e_tareaCrear{
    margin-bottom: 5px;
}

.usuarios_asignados span{
    vertical-align: middle;

}

#btn_asignarUsuario{
    font-size: 1.3em;
}

.txtgrande{
    height: 100px !important;
    ;
}

.oculto{
    display: none;
}

.observacionContenedor {
    background-color: #0065b3;
    ;
    color: white;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 15px 0 15px 0;
    position: relative;
}

.observacionFecha {
    position: absolute;
    font-size: 0.7em;
    bottom: 2px;
    right: 15px;
}

.observacionUsuario {
    font-size: 0.7em;
    position: absolute;
    bottom: 2px;
}

.observacionDetalle {
    margin-bottom: 10px;
}

#btn_observacionCrear {
    margin-bottom: 5px;
}

.botones_tarea {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

.informadionAdicionalTarea {
    margin-top: 3px;
    margin-bottom: 3px;
}

.login_usuario {
    font-size: 1em;
    vertical-align: middle;
    color: #0065b3;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}



.logo-coltax {
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
}

.logo-coltax img {
    max-width: 275px;
}


/* Login centrado */
#inicio_sesion {
    z-index: 2;
    background: #2c2599;  /* tu contenedor azul del login */
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}

/* ================================
   RESPONSIVE LOGO COLTAX - MÓVILES
   ================================ */
@media (max-width: 576px) {

    /* El formulario ya no empuja el logo */
    .tamanio_form {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Contenedor principal: deja de centrar vertical */
    #d_contenedor {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 130px !important;
    }

    /* Contenedor del logo */
    .logo-coltax {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        width: 100% !important;
        padding-left: 12px !important;
        margin: 8px 0 !important;
    }

    /* Imagen del logo ⬅️ tamaño perfecto en móviles */
    .logo-coltax img {
        width: 120px !important; /* Ajusta aquí si lo quieres más grande/pequeño */
        height: auto !important;
        object-fit: contain !important;
        top: -105px;
        position: absolute;
    }

    .icono-volver {
        top: 24px !important;
        right: 35px !important;
        bottom: auto !important;
        left: auto !important;
        width: 35px !important;
        height: 34px !important;
        padding: 6px !important;
        border-radius: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
    }
    #inicio_sesion {
        margin: 0 auto !important;           /* centro perfecto */
        width: 100% !important;
        max-width: 360px !important;         /* controla ancho del card */
        padding: 1.6rem !important;
        box-sizing: border-box !important;
        top: -62px;
    }

    .login-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;      /* centro horizontal para los hijos */
        justify-content: flex-start !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }
    .copyright-vertical {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 500px !important;
        bottom: auto !important;
        margin-top: 12px !important;
        margin-left: -358px !important;
        transform: none !important;
        rotate: none !important;
        writing-mode: horizontal-tb !important;
        width: auto !important;
        text-align: left !important;
        opacity: 1 !important;
        font-size: 13px !important;
        z-index: 10 !important;
        white-space: pre-line !important; /* respeta saltos de línea */
        line-height: 1.2 !important;
    }
    .tic_pie_mobile {
        position: absolute !important;
        display: flex !important;
        justify-content: flex-end !important;

        width: 100% !important;

        right: 12px !important;
        left: auto !important;

        top: 663px !important; /* ← aquí ajustas según lo que necesites */
        z-index: 999 !important;
    }

    /* Tamaño móvil */
    .tic_pie_mobile img {
        width: 67px !important;
        height: auto !important;
    }
}




.logo-coltax img {
    max-width: none !important;
    width: 277px ;  /* aumenta tamaño */
}

/* Icono */
.logo-icon {
    max-width: 45px;  /* ajusta tamaño del ícono */
    height: auto;
}

/* Texto "coltax" */
.logo-text {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff; /* blanco como en tu referencia */
    font-family: 'Poppins', sans-serif;
}


#btn_asignarUsuario{
    cursor: pointer;
}

.observacionContenedor.color_estado {
    background-color: #142149;
}

#tbl_final {
    width: auto;
}

td.izquierda{
    text-align: left;
}
td.derecha{
    text-align: right;
}

.centrar{
    text-align: center;
}

.tab-content{
    width: 100%;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    padding: 10px;
}

.descripcion_tarea_lista{
    width: calc(75% - 85px);
    white-space: normal;
    text-align: left;
    font-size: 0.8em;
}

.porcentaje_tarea{
    font-size: 0.8em;
}

td.verde-ok{
    background-color: #98d958;
}

.tipo_tar{
    font-size: 30px;
}

.gris{
    background-color: #e9ecef;
}

.d_porcentaje {
    display: inline;
    width: 85px;
}
.d_porcentaje .input-group.mb-3 {
    margin-bottom: 0 !important;
    height: 53px;
    border-radius: 0;
}
.d_porcentaje input {
    border-radius: 0;
    text-align: right;
}

.seg_eliminado, .seg_eliminado td {
    background-color: #ff000014;
}

.seg_rechazado, .seg_rechazado td {
    background-color: #ff8f004f;
}

.seg_aprobado, .seg_aprobado td {
    background-color: #10df102e;
}

#observacion_actualizar{
    height: 200px;
}


/* Estilos para alinear los íconos con el switch */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.theme-switch-wrapper .bi {
    font-size: 1.5rem;
}

.form-control.textarea-grande {
    height: 130px;
}

.input-group-text {
    border-radius: 7px 0 0 7px;
}

/* Tamaño del texto */
:root {
    --bs-body-font-size: 0.8rem;
}
.btn {
    --bs-btn-font-size: 0.8rem;
}

.input-group-text, .form-select, .form-control {
    font-size: 0.8rem;
}

#modalGeneralFooter p {
    color: red;
    font-size: 1.5em;
}


#d_contenedor {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1D1D59;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}


/* Imagen del taxi */
.taxi-login {
    position: relative;
    left: 50%;
    transform: translateY(-60%) scale(1.3);
    max-width: 398px;
    bottom: 20%;
}

.tamanio_form{

    height: 70vh;


}

/* Responsive para móviles */
@media (max-width: 768px) {
    .taxi-login {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .trazado-puntos {
        display: none !important;
    }
}


#inicio_sesion {
    background: #2C2682;
    width: 355px !important;
    height: 551px;
    border-radius: 50px;
    box-shadow: 0px 10px 60px rgba(44, 38, 130, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#clave[type="text"] {
    -webkit-text-security: none !important;
    color: #000 !important;
}


.input_inicio {
    width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #5A7AC1;
    color: #fff; /* 👈 agrega este */
}


#inicio_sesionBtn {
    width: 311px;
    height: 44px;
    background: #FFE094;
    color: #2C2682;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    transition: background 0.3s ease;
    margin-top: auto !important;
    margin-top: 45px !important;
}

#inicio_sesionBtn:hover {
    /* efecto hover */
    cursor: pointer;
}

.input_inicio::placeholder {
    color: #cfcfe1;
}

.patron_azul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: auto;
    max-width: 400px;
}


.patron_azul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .patron_azul {
        display: none;
    }
}

#documento::placeholder {
    color: #FFE094;
    opacity: 1;
}

/* Placeholder del input Clave */
#clave::placeholder {
    color: #81A2FF;   /* Azul */
    opacity: 1;       /* Evita que se vea apagado */
}
/* Labels */
.form-label {

    font-size: 14px;
    margin-bottom: 5px;
}

/* Ojo */
.toggle-eye {
    position: absolute;
    right: 11px;
    top: 71%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #cfcfe1;
}

/* Botón */
.btnini {
    background: #FFD966;
    color: #2C2682;
    font-weight: bold;
    border-radius: 20px;
    border: none;
    padding: 12px;
    transition: 0.3s;
}

.btnini:hover {
    background: #f0c94d;
}


.enlace-recuperar {
    color: #8fb3ff; /* azul clarito */
    font-size: 14px;
    text-decoration: none;
}

.enlace-recuperar:hover {
    text-decoration: underline;
}

.enlace-registrar {
    color: #FFE094; /* dorado */
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.enlace-registrar:hover {
    text-decoration: underline;
}



.titulo-login {
    font-family: 'Figtree', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.titulo-login .ingresa {
    color: #FFD34E; /* Amarillo */
}

.titulo-login .coltax {
    color: #ffffff; /* Blanco */
}

.descripcion-login {
    font-size: 14px;
    color: #B6CDFF;
    line-height: 1.4;
}


.tic_pie {
    position: absolute;
    bottom: 45px;
    right: 32px;
    z-index: 0;   /* detrás del login */
}

.tic_pie img {
    width: 35px;
    height: auto;
}


@media (max-width: 768px) {
    .tic_pie {
        display: none;
    }
}

#inicio_sesion img {
    max-width: 120px;
    margin-bottom: 1rem;
}

.form-control {
    width: 100%;
}

.btnini {
    width: 100%;

}


#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 15%;
    background: #1D1D59;
    transition: width .3s ease;
    overflow: hidden;
    z-index: 500;
}

#sidebar.collapsed {
    width: 6%;
}
#sidebar.collapsed span {
    display: none;
}


#sidebar.collapsed ~ #contenedor {
    width: calc(100% - 70px);
}
.patron-vertical {
    transform: rotate(271deg);
    transform-origin: center;
    width: auto;
    height: 279px;
    margin-top: 52px; /* súbelo o bájalo cambiando este valor */

}
.patron-footer {
    position: relative; /* referencia para el texto */
    display: inline-block;
}

.patron-text {
    position: absolute;
    top: 58%;
    left: 39%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    font-weight: 500;
    color: #81A2FF;
    white-space: nowrap;
    opacity: 1;
}



#sidebar > .sidebar-content {
    width: 100%;
    padding: 20px;
    height: 90vh;
}



/* Ocultar texto de los links y logo cuando está colapsado */
#sidebar.collapsed .menu-link span,
#sidebar.collapsed .navbar-brand span {
    display: none;
}


/* Centrar íconos cuando está colapsado */
#sidebar.collapsed .menu-link i {
    margin-right: 0;
    text-align: center;
    display: block;
}

.icono_tamaño{

    font-size: 12pt;
    padding-right: 2px;
}
/* 🔹 Mantiene oculto el botón cuando el sidebar está abierto */
.oculto {
    display: none !important;
}

/* 🔹 Botón contenedor del ícono */
#abrir_sidebar {
    background-color: rgba(182, 205, 255, 0.15); /* Fondo con opacidad */
    border: none;
    padding: 8px;
    border-radius: 12px; /* Bordes redondeados */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

/* 🔹 Ícono interno */
#abrir_sidebar i {
    color: #B6CDFF;
    font-size: 20px;
}

/* 🔹 Efecto hover: un poco más visible */
#abrir_sidebar:hover {
    background-color: rgba(182, 205, 255, 0.25);
    opacity: 1;
}


@media (max-width: 768px) {
    #sidebar {
        left: -250px;
    }

    #sidebar.active {
        left: 0;
    }

    .contenido-con-sidebar {
        margin-left: 0;
    }

    .container.mt-4 {
        left: 0;
        width: 100%;
        border-radius: 0;
    }
}


.menu-link {
    color: #81A2FF;
    transition: background-color 0.2s, color 0.2s ;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

/* Efecto hover */
.menu-link:hover {
    background-color: #343499;
    color: #ffffff;
    border-radius: 5px;
}


.menu-link i {
    color: #81A2FF !important;
}

.contenido-con-sidebar {
    min-height: 100vh;
    display: flex;
}

/* Caja blanca al lado del sidebar */
#contenido-principal {
    flex-grow: 1;
    background: #fff;
    border-radius: 20px 0 0 20px;
    margin-left: 250px;
    padding: 20px;
}

html, body {
    height: 100%;
    overflow: hidden;
}


.copyright-vertical {
    position: fixed;
    right: -93px;
    top: 33%;
    transform: translateY(-50%) rotate(270deg);
    text-orientation: mixed;
    font-size: 14px;
    color: #81A2FF;
    font-weight: 395;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    z-index: 1000;

    opacity: 1;
}



.user-chip {
    background-color: rgba(129, 162, 255, 0.15); /* #81A2FF con 15% de opacidad */
    border-radius: 50px 0 0 50px; /* izquierda ovalada, derecha recta */
    cursor: pointer;
    max-height: 48px;
}

.offcanvas {
    transform: translateX(100%); /* empieza oculto a la derecha */
    transition: transform 0.25s ease-in-out; /* más rápido */
    border-top-left-radius: 30px; /* curva arriba a la izquierda */
}

.offcanvas.show {
    transform: translateX(0); /* cuando aparece se desliza */
}
.user-btn {
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 15px;
    background-color: rgba(129, 162, 255, 0.15); /* Fondo con el color opaco */
    border: none;
    color: #333;
}

.user-btn i {
    color: #81A2FF;
    font-size: 18px;
}

.user-btn:hover {
    background-color: rgba(129, 162, 255, 0.15) !important; /* mantiene el color fijo */
    color: #333 !important; /* asegura que el texto no cambie */
}
.offcanvas .user-btn span {
    color: #2C2682 !important;
}
.user-chip span {
    color: #2C2682 !important; /* Nombre del usuario en el chip */
}
.offcanvas .btn-close {
    background-color: rgba(129, 162, 255, 0.15); /* Fondo azul clarito */
    border: none;
    border-radius: 14px; /* círculo con esquinas redondeadas */
    opacity: 1;

    width: 40px;  /* ancho */
    height: 40px; /* alto */

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

/* X personalizada */
.offcanvas .btn-close::before {

    color: #81A2FF;   /* X azul sólido */
    font-size: 20px;  /* tamaño de la X */
    font-weight: bold;
    line-height: 1;
}



/* Contenedor exterior: aro punteado */
.avatar-outer {
    width: 130px;              /* diámetro total del aro */
    height: 130px;
    border-radius: 50%;
    border: 3px dashed #FFC107; /* aro dorado */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;              /* deja espacio entre aro y foto */
}

/* Foto/inicial interior */
.avatar-inner {
    width: 110px;              /* diámetro de la foto */
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Imagen de perfil */
.avatar-inner img,
.avatar-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Inicial (cuando no hay foto) */
.avatar-inicial {
    background: linear-gradient(135deg, #81A2FF, #5D8BFF);
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

/* Tabla moderna estilo cards */
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px; /* separa filas un poco */
}

/* Encabezados */
.modern-table thead th {
    font-weight: 600;
    color: #6c757d;
    border: none;
    background: transparent;
    padding: 6px 8px; /* menos alto */
    font-size: 13px;
}

/* Filas como tarjetas */
/* Filas como tarjetas */
.modern-table tbody tr {
    background: #F5F5F5;  /* fondo del card */
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* sombra suave */
}

/* Hover sin flotación */
.modern-table tbody tr:hover {
    transform: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Celdas */
.modern-table tbody td {
    border: none;
    vertical-align: middle;
    padding: 6px 8px;  /* más angosto */
    font-size: 13px;   /* texto más compacto */
}

/* Redondear bordes externos */
.modern-table tbody tr td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modern-table tbody tr td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Avatar circular más pequeño */
.avatar-placeholder,
.modern-table img.rounded-circle {
    width: 32px;
    height: 32px;
    font-size: 13px;
    margin-right: 6px;
}

/* Estilo de la columna acciones */
.modern-table .acciones {
    white-space: nowrap;
}

/* Íconos de acción */
.modern-table .acciones i {
    color: #81A2FF !important;
    font-size: 16px;
    margin: 0 4px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.modern-table .acciones i:hover {
    color: #4e7eff !important;
}

/*index */

body {
    background-color: #1D1D59;
}
#contenedorConductor .card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
#contenedorConductor .card:hover {
    transform: translateY(-4px);
}
#contenedorConductor .card-body {
    padding: 1rem 1.25rem;
}

#contenedorConductor .col-md-4 {
    max-width: 380px;
}



.search-box {
    min-width: 320px;
    max-width: 400px;
    flex-grow: 1;
}
.search-input {
    background-color: rgba(129, 162, 255, 0.15);
    border: 1px solid rgba(129, 162, 255, 0.3);
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    color: #2C2682; /* color del texto */
    opacity:1;
}

.search-input:focus {
    border-color: #81A2FF;
    box-shadow: 0 0 0 0.2rem rgba(129, 162, 255, 0.25);
}

/* Icono dentro del input */
.input-group-text {
    background-color: rgba(129, 162, 255, 0.15);
    border: 1px solid rgba(129, 162, 255, 0.3);
    border-radius: 0 8px 8px 0;
    color: #81A2FF;
}

.btn-filter {
    border: none;
    background: rgba(129, 162, 255, 0.15);
    color: #81A2FF;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.btn-filter:hover {
    background: rgba(129, 162, 255, 0.25);
}


.btn-action {
    background-color: #81A2FF;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 8px 18px;
    font-weight: 500;
    transition: none;
}


.btn-action:hover {
    background-color: #81A2FF;
    transform: none;
}

.divider {
    border-left: 1px solid rgba(182, 205, 255, 0.5);
    height: 28px;
}

.derechos{

    height: 10vh;
    background-image: url("/image/Patron_azul_giro.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    text-align: center;
    font-size: 7pt;
    margin-top: 10px;
}
/* === Estilos para los switches === */
.form-check-input.switch-estado {
    width: 40px;
    height: 20px;
    cursor: pointer;
    border: none;
    background-color: #ccc;
    box-shadow: none;
}

/* Color del switch activado */
.form-check-input.switch-estado:checked {
    background-color: #B6CDFF !important;
    border-color: #B6CDFF !important;
    opacity: 1 !important;
}

/* Eliminar línea verde (efecto de foco de Bootstrap) */
.form-check-input.switch-estado:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


.conductor-form .input-group {
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    background: #F5F5F5;
    /* width: 218%; */

}

.conductor-form .input-group-text {
    background: #f0f4ff;
    border: none;
    color: #4b5ca9;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem;
}

.conductor-form .form-control,
.conductor-form .form-select {
    border: none;
    background: #F5F5F5;
    padding: 0.65rem 0.75rem;
    height: auto;
    font-size: 0.95rem;
    color: #334155;
}

.conductor-form .input-custom {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    border-radius: 10px;
    transition: all .2s ease;
}
.conductor-form .input-custom:focus-within {
    box-shadow: 0 0 0 2px #4b6bff44;
}

.conductor-form label {
    font-size: .9rem;
    color: #334155;
    margin-bottom: .35rem;
    font-weight: 500;
}

.conductor-form select:focus,
.conductor-form input:focus {
    outline: none !important;
    box-shadow: none !important;
    background: #eef2ff;
}

/* Botones */
.conductor-form .btn-primary {
    border-radius: 10px;
    font-weight: 500;
}
.conductor-form .btn-outline-secondary {
    border-radius: 10px;
}

/* Uniforme entre columnas */
.row.g-3 > div {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

/* Solo afecta al formulario de creación */
.form-crear .form-control,
.form-crear .form-select {
    height: 38px;           /* altura estándar */
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
}

/* Corrige altura visual del grupo con íconos */
.form-crear .input-group-text {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mejora estética general (sin afectar otros formularios) */
.form-crear .input-line {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.offcanvas-end {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.conductor-form .encabezado-conductor {
    position: relative;
    top: -12px; /* Ajusta entre -8px y -15px según lo que necesites */
}

/* 🔹 Mantiene el hr justo debajo 
.conductor-form .encabezado-conductor + hr {
    margin-top: 6px;
    margin-bottom: 10px;
}

*/
.btn.btn-primary {
    background-color: #81A2FF !important;
    opacity: 1 !important;
    border-color: #81A2FF !important;
    color: white !important;
}

/* Botón Cancelar */
.btn.btn-outline-secondary {
    background-color: rgba(129, 162, 255, 0.15) !important;
    color: #2C2682 !important;
    opacity: 1 !important;
    border-color: transparent !important;
}


.form-crear .encabezado-conductor + hr,
.form-crear .encabezado-conductor + hr + p.text-muted {
    position: relative;
    top: -18px; /* sube ambos un poco */
}


.form-crear .d-flex.justify-content-end.gap-2 {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    padding-right: 30px !important;
    position: relative;
    top: -1;
}

.form-crear .btn-primary,
.form-crear .btn-outline-secondary {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}



/* Scroll invisible solo cuando se edita el conductor */
#contenedorEditarConductor {
    max-height: calc(100vh - 100px); /* ajusta según altura de navbar o encabezado */
    overflow-y: auto;                 /* activa desplazamiento vertical */
    scrollbar-width: none;            /* oculta scroll en Firefox */
    padding-right: 10px;              /* evita que se corte contenido */
}

#contenedorEditarConductor::-webkit-scrollbar {
    display: none; /* oculta scroll en Chrome, Edge y Safari */
}

/* Un poco de animación suave al aparecer */
#contenedorEditarConductor.fade-in {
    animation: aparecer 0.3s ease-in-out;
}

@keyframes aparecer {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to   {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Quitar borde oscuro del contenido de las pestañas */
.tab-content {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Asegura que los paneles mantengan su espaciado sin borde */
.tab-pane {
    border: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Si quieres, puedes dejar un toque sutil: separador inferior solo en las pestañas */
.nav-tabs {
    border-bottom: 2px solid #e0e6f1;
}

/* Pestaña activa */
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #3b82f6; /* azul elegante */
    color: #3b82f6 !important; /* forzar azul en activa */
    font-weight: 600;
}


.nav-tabs .nav-link:not(.active) {
    border: none;
    color: #898989 !important;
    font-weight: 500;
}

.nav-tabs .nav-link:not(.active):hover {
    color: #0d6efd !important;
}


.img-foto {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(181,199,255,0.15);
}

.caja-archivo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #eaf1ff;
    border: 2px dashed #b5c7ff;
    border-radius: 10px;
    padding: 6px 10px;
    min-width: 180px;
    max-width: calc(100% - 70px);   /* que no se desborde en tamaños pequeños */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.caja-archivo .nombre-archivo {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #2f4bbf; /* tono azul del texto, parecido al ejemplo */
}

/* Botón eliminar: solo apariencia (no cambia lógica). */
.btn-eliminar {
    background: none;
    border: none;
    color: #4a7aff;
    font-size: 18px;
    cursor: pointer;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-eliminar:hover {
    color: #1f4ed6;
}

/* Cursor en label/imagen para indicar que se puede cambiar */
.img-foto, .caja-archivo {
    cursor: pointer;
}

/* Evitar que el icono se desplace en pantallas pequeñas */
@media (max-width: 480px) {
    .caja-archivo {
        min-width: 140px;
        padding: 6px 8px;
    }
    .img-foto {
        width: 40px;
        height: 40px;
    }
}



/* Estilo para las pestañas del formulario de conductor */
.nav-tabs .nav-link {
    color: #898989; /* color del texto */
    font-weight: 600;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

/* Hover */
.nav-tabs .nav-link:hover {
    background-color: rgba(129, 162, 255, 0.10);
}

/* Pestaña activa */
.nav-tabs .nav-link.active {
    background-color: rgba(129, 162, 255, 0.15); /* fondo azul con opacidad */
    color: #81A2FF !important; /* texto azul */
    border: none;
    border-bottom: 2px solid #81A2FF;
    font-weight: 700;
}


.nav-tabs .nav-link:hover {
    background-color: rgba(129, 162, 255, 0.1);
    color: #81A2FF !important;
}
.offcanvas {
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out !important;
}

.offcanvas.show {
    transform: translateX(0);
}

/* Este bloque garantiza la animación al cerrar */
.offcanvas.hiding {
    transform: translateX(100%);
}


#contenedorSlide {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    z-index: 1050;
}

#contenedorSlide.mostrar {
    width: 340px;
}

#slideConductorPanel {
    background: #F5F5F5;
    height: 100%;
    width: 260px;

    border-top-left-radius: 25px;
    border-bottom-left-radius: 36px;


    border-top-right-radius: 25px;
    border-bottom-right-radius: 36px;

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    left: 232px;
    transform: translateX(-100%);
    will-change: transform;
}


#slideConductorPanel.show {
    transform: translateX(0) !important;
}

/* Título */
#slideConductorLabel {
    font-size: 1.1rem;
}

/* List group */
#slideConductorPanel .list-group-item {
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #6c757d;
    font-weight: 500;
    padding: 10px 14px;
    transition: all 0.2s ease;
}

#slideConductorPanel .list-group-item i {
    color: #6c757d;
    font-size: 1.1rem;
}

#slideConductorPanel .list-group-item:hover {
    background: #e9ecef;
    color: #111;
}

#slideConductorPanel .list-group-item.active {
    background: #fff;
    color: #3b3b98;
    font-weight: 600;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

#slideConductorPanel .list-group-item.active i {
    color: #3b3b98;
}

/* Botón principal */
#btnSlideNuevoConductor {
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    margin-top: 20px;
}



#contenedorSlide.mostrar #slideConductorPanel {
    transform: translateX(0);
}

/* 🔹 Estilo de opciones planas (sin bordes) */
.opcionModulo {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s;
}

.opcionModulo:hover {
    background-color: #f2f6ff;
    color: #0066ff;
}
.opcionModulo.active {
    background-color: #eaf2ff;
    color: #007bff;
    font-weight: 600;
}

.opcionModulo i {
    font-size: 1.1rem;
    vertical-align: middle;
}

.trazado-puntos {
    position: absolute;
    left: 19%;
    top: 55%;
    transform: translateY(-50%) scale(1.2);
    z-index: 1;
    width: 250px;
    pointer-events: none;
}
.icono-volver {
    position: absolute;
    right: 181px;
    bottom: 589px;
    font-size: 27px;
    color: #B6CDFF;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    z-index: 20;
    background-color: rgba(182, 205, 255, 0.15);
    padding: 4px;
    border-radius: 10px;
}

.card-referencia {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    width: 262px;
    height: auto;
    padding: 5px;
    box-shadow: none;
    opacity: 1;
    margin: 0 auto 0px auto;

}

.card-referencia .card-header {
    border-bottom: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    color: #333333;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-referencia .card-body {
    padding: 15px 5px;
}

.card-referencia .form-label {
    font-size: 13px;
    color: #898989;
    ;
    font-weight: 600;
    margin-bottom: 4px;
}

.card-referencia .form-control {
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 12px;
    color: #333333;
}

.card-referencia:hover {
    border: 1px solid #D3D3D3;
    box-shadow: none;
    background: #FFFFFF;
}

@media (max-width: 768px) {
    .card-referencia {
        width: 100%;
        padding: 15px;
    }
}

.copyright-vertical2 {
    position: fixed;
    right: -93px;
    top: 33%;
    transform: translateY(-50%) rotate(270deg);
    text-orientation: mixed;
    font-size: 14px;
    color: #81A2FF;
    font-weight: 395;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    z-index: 1000;
    opacity: 1;
}


@media (max-width: 576px) {
    .copyright-vertical2 {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 692px !important;
        bottom: 70px !important;
        margin-top: 12px !important;
        margin-left: -358px !important;
        transform: none !important;
        rotate: none !important;
        writing-mode: horizontal-tb !important;
        width: auto !important;
        text-align: left !important;
        opacity: 1 !important;
        font-size: 13px !important;
        z-index: 10 !important;
        white-space: pre-line !important;
        line-height: 1.2 !important;
    }
}

.input-group-text {
    background-color: #F5F5F5 !important;
}

.table-custom {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

.table-custom thead th {
    font-weight: 600;
    color: #6c757d;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 16px;
    font-size: 14px;
    text-align: left;
}

.table-custom tbody td {
    border-bottom: 1px solid #e9ecef;
    padding: 12px 16px;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}

.table-custom tbody tr:last-child td {
    border-bottom: none;
}

.table-custom tbody tr:hover td {
    background-color: #f9fafb;
}

.table-custom .badge {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 12px;
}

.btnEditarContrato, .btnVerDeposito, .btnEliminarDeposito, .btnImprimirDeposito {
    border: none;
    background: transparent;
    color: #81A2FF;
    font-size: 18px;
    cursor: pointer;
    margin-right: 8px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.btnEditarContrato:hover, .btnVerDeposito:hover, .btnEliminarDeposito:hover, .btnImprimirDeposito:hover {
    color: #4c6fff;
    transform: scale(1.1);
}

.btnGuardarContrato{

    height:43px !important;
}

/* CONTENEDOR DE LA TABLA */
#tabla_liquidaciones {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    width: 100%;
}

/* CABECERA */
#tabla_liquidaciones thead th {
    background: transparent !important;
    border: none !important;
    font-weight: 600;
    color: #555;
    padding: 12px 18px;
}

/* FILAS */
#tabla_liquidaciones tbody tr {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
}

/* CELDAS */
#tabla_liquidaciones tbody td {
    border: none !important;
    padding: 14px 18px;
    vertical-align: middle;
    color: #333;
}

/* REDONDEAR LA FILA COMPLETA */
#tabla_liquidaciones tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#tabla_liquidaciones tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* HOVER TIPO FIGMA */
#tabla_liquidaciones tbody tr:hover {
    background: #f7faff !important;
    transition: 0.2s;
}

/* ÍCONOS */
#tabla_liquidaciones i {
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

#tabla_liquidaciones a.text-primary i:hover {
    color: #1e88e5 !important;
    transform: scale(1.15);
}

#tabla_liquidaciones a.text-danger i:hover {
    color: #d32f2f !important;
    transform: scale(1.15);
}

/* CENTRAR COLUMNA ACCIONES */
#tabla_liquidaciones td.text-center {
    width: 120px;
}



.tabla-resumen {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.tabla-resumen table {
    margin: 0 !important;
}

.tabla-resumen th {
    background: #fafafa !important;
    font-weight: 500;
    color: #4a4a4a;
    width: 55%;
    border: none !important;
    padding: 14px 18px !important;
}

.tabla-resumen td {
    font-weight: 600;
    border: none !important;
    padding: 14px 18px !important;
}

.tabla-resumen tr + tr th,
.tabla-resumen tr + tr td {
    border-top: 1px solid #e5e5e5 !important;
}


/* TABLAS ESTILO PREMIUM */
.tabla-premium {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.tabla-premium table {
    margin-bottom: 0;
}

.tabla-premium th {
    background: #fafafa !important;
    font-weight: 600;
    color: #4a4a4a;
    border: none !important;
    padding: 14px 18px !important;
}

.tabla-premium td {
    font-weight: 500;
    border: none !important;
    padding: 14px 18px !important;
}

.tabla-premium tr + tr td,
.tabla-premium tr + tr th {
    border-top: 1px solid #e5e5e5 !important;
}

.tabla-premium .text-center i {
    cursor: pointer;
    transition: 0.2s ease;
}

.tabla-premium .text-center i:hover {
    transform: scale(1.15);
    opacity: .7;
}



.pagination {
    gap: 6px; /* separación suave */
}

.pagination .page-item .page-link {
    border: none;
    background: #eef2ff; /* mismo tono suave de la imagen */
    color: #6b82ff;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 14px;
    transition: all 0.2s ease-in-out;
}

.pagination .page-item.active .page-link {
    background: #6b82ff;
    color: white !important;
    font-weight: 600;
    border-radius: 10px;
}

.pagination .page-item .page-link:hover {
    background: #dce3ff;
    color: #4a63ff;
}

.pagination .page-item.disabled .page-link {
    background: #f2f3f7;
    color: #a0a6b5;
    border: none;
}




/*
   PANEL
*/
.filter-panel {
    position: absolute;
    top: 55px;
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    padding: 12px;
    z-index: 1000;
    font-size: 14px;
}

/* 
   SECCIONES
*/
.filter-section {
    padding: 8px;
}

/* Header con flecha */
.filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #5f6368;
    margin-bottom: 6px;
}

/* Fila tipo dropdown */
.filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6b7280;
    cursor: pointer;
    padding: 10px 8px;
    border-radius: 10px;
}

.filter-row:hover {
    background: #f4f6ff;
}

/* 
   OPCIONES
*/
.filter-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Checkbox fila */
.filter-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
}

.filter-check:hover {
    background: #f4f6ff;
}

.filter-check input {
    width: 18px;
    height: 18px;
    accent-color: #81A2FF;
    border-radius: 4px;
    cursor: pointer;
}

.filter-check:has(input:checked) {
    background: #eef1ff;
}

.filter-check input:checked + span {
    font-weight: 600;
    color: #2c3cff;
}

/* 
   DIVISOR
*/
.filter-divider {
    height: 1px;
    background: #eceff3;
    margin: 6px 0;
}

/*
   FOOTER
*/
.filter-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6px 4px;
}

/* Limpiar */
.btn-clear {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #f1f3f4;
    color: #9aa0a6;
    cursor: pointer;
}

.btn-clear:hover {
    background: #ffecec;
    color: #dc3545;
}

/* Aplicar */
.btn-apply {
    background: #81A2FF;
    color: #fff;
    border: none;
    padding: 8px 30px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
}

.btn-apply:hover {
    opacity: 0.9;
}

/*  RESPONSIVE CONDUCTORES  */
@media (max-width: 768px) {

    /* Ocultar columnas que NO van en mobile */
    .modern-table th:nth-child(2),
    .modern-table td:nth-child(2), /* Cédula */

    .modern-table th:nth-child(4),
    .modern-table td:nth-child(4), /* Apellido */

    .modern-table th:nth-child(5),
    .modern-table td:nth-child(5), /* Dirección */

    .modern-table th:nth-child(6),
    .modern-table td:nth-child(6), /* Teléfono */

    .modern-table th:nth-child(7),
    .modern-table td:nth-child(7), /* Correo */

    .modern-table th:nth-child(8),
    .modern-table td:nth-child(8)  /* Estado */
    {
        display: none;
    }

    /* Acciones: solo mostrar los 3 puntos */
    .modern-table td.acciones i:not(:last-child) {
        display: none;
    }
}
/*
   SEARCH BAR RESPONSIVE
*/
@media (max-width: 768px) {

    /* Ocultar info izquierda */
    .search-bar .info {
        display: none;
    }

    /* Barra principal */
    .search-bar {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px;
    }

    /* Contenedor derecho */
    .search-bar > .d-flex.ms-auto {
        flex-direction: row !important;
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    /* ===== FORM NO SE MUEVE ===== */
    #formFiltroConductor {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* ===== AQUÍ SE ENCOGE EL BUSCADOR ===== */
    .search-box {
        width: 250px;       /* 👈 SOLO EL BUSCADOR */
        min-width: 160px;
    }

    .search-input {
        font-size: 13px;
        padding: 6px 8px;
        height: 38px;
    }

    /* Botón filtro intacto */
    .btn-filter {
        width: 38px;
        height: 38px;
        padding: 0;
        margin-left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Divider fuera */
    .divider {
        display: none;
    }

    /* Botón + NO SE MUEVE */
    #btnCrearConductor {
        width: 44px;
        height: 44px;
        padding: 0;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }

    #btnCrearConductor::before {
        content: "+";
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
    }

    /* Panel filtros */
    #panelFiltro {
        width: calc(100vw - 32px);
        left: 16px;
    }
}


/* ===============================
   PAGINACIÓN RESPONSIVE (FINAL LIMPIO)
=============================== */
@media (max-width: 768px) {

    /* ===== CONTENEDOR PRINCIPAL ===== */
    .position-relative.mt-3 {
        position: static !important;
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto auto;
        gap: 6px 8px;
        width: 100%;
    }

    .position-relative.mt-3 > * {
        position: static !important;
    }

    /* ===== FILA SUPERIOR ===== */

    /* EXPORTAR (izquierda) */
    .position-relative.mt-3 > .position-absolute.start-0 {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    /* ITEMS (derecha) */
    .position-relative.mt-3 > .position-absolute.end-0 {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        font-size: 13px;
        white-space: nowrap;
        transform: translate(-6px, -29px) !important; /* ajuste fino */
    }

    /* CONTENEDOR CENTRAL (PAG + NAV) */
    .position-relative.mt-3
    > .d-flex.justify-content-center {
        grid-column: 2;
        grid-row: 1;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
    }

    /* TEXTO PAG X - Y (ARRIBA, CENTRADO, ALINEADO) */
    .position-relative.mt-3
    > .d-flex.justify-content-center
    small.text-muted {
        order: -1;              /* 🔑 arriba */
        font-size: 13px;
        white-space: nowrap;
        text-align: center;
    }

    /* ===== PAGINACIÓN ABAJO ===== */
    .position-relative.mt-3 nav {
        grid-column: 1 / -1;
        grid-row: 2;
        order: 1;
    }

    .pagination {
        justify-content: center !important;
        margin-top: 4px;
    }

    /* ===== EXPORTAR SOLO ICONO ===== */
    .position-relative.mt-3
    .position-absolute.start-0
    button span.fw-semibold {
        display: none;
    }

    .position-relative.mt-3
    .position-absolute.start-0
    button {
        padding: 8px 10px;
        gap: 0;
        transform: translate(-6px, -8px) !important; /* ajuste fino */
    }

    .position-relative.mt-3
    .position-absolute.start-0
    button i {
        font-size: 18px;
    }
}

.dropdown-acciones .dropdown-menu {
    min-width: auto;              /* quita el ancho mínimo */
    padding: 6px;                 /* compacto */
}

.dropdown-acciones .dropdown-item {
    padding: 6px;                /* reduce el tamaño del item */
    display: flex;
    justify-content: center;     /* icono centrado */
}

.dropdown-acciones .dropdown-item i {
    font-size: 18px;
}

/* ================================
   Campos llenos → color #2C2682
   ================================ */



/* Focus cuando ya tiene contenido */
.form-control:not(:placeholder-shown):focus {
    border-color: #2C2682;
    box-shadow: 0 0 0 0.15rem rgba(44, 38, 130, 0.25);
}

/* Quitar estilos de validación Bootstrap */
.form-control:valid,
.form-control:invalid {
    background-image: none !important;
}


/* Por defecto (escritorio) */
.texto-corto {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .texto-largo {
        display: none;
    }
    .texto-corto {
        display: inline;
    }
}




/* =========================================
   COMPORTAMIENTO ESCRITORIO → RESPONSIVE
========================================= */
@media (max-width: 991px) {

    .tabla-resumen table {
        min-width: 500px; /* puedes subir a 650 o 700 si quieres */
    }
    #contenedorPrincipal {
        width: 100%;
        transition: transform .3s ease-in-out;
    }

    body.slide-conductor-open #contenedorPrincipal {
        transform: translateX(300px); /* mismo ancho del slide */
    }

    #slideConductorPanel {
        width: 300px;
    }

    body.slide-conductor-open {
        overflow-x: hidden;
    }
}

/* ===============================
   NAVBAR – SOLO ICONO EN MOBILE
=============================== */
@media (max-width: 768px) {

    /* Oculta texto sin romper el icono */
    .navbar .navbar-brand {
        font-size: 0; /* 🔑 mata el texto */
    }

    /* Revive el icono */
    .navbar .navbar-brand i {
        font-size: 20px;
        margin: 0 !important;
    }

    /* Ocultar nombre del usuario */
    .user-chip .nombre {
        display: none !important;
    }

    /* Ocultar chevron */
    .user-chip i.ti-chevron-left {
        display: none !important;
    }

    /* Ajustar padding para que no quede raro */
    .user-chip {
        padding: 6px !important;
    }

}

/* ===== ACCIONES RESPONSIVE ===== */
@media (max-width: 768px) {

    /* Oculta acciones normales */
    .acciones-desktop {
        display: none;
    }

    /* Muestra solo los 3 puntos */
    .dropdown-acciones {
        display: inline-block;
    }

    .accion-toggle {
        font-size: 20px;
        cursor: pointer;
        color: #6c757d;
    }

    .accion-toggle:hover {
        color: #2C2682;
    }

    .accion-toggle {
        text-decoration: none !important;
    }
}

.tamanio_form2 {
    background: #2C2682;
    width: 747px;
    min-height: 551px;
    border-radius: 50px;
    box-shadow: 0px 10px 60px rgba(44, 38, 130, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;

    /* 👉 MOVER A LA DERECHA */
    margin-left: 354px;

    position: relative;
    z-index: 2;
}

.icono-lateral {
    position: absolute;
    left: 200px;   /* mueve la imagen hacia la izquierda */
    top: 80%;
    transform: translateY(-50%);
    z-index: 1;
}


.btnCancelar {
    display: inline-block;
    text-align: center;
    text-decoration: none;

    background: #8AA6FF;
    color: #1F2A6D;
    font-weight: bold;

    border-radius: 20px;
    border: none;
    padding: 12px 0;

    transition: none;
}

/* Blindaje total anti-Bootstrap */
.btnCancelar:hover,
.btnCancelar:focus,
.btnCancelar:active,
.btnCancelar:focus-visible {
    background: #8AA6FF;
    color: #1F2A6D;
    box-shadow: none;
    outline: none;
    transform: none;
}

.anular_registro{
    text-decoration: none;
}
@media (max-width: 768px) {

    /* Panel entra desde la DERECHA en móvil */
    #slideConductorPanel {
        left: auto !important;
        right: 0 !important;
        transform: translateX(100%);
    }

    /* Cuando se muestra */
    #slideConductorPanel.show {
        transform: translateX(0);
    }
}


@media (max-width: 576px) {

    .tamanio_form2 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 1.5rem 1.2rem !important;
        margin: 0 auto !important;
        border-radius: 50px;
        top: -76px;
    }

    .icono-lateral {
        display: none !important;
    }

    .botones-registro {
        flex-direction: column;
    }

    .botones-registro a,
    .botones-registro button {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .tic_pie_mobile2 {
        position: absolute !important;
        display: flex !important;
        justify-content: flex-end !important;
        width: 100% !important;
        right: 12px !important;
        left: auto !important;
        bottom: 185px;
        z-index: 999 !important;
    }
}

@media (max-width: 576px) {

    #registro_contenedor .row {
        flex-direction: column;
    }

    #registro_contenedor .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
    }
}



/* IMAGEN */
.icono-lateral img {
    width: 180px;   /* ajusta si la quieres más grande o pequeña */
    opacity: 0.9;
}

/* ================== TABS SCROLL HORIZONTAL EN RESPONSIVE ================== */
@media (max-width: 768px) {

    .nav-tabs {
        flex-wrap: nowrap;              /* evita que se bajen */
        overflow-x: auto;               /* scroll horizontal */
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;          /* Firefox */
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;                  /* Chrome / Safari */
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;                 /* cada pestaña conserva su ancho */
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}
/* =========================
   BOTONERA TABS - RESPONSIVE
   ========================= */
@media (max-width: 768px) {

    .botonera-tabs {
        position: static !important;   /* deja de flotar */
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 12px;            /* espacio debajo de tabs */
        margin-top: 8px;
    }

    /* Opcional: botones más cómodos en móvil */
    .botonera-tabs .btn {
        padding: 8px 16px;
        font-size: 0.9rem;
        border-radius: 10px;
    }

    /* Quita el padding extra que usabas para desktop */
    .nav-tabs {
        padding-right: 0 !important;
    }
}

/* Por defecto (desktop) */
.botonera-tabs .texto-corto {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {

    .botonera-tabs .texto-largo {
        display: none;
    }

    .botonera-tabs .texto-corto {
        display: inline;
    }

    /* Opcional: botones un poco más compactos */
    .botonera-tabs .btn {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Desktop */
@media (min-width: 769px) {
    .dropdown-acciones {
        display: none;
    }
}


@media (max-width: 768px) {

    /* CONTENEDOR FULLSCREEN */
    .contenedor {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        padding: 12px 16px;
        background: #fff;
        overflow-y: auto;
        z-index: 1000;
    }

    /* OCULTAR COLUMNAS NO NECESARIAS */
    .modern-table th:nth-child(2),
    .modern-table th:nth-child(5),
    .modern-table th:nth-child(6),
    .modern-table th:nth-child(7),
    .modern-table th:nth-child(8),

    .modern-table td:nth-child(2),
    .modern-table td:nth-child(5),
    .modern-table td:nth-child(6),
    .modern-table td:nth-child(7),
    .modern-table td:nth-child(8) {
        display: none;
    }

    /* NOMBRE (SE QUEDA IGUAL QUE ESCRITORIO) */
    .modern-table td:nth-child(3) {
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
    }

    /* PLACA — VISIBLE, PEGADA AL NOMBRE */
    .modern-table td:nth-child(4) {
        display: table-cell;
        padding-left: 10px;
        font-size: 13px;
        color: #6c757d;
        white-space: nowrap;
    }

    /* EVITA QUE BOOTSTRAP LA OCULTE */
    .table-responsive {
        overflow-x: visible;
    }

    /* ACCIONES SIN CAMBIOS */
    .modern-table td.acciones {
        white-space: nowrap;
    }
}


@media (max-width: 768px) {

    .contenedor {
        position: fixed;
        inset: 0;                 /* top, right, bottom, left = 0 */
        width: 100vw;
        height: 100vh;

        padding: 12px 16px;

        border-radius: 0;
        box-shadow: none;

        overflow-y: auto;
        z-index: 1000;
    }

}
@media (max-width: 768px) {

    /* CONTENEDOR PRINCIPAL DEL LAYOUT */
    .main-content,
    .page-content,
    .content-wrapper,
    .layout-content,
    .app-content,
    .contenedor {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

}
@media (max-width: 768px) {
    .sidebar,
    .navbar-vertical,
    .menu-lateral {
        display: none !important;
    }
}
@media (max-width: 768px) {

    /* Botón hamburguesa */
    #abrir_sidebar {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        font-size: 22px;
        color: inherit;
        z-index: 1300;
    }

    /* MISMO SIDEBAR – FORZADO A ABRIR COMPLETO */
    #sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;

        width: 280px;        /* 👈 AJUSTA al ancho real de tu sidebar escritorio */
        min-width: 280px;    /* 👈 evita que herede el colapsado */
        max-width: 85vw;     /* 👈 por si la pantalla es pequeña */

        z-index: 1200;
        transition: left .3s ease;
    }

    /* Abierto */
    #sidebar.sidebar-abierto {
        left: 0;
    }

    /* Overlay */
    #sidebarOverlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.4);
        z-index: 1100;
        display: none;
    }

    #sidebarOverlay.activo {
        display: block;
    }

    /* Contenido derecho */
    .contenedor {
        margin-left: 0 !important;
        width: 100% !important;
    }
}


/* ===============================
   MOBILE (único lugar donde forzamos logos)
=============================== */
@media (max-width: 768px) {
    #logo_pc {
        display: none !important;
    }

    #logo_movil {
        display: block !important;
    }
}

/* ESTADO INICIAL DEL SIDEBAR (ESCRITORIO ABIERTO) */
#logo_pc {
    display: block;
}

#logo_movil {
    display: none;
}

/* CUANDO SE COLAPSA */
#sidebar.collapsed #logo_pc {
    display: none;
}

#sidebar.collapsed #logo_movil {
    display: block;
}




.info-item {
    background: #F6F7F9;
    border-radius: 14px;
    padding: 6px 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* ================== REFERENCIAS (texto igual a info principal) ================== */
.card-referencia input[disabled] {
    color: #111827;
    font-weight: 600;
    opacity: 1;
}

.titulo-usuario {
    color: #2C2682;
}

.titulo-usuario2 {
    color: black;
}

.info-item.filled {
    background: #F5F5F5;
}

.info-label {
    font-size: .8rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.info-label i {
    font-size: 1rem;
    color: #6b7280;
}

.info-value {
    font-size: .95rem;
    font-weight: 600;
    color: #111827;
}

.info-value.empty {
    color: #9ca3af;
    font-weight: 500;
}

/* ================== CARD INFO ================== */
.card-info {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

/* ================== CARD PERFIL ================== */
.card-perfil {
    background: #fff;
    border-radius: 80px 20px 20px 20px;
    padding: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,.09);
    min-height: 420px;
    width: 310px;
    margin-left: -53px;
}

.foto-perfil-lg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #E6ECFF;
}

.badge-estado {
    font-size: .75rem;
    padding: 5px 12px;
    border-radius: 20px;
}

/* ================== STATS ================== */
.stat-card {
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    background: #F6F7F9;
}

.stat-card span {
    display: block;
    font-size: 1.6rem;
}

.stat-card2 {
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    background: rgba(85, 167, 249, 0.15); /* MISMA opacidad, SOLO fondo */
    color: #111827; /* texto negro como stat-card */
}


.stat-card2 span {
    display: block;
    font-size: 1.6rem;
}



.card-referencia input[disabled] {
    background-color: #f8f9fa;
    cursor: default;
}


.input-eye-wrapper {
    position: relative;
}

.input-eye-wrapper select {
    padding-right: 50px; /* espacio para el ojo */
}

.eye-icon {
    position: absolute;
    right: 72px;
    top: 39%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #eef2ff; /* azul suave */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}

.eye-icon i {
    font-size: 18px;
    color: #4f46e5; /* azul icono */
}

.eye-icon:hover {
    background-color: #e0e7ff;
}

/* ===== BUSCADOR DEVOLUCIÓN ===== */
#buscarDevolucion {
    position: relative;
}

#buscarDevolucion .search-input {
    height: 42px;
    padding-right: 45px;
    border-radius: 14px;

    /* 🔵 ESTILO REAL DEL MOCKUP */
    background-color: #F3F6FF;


    color: #2c2c2c;
    font-size: 14px;

    box-shadow: none !important;
}

/* Placeholder */
#buscarDevolucion .search-input::placeholder {
    color: #7a8ccf;
    font-weight: 500;
}


#buscarDevolucion .search-input:active {
    background-color: #F3F6FF;

    box-shadow: none !important;
    outline: none;
}

/* Icono */
#buscarDevolucion .search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #81A2FF;
    pointer-events: none;
}



.acciones-devolucion {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
}

.accion-icono {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    color: #81A2FF;
    text-decoration: none;
}

.accion-icono i {
    font-size: 18px;
}

.accion-icono:hover {
    color: #81A2FF;
    text-decoration: none;
}

/* ================= MODAL DEVOLUCIÓN ================= */

.modal-devolucion {
    position: fixed;
    inset: 0;
    background: rgba(20, 30, 60, 0.35);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-devolucion.active {
    display: flex;
}

.modal-card {
    background: #fff;
    width: 324px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
    animation: modalFade 0.25s ease;
}

@keyframes modalFade {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #7a8aa0;
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.modal-icon {
    width: 38px;
    height: 38px;
    background: #fff4d6;
    color: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
}

.modal-body p {
    font-size: 14px;
    color: #5b6b82;
    line-height: 1.5;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

#btnCancelar {
    background: #eef2ff;
    color: #4f46e5;
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-confirmar {
    background: #6c8cff;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-confirmar:hover {
    background: #5a78f0;
}


/* Fondo borroso */
.modal-blur {
    position: fixed;
    inset: 0;
    background: rgba(30, 41, 59, 0.25);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-blur.active {
    display: flex;
}

/* Card */
.modal-card-entrega {
    background: #fff;
    width: 720px;
    max-width: 95%;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
    position: relative;
    animation: modalFade .25s ease;
}

/* Animación */
@keyframes modalFade {
    from {
        transform: scale(.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Header */
.modal-header-entrega {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.modal-icon-entrega {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    font-size: 20px;
}

/* Opciones */
.modal-opciones {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.opcion-entrega {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
}

.opcion-entrega.active {
    background: #eef2ff;
    border-color: #6366f1;
}

.opcion-entrega.active  {
    opacity: .5;
    cursor: not-allowed;
}

.opcion-entrega span {
    display: block;
    font-size: 13px;
    color: #6b7280;
}

/* Footer */
.modal-footer-entrega {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.btn-secundario {
    background: #f3f4f6;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
}

.btn-primario {
    background: #6366f1;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
}

/* Cerrar */
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.fecha-cruce {
    position: relative;
    width: 160px;
}

/* INPUT */
.input-fecha-cruce {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 14px;
    border-radius: 12px;
    border: none;
    background: #f1f3f5;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

/* OCULTAR TEXTO NATIVO DEL DATE */
.input-fecha-cruce::-webkit-datetime-edit {
    color: transparent;
}

.input-fecha-cruce:focus::-webkit-datetime-edit,
.input-fecha-cruce:valid::-webkit-datetime-edit {
    color: transparent;
}

/* TEXTO "FIJAR FECHA" */
.texto-fecha {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    color: #6c757d;
    font-size: 14px;
    pointer-events: none;
}

/* ICONO */
.texto-fecha i {
    font-size: 16px;
}

/* OCULTAR TEXTO CUANDO HAY FECHA */
.input-fecha-cruce:focus + .texto-fecha,
.input-fecha-cruce:valid + .texto-fecha {
    display: none;
}


.modal-observacion {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(20, 30, 60, 0.35) !important;
    backdrop-filter: blur(6px) !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999;
}

.modal-observacion.active {
    display: flex;
}

.modal-obs-card {
    display:none !important;
    background: #fff;
    width: 420px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.modal-obs-close {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.modal-obs-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.btn-cancelar {
    background: #6c8cff;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
}


.estado-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 14px;
    border-radius:14px;

    font-weight:500;
    font-size:14px;
}

.estado-pill .dot{
    width:5px;
    height:5px;
    border-radius:50%;
}

.estado-pill.activo .dot{
    background:#2ecc71;
}

.estado-pill.inactivo .dot{
    background:#e74c3c;
}

.card-layout{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.contenido-centro{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:5px;
}


.card-stats{
    border:none;
    border-radius:18px;
    padding:2px 15px;
}
.card-stats .titulo{
    font-size:14px;
    color:#555;
    margin-bottom:5px;
}
.card-stats .numero{
    font-size:28px;
    font-weight:700;
    color:#2b2b2b;
}
.card-stats .icono{
    font-size:28px;
    opacity:.7;
}

.icono-wrap{
    position:relative;
    width:60px;
    height:60px;
}

/* círculo */
.circulo{
    width:30px;
    height:30px;
    border-radius:50%;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

/* icono carro */
.icono-car{
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    font-size:24px;
}

/* colores */
.circulo.verde{
    background:#bfe3b9;
}
.circulo.rojo{
    background:#f3bcbc;
}
.circulo.azul{
    background:#bcd4f6;
}

.card-stats.verde{
    background:#dcebd7;
}
.card-stats.rojo{
    background:#efd6d6;
}
.card-stats.azul{
    background:#d9e5f2;
}

.select-estado{
    background-color:#f3f4f6;
    border:none;
    border-radius:12px;
    padding:8px 14px;
    font-weight:500;
    color:#6b7280;
    box-shadow:none;
    transition:all .2s ease;
}

.select-estado:focus{
    background-color:#fff;
    outline:none;
    box-shadow:0 0 0 2px #dbeafe;
}

.btnVerVehiculo, .btnEditar, .infografia {
    color: #81A2FF !important;
    font-size: 16px;
    margin: 0 4px;
    margin-right: 4px;
    cursor: pointer;
    transition: color 0.2s ease;
}


/* ================== CAMPOS INFO ================== */
.info-item {
    background: #F6F7F9;
    border-radius: 14px;
    padding: 6px 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* ================== REFERENCIAS (texto igual a info principal) ================== */
.card-referencia input[disabled] {
    color: #111827;
    font-weight: 600;
    opacity: 1;
}

.titulo-usuario {
    color: #2C2682;
}

.titulo-usuario2 {
    color: black;
}

.info-item.filled {
    background: #F5F5F5;
}

.info-label {
    font-size: .8rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.info-label i {
    font-size: 1rem;
    color: #6b7280;
}

.info-value {
    font-size: .95rem;
    font-weight: 600;
    color: #111827;
}

.info-value.empty {
    color: #9ca3af;
    font-weight: 500;
}

/* ================== CARD INFO ================== */
.card-info {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

/* ================== CARD PERFIL ================== */
.card-perfil {
    background: #fff;
    border-radius: 80px 20px 20px 20px;
    padding: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,.09);
    min-height: 420px;
    width: 310px;
    margin-left: -53px;
}

.foto-perfil-lg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #E6ECFF;
}

.badge-estado {
    font-size: .75rem;
    padding: 5px 12px;
    border-radius: 20px;
}

/* ================== STATS ================== */
.stat-card {
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    background: #F6F7F9;
}

.stat-card span {
    display: block;
    font-size: 1.6rem;
}

.stat-card2 {
    border-radius: 18px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    background: rgba(85, 167, 249, 0.15); /* MISMA opacidad, SOLO fondo */
    color: #111827; /* texto negro como stat-card */
}


.stat-card2 span {
    display: block;
    font-size: 1.6rem;
}


/* ================== REFERENCIAS ================== */
.card-referencia input[disabled] {
    background-color: #f8f9fa;
    cursor: default;
}

#slideEntregaPanel{

    background: #F5F5F5;
    height: 100%;
    width: 260px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 36px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 36px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    left: 232px;
    transform: translateX(-100%);
    will-change: transform;
}

#slideEntregaPanel.show {
  transform: translateX(0) !important;
}

.tabla-entrega td {
    vertical-align: middle;
}

.select-mini {
    padding: 2px 6px;
    font-size: 13px;
}

.input-mini {
    padding: 4px 6px;
    font-size: 13px;
}

.check-mini {
    width: 18px;
    height: 18px;
}

.link-conductor {
    color: #4e73df;
    text-decoration: none;
    font-weight: 500;
}

.link-conductor:hover {
    text-decoration: underline;
}

.acciones-mini i {
    cursor: pointer;
    font-size: 18px;
    color: #5a5c69;
}

.acciones-mini i:hover {
    color: #4e73df;
}

/* ===== LABELS ===== */
#filtrosEntrega .label-filtro {
    color: #2C2682;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* ===== INPUTS GRISES ===== */
#filtrosEntrega .input-gris {
    background-color: #F3F4F6;
    border: none;
    border-radius: 12px;
    height: 44px;
    padding-left: 14px;
    font-weight: 500;
}

#filtrosEntrega .input-gris:focus {
    box-shadow: none;
    outline: none;
}

/* Iconos grises */
#filtrosEntrega .icono-gris {
    background-color: #F3F4F6;
    border: none;
    border-radius: 0 12px 12px 0;
}

/* ===== BUSCADOR ===== */
#filtrosEntrega .grupo-buscador {
    background-color: rgba(129, 162, 255, 0.15);
    border-radius: 14px;
}

#filtrosEntrega .input-buscador {
    background-color: transparent;
    border: none;
    height: 44px;
    color: #2C2682;
    font-weight: 500;
}

#filtrosEntrega .input-buscador::placeholder {
    color: #2C2682;
    opacity: 0.7;
}

#filtrosEntrega .icono-buscador {
    background-color: transparent;
    border: none;
    color: #2C2682;
}

/* ===== BOTÓN ===== */
#filtrosEntrega .btn-consultar {
    background-color: rgba(129, 162, 255, 0.15);
    color: #2C2682;
    border: none;
    border-radius: 14px;
    height: 44px;
    font-weight: 600;
    transition: 0.2s ease;
}

#filtrosEntrega .btn-consultar:hover {
    background-color: #81A2FF;
    color: white;
}

/* =========================
   SOLO TABLA ENTREGA
========================= */

/* =====================================================
   TABLA ENTREGA - ESTILO EXACTO COMO IMAGEN ORIGINAL
===================================================== */

.tabla-entrega {
    border-collapse: separate;
    border-spacing: 0 14px; /* separación vertical entre filas */
}

/* Quitar bordes Bootstrap solo en esta tabla */
.tabla-entrega th,
.tabla-entrega td {
    border: none !important;
}

/* Encabezado */
.tabla-entrega thead th {
    font-size: 14px;
    font-weight: 600;
    color: #7B8190;
    padding-bottom: 10px;
}

/* Celdas */
.tabla-entrega tbody td {
    padding: 3px 6px;
    vertical-align: middle;
}

/* ==============================
   INPUTS Y SELECTS (bloques grises reales)
============================== */

/* Selects (Turno y Medio) */
.tabla-entrega .select-mini {
    width: 100%;
    height: 40px;
    background: #E9EAEE;
    border: none;
    border-radius: 14px;
    padding: 0 14px;
    font-weight: 500;
}

.tabla-entrega .select-mini:focus {
    outline: none;
    box-shadow: none;
}


.tabla-entrega input:not([type="checkbox"]),
.tabla-entrega select,
.tabla-entrega .form-control,
.tabla-entrega .input-mini,
.tabla-entrega span.form-control {
    background-color: #F5F5F5 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Bordes redondeados uniformes */
.tabla-entrega input:not([type="checkbox"]),
.tabla-entrega select,
.tabla-entrega span.form-control {
    border-radius: 14px !important;
}

/* Quitar cualquier fondo heredado del td */
.tabla-entrega td {
    background: transparent !important;
}
/* ===== OBSERVACIONES ===== */
.grupo-3 span {
    background: #F5F5F5 !important;
    border: none !important;
    border-radius: 14px !important;
}

#vehiculoEditarWrapper{
    background:#f4f6fb;
    padding:20px;
    border-radius:16px;
}

#vehiculoEditarWrapper .vehiculo-tabs{
    border-bottom:2px solid #e6e9f2;
}

#vehiculoEditarWrapper .nav-link{
    border:none;
    color:#6b7280;
    font-weight:600;
    padding:12px 18px;
    border-radius:12px 12px 0 0;
}

#vehiculoEditarWrapper .nav-link.active{
    background:#fff;
    color:#2563eb;
}

#vehiculoEditarWrapper .vehiculo-tab-body{
    background:#fff;
    padding:25px;
    border-radius:0 16px 16px 16px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

#vehiculoEditarWrapper .vehiculo-panel{display:none;}
#vehiculoEditarWrapper .vehiculo-panel.active{display:block;}

#vehiculoEditarWrapper input,
#vehiculoEditarWrapper select{
    border-radius:10px;
    border:1px solid #e5e7eb;
}

#vehiculoEditarWrapper label{
    font-weight:600;
    color:#374151;
}


.vehiculo-edit-wrapper{
padding-top:10px;
}

.titulo-seccion{
font-weight:600;
font-size:15px;
margin-bottom:15px;
color:#2c2c2c;
}

.form-control{
height:36px;
border-radius:10px;
border:1px solid #e6e6e6;
background:#F5F5F5; /* COLOR INTERNO DEL INPUT */
font-size:14px;
padding-left:12px;
}

.form-control:focus{
border-color:#6ea8fe;
box-shadow:none;
background:#ffffff;
}

.form-label{
font-size:13px;
font-weight:500;
color:#6c757d;
margin-bottom:4px;
}


.form-editar .required-dot::before{
content:"";
display:inline-block;
width:4px;
height:4px;
background:#dc3545;
border-radius:50%;
margin-left:6px;
vertical-align:middle;
}


.menu-entrega{
    list-style: none;
    padding: 20px;
    margin: 0;
}

.menu-entrega li{
    margin-bottom: 12px;
    position: relative;
}

.menu-entrega li a{
    text-decoration: none;
    color: #6c757d;
    font-size: 15px;
    display: block;
    padding: 8px 12px 8px 22px;
    border-radius: 8px;
    font-weight: 501;
}

.menu-entrega li::before{
    content: "•";
    position: absolute;
    left: 8px;
    color: #9aa0a6;
}



.menu-entrega li.active::before{
    color: #1a73e8;
}

.titulo-entrega{
    color:#2C2682;
}

.titulo-entrega i{
    color:#2C2682;
}


.btn-icono-editar{
    background: none;
    border: none;
    padding: 0;
    color: #81A2FF;
    font-size: 20px;
    cursor: pointer;
}

.btn-icono-editar:hover{
    color: #5f83ff;
}

.icono-modulo {
    font-size: 35px; /* o 20px si lo quieres más grande */
    margin-right: 6px;
}

.menu-link:hover,
.menu-link.active {
    background-color: rgba(129, 162, 255, 0.15); /* ESTE es el color suave */
    border-radius: 10px;
}

.menu-link:hover span,
.menu-link:hover i,
.menu-link.active span,
.menu-link.active i {
    color: #fff;
}

.offcanvas-backdrop {
    display: none !important;
}

.table-custom td {
    position: relative;
    padding: 0;
    height: 45px;
    cursor: pointer;
}

.table-custom td {
    text-align: center;
    vertical-align: middle;
    height: 50px;
}

/* Checkbox bonito y grande */
.checkPico {
    transform: scale(1.5); /* tamaño */
    cursor: pointer;
}

/* Centrado perfecto */
.table-custom td input {
    display: block;
    margin: auto;
}

/* Hover suave */
.table-custom td:hover {
    background-color: #f5f5f5;
}

/* 🔥 SOLO TU MODAL */
.modal-abono-content {
  border-radius: 18px;
  border: none;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* 🔹 Caja del conductor */
.conductor-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  padding: 10px 12px;
  border-radius: 10px;
}

.conductor-box i {
  font-size: 18px;
  color: #64748b;
}

/* 🔹 Inputs más suaves */
.input-abono {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}

/* 🔹 Botón principal */
.btn-primary {
  background: #4f6ef7;
  border: none;
}

.btn-primary:hover {
  background: #3f5ce0;
}

body.blur-abono {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-backdrop.show {
  background: rgba(15, 23, 42, 0.35);
}

.modal-backdrop.show {
  background: transparent !important;
}

body.blur-abono {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ❌ quitar fondo negro de bootstrap */
.modal-backdrop.show {
  background: transparent !important;
}

/* 🔥 aplicar blur al fondo real */
body.modal-open {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#slideInformePanel{

    background: #F5F5F5;
  height: 100%;
  width: 260px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 36px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 36px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  left: 490px;
  transform: translateX(-100%);
  will-change: transform;

}
.input-entrega[readonly] {
  cursor: not-allowed;
}




.blur-overlay {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.2);

  z-index: 1045; /* 👈 ENTRE backdrop y modal */
  pointer-events: none;
}

/* 🔧 evitar que bootstrap mueva el contenido */
html {
  overflow-y: scroll;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}


/* =========================
   AUTOCOMPLETE DESCRIPCIÓN
========================= */

.lista-sugerencias {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.table-responsive {
    overflow: visible !important;
}
/* ITEM */
.lista-sugerencias .item-sugerencia {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

/* HOVER */
.lista-sugerencias .item-sugerencia:hover {
    background: #f1f1f1;
}


.lista-sugerencias::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.lista-sugerencias::-webkit-scrollbar-thumb:hover {
    background: #999;
}


.btn-icono-guardar {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-icono-guardar i {
    font-size: 18px;
    color: #81A2FF;
    transition: all 0.2s ease;
    position: relative;
    top: 6px;
    
}


.btn-icono-guardar:hover i {
    color: #5c85ff;
    transform: scale(1.1);
}

.fila-gasto {
    border-collapse: separate !important;
    border-spacing: 0 100px !important;
}


/* CELDAS MÁS ALTAS */
.fila-gasto td {
    padding: 3px 4px; /* 🔥 MÁS ALTURA */
    vertical-align: middle;
}

/* INPUTS CON AIRE */
.fila-gasto .form-control,
.fila-gasto .form-select {
    margin-top: 3px;
    margin-bottom: 3px;
}

.fila-titulos-sticky td {
    text-align: center; /* 🔥 centra el texto */
    vertical-align: middle;
}


.input-cantidad {
    max-width: 70px;
}

.input-valor {
    max-width: 97px;     /* ancho */
    font-size: 13px;     /* 🔥 letra más pequeña */
    padding: 4px 6px;    /* 🔥 menos alto */
    text-align: right;   /* 🔥 números alineados bonito */
}

.input-factura {
    max-width: 90px;
}

.input-proveedor {
    width: 128px !important;     
    min-width: 80px; 
}

.input-descripcion {
    min-width: 220px;
}

.input-observacion {
    min-width: 220px;
}


/* SOLO afecta esta modal */
.modal-cambio .modal-dialog {
    max-width: 340px; /* 🔥 mejor proporción */
    margin: 150px auto;
}

/* CONTENEDOR */
.modal-cambio .modal-content {
    border-radius: 20px;
    border: none;
    padding: 16px 16px 12px 16px; /* 🔥 compacto */
    background: #ffffff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.modal-cambio .modal-header {
    border-bottom: none;
    padding: 0 0 8px 0;
    align-items: center;
}

/* BODY */
.modal-cambio .modal-body {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 5px 4px 5px; /* 🔥 reduce altura */
}

/* TEXTO CONTROLADO */
.modal-cambio .modal-body p {
    max-width: 260px;
    margin: 0 auto;
}

/* FOOTER */
.modal-cambio .modal-footer {
    border-top: none;
    padding: 10px 0 0 0; /* 🔥 menos espacio abajo */
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* ICONO */
.modal-cambio .icon-box {
    width: 42px;
    height: 42px;
    background: #eef2ff;
    border-radius: 12px;

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

    color: #5b6cff;
    font-size: 20px;
}

/* BOTÓN CANCELAR */
.modal-cambio .btn-modal {
    flex: 1;
    border-radius: 12px;
    padding: 8px 0;
    background: #f1f3f9;
    border: none;
    color: #4b5563;
    font-weight: 500;
}

/* BOTÓN CONFIRMAR */
.modal-cambio .btn-modal-primary {
    flex: 1;
    border-radius: 12px;
    padding: 8px 0;
    background: #6c7cff;
    border: none;
    color: #fff;
    font-weight: 500;
}

/* BOTÓN X */
.modal-cambio .btn-close {
    background-color: #eef2ff;
    border-radius: 10px;
    padding: 6px;
    opacity: 1;
}



.cambiar_seleccion{
    font-size: 1.3rem;
    color: #2C2682;
};


.card-registro {
    background: #2b2e83;
    border-radius: 25px;
    width: 720px;
    color: white;
}

/* filas */
.fila {
    margin-bottom: 20px;
}

/* campo */
.campo label {
    font-size: 12px;
    color: #AFCBFF;
    margin-bottom: 5px;
    display: block;
}

/* input con icono */
.input-icon {
    position: relative;
}

.input-icon input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border-radius: 10px;
    border: none;
    background: #3a3ea3;
    color: white;
}

.input-icon input::placeholder {
    color: #9fb3ff;
}

/* iconos */
.input-icon i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9fb3ff;
}

/* check verde */
.check-verde {
    background: #5CFF5C;
    color: #000;
    padding: 4px;
    border-radius: 6px;
}

/* texto */
.descripcion-login {
    color: #9fb3ff;
    font-size: 14px;
}

/* paso */
.paso {
    color: #9fb3ff;
}

/* botones */
.btnCancelar {
    background: #8fa8ff;
    border-radius: 30px;
    color: white;
}

.btnini {
    background: #4a5cff;
    border-radius: 30px;
    color: white;
}

/* checkbox */
.form-check-label {
    color: #9fb3ff;
}



   /* ====== LAYOUT ====== */
    .contenido-vehiculos {
        display: flex;
        gap: 30px;
        margin-top: 20px;
    }

    .vehiculos-left {
        width: 40%;
    }

    .vehiculos-divider {
        width: 1px;
        background: rgba(255, 255, 255, 0.15);
    }

    .vehiculos-right {
        width: 60%;
        max-height: 320px;
        overflow-y: auto;
        padding-right: 10px;
    }

    /* scroll */
    .vehiculos-right::-webkit-scrollbar {
        width: 6px;
    }

    .vehiculos-right::-webkit-scrollbar-thumb {
        background: rgba(129, 162, 255, 0.4);
        border-radius: 10px;
    }

    /* inputs */
    .vehiculo-item {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .vehiculo-label {
        width: 100px;
        font-size: 13px;
        color: #AFCBFF;
    }

    .input-icon {
        position: relative;
        flex: 1;
    }

    .input-icon input {
        width: 100%;
        height: 42px;
        padding: 10px 40px 10px 12px;
        border-radius: 12px;
    }

    .input-icon i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #9fb3ff;
    }

    /* contenedor */
    #d_contenedor {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
    }

    .card-registro {
        border-radius: 25px;
        max-width: 850px;
        width: 100%;
    }

    /* botones */
    .botones-registro {
        margin-top: 40px;
    }

    .btn-custom {
        border-radius: 25px;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 600;
        min-width: 180px;
    }

    .btn-cancelar {
        background: #81A2FF;
        color: #2C2682;
    }

    .btn-secundario {
        background: rgba(129, 162, 255, 0.15);
        color: #81A2FF;
    }

    /* ====== MODAL PRO ====== */
    .modal-coltax {
        border-radius: 18px;
        padding: 25px;
        position: relative;
        text-align: center;
    }

    .btn-close-custom {
        position: absolute;
        top: 10px;
        right: 12px;
        border: none;
        background: #e9efff;
        border-radius: 8px;
        width: 28px;
        height: 28px;
        font-size: 16px;
        color: #6c7bd9;
    }

    .modal-icon {
        width: 50px;
        height: 50px;
        background: #ffe5e5;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin: 0 auto 10px;
    }

    .modal-title-custom {
        font-weight: 600;
        color: #2c2c6c;
        margin-bottom: 10px;
    }

    .modal-text {
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    .modal-actions {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .btn-omit {
        background: #e6e9f2;
        color: #5b5f7a;
        border-radius: 10px;
        padding: 8px 20px;
    }

    .btn-continuar {
        background: #81A2FF;
        color: white;
        border-radius: 10px;
        padding: 8px 20px;
    }

    .modal-content {
        background: white;
        border-radius: 18px;
        border: none;
        overflow: hidden;
    }

    /* fondo oscuro bonito */
    .modal-backdrop.show {
  
        background: rgba(0, 0, 0, 0.4);
    }

    /* contenedor */
    .modal-coltax {
        border-radius: 18px;
    }

    /* cerrar */
    .btn-close-custom {
        position: absolute;
        top: 12px;
        right: 12px;
        border: none;
        background: #eef2ff;
        border-radius: 8px;
        width: 28px;
        height: 28px;
        font-size: 16px;
        color: #6c7bd9;
    }

    /* icono */
    .modal-icon {
        width: 55px;
        height: 55px;
        background: #ffe5e5;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin: 0 auto 12px;
    }

    /* titulo */
    .modal-title-custom {
        font-weight: 600;
        color: #2c2c6c;
        margin-bottom: 10px;
    }

    /* texto */
    .modal-text {
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    /* botones */
    .modal-actions {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .btn-omit {
        background: #e6e9f2;
        color: #5b5f7a;
        border-radius: 10px;
        padding: 8px 22px;
    }

    .btn-continuar {
        background: #81A2FF;
        color: white;
        border-radius: 10px;
        padding: 8px 22px;
    }

  
    /* 🔥 INPUTS SIN CAMBIO DE COLOR AL HACER CLICK */
    .input_inicio,
    .input_inicio:focus,
    .form-control.input_inicio:focus {
        background-color: rgba(129, 162, 255, 0.15) !important;
        /* tu color */
        color: #ffffff !important;
        border: 1px solid rgba(129, 162, 255, 0.3) !important;
        box-shadow: none !important;
    }

    /* 🔥 PLACEHOLDER */
    .input_inicio::placeholder {
        color: #9fb3ff;
    }

    /* 🔥 QUITAR EFECTO BLANCO GLOBAL DE BOOTSTRAP */
    .form-control:focus {
        background-color: rgba(129, 162, 255, 0.15) !important;
        box-shadow: none !important;
        border-color: rgba(129, 162, 255, 0.3) !important;
    }

    /* 🔥 BLOQUEAR TODOS LOS HOVERS DE BOTONES */
    .btn,
    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn:focus-visible {
        box-shadow: none !important;
        outline: none !important;
        transform: none !important;
    }

    /* 🔥 CANCELAR (SIEMPRE IGUAL) */
    .btn-cancelar,
    .btn-cancelar:hover,
    .btn-cancelar:focus,
    .btn-cancelar:active {
        background: #81A2FF !important;
        color: #2C2682 !important;
        border: none !important;
    }

    /* 🔥 ANTERIOR / SIGUIENTE (SIEMPRE IGUAL) */
    .btn-secundario,
    .btn-secundario:hover,
    .btn-secundario:focus,
    .btn-secundario:active {
        background: rgba(129, 162, 255, 0.15) !important;
        color: #81A2FF !important;
        border: none !important;
    }

    .btn {
        transition: none !important;
    }

    .texto-registro {
        color: #FFE094;
    }

    .btn-cancelar {
    white-space: nowrap; /* 🔥 evita salto de línea */
}
.btn-final {
    background: #FFE094;
    color: #2C2682;
    border-radius: 25px;
}

.btn-final:hover {
    background: #FFE094 !important;
    color: #2C2682 !important;
}

.modulos-box {
    background: rgba(129, 162, 255, 0.15);
    border-radius: 15px;
    padding: 15px;
}

.modulo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #AFCBFF;
    font-size: 14px;
    margin-bottom: 10px;
}


.menu-entrega {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* CARD */
.grupo-card {
  background: #f5f6fa;
  margin: 10px;
    margin-bottom: 10px;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* TITULO DEL GRUPO */
.grupo-header {
    font-weight: 600;
    font-size: 14px;
    color: #2b3142;
    margin-bottom: 8px;
}

/* LISTA INTERNA */
.grupo-items {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}



/* LINK */
.grupo-items a {
    text-decoration: none;
    color: #6c757d;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

/* HOVER */
.grupo-items a:hover {
    background: #e9ecef;
    color: #000;
}

/* ACTIVO */
.grupo-items .active a {
    background: #e0e7ff;
    color: #2b3142;
    font-weight: 500;
}
   
    #cardFiltrosInforme .input-informe {
        background: #f5f6fa;
        border: none;
        border-radius: 8px;
        height: 36px;
    }

    #cardFiltrosInforme .input-informe:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #dcdfe6;
    }

    #cardFiltrosInforme .label-informe {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 4px;
    }

    #btnConsultarInforme {
        height: 36px;
        border-radius: 8px;
    }


     /* 🔥 SOLO ESTE MÓDULO */
    #filtrosInforme .input-informe {
        background: #f5f6fa;
        border: none;
        border-radius: 8px;
        height: 36px;
    }

    #filtrosInforme .input-informe:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #dcdfe6;
    }

    #filtrosInforme .label-informe {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 4px;
    }

    /* IZQUIERDA */
    #infoModuloInforme {
        font-size: 13px;
        color: #6c757d;
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    #infoModuloInforme i {
        cursor: pointer;
        color: #4c6ef5;
    }

    /* CONTENEDOR GRID */
#resultadoCuadreCaja {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* CARD BASE */
.recordatorio-card {
    background: #1e293b;
    border-radius: 16px;
    padding: 18px;
    color: #f1f5f9;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* EFECTO HOVER */
.recordatorio-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* HEADER */
.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.placa {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* BADGES */
.badge {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

/* COLORES POR ESTADO */
.recordatorio-card.ok .badge {
    background: #22c55e;
    color: #022c22;
}

.recordatorio-card.proximo .badge {
    background: #f59e0b;
    color: #422006;
}

.recordatorio-card.vencido .badge {
    background: #ef4444;
    color: #450a0a;
}

/* CONTENIDO */
.card-content .gasto {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1D1D59;
}

.card-content .fecha {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.estado-texto {
    font-size: 14px;
    font-weight: 500;
}

/* CONTENEDOR */
#resultadoCuadreCaja {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

/* CARD BASE */
.recordatorio-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    color: #0f172a;
    border: 1.5px solid #e2e8f0; /* base neutra */
    transition: all 0.2s ease;
}



/* HOVER SUAVE */
.recordatorio-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* 🔥 ESTADOS POR BORDE */

/* ✅ OK (verde suave) */
.recordatorio-card.ok {
    border-left: 4px solid #FEC424;
}

.recordatorio-card.ok .badge {
    display: none;
}
/* ⚠️ PRÓXIMO (amarillo elegante) */
.recordatorio-card.proximo {
    border-left: 4px solid #FEC424;
}

/* ❌ VENCIDO (rojo limpio) */
.recordatorio-card.vencido {
    border-left: 4px solid #ef4444;
}

/* HEADER */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.placa {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* BADGE MINIMAL */
.badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
}

/* TEXTO */
.gasto {
    font-size: 14px;
    color: #1D1D59;
    margin-bottom: 4px;
}

.fecha {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}

.estado-texto {
    font-size: 13px;
    color: #0f172a;
}

  /* 🔥 MISMO ESTILO DEL INFORME GENERAL */
        #tablaEntregas {
            border-collapse: separate;
            border-spacing: 0 10px;
        }

        #tablaEntregas thead th {
            font-size: 13px;
            color: #6c757d;
            font-weight: 600;
            border: none;
        }

        #tablaEntregas tbody tr {
            background: #f5f6fa;
            border-radius: 12px;
        }

        #tablaEntregas tbody td {
            border: none;
            padding: 12px 10px;
        }

        #tablaEntregas tbody tr td:first-child {
            border-radius: 10px 0 0 10px;
        }

        #tablaEntregas tbody tr td:last-child {
            border-radius: 0 10px 10px 0;
        }

        #tablaEntregas tfoot tr {
            background: #e9ecef;
        }

.modal-historial {
    width: 100%;
    max-width: 450px; /* 🔥 un poco más moderno */
    margin: auto;
    background: #ffffff;
    border-radius: 18px;
    border: none;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* HEADER */
.modal-historial .modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    background: #f8f9ff;
}

.modal-historial .modal-header h5 {
    font-weight: 600;
    color: #2c3e50;
}

/* BODY */
.modal-historial .modal-body {
    font-size: 14px;
    padding: 20px;
    color: #555;
}

/* INPUTS */
.modal-historial input,
.modal-historial select {
    border-radius: 10px;
    border: 1px solid #e3e6f0;
    padding: 10px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.modal-historial input:focus,
.modal-historial select:focus {
    border-color: #81A2FF;
    box-shadow: 0 0 0 2px rgba(129,162,255,0.2);
    outline: none;
}

/* FOOTER */
.modal-historial .modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
}

/* BOTÓN CANCELAR */
.modal-historial .btn-secondary {
    background: #eef1f7;
    border: none;
    color: #555;
    border-radius: 10px;
    padding: 8px 15px;
}

.modal-historial .btn-secondary:hover {
    background: #e0e5f0;
}

.modal-historial .btn-warning {
    background: #81A2FF;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 18px;
    transition: all 0.2s ease;
}

.modal-historial .btn-warning:hover {
    background: #6c8df5;
}

.nombre-modulo {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 20px; 
    line-height: 28px;
    letter-spacing: 0px;
    color: #2B2B2B; 
}

.menu-link {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}

.nombre-usuario {
    font-family: 'Figtree', sans-serif;
    font-weight: 700; 
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2d2d2d; 
}

.modern-table tbody td {
    font-family: 'Figtree', sans-serif;
    font-weight: 500; 
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #2B2B2B; 
}
.form-check.form-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0; 
    margin: 0; 
}

.form-editar .form-control,
.form-editar .form-select {
    font-family: 'Figtree', sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #2C2682; /* 🔥 tu color activo */
}

#tabsConductor .nav-link {
    font-family: 'Figtree', sans-serif;
    font-weight: 500; /* 🔥 Medium */
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}



.item-plus {
    padding: 10px;
    border-radius: 12px;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4b4b4b;
    transition: all 0.2s ease;
}

.item-plus:hover {
    background: #f5f7ff;
}



.item-plus .icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* colores */
.bg-yellow { background: rgba(255,193,7,0.2); color: #FFC107; }
.bg-orange { background: rgba(255,152,0,0.2); color: #FF9800; }
.bg-red    { background: rgba(244,67,54,0.2); color: #F44336; }
.bg-blue   { background: rgba(33,150,243,0.2); color: #2196F3; }
.bg-green  { background: rgba(76,175,80,0.2); color: #4CAF50; }


.titulo-entrega {
    font-family: 'Figtree', sans-serif;
    font-weight: 700; 
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.menu-entrega li a {
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    display: block;
}


/* 🔥 SOLO CUADRE DE CAJA */
.cuadre-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

/* HEADER */
.cuadre-header {
    background: #f5f6f8;
    color: #444;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
}

/* ⚠️ CLAVE: NO TOCAR WIDTH NI DISPLAY */
.cuadre-card table {
    width: 100%; /* mantiene tamaño original */
}

/* ENCABEZADO */
.cuadre-card .cuadre-head th {
    background: #f1f3f5 !important;
    color: #555;
    font-weight: 600;
}

/* FILAS */
.cuadre-card tbody td {
    background: #fff;
}

/* HOVER */
.cuadre-card tbody tr:hover td {
    background: #f8f9fa;
}

/* TOTALES */
.cuadre-card .cuadre-total td {
    background: #e9ecef !important;
    font-weight: bold;
    color: #333;
}


.cuadre-wrapper {
    position: relative;
    left: -60px;
    width: calc(100% + 120px);
    margin-top: 20px;
}

.cuadre-vacio {
    width: 322%;
    min-height: calc(71vh - 140px);
    background: #dfeaf6;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadre-mensaje {
    color: #4a90e2;
}

.icono-alerta {
    font-size: 60px;
color: #4a90e2;
}

.mensaje-texto {
    font-size: 18px;
}


.alerta-cuadre {
 width: 100%;
  margin-top: 25px;
  padding: 184px 20px;
  background: #dfeaf6;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}


.alerta-icono {
    font-size: 55px;
    color: #4a90e2;
}

.alerta-texto {
    font-size: 18px;
    font-weight: 500;
    color: #4a90e2;
}


  /* 🔥 SOLO ESTE LISTAR */
        #tablaInforme {
            border-collapse: separate;
            border-spacing: 0 10px;
        }

        #tablaInforme thead th {
            font-size: 13px;
            color: #6c757d;
            font-weight: 600;
            border: none;
        }

        #tablaInforme tbody tr {
            background: #f5f6fa;
            border-radius: 12px;
        }

        #tablaInforme tbody td {
            border: none;
            padding: 12px 10px;
        }

        #tablaInforme tbody tr td:first-child {
            border-radius: 10px 0 0 10px;
        }

        #tablaInforme tbody tr td:last-child {
            border-radius: 0 10px 10px 0;
        }

        /* progreso fino */
        .barra-mini {
            height: 5px;
            background: #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            margin-top: 4px;
        }

        .barra-mini span {
            display: block;
            height: 100%;
            background: #9aa0ac;
            border-radius: 10px;
        }



/* ========================= */
/* 🔥 TABLA BASE */
/* ========================= */

.tabla-entrega {
    border-collapse: separate;
    border-spacing: 0 12px; /* espacio entre filas */
}

/* RESET BASE */
.tabla-entrega td {
    padding: 6px 0;
    border: none;
    vertical-align: middle;
}

/* ========================= */
/* 🔵 GRUPO 1 (CHECK → MEDIO) */
/* ========================= */

.tabla-entrega tbody tr td:nth-child(-n+7) {
    background: #f3f4f6;
    padding: 10px 14px;
}

/* bordes redondeados */
.tabla-entrega tbody tr td:nth-child(1) {
    border-radius: 12px 0 0 12px;
}

.tabla-entrega tbody tr td:nth-child(7) {
    border-radius: 0 12px 12px 0;
}

/* ========================= */
/* 🟢 GRUPO 2 (ODÓMETRO + KTRAJE) */
/* ========================= */

.tabla-entrega tbody tr td:nth-child(9),
.tabla-entrega tbody tr td:nth-child(10) {
    background: #f3f4f6;
    padding: 10px 14px;
}

.tabla-entrega tbody tr td:nth-child(9) {
    border-radius: 12px 0 0 12px;
}

.tabla-entrega tbody tr td:nth-child(10) {
    border-radius: 0 12px 12px 0;
}

/* ========================= */
/* 🟣 GRUPO 3 (OBS + ACCIONES) */
/* ========================= */

.tabla-entrega tbody tr td:nth-child(11),
.tabla-entrega tbody tr td:nth-child(12) {
    background: #f3f4f6;
    padding: 10px 14px;
}

.tabla-entrega tbody tr td:nth-child(11) {
    border-radius: 12px 0 0 12px;
}

.tabla-entrega tbody tr td:nth-child(12) {
    border-radius: 0 12px 12px 0;
}

/* ========================= */
/* 🔥 ESPACIOS ENTRE BLOQUES */
/* ========================= */

.tabla-entrega tbody tr td:nth-child(7),
.tabla-entrega tbody tr td:nth-child(10) {
    border-right: 16px solid transparent;
}

/* ========================= */
/* INPUTS LIMPIOS */
/* ========================= */

.tabla-entrega input[type="text"],
.tabla-entrega input[type="number"],
.tabla-entrega textarea,
.tabla-entrega select {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* ========================= */
/* CHECKBOX */
/* ========================= */

.tabla-entrega input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.2);
    accent-color: #4f7cff;
}

/* centrar checkbox PyP */
.tabla-entrega td:nth-child(6) {
    text-align: center;
}

/* ========================= */
/* UI EXTRA */
/* ========================= */

.input-fecha,
.input-grupo {
    width: 180px;
}

.card-resumen {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: 0.2s;
}

.card-resumen:hover {
    transform: translateY(-3px);
}

.card-resumen span {
    font-size: 13px;
    color: #888;
}

.card-resumen h3 {
    margin: 0;
    font-weight: 600;
    color: #2c2c2c;
}

.btn-action {
    background: #81A2FF;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 16px;
}

.btn-action:hover {
    background: #6c8df5;
}

/* ========================= */
/* MODAL */
/* ========================= */

.modal-backdrop.show {
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    background: rgba(10, 15, 30, 0.75);
}

.modal-backdrop {
    opacity: 1 !important;
}

/* animación */
.modal.fade .modal-dialog {
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateY(-20px) scale(0.98);
    opacity: 0;
}

.modal.show .modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* diseño modal */
.modal-content {
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    border: none;
}


.tabla-entrega tbody tr td.grupo-1,
.tabla-entrega tbody tr td.grupo-1-inicio,
.tabla-entrega tbody tr td.grupo-1-fin {
    background: #f3f4f6 !important;
    padding: 10px 14px !important;
}

.tabla-entrega td.grupo-1-inicio {
    border-radius: 12px 0 0 12px !important;
}

.tabla-entrega td.grupo-1-fin {
    border-radius: 0 12px 12px 0 !important;
}


.tabla-entrega td.grupo-2,
.tabla-entrega td.grupo-2-inicio,
.tabla-entrega td.grupo-2-fin {
    background: #f3f4f6 !important;
    padding: 10px 14px !important;
}

/* bordes */
.tabla-entrega td.grupo-2-inicio {
    border-radius: 12px 0 0 12px !important;
}

.tabla-entrega td.grupo-2-fin {
    border-radius: 0 12px 12px 0 !important;
}

/* ========================= */
/* 🟣 GRUPO 3 (OBS + ACCIONES) */
/* ========================= */

.tabla-entrega td.grupo-3,
.tabla-entrega td.grupo-3-inicio,
.tabla-entrega td.grupo-3-fin {
    background: #f3f4f6 !important;
    padding: 10px 14px !important;
}

.tabla-entrega td.grupo-3-inicio {
    border-radius: 12px 0 0 12px !important;
}

.tabla-entrega td.grupo-3-fin {
    border-radius: 0 12px 12px 0 !important;
}

.tabla-entrega td.grupo-2,
.tabla-entrega td.grupo-3 {
   padding: 10px 1px !important;
}

.tabla-entrega td.grupo-2-fin {
    border-right: 6px solid #fff !important;
}

.tabla-entrega td.grupo-4 {
    background: #f3f4f6 !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
}

.tabla-entrega td.grupo-4-inicio {
    border-left: 6px solid #fff !important;
}

.tabla-entrega td.grupo-4-fin {
    border-right: 6px solid #fff !important;
}

/* estado normal */
.tabla-entrega .check-pyp {
    accent-color: #61CA34;
}

/* cuando está marcado */
.tabla-entrega .check-pyp:checked {
    background-color: #61CA34 !important;
    border-color: #61CA34 !important;
}

/* opcional: hover */
.tabla-entrega .check-pyp:hover {
    border-color: #61CA34 !important;
}

.Informacion{
    font-family: 'Figtree', sans-serif;
    font-weight: 700; 
    font-size: 20px;
}

.btnVerLinea, .btnEditar, .infografia, .btnEliminarLinea {
  color: #81A2FF !important;
  font-size: 16px;
  margin: 0 4px;
    margin-right: 4px;
  margin-right: 4px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.acciones-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.tarifas-card {
    background: #f8f9fb;
    border-radius: 14px;
    padding: 0;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

/* HEADER */
.tarifas-header {
    text-align: center;
    font-weight: 600;
    padding: 12px;
    font-size: 14px;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
    letter-spacing: 1px;
}

/* TABLA */
.tarifas-table {
    width: 100%;
    border-collapse: collapse;
}


.tarifas-table thead th {
    background: #f1f3f5;
    font-weight: 600;
    font-size: 13px;
    color: #6b7280;
    padding: 10px;
    border-right: 1px solid #e5e7eb;
}

.tarifas-table thead th:last-child {
    border-right: none;
}

.tarifas-table tbody td {
    padding: 12px;
    font-size: 14px;
    color: #374151;
    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: center;
}

.tarifas-table tbody td:last-child {
    border-right: none;
}

.tarifas-table .label {
    text-align: left;
    font-weight: 600;
    color: #6b7280;
}


.tarifas-table .total {
    font-weight: 700;
    color: #111827;
}


