﻿
.b-skeleton-wave::after {
    /* Lighter white shimmer */
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5), transparent );
}


.placeholder {
    background-color: #c0c0cd;
}

/* icono circular */
.help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 1px solid #ced4da;
    color: #6c757d;
    font-size: 11px;
    font-weight: bold;
    margin-left: 6px;
    cursor: pointer;
}

/* tooltip bonito */
.tooltip-ayuda .tooltip-inner {
    background: white;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.tooltip-ayuda.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #dee2e6;
}

td,
th {
    border-left: 0.5px solid #eeeeee !important;
    border-right: 0.5px solid #eeeeee !important;
}

.table-responsive{
    margin-top: 30px;
}
