.extra-small { font-size: 0.65rem; font-weight: bold; letter-spacing: 0.5px; }
.bg-light { background-color: #f8f9fa !important; }
/* Un azul muy suave para el fondo del total general */
tr[style*="background-color: #f1f8ff"] { border-top: 2px solid #0d6efd !important; }
.bg-success-subtle { background-color: #d1e7dd !important; }
.text-success { color: #0f5132 !important; }
.border-success-subtle { border-color: #badbcc !important; }
.text-xs { font-size: 0.65rem; }
/* Asegura que en m¨®viles ocupen todo el ancho y en PC tengan un ancho m¨ªnimo similar */
@media (max-width: 767px) {
    .btn-lg { width: 100%; }
}
@media (min-width: 768px) {
    .btn-lg { min-width: 250px; }
}
.custom-select, .form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    transition: all 0.2s ease;
}
.custom-select:focus, .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.collapse {
    transition: all 0.3s ease-out;
}
.shadow-sm {
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}
.swal2-input {
    font-size: 0.9rem !important;
    height: 35px !important;
    margin: 5px auto !important;
    width: 100% !important;
}
.dropdown-item.unread-bg {
    background-color: #e7f3ff !important;
    color: #084298 !important;
}
/* Efecto de hover en la notificaci¨®n */
.dropdown-item.transition-all:hover {
    background-color: #f0f7ff !important;
    transform: scale(1.02);
}
/* Estilo del dropdown de notificaciones */
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
/* Animaci¨®n de la campana */
@keyframes swing {
    0%, 100% { transform: rotate(0); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
}
.animate__swing {
    animation: swing 1s ease-in-out;
}
/* Azul claro moderno */
.bg-soft-blue { background-color: #4e73df !important; }
.text-soft-blue { color: #4e73df !important; }

.user-name-text {
    color: #ffffff !important;
    letter-spacing: 0.3px;
}

/* AnimaciÃ³n de la flecha al abrir */
.card-header:not(.collapsed) .chevron-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Efecto hover en la tarjeta */
.user-card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.user-card-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1) !important;
}

/* Input del buscador redondo */
.rounded-pill { border-radius: 50px !important; }
/*TABLA PEQUENA*/
.tabla-pequena {
    width: 100%;
    max-width: 500px;
    border-collapse: separate; /* Permite bordes redondeados */
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Sombra sutil */
    font-family: 'Inter', sans-serif;
}

.tabla-pequena th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 2px 2px;
    text-align: center;
    border-bottom: 2px solid #eee;
}

.tabla-pequena td {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

/* Efecto hover moderno */
.tabla-pequena tr:hover {
    background-color: #fcfcfc;
    transition: background 0.3s ease;
}
/*END TABLA PEQUENA*/
body {
    padding-top: 60px;
    background-color: #f5f8fa;
}

.navbar-logo {
    margin-right: 24px;
}

.disabled {
    pointer-events: none;
}

.btn-primary {
    background-color: #1b739a;
    border-color: #1b739a;
}

.btn-primary:hover {
    background-color: #165c7b;
    border-color: #165c7b;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1b739a;
    border-color: #1b739a;
}

.pagination .page-item .page-link {
    color: #1b739a;
}
/*ESTILOS POPUP*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin-top: auto;

}
/*END POPUP*/
.table {
    margin: 24px 0;
    background-color: #fff;
    border-bottom: 1px solid #DEE2E5;
}

.table thead .th-actions {
    min-width: 120px;
}

.table thead th .oi {
    font-size: 8px;
    display: none;
    color: #8eb4cb;
    margin: 0 0 0 12px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.table thead th.sort-asc .oi-caret-top {
    display: inline-block;
}

.table thead th.sort-desc .oi-caret-bottom {
    display: inline-block;
}

.table tbody th {
    vertical-align: middle;
}

.table tbody td {
    color: #717b7f;
    vertical-align: middle;
}

.table tbody .skills th,
.table tbody .skills td {
    border: 0;
}

.note {
    display: block;
    font-size: 0.75em;
    line-height: 1.25;
    font-weight: 200;
    color: #82898c;
}

.row-filters {
    padding-bottom: 6px;
}

.form-dates {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-dates .input-group {
    margin-left: 6px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
}

.drop-skills {
    position: relative;
    overflow: visible;
}

.drop-skills .btn {
    position: relative;
    z-index: 0;
}

.select-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6c757d;
    color: #fff;
    border-radius: .2rem;
    border: 0;
    margin: 0;
    padding: .25rem 24px .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 30px;
    background-color: #6c757d;
    background-image: url(/images/select-arrow.png?7f68430cbb2f2c8963492096565df9c6);
    background-size: 20px 4px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.skills-list {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #fff;
}

.skills-list .form-check {
    padding: 0 24px 0 32px;
    height: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    position: relative;
}

.skills-list .form-check:hover {
    background-color: #f2f2f2;
}

.skills-list .form-check input[type="checkbox"] {
    position: absolute;
    left: 12px;
    top: 14px;
}

.drop-skills:hover .skills-list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-event: all;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.125);
}

.drop-skills:hover .form-check {
    padding: 8px 24px 8px 32px;
    height: 40px;
}

.status {
    display: inline-block;
    margin: 0 0 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

.status.st-active {
    background-color: green;
}

.status.st-inactive {
    background-color: red;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
    background-color: #5a6268;
}

.gj-datepicker-bootstrap [role="right-icon"] button:hover {
    background-color: #484e53;
}

.gj-datepicker-bootstrap [role="right-icon"] button .material-icons,
.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon {
    font-size: 18px;
    top: 6px;
    color: #fff;
}

.link-sortable {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-right: 16px;
    opacity: 0.8;
}

.link-sortable .icon-sort {
    display: inline-block;
    height: 12px;
    width: 12px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    background-image: url(/images/sortable.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 12px 12px;
}

.link-sortable:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
}

.link-sortable.link-sorted-up .icon-sort {
    background-image: url(/images/sorted-up.png);
}

.link-sortable.link-sorted-down .icon-sort {
    background-image: url(/images/sorted-down.png);
}

.footer {
    margin-top: 2rem;
    background-color: #e0eaf1;
    padding: 1rem 0;
    color: rgba(99, 107, 111, 0.75);
    -webkit-box-shadow: 0 2px 6px inset rgba(142, 180, 203, 0.5);
    box-shadow: 0 2px 6px inset rgba(142, 180, 203, 0.5);
}

@media (min-width: 980px) {
    main.container {
        min-height: 80vh;
    }

    .card-body {
        padding: 1.25rem 2.5rem;
    }

    .form-group {
        margin-bottom: 2rem;
    }
}
.field-error {
    margin-bottom: 12px;
    border: 1px solid #AF0C0C;
    box-shadow: 0 2px 4px -2px #7f0909;
}
.modal {
    position: fixed;
    z-index: 999;
    top: 20%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}
.col2
{
    DISPLAY: inline;
    FLOAT: left;
    WIDTH: 50%;
    padding: 2px;
}



