.bs-admin-formularios-wrap {
    margin-top: 10px;
}

.bs-filtro-fechas {
    margin: 15px 0;
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.bs-filtro-fechas label {
    display: inline-flex;
    flex-direction: column;
    font-weight: 600;
    gap: 4px;
}

.bs-filtro-fechas .bs-datepicker {
    width: 140px;
}

.js-bs-form-row:hover {
    background-color: #f0f6fc !important;
}

.js-bs-form-row td:not(.check-column) {
    cursor: pointer;
}

.bs-bulk-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bs-selected-count {
    color: #2271b1;
    font-weight: 600;
    font-size: 13px;
}

.bs-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-modal-content {
    background: #fff;
    border-radius: 6px;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.bs-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.bs-modal-header h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.bs-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    line-height: 1;
}

.bs-modal-close:hover {
    color: #d63638;
}

.bs-modal-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.bs-modal-body .bs-field-group {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bs-modal-body .bs-field-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.bs-modal-body .bs-field-group h3 {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #1d2327;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bs-modal-body .bs-field-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.bs-modal-body .bs-field-row .bs-field-label {
    width: 180px;
    font-weight: 600;
    color: #50575e;
    flex-shrink: 0;
}

.bs-modal-body .bs-field-row .bs-field-value {
    color: #1d2327;
    word-break: break-word;
}

.bs-modal-body .bs-field-row a {
    color: #2271b1;
}

.bs-modal-body .bs-field-value.bs-file-link a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bs-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}
